Age | Commit message (Expand) | Author | Files | Lines |
2003-01-20 | fix a bug introduced by the last commit where a string was accidentally | dmcmahill | 1 | -3/+2 |
2003-01-18 | Many white space and indenting fixes to bring this more in line with | dmcmahill | 1 | -469/+553 |
2003-01-17 | -. if (${AUTOMAKE_OVERRIDE} == "YES") | wiz | 1 | -2/+2 |
2003-01-15 | Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead | jlam | 10 | -19/+26 |
2003-01-15 | Revert previous change. Defining BSD_PREFS_MK instead of BSD_PKG_MK | jlam | 1 | -4/+4 |
2003-01-15 | Add RCS Id. | jlam | 1 | -0/+2 |
2003-01-15 | avoid the use of the gensub() function as it is a gawk extension not | dmcmahill | 1 | -6/+7 |
2003-01-14 | Define and check for BSD_PREFS_MK, not BSD_PKG_MK. Proposed by Jan Schaumann. | wiz | 1 | -4/+4 |
2003-01-14 | Bump build dependency on x11-links to 0.12 after teaching x11-links about | jlam | 1 | -2/+2 |
2003-01-14 | On Linux, LOWER_ARCH is generally not yet defined. Move assignment. | jschauma | 1 | -5/+4 |
2003-01-13 | bump BUILD_DEPENDS on x11-links (Darwin fixes). | grant | 1 | -2/+2 |
2003-01-12 | According to seb, make on 1.5 does not know about ${VAR:tl}, so let's go back to | jschauma | 1 | -3/+3 |
2003-01-12 | efficiency++; | jschauma | 1 | -6/+6 |
2003-01-12 | On Linux, s/i.86/i386/ for LOWER_ARCH and MACHINE_ARCH as suggested by | jschauma | 1 | -1/+3 |
2003-01-10 | Alphabetize _BLNK_CACHE_ALL list. | jlam | 1 | -2/+2 |
2003-01-10 | Added http://osdn.dl.sourceforge.net/sourceforge/ as Sourceforge mirror. | jmmv | 1 | -1/+2 |
2003-01-10 | Don't add rpath statements to _BLNK_LDFLAGS if _USE_RPATH != "yes". | thorpej | 1 | -4/+9 |
2003-01-10 | Protect some substitutions with slashes -- i.e. so that /usr/pkgsrc/.../work | mycroft | 1 | -3/+4 |
2003-01-10 | Add the PKG_PRESERVE capability to bsd.pkg.mk. | agc | 1 | -1/+14 |
2003-01-10 | Protect ${WRKDIR} from transformation. We only want to transform paths | jlam | 1 | -1/+6 |
2003-01-10 | Fix indentation for case statement. | jlam | 1 | -2/+2 |
2003-01-10 | Install a ${PREFIX}/bin/shlibtool as part of the devel/libtool-base | jlam | 9 | -25/+44 |
2003-01-10 | Add locale/bs/LC_MESSAGES. | mycroft | 12 | -12/+60 |
2003-01-09 | Introduce NO_PKGTOOLS_REQD_CHECK, with which a package can disable | schmonz | 1 | -54/+28 |
2003-01-08 | Teach buildlink2 about ${_OPSYS_RPATH_NAME} instead of just using -Wl,-R | jlam | 1 | -11/+4 |
2003-01-07 | Also substitute for @BUILDLINK_X11_DIR@ in the wrapper scripts. This was | jlam | 1 | -1/+3 |
2003-01-07 | Output warnings to stderr, not to stdout (duh!) | jlam | 1 | -3/+3 |
2003-01-07 | Don't complain about (correct) .buildlink leakage in the fake libtool | jlam | 1 | -3/+4 |
2003-01-06 | use ${LOCALBASE}/{g,}patch (in that order) if gpatch is not in | grant | 1 | -1/+3 |
2003-01-06 | Catch buildlink2 leakage as soon as it happens during the build process. | jlam | 1 | -1/+6 |
2003-01-06 | Fix buildlink2 leakage into installed libtool archives that has been going | jlam | 1 | -2/+8 |
2003-01-06 | Some changes for Bourne shells that don't match NetBSD's feature-set: | jlam | 2 | -7/+11 |
2003-01-05 | Remove a unused hack (it was only used by pthread.buildlink.mk, which is | jlam | 1 | -13/+1 |
2003-01-05 | add a -a|--append option to allow appending to an existing database instead of | dmcmahill | 1 | -4/+36 |
2003-01-05 | Switch the top level pkgsrc 'readme' and 'cdrom-readme' targets to use the | dmcmahill | 1 | -3/+5 |
2003-01-05 | when invoking genreadme.awk, set TMPDIR correctly | lukem | 1 | -2/+2 |
2003-01-04 | expr -> ${EXPR} | dmcmahill | 2 | -5/+7 |
2003-01-04 | redo the README.html target for increased speed. For packages with | dmcmahill | 1 | -31/+36 |
2003-01-04 | move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitable | dmcmahill | 3 | -5/+5 |
2003-01-04 | add two scripts used for creating dependency databases. These scripts | dmcmahill | 2 | -0/+294 |
2003-01-04 | fix a typo in a comment. | grant | 1 | -2/+2 |
2003-01-03 | Require at least version 0.10 of the "x11-links" package because | tron | 1 | -2/+2 |
2003-01-03 | Add the buildlink2 warnings to the wrapper log as well as outputting to | jlam | 1 | -1/+3 |
2003-01-02 | Add lib/pkgconfig directory. It is used by several packages and is currently | jmmv | 7 | -7/+21 |
2003-01-02 | Correct comment on where defaults are set for DEFAULT_SERIAL_DEVICE, and | wiz | 1 | -2/+12 |
2003-01-02 | Add a few switches to allow changing compile-time options: | hubertf | 1 | -1/+21 |
2003-01-01 | Use a while loop instead of a for loop to iterate over the arguments. This | jlam | 1 | -2/+3 |
2002-12-31 | Introduce a variable called kernel which is either empty or contains the | cjep | 1 | -3/+7 |
2002-12-31 | Loopback mount /proc on SunOS. shells/tcsh successfully builds in the sandbox | cjep | 1 | -2/+9 |
2002-12-31 | Remove deprecated USE_JAVA code from bsd.pkg.mk. Packages should use | jlam | 1 | -84/+1 |