summaryrefslogtreecommitdiffstats
path: root/devel/gettext
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on -CURRENT. openmp support with gcc 4.2 is autodetected butade2007-05-291-1/+1
| | | | | | | | | | is broken if threads are disabled (which they are). This results in msgmerge segfaulting all over the place. Since (a) this is -CURRENT only and (b) has no effect on -STABLE, PORTREVISION is not being bumped. Submitted by: kris
* - Welcome X.org 7.2 \o/.flz2007-05-192-37/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Unconditionally disable threading, it is apparently causing someade2007-04-081-2/+3
| | | | | | | | | | | edge cases to fail, and the previous version of gettext was unthreaded, so we're not losing anything. Note that if you've already rebuilt gettext to 0.16.1, you only need to upgrade gettext, and not everything that depends on it. Thanks to those that reported the issue, and both gnome@ and kde@ for confirming that this change does not cause any issues there.
* Update to 0.16.1ade2007-03-1714-399/+380
| | | | | Many thanks to all those that tested this update, particularly the FreeBSD GNOME team.
* Conversion to a single libtool environment.ade2006-02-232-1/+6
| | | | Approved by: portmgr (kris)
* Chase shlib bump of libexpat.kuriyama2006-01-301-2/+2
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-40/+40
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Unconditionally disable the installation of the start-po.el emacs lispade2005-11-131-1/+2
| | | | | | | file, regardless of whether emacs or xemacs is installed. PR: 87956 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Update to 0.14.5ade2005-06-173-4/+5
| | | | Tested with: full build of x11/gnome2 and x11/kde3
* Pick this one up too, since it is somewhat intrinsically linkedade2005-06-151-1/+1
| | | | to autotools
* - Remove incorrect dirrmpav2005-05-261-1/+0
| | | | Bugged me for: too long
* Trivial fix: add ending quotegirgen2005-05-221-1/+1
| | | | Approved by: seanc, ade (implicit)
* Bump PORTREVISION for the addition of the msginit.c patch.adamw2005-05-201-0/+1
|
* Sortof fix msginit a little bit kindof. It was looking foradamw2005-05-201-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | certain files in the wrong place. Before, running msginit would give this: /usr/local/libdata/gettext/project-id: Can't open /usr/local/libdata/gettext/project-id: No such file or directory msginit: /usr/local/libdata/gettext/project-id subprocess I/O error /usr/local/libdata/gettext/user-email: Can't open /usr/local/libdata/gettext/user-email: No such file or directory msginit: /usr/local/libdata/gettext/user-email subprocess I/O error /usr/local/share/gettext/projects/TP/team-address: /usr/local/libdata/gettext/urlget: not found etc. Now, it gives this: root@smacky:/usr/ports/GNOME/grm/i18n# msginit The new message catalog should contain your email address, so that users can give you feedback about the translations, and so that maintainers can contact you in case of unexpected technical problems. sed: 8: "{ h s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern Couldn't find out about your email address. Please enter your email address. adamw@gnome.org sed: 8: "{ h s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern Exception in thread "main" java.lang.NoClassDefFoundError: gnu/gettext/GetURL Someone should look into that new error.
* - Update to 0.14.4ahze2005-05-138-52/+59
|
* Be sure to create the empty lib/gettext directory during package creation.marcus2004-12-281-0/+1
| | | | Spotted by: pav
* Remove the empty lib/gettext directory.marcus2004-12-241-0/+1
| | | | Reported by: pointyhat via kris
* * Update to 0.14.1 without a shared library version bumpmarcus2004-12-219-96/+76
| | | | | | | | | | * 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
* Clean up handling of locale directories at deinstall-time:kris2004-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
* Don't remove all empty locale directories, only the ones we createdkris2004-11-241-29/+42
| | | | ourselves.
* - eliminate dependency on libexpat on >= 5.0eik2004-10-194-10/+64
| | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html> Reviewed by: ports@
* Previous revision accidently deleted the expat.5 dependancy.obrien2004-08-271-1/+3
| | | | s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
* Add a NO_GETTEXT_OPTIONS knob.obrien2004-08-271-2/+2
|
* Put back OPTIONS now that release builds have been fixed to set BATCHkris2004-07-121-8/+2
| | | | for non-interactivity.
* Fix the release build.obrien2004-07-121-2/+8
|
* Fix packaging issues for html-files.vs2004-06-141-2/+4
| | | | | Closes PR: ports/67653 Noticed by: Paul Beard
* - Relax mv in kaffe hackpav2004-06-021-2/+2
| | | | | PR: ports/67453 Reported by: Andreas Schulz <ats@first.fraunhofer.de>
* Correct last commit.trevor2004-04-071-1/+1
| | | | noticed by: lofi
* Fix packing list when NOPORTDOCS is set.trevor2004-04-061-0/+1
| | | | | Reported by: parv PR: 65241
* By default, do not install HTML-formatted man pages.trevor2004-04-033-51/+21
| | | | When NOPORTDOCS is set, do not install a few other HTML files.
* Fix whitespace.trevor2004-04-031-1/+1
|
* Correct packing list.trevor2004-04-031-5/+9
|
* Make examples (mostly) optional, requested by obrien.trevor2004-04-023-590/+20
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
| | | | o Bump $PORTREVISION.
* As discovered by Andrzej Tobola, gettext (this version, or thetrevor2004-02-181-1/+20
| | | | | 0.12.1 version) fails to build if kaffe-devel-1.1.3 is installed. Kludge around this.
* Add "anti-foot-shooting device".trevor2004-02-081-0/+5
| | | | Obtained from: sobomax via the imake-4 and linux_base ports
* Use USE_ICONV.marcus2004-02-051-2/+2
|
* Remove the CONFLICTS as this is now the One True gettext.marcus2004-02-041-1/+0
|
* SIZEify.trevor2004-01-291-0/+1
|
* - add missing manpage envsubst.1dinoex2004-01-251-1/+1
| | | | was installed, but not in package.
* version 0.13.1, noticed by marcustrevor2004-01-253-14/+57
|
* Note conflict with old versions (requested by marcus).trevor2004-01-231-0/+1
|
* Update to 0.13.trevor2004-01-2312-10/+629
|
* Update to 0.12.1. This brings a shared lib bump of libintl.so. It ismarcus2003-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
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Bump PORTREVISION and expat shlib.ijliao2002-09-171-1/+2
|
OpenPOWER on IntegriCloud