Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-21 | Convert to buildlink2. Let USE_IMAKE make do-configure instead of doing it | wiz | 1 | -8/+3 | |
manually. | |||||
2002-10-21 | Convert to buildlink2. | wiz | 2 | -4/+6 | |
2002-10-21 | Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here, | wiz | 1 | -6/+7 | |
since we should not have to be root at this point). | |||||
2002-10-21 | Unused. | wiz | 1 | -71/+0 | |
2002-10-21 | Convert to buildlink2. | wiz | 3 | -10/+12 | |
2002-10-21 | Unused. | wiz | 1 | -41/+0 | |
2002-10-21 | Convert to buildlink2. | wiz | 3 | -8/+11 | |
2002-10-21 | PKGREVISION is now empty, to placate lintpkgsrc (thanks to Martti | heinz | 1 | -2/+2 | |
Kuparinen). | |||||
2002-10-21 | Convert to buildlink2. | wiz | 2 | -6/+7 | |
2002-10-21 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2002-10-21 | games/xscrabble-1.0nb1 [minor bug fix] | wiz | 1 | -1/+2 | |
2002-10-21 | Convert to buildlink2. | wiz | 4 | -15/+17 | |
2002-10-21 | Convert to buildlink2. Update to latest version (updated imake | wiz | 2 | -5/+8 | |
files, minor bug fix). | |||||
2002-10-21 | Convert to buildlink2. Remove invalid MASTER_SITES and HOMEPAGE. | wiz | 1 | -6/+5 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2002-10-21 | Convert to buildlink2. Remove MASTER_SITES and HOMEPAGE, they are not | wiz | 4 | -21/+26 | |
valid any longer. Make it work with xpkgwedge. | |||||
2002-10-21 | Convert to buildlink2. | wiz | 2 | -6/+7 | |
2002-10-21 | buildlink1 -> buildlink2. | wiz | 1 | -8/+5 | |
2002-10-21 | Convert to buildlink2. Add missing dependencies. Remove empty line in PLIST. | wiz | 2 | -4/+6 | |
2002-10-21 | Initial import of buildtool-0.6 into the NetBSD Packages Collection. | agc | 1 | -1/+2 | |
Provided in PR 18042 by Julio Merino. Buildtool is a set of helper tools designed to make easy to configure source packages and build them, also making them more portable. Buildtool can be tought as the BSD replacement of GNU automake, autoconf and libtool. | |||||
2002-10-21 | Add and enable buildtool. | agc | 1 | -1/+2 | |
2002-10-21 | Initial import of buildtool-0.6 into the NetBSD Packages Collection. | agc | 4 | -0/+71 | |
Provided in PR 18042 by Julio Merino. Buildtool is a set of helper tools designed to make easy to configure source packages and build them, also making them more portable. Buildtool can be tought as the BSD replacement of GNU automake, autoconf and libtool. | |||||
2002-10-21 | For subtle reasons, expand ${WRKSRC} into ${WRKDIR}/${DISTNAME} in | jlam | 1 | -2/+2 | |
RCD_SCRIPT_SRC.spamd definition. The reason is that WRKSRC isn't defined by the time we get down to bsd.pkg.install.mk, so the dependency logic replaces "${WRKSRC}" with "", which is wrong. XXX bsd.pkg.install.mk should really be included by bsd.pkg.mk, in much the XXX same way bsd.buildlink2.mk is included by bsd.pkg.mk. It would remove XXX these ordering problems with variables not being available. | |||||
2002-10-21 | Always install into site_perl, never into the main perl directory. | jlam | 2 | -1/+17 | |
2002-10-21 | Use ${PREFIX}, not ${LOCALBASE}, when referring to own installation prefix. | jlam | 1 | -7/+7 | |
Also, use ${SH}, not /bin/sh, when invoking the shell from make. | |||||
2002-10-21 | Use exec to save forking a new process, and use proper argument quoting. | jlam | 1 | -2/+2 | |
2002-10-21 | Instead of 1.6_STABLE, accept 1.6_*, so 1.6_RCn, etc. will also work. | jlam | 1 | -2/+2 | |
2002-10-21 | Ensure that everything that is linked against libsasl is also linked | jlam | 4 | -4/+172 | |
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present. | |||||
2002-10-21 | Update security/cyrus-sasl to 1.5.27nb3: | jlam | 1 | -1/+2 | |
Fix sasl-config script so that "sasl-config --libs" returns the full list of libraries and linker flags needed to link against libsasl. Bump PKGREVISION. | |||||
2002-10-21 | Fix sasl-config script so that "sasl-config --libs" returns the full list | jlam | 5 | -15/+15 | |
of libraries and linker flags needed to link against libsasl. Bump PKGREVISION and bump the BUILDLINK_DEPENDS as packages will be needing to use a version of cyrus-sasl with a correct sasl-config. | |||||
2002-10-21 | note update of devel/pango to 1.0.5 | dmcmahill | 1 | -1/+2 | |
2002-10-21 | update to pango-1.0.5 | dmcmahill | 4 | -12/+11 | |
Changes between 1.0.4 and 1.0.5 * Win32 work [Tor Lillqvist] - Handle choosing the right font for CJK languages based on language tags. - Fix boxes showing up for tabs [Florent Duguet] - Better handling of finding ASCII font names. - Cygwin compilation fix [Masahiro Sakai] - Fix --with-included-modules on win32 [Arnaud Charlet] - Various build fixes and cleanups - Make mini-xft find windows font directory automatically * Bug fix for pango_scan_int() needed for recent GTK+. * Improve language specific charset ordering basic-x11 [James Su, Brian Yuan] * Fix symbols that shouldn't have been exported [Jacob Berkman, Nils Nordman] * Some cross-compiling fixes [J. Ali Harlow] * Various build fixes [Havoc Pennington, others] * Fix check for no-backend being found. [Andreas J. Guezlow] | |||||
2002-10-21 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2002-10-21 | net/dctc-0.83.6 and net/dc_gui-0.63 updates | wiz | 1 | -1/+3 | |
2002-10-21 | Remove traces of now unused USE_XAW. | wiz | 2 | -17/+2 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -6/+6 | |
2002-10-21 | Add buildlink2.mk. | wiz | 1 | -0/+24 | |
2002-10-21 | Suppress errors if no unique items have been created yet. | wiz | 1 | -2/+2 | |
2002-10-21 | Update to 0.63. Two patches have been integrated. | wiz | 4 | -98/+6 | |
Changes: A Berkeley DB detection problem on NetBSD was fixed, a command to set the range of ports to use for autoscan was added, and search capabilites were added to the user file list tab. In the GUI, nickname sort can now be case sensitive or insensitive. | |||||
2002-10-21 | Upgrade to 0.83.6. Two patches have been integrated. | wiz | 4 | -106/+5 | |
Changes: A Berkeley DB detection problem on NetBSD was fixed, a command to set the range of ports to use for autoscan was added, and search capabilites were added to the user file list tab. In the GUI, nickname sort can now be case sensitive or insensitive. | |||||
2002-10-21 | Convert to buildlink2. | wiz | 1 | -3/+4 | |
2002-10-21 | Remove (currently unused) USE_LTDL code -- use libtool/buildlink2.mk instead. | wiz | 1 | -5/+1 | |
2002-10-21 | Update description of how to use libltdl, and remove some USE_* mentions | wiz | 1 | -6/+2 | |
for USE_* which do not exist any longer. | |||||
2002-10-21 | USE_GLX has been obsoleted a long time ago -- remove it here too. | wiz | 1 | -6/+1 | |
2002-10-21 | Remove USE_MESA -- now unused. | wiz | 2 | -45/+3 | |
2002-10-21 | Only use Mesa if BATTLEBALL_USE_MESA is set. | wiz | 1 | -3/+2 | |
2002-10-21 | Convert to buildlink2. Use ${PAX} instead of "tar". | wiz | 1 | -3/+4 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2002-10-20 | Use buildlink2. Use perl5/module.mk. | seb | 13 | -81/+42 | |