notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/gettext/Makefile

Number of commits found: 90

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 18 Oct 2021
09:36 Bernhard Froehlich (decke) search for other commits by this committer
devel/gettext: Remove CPE information for metaport
commit hash: f740447c31647fc9a98085330ddbce94868acff6 commit hash: f740447c31647fc9a98085330ddbce94868acff6 commit hash: f740447c31647fc9a98085330ddbce94868acff6 commit hash: f740447c31647fc9a98085330ddbce94868acff6 f740447
Sunday, 29 Aug 2021
11:41 Bernhard Froehlich (decke) search for other commits by this committer
devel/gettext: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 4d685e82757e1311f4465040fae733b52bc540c6 commit hash: 4d685e82757e1311f4465040fae733b52bc540c6 commit hash: 4d685e82757e1311f4465040fae733b52bc540c6 commit hash: 4d685e82757e1311f4465040fae733b52bc540c6 4d685e8
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 14 May 2015
20:22 bapt search for other commits by this committer
Convert to USES=metaport
Remove useless distinfo

Suggested by:	jbeich
Original commitRevision:386359 
Sunday, 29 Mar 2015
12:35 robak search for other commits by this committer
devel/gettext: remove CPE information

- Since CPE should not be applied to meta ports, I am reverting the commit with
CPe info

PR:		198631
Approved by:	antoine
Original commitRevision:382596 
10:28 robak search for other commits by this committer
devel/gettext: add CPE information

- Maintainer's timeout (autotools@FreeBSD.org)

PR:		198631
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:382579 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
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)
Original commitRevision:373636 
Friday, 31 Oct 2014
14:58 bapt search for other commits by this committer
Strip binaries
Remove useless @exec mkdir
Original commitRevision:371843 
Wednesday, 7 May 2014
12:25 tijl search for other commits by this committer
Convert to USES=libtool:oldver.
Original commitRevision:353148 
Wednesday, 29 Jan 2014
20:24 tijl search for other commits by this committer
- 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)
Original commitRevision:341775 
Friday, 11 Oct 2013
20:20 ade search for other commits by this committer
Update to 0.18.3.1 -- shockingly, it's backwards compatible so no
need to rebuild everything that depends on this.
Original commitRevision:330100 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Tuesday, 16 Jul 2013
05:42 ade search for other commits by this committer
- 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
Original commitRevision:323088 
Tuesday, 7 May 2013
06:31 jgh search for other commits by this committer
- remove warning for USE_GETTEXT as environment variable
- while here convert knobs to optionsNG framework

Approved by:	portmgr (bapt@)
Original commitRevision:317574 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Monday, 18 Mar 2013
15:51 bapt search for other commits by this committer
Prevent using gawk which depends on gettext in configure scripts

Reported by:	rene, avg
Tested by:	rene
Original commitRevision:314581 
11:40 bapt search for other commits by this committer
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
Original commitRevision:314556 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Friday, 17 Sep 2010
17:06 ade search for other commits by this committer
Forcibly tell gettext not to use git to compress the infrastructure
archive, even if it's present.

No version bumps, since this is a plist-only thing if and only if
gettext was rebuilt in the presence of git.

Sigh.
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Thursday, 3 Jun 2010
09:46 ade search for other commits by this committer
Forcibly disable all kinds of random stuff that is lovingly autodetected
by the gettext build, hopefully making this thing slightly more sane.
Original commit
Monday, 31 May 2010
01:51 ade search for other commits by this committer
Update to 0.18

Tested by:      -exp run (pav)
Hat:            Extra kevlar
Original commit
Wednesday, 16 Dec 2009
11:21 linimon search for other commits by this committer
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org.  This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create.  (A huge number of ports depend on these, so -exp runs are
required.)

Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.

Hat:            portmgr
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
14:33 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
02:36 ade search for other commits by this committer
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
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Tuesday, 29 May 2007
17:11 ade search for other commits by this committer
Fix build on -CURRENT.  openmp support with gcc 4.2 is autodetected but
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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 8 Apr 2007
05:53 ade search for other commits by this committer
Unconditionally disable threading, it is apparently causing some
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.
Original commit
Saturday, 17 Mar 2007
22:37 ade search for other commits by this committer
Update to 0.16.1

Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Original commit
Sunday, 13 Nov 2005
23:30 ade search for other commits by this committer
Unconditionally disable the installation of the start-po.el emacs lisp
file, regardless of whether emacs or xemacs is installed.

PR:             87956
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Friday, 17 Jun 2005
17:11 ade search for other commits by this committer
Update to 0.14.5

Tested with:    full build of x11/gnome2 and x11/kde3
Original commit
Wednesday, 15 Jun 2005
06:48 ade search for other commits by this committer
Pick this one up too, since it is somewhat intrinsically linked
to autotools
Original commit
Sunday, 22 May 2005
09:55 girgen search for other commits by this committer
Trivial fix: add ending quote

Approved by: seanc, ade (implicit)
Original commit
Friday, 20 May 2005
04:20 adamw search for other commits by this committer
Bump PORTREVISION for the addition of the msginit.c patch.
Original commit
Friday, 13 May 2005
03:51 ahze search for other commits by this committer
- Update to 0.14.4
Original commit
Tuesday, 21 Dec 2004
01:00 marcus search for other commits by this committer
* 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
Original commit
Tuesday, 19 Oct 2004
16:09 eik search for other commits by this committer
- eliminate dependency on libexpat on >= 5.0
  <http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>

Reviewed by:    ports@
Original commit
Friday, 27 Aug 2004
17:52 obrien search for other commits by this committer
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
Original commit
01:16 obrien search for other commits by this committer
Add a NO_GETTEXT_OPTIONS knob.
Original commit
Monday, 12 Jul 2004
08:02 kris search for other commits by this committer
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
Original commit
05:16 obrien search for other commits by this committer
Fix the release build.
Original commit
Monday, 14 Jun 2004
16:03 vs search for other commits by this committer
Fix packaging issues for html-files.

Closes PR:      ports/67653
Noticed by:     Paul Beard
Original commit
Wednesday, 2 Jun 2004
21:07 pav search for other commits by this committer
- Relax mv in kaffe hack

PR:             ports/67453
Reported by:    Andreas Schulz <ats@first.fraunhofer.de>
Original commit
Wednesday, 7 Apr 2004
18:47 trevor search for other commits by this committer
Correct last commit.

noticed by:     lofi
Original commit
Tuesday, 6 Apr 2004
15:39 trevor search for other commits by this committer
Fix packing list when NOPORTDOCS is set.

Reported by:    parv
PR:             65241
Original commit
Saturday, 3 Apr 2004
03:48 trevor search for other commits by this committer
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
Original commit
02:34 trevor search for other commits by this committer
Fix whitespace.
Original commit
02:03 trevor search for other commits by this committer
Correct packing list.
Original commit
Friday, 2 Apr 2004
12:25 trevor search for other commits by this committer
Make examples (mostly) optional, requested by obrien.
Original commit
Sunday, 14 Mar 2004
07:58 kuriyama search for other commits by this committer
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Original commit
Wednesday, 18 Feb 2004
02:08 trevor search for other commits by this committer
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.
Original commit
Sunday, 8 Feb 2004
21:46 trevor search for other commits by this committer
Add "anti-foot-shooting device".

Obtained from:  sobomax via the imake-4 and linux_base ports
Original commit
Thursday, 5 Feb 2004
19:30 marcus search for other commits by this committer
Use USE_ICONV.
Original commit
Wednesday, 4 Feb 2004
17:49 marcus search for other commits by this committer
Remove the CONFLICTS as this is now the One True gettext.
Original commit
Sunday, 25 Jan 2004
12:51 dinoex search for other commits by this committer
- add missing manpage envsubst.1
was installed, but not in package.
Original commit
02:19 trevor search for other commits by this committer
version 0.13.1, noticed by marcus
Original commit
Friday, 23 Jan 2004
18:49 trevor search for other commits by this committer
Note conflict with old versions (requested by marcus).
Original commit
18:12 trevor search for other commits by this committer
Update to 0.13.
Original commit
Monday, 25 Aug 2003
05:37 marcus search for other commits by this committer
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
Original commit
Thursday, 20 Feb 2003
17:07 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 17 Sep 2002
16:36 ijliao search for other commits by this committer
Bump PORTREVISION and expat shlib.
Original commit
Saturday, 7 Sep 2002
08:44 ade search for other commits by this committer
Relinquish all my ports.
Original commit
Saturday, 10 Aug 2002
19:25 ade search for other commits by this committer
Upgrade to 0.11.5

Submitted by:   Jim Bloom <bloom@acm.org> and others
Original commit
Thursday, 1 Aug 2002
02:38 ade search for other commits by this committer
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. :)
Original commit
02:30 ade search for other commits by this committer
(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
Original commit
Sunday, 21 Jul 2002
02:17 kuriyama search for other commits by this committer
Bump portrevision (textproc/expat2 shlib bump).
Original commit
Wednesday, 19 Jun 2002
06:31 ade search for other commits by this committer
Update to 0.11.2

PR:             39481
Submitted by:   Ports Fury
Original commit
Friday, 10 May 2002
15:36 sobomax search for other commits by this committer
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
Original commit
Tuesday, 30 Apr 2002
08:32 sobomax search for other commits by this committer
Don't modify charset.alias file installed by libintl.
Original commit
Monday, 29 Apr 2002
21:23 sobomax search for other commits by this committer
- 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.
Original commit
Friday, 12 Apr 2002
17:10 ade search for other commits by this committer
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
Original commit
Monday, 25 Mar 2002
22:18 ade search for other commits by this committer
Stage 2 gettext update

Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:    portmgr
Original commit
Tuesday, 19 Mar 2002
12:52 sobomax search for other commits by this committer
Fix another few places where giconv used instead of iconv.

PR:             36059, 36063, 36082
Submitted by:   Joe Marcus Clarke <marcus@marcuscom.com>
Original commit
Monday, 18 Mar 2002
10:27 knu search for other commits by this committer
Bump PORTREVISION to reflect the (lib)iconv upgrade.
Original commit
09:46 sobomax search for other commits by this committer
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
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
Original commit
Saturday, 5 Jan 2002
11:11 reg search for other commits by this committer
Kludge the build in the face of systems with autoconf 2.52+.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
11:38 sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
Original commit
Tuesday, 13 Jun 2000
07:58 reg search for other commits by this committer
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.    
Original commit

Number of commits found: 90