head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.38 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.36 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.34 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.10 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.8 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.6 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.4 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2005.10.10.17.27.17; author reed; state dead; branches; next 1.2; 1.2 date 2004.07.03.04.05.13; author grant; state Exp; branches; next 1.1; 1.1 date 2004.01.24.08.43.27; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.01.24.08.43.27; author xtraeme; state Exp; branches; next ; desc @@ 1.3 log @x11/imake was moved and renamed to x11/XFree86-imake. So remove x11/imake. @ text @$NetBSD: patch-ab,v 1.2 2004/07/03 04:05:13 grant Exp $ --- include/Imakefile.orig 2001-08-28 03:40:56.000000000 +1000 +++ include/Imakefile @@@@ -4,7 +4,7 @@@@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 XCOMM $XFree86: xc/include/Imakefile,v 3.29 2001/08/27 17:40:56 dawes Exp $ -#define IHaveSubdirs +XCOMM #define IHaveSubdirs #define PassCDebugFlags /**/ #if BuildGlxExt || BuildGLXLibrary @@@@ -15,7 +15,7 @@@@ GLXDIR = GL DPSDIR = DPS #endif -SUBDIRS = bitmaps extensions fonts $(GLXDIR) $(DPSDIR) +SUBDIRS = #ifdef Win32Architecture EXTRA_HEADERS = Xw32defs.h Xwinsock.h @@@@ -50,9 +50,6 @@@@ all:: BuildIncludes($(HEADERS),X11,..) -#if BuildLibraries -InstallMultipleFlags($(HEADERS),$(INCDIR)/X11,$(INSTINCFLAGS)) -#endif MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) @ 1.2 log @we already patched SUBDIRS= # empty because this only builds imake, so also comment out #define IHaveSubdirs. imake builds different targets for "includes" based on whether IHaveSubdirs is defined. however, this was only working by chance because if IHaveSubdirs is defined, the shell code used is: for blah in $(SUBDIRS); do which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1), bash(1), etc. just skip empty for loops. fixes install on Solaris. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 12 a14 3 --- include/Imakefile.orig 2003-07-03 14:43:15.000000000 +0200 +++ include/Imakefile 2003-07-03 14:44:23.000000000 +0200 @@@@ -15,7 +15,7 @@@@ d23 1 a23 1 @@@@ -50,9 +50,6 @@@@ @ 1.1.1.1 log @Initial import of imake-4.3.0, from pkgsrc-wip. The imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from XFree86, although an X server and X libraries are not needed. @ text @@