Age | Commit message (Expand) | Author | Files | Lines |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+2 |
2008-03-03 | explicite disable C#, otherwise "mcs" might be picked up, | drochner | 1 | -1/+2 |
2008-02-28 | + Get rid of the separate check for glibc's libintl.h because it's | jlam | 1 | -20/+15 |
2008-02-27 | Greatly simplify the logic that tries to determine whether -lintl | jlam | 2 | -71/+54 |
2008-01-25 | On Linux, just assume that if /usr/include/libintl.h exists, that it is | joerg | 1 | -2/+6 |
2008-01-23 | Use bsd.fast.prefs.mk in some very commonly included locations. | tnn | 1 | -2/+2 |
2007-09-24 | In gettext-lib/buildlink3.mk, check whether we need to pull in the | jlam | 2 | -5/+11 |
2007-09-18 | Simplify a bit to work under bulk builds as well. | joerg | 1 | -5/+2 |
2007-09-16 | Simplify the logic for libiconv -- we always have a gettext that depends | joerg | 1 | -31/+2 |
2006-07-26 | Changes 0.14.6: | adam | 2 | -17/+13 |
2006-07-20 | Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed | jlam | 1 | -10/+1 |
2006-07-09 | Use "defined": this fixes build problems under darwin. | tonio | 2 | -4/+4 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-07-06 | Define locale_charset only when GNU iconv is used. This fixes the package | minskim | 3 | -12/+12 |
2006-07-03 | Make sure that locale_charset is defined only once. Otherwise, it may cause | minskim | 3 | -2/+27 |
2006-04-13 | Overhaul the way packages can ask for "msgfmt". If a package needs | jlam | 1 | -35/+1 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -6/+6 |
2006-03-30 | Ensure that _BLTN_H_GETTEXT is actually defined by find-files.mk. | jlam | 1 | -2/+2 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -9/+10 |
2006-02-28 | Make BROKEN_GETTEXT_DETECTION=no the default for pkgsrc. | joerg | 1 | -6/+2 |
2006-02-05 | Update gettext to 0.14.5. Many bugfixes and improvements, | joerg | 6 | -50/+29 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 |
2005-08-21 | We need to pre-create the locale directory before copying the locale.alias | jlam | 1 | -2/+3 |
2005-08-20 | Fix the msgfmt.pl script to deal with messages with plurals whose strings | jmmv | 1 | -7/+20 |
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 |