non port: devel/gettext/pkg-plist |
Number of commits found: 34 |
Saturday, 29 Nov 2014
|
18:22 tijl
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
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)
 |
Friday, 31 Oct 2014
|
14:58 bapt
Strip binaries
Remove useless @exec mkdir
 |
Monday, 27 Oct 2014
|
10:10 bapt
Cleanup plist
 |
Wednesday, 20 Aug 2014
|
18:22 bdrewery
Remove excess whitespace
 |
Wednesday, 29 Jan 2014
|
20:24 tijl
- Add two new arguments to USES=iconv so ports can indicate they use GNU
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)
 |
Tuesday, 21 Jan 2014
|
23:40 bapt
Fix properties on pkg-plist
 |
Tuesday, 16 Jul 2013
|
05:42 ade
- Update devel/automake to 1.14
- 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
 |
Monday, 18 Mar 2013
|
11:40 bapt
Fix a long standing bug of lib/charset.alias being overwritten, modified, 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
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Monday, 31 May 2010
|
01:51 ade
Update to 0.18
Tested by: -exp run (pav)
Hat: Extra kevlar
 |
Friday, 6 Jun 2008
|
02:36 ade
Major autotools-related update:
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
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 17 Mar 2007
|
22:37 ade
Update to 0.16.1
Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Sunday, 22 Jan 2006
|
05:52 edwin
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
 |
Friday, 17 Jun 2005
|
17:11 ade
Update to 0.14.5
Tested with: full build of x11/gnome2 and x11/kde3
 |
Thursday, 26 May 2005
|
17:57 pav
- Remove incorrect dirrm
Bugged me for: too long
 |
Friday, 13 May 2005
|
03:51 ahze
- Update to 0.14.4
 |
Tuesday, 28 Dec 2004
|
02:16 marcus
Be sure to create the empty lib/gettext directory during package creation.
Spotted by: pav
 |
Friday, 24 Dec 2004
|
08:38 marcus
Remove the empty lib/gettext directory.
Reported by: pointyhat via kris
 |
Tuesday, 21 Dec 2004
|
01:00 marcus
* 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
 |
Thursday, 16 Dec 2004
|
05:49 kris
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
 |
Wednesday, 24 Nov 2004
|
21:39 kris
Don't remove all empty locale directories, only the ones we created
ourselves.
 |
Saturday, 3 Apr 2004
|
03:48 trevor
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
 |
Friday, 2 Apr 2004
|
12:25 trevor
Make examples (mostly) optional, requested by obrien.
 |
Sunday, 25 Jan 2004
|
02:19 trevor
version 0.13.1, noticed by marcus
 |
Friday, 23 Jan 2004
|
18:12 trevor
Update to 0.13.
 |
Monday, 25 Aug 2003
|
05:37 marcus
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
 |
Saturday, 10 Aug 2002
|
19:25 ade
Upgrade to 0.11.5
Submitted by: Jim Bloom <bloom@acm.org> and others
 |
Thursday, 1 Aug 2002
|
02:30 ade
(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
 |
Wednesday, 19 Jun 2002
|
06:31 ade
Update to 0.11.2
PR: 39481
Submitted by: Ports Fury
 |
Tuesday, 30 Apr 2002
|
08:32 sobomax
Don't modify charset.alias file installed by libintl.
 |
Monday, 25 Mar 2002
|
22:18 ade
Stage 2 gettext update
Upgrade to 0.11.1, remove NO_LATEST_LINK.
Reviewed by: portmgr
 |
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
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
 |
Number of commits found: 34 |