1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Pav Lucistnik
3e63b33bf5 - Remove incorrect dirrm
Bugged me for:	too long
2005-05-26 17:57:50 +00:00
Palle Girgensohn
23dd69e626 Trivial fix: add ending quote
Approved by: seanc, ade (implicit)
2005-05-22 09:55:53 +00:00
Adam Weinberger
487e31ea20 Bump PORTREVISION for the addition of the msginit.c patch. 2005-05-20 04:20:31 +00:00
Adam Weinberger
3e97f42f59 Sortof fix msginit a little bit kindof. It was looking for
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.
2005-05-20 04:19:52 +00:00
Michael Johnson
498025a81f - Update to 0.14.4 2005-05-13 03:51:07 +00:00
Joe Marcus Clarke
60c0fdbc6d Be sure to create the empty lib/gettext directory during package creation.
Spotted by:	pav
2004-12-28 02:16:39 +00:00
Joe Marcus Clarke
4a2efaa439 Remove the empty lib/gettext directory.
Reported by:	pointyhat via kris
2004-12-24 08:38:44 +00:00
Joe Marcus Clarke
e04782a6ba * Update to 0.14.1 without a shared library version bump
* 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
2004-12-21 01:00:29 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Kris Kennaway
601c4c3d9e Don't remove all empty locale directories, only the ones we created
ourselves.
2004-11-24 21:39:30 +00:00
Oliver Eikemeier
8469a18e50 - eliminate dependency on libexpat on >= 5.0
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>

Reviewed by:	ports@
2004-10-19 16:09:14 +00:00
David E. O'Brien
5fb67e9dec Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
2004-08-27 17:52:06 +00:00
David E. O'Brien
23bc0fc303 Add a NO_GETTEXT_OPTIONS knob. 2004-08-27 01:16:48 +00:00
Kris Kennaway
777b9dd4b5 Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
2004-07-12 08:02:43 +00:00
David E. O'Brien
814693ba02 Fix the release build. 2004-07-12 05:16:29 +00:00
Volker Stolz
cbc526b06a Fix packaging issues for html-files.
Closes PR:	ports/67653
Noticed by:	Paul Beard
2004-06-14 16:03:56 +00:00
Pav Lucistnik
30cf3b6f06 - Relax mv in kaffe hack
PR:		ports/67453
Reported by:	Andreas Schulz <ats@first.fraunhofer.de>
2004-06-02 21:07:21 +00:00
Trevor Johnson
f1ef10d96e Correct last commit.
noticed by:	lofi
2004-04-07 18:47:06 +00:00
Trevor Johnson
0d0026487c Fix packing list when NOPORTDOCS is set.
Reported by:	parv
PR:		65241
2004-04-06 15:39:51 +00:00
Trevor Johnson
4ae1d01730 By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
2004-04-03 03:48:30 +00:00
Trevor Johnson
e485b65b57 Fix whitespace. 2004-04-03 02:34:13 +00:00
Trevor Johnson
ea182a1646 Correct packing list. 2004-04-03 02:03:27 +00:00
Trevor Johnson
d56569ff57 Make examples (mostly) optional, requested by obrien. 2004-04-02 12:25:24 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Trevor Johnson
e81f093a1b As discovered by Andrzej Tobola, gettext (this version, or the
0.12.1 version) fails to build if kaffe-devel-1.1.3 is installed.
Kludge around this.
2004-02-18 02:08:32 +00:00
Trevor Johnson
4e31efe372 Add "anti-foot-shooting device".
Obtained from:	sobomax via the imake-4 and linux_base ports
2004-02-08 21:46:37 +00:00
Joe Marcus Clarke
b89408e5c9 Use USE_ICONV. 2004-02-05 19:30:43 +00:00
Joe Marcus Clarke
440b82278a Remove the CONFLICTS as this is now the One True gettext. 2004-02-04 17:49:44 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Dirk Meyer
c7c48602f4 - add missing manpage envsubst.1
was installed, but not in package.
2004-01-25 12:51:47 +00:00
Trevor Johnson
89fa0110cc version 0.13.1, noticed by marcus 2004-01-25 02:19:25 +00:00
Trevor Johnson
9f3acad11b Note conflict with old versions (requested by marcus). 2004-01-23 18:49:48 +00:00
Trevor Johnson
b6d2dde3b5 Update to 0.13. 2004-01-23 18:12:16 +00:00
Joe Marcus Clarke
a8ed54fcae Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use:

portupgrade -rf gettext -m BATCH=yes

To update this port.

Tested by:	Thierry Thomas <thierry@pompo.net>
		myself
2003-08-25 05:37:53 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
99dea5fc29 Bump PORTREVISION and expat shlib. 2002-09-17 16:36:02 +00:00
Ade Lovett
283fe409ce Relinquish all my ports. 2002-09-07 08:44:49 +00:00
Ade Lovett
8beb0364e7 Upgrade to 0.11.5
Submitted by:	Jim Bloom <bloom@acm.org> and others
2002-08-10 19:25:04 +00:00
Ade Lovett
e7b3942ff9 Stage a mini-coup, and borrow these ports from portmgr@ for a while,
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. :)
2002-08-01 02:38:31 +00:00
Ade Lovett
e74e66cc92 (1) Update to 0.11.4
(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
2002-08-01 02:30:59 +00:00
Jun Kuriyama
a52ee364a9 Bump portrevision (textproc/expat2 shlib bump). 2002-07-21 02:17:49 +00:00
Ade Lovett
217cbb106f Update to 0.11.2
PR:		39481
Submitted by:	Ports Fury
2002-06-19 06:31:47 +00:00
Maxim Sobolev
e6729bd3b6 Add textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support is
necessary for some GNOME packages (evolution et al.)

Reported by:	bento, paul, Marc Unangst <mju@unangst.org>
PR:		37924
2002-05-10 15:36:47 +00:00
Maxim Sobolev
33b28557ec Don't modify charset.alias file installed by libintl. 2002-04-30 08:32:35 +00:00
Maxim Sobolev
95226f0111 - Use USE_LIBTOOL;
- don't explicitly link libc into the gettext shared library, because
  potentially it can screw up threaded programs linked against libintl.so.
2002-04-29 21:23:20 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- 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
2002-04-12 17:10:20 +00:00
Ade Lovett
58323a967a Stage 2 gettext update
Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:	portmgr
2002-03-25 22:18:48 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00