aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-346/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Strip binariesBaptiste Daroussin2014-10-311-1/+0
| | | | | | | Remove useless @exec mkdir Notes: svn path=/head/; revision=371843
* Cleanup plistBaptiste Daroussin2014-10-271-23/+0
| | | | Notes: svn path=/head/; revision=371544
* Remove excess whitespaceBryan Drewery2014-08-201-20/+20
| | | | Notes: svn path=/head/; revision=365501
* - Add two new arguments to USES=iconv so ports can indicate they use GNUTijl Coosemans2014-01-291-0/+30
| | | | | | | | | | | | | | | | | iconv extensions that the base system iconv doesn't support yet: * wchar_t: port uses the special WCHAR_T character conversion. * translit: port uses //TRANSLIT or //IGNORE conversion options. Adding one or both of these arguments makes the port depend on converters/libiconv for now. - Allow installation of converters/libiconv on FreeBSD 10+. - Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS and LDFLAGS to fix compilation with libiconv installed. - Stage converters/libiconv and devel/gettext. Approved by: bapt (on trust) Notes: svn path=/head/; revision=341775
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Update devel/automake to 1.14Ade Lovett2013-07-161-8/+9
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* Fix a long standing bug of lib/charset.alias being overwritten, modified, ↵Baptiste Daroussin2013-03-181-1/+0
| | | | | | | | | | | | | | | | | and badly tracked by ports. Make lib/charset.alias a file only provided by converters/libiconv Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install. Prevent devel/gettext from installing that files. Fix a couple of ports that actually touch charset.alias during the build phase. Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html) Approved by: kwm (gnome) Exp-run by: miwi Notes: svn path=/head/; revision=314556
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-8/+7
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update to 0.18Ade Lovett2010-05-311-3/+9
| | | | | | | | Tested by: -exp run (pav) Hat: Extra kevlar Notes: svn path=/head/; revision=255370
* Major autotools-related update:Ade Lovett2008-06-061-34/+15
| | | | | | | | | | | | | | | | | automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr Notes: svn path=/head/; revision=214412
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-36/+0
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 0.16.1Ade Lovett2007-03-171-165/+205
| | | | | | | | Many thanks to all those that tested this update, particularly the FreeBSD GNOME team. Notes: svn path=/head/; revision=187610
* Conversion to a single libtool environment.Ade Lovett2006-02-231-0/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-40/+40
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Update to 0.14.5Ade Lovett2005-06-171-0/+1
| | | | | | | Tested with: full build of x11/gnome2 and x11/kde3 Notes: svn path=/head/; revision=137640
* - Remove incorrect dirrmPav Lucistnik2005-05-261-1/+0
| | | | | | | Bugged me for: too long Notes: svn path=/head/; revision=136190
* - Update to 0.14.4Michael Johnson2005-05-131-9/+17
| | | | Notes: svn path=/head/; revision=135168
* Be sure to create the empty lib/gettext directory during package creation.Joe Marcus Clarke2004-12-281-0/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=125302
* Remove the empty lib/gettext directory.Joe Marcus Clarke2004-12-241-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125041
* * Update to 0.14.1 without a shared library version bumpJoe Marcus Clarke2004-12-211-0/+12
| | | | | | | | | | | | | * Use new libtool scheme [1] The primary addition in this release is support for C# files when generating translations. Submitted by: mezz [1] Tested by: many, including mezz, adamw, and myself Notes: svn path=/head/; revision=124651
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-2/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Don't remove all empty locale directories, only the ones we createdKris Kennaway2004-11-241-29/+42
| | | | | | | ourselves. Notes: svn path=/head/; revision=122337
* By default, do not install HTML-formatted man pages.Trevor Johnson2004-04-031-49/+0
| | | | | | | When NOPORTDOCS is set, do not install a few other HTML files. Notes: svn path=/head/; revision=105999
* Make examples (mostly) optional, requested by obrien.Trevor Johnson2004-04-021-589/+0
| | | | Notes: svn path=/head/; revision=105960
* version 0.13.1, noticed by marcusTrevor Johnson2004-01-251-12/+55
| | | | Notes: svn path=/head/; revision=98997
* Update to 0.13.Trevor Johnson2004-01-231-3/+604
| | | | Notes: svn path=/head/; revision=98908
* Update to 0.12.1. This brings a shared lib bump of libintl.so. It isJoe Marcus Clarke2003-08-251-88/+176
| | | | | | | | | | | | | | recommended people use: portupgrade -rf gettext -m BATCH=yes To update this port. Tested by: Thierry Thomas <thierry@pompo.net> myself Notes: svn path=/head/; revision=87643
* Upgrade to 0.11.5Ade Lovett2002-08-101-0/+1
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> and others Notes: svn path=/head/; revision=64349
* (1) Update to 0.11.4Ade Lovett2002-08-011-3/+15
| | | | | | | | | | | (2) install po-compat.el in addition to po-mode.el PR: (1) 41170 (2) 41170, 40670 Submitted by: 40670: Olivier Tharan <olive@oban.frmug.org> 41170: Ports Fury Notes: svn path=/head/; revision=63829
* Update to 0.11.2Ade Lovett2002-06-191-3/+3
| | | | | | | | PR: 39481 Submitted by: Ports Fury Notes: svn path=/head/; revision=61543
* Don't modify charset.alias file installed by libintl.Maxim Sobolev2002-04-301-2/+0
| | | | Notes: svn path=/head/; revision=58357
* Stage 2 gettext updateAde Lovett2002-03-251-4/+90
| | | | | | | | | Upgrade to 0.11.1, remove NO_LATEST_LINK. Reviewed by: portmgr Notes: svn path=/head/; revision=56653
* Stage 1 of gettext update.Ade Lovett2002-03-151-10/+61
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-2/+0
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.Jeremy Lea2000-06-131-0/+6
| | | | Notes: svn path=/head/; revision=29557
* Don't remove share/aclocal -- it's created by mtree.Satoshi Asami2000-06-031-1/+0
| | | | Notes: svn path=/head/; revision=29126
* Remove the individual locale directories before attempting to remove theSatoshi Asami2000-04-301-0/+3
| | | | | | | parent dir. Notes: svn path=/head/; revision=28174
* Install po-mode.el in share/emacs/site-lisp.Jeremy Lea2000-01-221-1/+1
| | | | | | | | | | Merge patches ae and aj. PR: 15941 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=24908
* Fix pkg/PLIST.Yukihiro Nakai1999-11-201-1/+2
| | | | | | | Change method to remove */share/locale Notes: svn path=/head/; revision=23213
* Fix for PLIST.Yukihiro Nakai1999-11-201-2/+1
| | | | | | | */share/locale are used by non-gettext program. Notes: svn path=/head/; revision=23211
* Use the force option to rm(1) to avoid the possibility of errors onSteve Price1999-11-011-2/+2
| | | | | | | | | | deinstall. PR: 13677 (3 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=22780
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-051-1/+0
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-091-25/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Fix pkg/PLIST, and merge all info file.Vanilla I. Shu1998-12-061-70/+50
| | | | Notes: svn path=/head/; revision=15154
* Upgrade to 0.10.35, and associated changes.Bill Fumerola1998-12-011-36/+86
| | | | | | | | | PR: ports/8842 Reviewed by: <nakai@TokyoNet.AD.JP> (maintainer) Submitted by: <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=15033
* Add a argument to CONFIGURE_ARGS.Vanilla I. Shu1998-11-181-15/+15
| | | | | | | | PR: ports/8736 Submitted by: maintainer Notes: svn path=/head/; revision=14645
* Don't run ldconfig if no shared libraries and don't remove a coupleSteve Price1998-10-051-4/+0
| | | | | | | of directories used by a bunch of other ports. Notes: svn path=/head/; revision=13657
* Don't split info file.Vanilla I. Shu1998-08-311-4/+0
| | | | Notes: svn path=/head/; revision=12961