aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
Commit message (Collapse)AuthorAgeFilesLines
* Note conflict with old versions (requested by marcus).Trevor Johnson2004-01-231-0/+1
| | | | Notes: svn path=/head/; revision=98912
* Update to 0.13.Trevor Johnson2004-01-2312-10/+629
| | | | 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-2518-249/+343
| | | | | | | | | | | | | | 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
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Bump PORTREVISION and expat shlib.Ying-Chieh Liao2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66518
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* Upgrade to 0.11.5Ade Lovett2002-08-103-2/+3
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> and others Notes: svn path=/head/; revision=64349
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,Ade Lovett2002-08-011-1/+1
| | | | | | | | | | since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :) Notes: svn path=/head/; revision=63830
* (1) Update to 0.11.4Ade Lovett2002-08-018-59/+66
| | | | | | | | | | | (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
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63297
* Update to 0.11.2Ade Lovett2002-06-193-7/+7
| | | | | | | | PR: 39481 Submitted by: Ports Fury Notes: svn path=/head/; revision=61543
* Add textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support isMaxim Sobolev2002-05-101-2/+4
| | | | | | | | | | necessary for some GNOME packages (evolution et al.) Reported by: bento, paul, Marc Unangst <mju@unangst.org> PR: 37924 Notes: svn path=/head/; revision=58866
* Don't modify charset.alias file installed by libintl.Maxim Sobolev2002-04-304-15/+28
| | | | Notes: svn path=/head/; revision=58357
* - Use USE_LIBTOOL;Maxim Sobolev2002-04-296-46/+99
| | | | | | | | - don't explicitly link libc into the gettext shared library, because potentially it can screw up threaded programs linked against libintl.so. Notes: svn path=/head/; revision=58341
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-21/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 2 gettext updateAde Lovett2002-03-2510-159/+158
| | | | | | | | | Upgrade to 0.11.1, remove NO_LATEST_LINK. Reviewed by: portmgr Notes: svn path=/head/; revision=56653
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-191-5/+0
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Stage 1 of gettext update.Ade Lovett2002-03-1514-123/+301
| | | | | | | | | | | | | | | 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
* Kludge the build in the face of systems with autoconf 2.52+.Jeremy Lea2002-01-052-4/+40
| | | | | | | | | PR: ports/33443 Submitted by: Alan Eldridge <ports@geeksrus.net> Jason Stephenson <panda@mis.net> Notes: svn path=/head/; revision=52609
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.Jeremy Lea2000-06-132-1/+7
| | | | 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
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Correct usage of uuencode in po-mode.el.Jeremy Lea2000-01-261-0/+11
| | | | | | | | PR: 16317 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=25091
* Install po-mode.el in share/emacs/site-lisp.Jeremy Lea2000-01-223-2/+41
| | | | | | | | | | Merge patches ae and aj. PR: 15941 Submitted by: Dmitry Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=24908
* Change MAINTAINER to reg - he's going to be doing more hackingAde Lovett2000-01-071-1/+1
| | | | | | | on this port than me. Notes: svn path=/head/; revision=24516
* Change MAINTAINER to ade@FreeBSD.org .Yukihiro Nakai2000-01-071-1/+1
| | | | Notes: svn path=/head/; revision=24497
* Add patch.Yukihiro Nakai1999-12-241-0/+12
| | | | | | | | PR: ports/15525 Submitted by: Remi Guyomarch rguyom@mail.dotcom.fr Notes: svn path=/head/; revision=23990
* Fix pkg/PLIST.Yukihiro Nakai1999-11-201-1/+2
| | | | | | | Change method to remove */share/locale Notes: svn path=/head/; revision=23213
* Change mail address.Yukihiro Nakai1999-11-201-1/+1
| | | | Notes: svn path=/head/; revision=23212
* 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
* Change MASTER_SITES and assign MASTER_SITE_SUBDIR.SADA Kenji1999-08-251-2/+2
| | | | | | | | | | Remove patch-ag about libtool use. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Approved by: Maintainer Notes: svn path=/head/; revision=20967
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | 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-052-3/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Add / at end of master site name.Satoshi Asami1999-03-091-2/+2
| | | | Notes: svn path=/head/; revision=17109
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-094-30/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+2
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Fix pkg/PLIST, and merge all info file.Vanilla I. Shu1998-12-064-79/+67
| | | | Notes: svn path=/head/; revision=15154
* Upgrade to 0.10.35, and associated changes.Bill Fumerola1998-12-016-42/+131
| | | | | | | | | 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-182-16/+17
| | | | | | | | PR: ports/8736 Submitted by: maintainer Notes: svn path=/head/; revision=14645