Age | Commit message (Expand) | Author | Files | Lines |
2005-08-19 | Install the locale.alias file into an example directory, and copy it | jlam | 2 | -3/+12 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 |
2005-06-05 | In builtin.mk files, use _BLTN_ as the private namespace prefix. | jlam | 1 | -20/+20 |
2005-06-01 | Ensure that BUILTIN_GETTEXT_NGETTEXT is always defined. | jlam | 1 | -6/+9 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 2 | -88/+137 |
2005-05-24 | Rename _LIBINTL_H to _BLNK_LIBINTL_H (namespace issues). | jlam | 1 | -7/+8 |
2005-05-24 | Re-add _LIBINTL_H definition that was accidentally removed in the | jlam | 1 | -1/+3 |
2005-05-24 | Use mk/buildlink3/find-libs.mk instead of custom logic to find a native | jlam | 1 | -20/+6 |
2005-05-19 | We can only use the subst.mk framework if the files are relative to | jlam | 1 | -12/+14 |
2005-04-19 | Include ../../converters/libiconv/buildlink3.mk in buildlink3.mk, | epg | 2 | -45/+5 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 |
2004-12-18 | only include <search.h> if it is present. fixes build on Darwin. | grant | 2 | -1/+17 |
2004-12-11 | Create directories before putting files in them. This should fix | jlam | 1 | -1/+2 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 |
2004-11-28 | Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready | jlam | 1 | -2/+2 |
2004-11-27 | Fix broken libintl existence test; patch by minskim. | wiz | 1 | -6/+6 |
2004-11-26 | Standardize how we search for libraries in builtin.mk files. We define | jlam | 1 | -9/+14 |
2004-11-21 | Move the section that sets up some GNU configure variables to force | jlam | 1 | -7/+13 |
2004-11-14 | Follow the recommended template for builtin.mk files: glibc's gettext | jlam | 1 | -52/+75 |
2004-10-14 | If builtin libintl has ngettext(), force packages requiring gettext | minskim | 1 | -1/+4 |
2004-10-04 | older versions of GNU gettext do not provide ngettext() and a bunch | grant | 1 | -5/+15 |
2004-10-03 | Correct typo "PREFER.getext". | heinz | 1 | -2/+2 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 |
2004-08-28 | Use the new BUILDLINK_TRANSFORM commands to more precisely state the | jlam | 1 | -2/+2 |
2004-07-04 | Unused. | wiz | 1 | -186/+0 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-09 | Pass -b to pkg_admin lsbest to make this work correctly on systems where the ... | danw | 1 | -2/+2 |
2004-04-20 | Use $(INSTALL), not $(INSTALL_DATA), to install a library. Some platforms | tv | 3 | -7/+16 |
2004-04-06 | Do not assume that if /usr/lib/libintl.* does not exist | reed | 1 | -3/+14 |
2004-04-01 | Add a script to workaround uses of msgid_plural, which is not yet supported | jmmv | 2 | -2/+38 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -9/+13 |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 |
2004-03-22 | Assume that the native gettext implementation will satisfy GNU gettext | jlam | 1 | -7/+8 |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+2 |
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 |
2004-03-16 | Manipulate the buildlink depth so that libiconv and Xfixes aren't added | jlam | 1 | -1/+3 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -146/+155 |
2004-03-08 | Improvements for DESCRiption and COMMENT. | reed | 2 | -4/+5 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -19/+21 |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 |
2004-02-14 | USE_BUILDLINK should be "yes", not just defined. | jlam | 1 | -4/+4 |
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -3/+1 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -6/+26 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -51/+57 |
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -14/+14 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 |