Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+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-09-02 | Update to 0.8.4: | jmmv | 2 | -6/+5 | |
* Fix aclocal quotation issue (Tomasz K³oczko) | |||||
2004-05-31 | Enable pkgviews installation. | xtraeme | 1 | -1/+3 | |
2004-04-26 | Unused. | wiz | 1 | -22/+0 | |
2004-04-17 | Fix build on sparc64 with gcc2. | snj | 1 | -1/+4 | |
2004-04-01 | Bump PKGREVISION to 1 due to glib2 update. | jmmv | 3 | -6/+6 | |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 | |
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk. | |||||
2004-03-22 | Add HAVE_YACC=yes to configure environment. | reed | 1 | -1/+2 | |
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison). | |||||
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-06 | Build uses YACC. This is to close my PR pkg/23013. | reed | 1 | -2/+2 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -10/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-11 | Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>. | xtraeme | 1 | -2/+2 | |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-10 | bl3ify | xtraeme | 2 | -5/+30 | |
2004-02-06 | Update to 0.8.3: | jmmv | 3 | -8/+6 | |
* Add a -uninstalled.pc file (Laca) * Clobber LC_ALL before invoking pre-compiler (Fernando Herrera) | |||||
2004-02-03 | add USE_GNU_TOOLS+=lex, as this package requires flex to build. | grant | 1 | -1/+2 | |
2003-12-04 | Require at least libIDL-0.8.2 to pick up the dependencies (missed in | xtraeme | 2 | -5/+5 | |
previous). Bump PKGREVISION. | |||||
2003-12-03 | Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603. | xtraeme | 2 | -7/+6 | |
Changes: libIDL 0.8.2: * Support new versions of flex (Jody Goldberg) libIDL 0.8.1: * add '_' prefix escaped keyword support (Nick Lewycky) * cygwin build support (Masahiro Sakai) * build fixes (Mark McLoughlin, Thomas Vander Stichele) * autoconf upgrade (Havoc Pennington) * BSD portability fix (Jacob Berkman) | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-04 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+4 | |
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-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-01-22 | Update to 0.8.0. Changes since 0.7.4 include some minor bugfixes. | jmmv | 2 | -7/+6 | |
2002-12-24 | Bump PKGREVISION because of dependency on latest freetype2 or glib2 | wiz | 2 | -4/+4 | |
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages. | |||||
2002-10-30 | Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. | rh | 3 | -14/+3 | |
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 | buildlink1 -> buildlink2 | jlam | 1 | -6/+7 | |
2002-10-05 | Unused. | wiz | 1 | -52/+0 | |
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 3 | -6/+6 | |
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+23 | |
buildlink2.mk files back into the main trunk. | |||||
2002-04-27 | Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool. | rh | 1 | -1/+2 | |
2002-04-27 | Fix pkgconfig configuration file to include runtime library search path. | rh | 4 | -4/+17 | |
Bump PKGREVISION. | |||||
2002-04-23 | Initial import of libIDL-0.7.4, a CORBA Interface Definition Language | rh | 5 | -0/+112 | |
parser. |