Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/Attic/Packages.txt,v retrieving revision 1.164 retrieving revision 1.165 diff -u -p -r1.164 -r1.165 --- pkgsrc/Attic/Packages.txt 2001/06/21 11:57:03 1.164 +++ pkgsrc/Attic/Packages.txt 2001/06/23 14:19:09 1.165 @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.164 2001/06/21 11:57:03 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.165 2001/06/23 14:19:09 jlam Exp $ ########################################################################### ========================== @@ -1509,18 +1509,18 @@ these files is two-fold: Goal (1) is accomplished by simply including a package dependency's buildlink.mk file in a package's Makefile, which does the following: - (1a) Adding a DEPENDS or BUILD_DEPENDS line for the package. + (1a) Adds a DEPENDS or BUILD_DEPENDS line for the package; - (1b) Creating a directory ${BUILDLINK_DIR}, by default set to a - subdirectory of ${WRKDIR}. + (1b) Creates a directory ${BUILDLINK_DIR}, by default set to a + subdirectory of ${WRKDIR}; - (1c) Linking all the headers and libraries for that package into - ${BUILDLINK_DIR}/include and ${BUILDLINK_DIR}/lib, respectively. + (1c) Links all the headers and libraries for that package into + ${BUILDLINK_DIR}/include and ${BUILDLINK_DIR}/lib, respectively; - (1d) Prepending -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, CXXFLAGS, - and -L${BUILDLINK_DIR}/lib to LDFLAGS. + (1d) Prepends -I${BUILDLINK_DIR}/include to CPPFLAGS, CFLAGS, CXXFLAGS, + and -L${BUILDLINK_DIR}/lib to LDFLAGS; - (1e) Creating a wrapper script for GTK+-style config scripts, often found + (1e) Creates a wrapper script for GTK+-style config scripts, often found in GNOME software, that translates -I${LOCALBASE}/include and -L${LOCALBASE}/lib into references into ${BUILDLINK_DIR}.