Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-27 | Fix AC_DEFUN argument quoting for automake 1.8 and newer. No | wiz | 2 | -1/+15 | |
PKGREVISION bump because most people won't care. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-11-20 | Bump PKGREVISION due to security fixes in libxml (dependency adjusted to | jmmv | 1 | -2/+2 | |
1.8.17nb3). | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-05-04 | Unused. | wiz | 1 | -24/+0 | |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+2 | |
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -7/+6 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-21 | bl3ify | minskim | 2 | -5/+29 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -3/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -4/+1 | |
automatically now. | |||||
2004-02-10 | Yet another config.guess/config.sub override for mipseb. | sekiya | 1 | -1/+4 | |
2004-02-03 | add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc | grant | 1 | -13/+2 | |
to build. | |||||
2004-02-03 | trim whitespace, wrap lines at 75 cols. | grant | 1 | -8/+8 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 2 | -4/+4 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-11-12 | PKGREVISION++ due to devel/popt update. | salo | 2 | -4/+4 | |
2003-10-18 | Whitespace fixes | cjep | 1 | -2/+2 | |
2003-10-10 | Check for yacc and BUILD_DEPENDS on bison; check for flex (and not | reed | 1 | -3/+8 | |
just for SunOS). (Okay'd by rh.) This should probably get rid of SunOS check. Later, these build dependency checks should be improved and done in a separate mk file (like an enhanced tools.mk). | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2003-02-16 | Disable gtk-doc detection; not required and causes problems. | jmmv | 1 | -1/+3 | |
2002-11-30 | USE_PKGLOCALEDIR, remove unnecessary patches, delint. | salo | 1 | -1/+2 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-08 | Unused. | wiz | 1 | -53/+0 | |
2002-09-23 | IDL files must be added to BUIDLINK_FILES because the IDL files are | jlam | 1 | -1/+2 | |
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2. | |||||
2002-08-28 | buildlink1 -> buildlink2 | jlam | 1 | -7/+7 | |
2002-08-28 | *Conf.sh don't need to be linked into the buildlink directory. | jlam | 1 | -2/+1 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 7 | -6/+30 | |
buildlink2.mk files back into the main trunk. | |||||
2002-07-31 | On Solaris, add BUILD_DEPENDS for bison and flex, based on the patch | wiz | 1 | -1/+8 | |
submitted by Lubomir Sedlacik in connection with pkg/17785. | |||||
2002-07-14 | Add IDL includes to buildlinked files | rh | 1 | -1/+2 | |
2002-05-18 | Update oaf to 0.6.10 | mjl | 7 | -83/+59 | |
* evil activation races * alloca issue * handle IO_PRI * more regression tests * don't multiply parse oafinfo files * racing activations far more efficient * remove multiple directory capability * Fix oaf-slay username detection * Fix for multiple activation race condition * New translations | |||||
2002-04-09 | * Remove unnecessary REPLACE_BUILDLINK* statements as they're handled by | jlam | 1 | -7/+4 | |
default by bsd.buildlink.mk. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to use the correct libtool. * Strongly buildlinkify. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 2 | -3/+4 | |
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".] | |||||
2002-01-16 | Add patch missing in previous commit | rh | 1 | -0/+13 | |
2002-01-15 | Update oaf to 0.6.7 | rh | 4 | -12/+16 | |
New in this release: * Fix major race condition which could lead to multiple oafd's * Miscellaneous bug fixes * FreeBSD fixes * Build fixes * Merge lots of bug fixes from former 2.0 branch * spec file updates | |||||
2002-01-13 | patthern -> pattern | wiz | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-03 | Substitute the real config script for the config wrapper script in | jlam | 1 | -1/+3 | |
installed files. We don't want buildlink references to escape into the install directory. | |||||
2001-10-03 | Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, now | rh | 1 | -2/+1 | |
that we are strongly buildlinked. Thanks to Johnny Lam for spotting this. | |||||
2001-10-03 | Replace hand-made script with REPLACE_BUILDLINK and REPLACE_BUILDLINK_SED | rh | 1 | -15/+5 | |
2001-10-01 | s:textproc/oaf:devel/oaf: | rh | 1 | -2/+2 | |
2001-10-01 | Update oaf to 0.6.6, and while at it, buildlinkify. Changes include: | rh | 14 | -164/+89 | |
* fixes to avoid multiple oafd's running * error reporting fixes * build fixes * robustness improvements | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -1/+2 | |