summaryrefslogtreecommitdiff
path: root/devel/gettext-lib/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2012-08-29Problem:sbd1-2/+2
1) The libintl.h from gettext-lib renames the gettext functions so that they are prefixed with 'libintl_' (So that the functions named in libintl don't conflict with any that maybe in libc). 2) gettext-tools is _always_ built with gettext-lib. 3) The tools architecture may make gettext-tools a build dependence or someone may choose to install gettext-tools. 4) The OS has built in gettext. 5) For some reason ${PREFIX}/include is add to the compiler search path and libintl.h from gettext-lib is found before the system one. The result is that all the gettext functions are renamed to have the 'libintl_' prefix but libintl is not linked with and the following happens: ${FILENAME}: undefined reference to `libintl_gettext' ${FILENAME}: undefined reference to `libintl_textdomain' ${FILENAME}: undefined reference to `libintl_bindtextdomain' collect2: error: ld returned 1 exit status Solution: Hide libintl.h from gettext-lib in ${PREFIX}/include/gettext then add that to the compiler search path when realy needed. This should permanently fix PR's pkg/24326 pkg/36201 pkg/40153 pkg/43129 pkg/44009 and pkg/44016. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2005-08-19Install the locale.alias file into an example directory, and copy itjlam1-1/+3
into place via REQD_FILES. This fixes a CHECK_FILES error. Bump the PKGREVISION to 5.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-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".
2002-11-27bite the bullet and upgrade to 0.11.5drochner1-3/+3
There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+7