FreshPorts -- The Place For Ports Thu, 21 Aug 2008 8:41 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
non port: devel/gettext/Makefile
CVSWeb

Number of commits found: 63

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 15:33 edwin ] Original commit 
1.65 accessibility/at-spi/Makefile
1.66 accessibility/gail/Makefile
1.52 databases/namazu2/Makefile
1.82 devel/gettext/Makefile
1.134 devel/gnome-vfs/Makefile
1.45 devel/libgsf/Makefile
1.124 devel/subversion-devel/Makefile
1.121 devel/subversion/Makefile
1.326 editors/vim/Makefile
1.42 emulators/vmware-guestd5/Makefile

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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)
[ 03:36 ade ] Original commit 
1.13 comms/aldo/Makefile
1.76 devel/automake110/Makefile
1.81 devel/gettext/Makefile
1.61 devel/libtool15/Makefile
1.36 devel/m4/Makefile
1.4 dns/dnswall/Makefile
1.33 misc/iso-codes/Makefile
1.33 misc/sword/Makefile
1.27 devel/automake110/distinfo
1.17 devel/gettext/distinfo

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 29 May 2007
[ 18:11 ade ] Original commit 
1.78 devel/gettext/Makefile
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
Sat, 19 May 2007
[ 21:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 8 Apr 2007
[ 06:53 ade ] Original commit 
1.76 devel/gettext/Makefile
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.
Sat, 17 Mar 2007
[ 22:37 ade ] Original commit 
1.75 devel/gettext/Makefile
1.16 devel/gettext/distinfo
1.1 devel/gettext/files/extra-patch-nodocs
1.4 devel/gettext/files/patch-gettext-runtime_configure
1.5 devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
1.1 devel/gettext/files/patch-gettext-runtime_man_Makefile.in
1.7 devel/gettext/files/patch-gettext-tools_Makefile.in
1.6 devel/gettext/files/patch-gettext-tools_configure
1.5 devel/gettext/files/patch-gettext-tools_lib_Makefile.in
1.1 devel/gettext/files/patch-gettext-tools_libgettextpo_Makefile.in

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 0.16.1

Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 30 Jan 2006
[ 23:20 kuriyama ] Original commit 
1.27 audio/libmusicbrainz/Makefile
1.22 audio/slimserver/Makefile
1.9 comms/trustedqsl/Makefile
1.6 converters/shftool/Makefile
1.12 deskutils/treeline/Makefile
1.60 devel/apr/Makefile
1.22 devel/cvsnt/Makefile
1.7 devel/datadesigner/Makefile
1.41 devel/dbus/Makefile
1.23 devel/e4graph/Makefile

(Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Chase shlib bump of libexpat.
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 13 Nov 2005
[ 23:30 ade ] Original commit 
1.71 devel/gettext/Makefile
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>
Fri, 17 Jun 2005
[ 18:11 ade ] Original commit 
1.70 devel/gettext/Makefile
1.14 devel/gettext/distinfo
1.36 devel/gettext/pkg-plist
Update to 0.14.5

Tested with:    full build of x11/gnome2 and x11/kde3
Wed, 15 Jun 2005
[ 07:48 ade ] Original commit 
1.69 devel/gettext/Makefile
Pick this one up too, since it is somewhat intrinsically linked
to autotools
Sun, 22 May 2005
[ 10:55 girgen ] Original commit 
1.68 devel/gettext/Makefile
Trivial fix: add ending quote

Approved by: seanc, ade (implicit)
Fri, 20 May 2005
[ 05:20 adamw ] Original commit 
1.67 devel/gettext/Makefile
Bump PORTREVISION for the addition of the msginit.c patch.
Fri, 13 May 2005
[ 04:51 ahze ] Original commit 
1.66 devel/gettext/Makefile
1.13 devel/gettext/distinfo
1.7 devel/gettext/files/patch-ad
1.4 devel/gettext/files/patch-ak
1.4 devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
1.6 devel/gettext/files/patch-gettext-tools_Makefile.in
1.5 devel/gettext/files/patch-gettext-tools_configure
1.4 devel/gettext/files/patch-gettext-tools_lib_Makefile.in
1.3 devel/gettext/files/patch-gettext-tools_src_Makefile.in
1.34 devel/gettext/pkg-plist
- Update to 0.14.4
Tue, 21 Dec 2004
[ 01:00 marcus ] Original commit 
1.65 devel/gettext/Makefile
1.12 devel/gettext/distinfo
1.3 devel/gettext/files/patch-config_ltmain.sh
1.3 devel/gettext/files/patch-gettext-runtime_configure
1.3 devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
1.5 devel/gettext/files/patch-gettext-tools_Makefile.in
1.4 devel/gettext/files/patch-gettext-tools_configure
1.3 devel/gettext/files/patch-gettext-tools_lib_Makefile.in
1.31 devel/gettext/pkg-plist
* 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
Tue, 19 Oct 2004
[ 17:09 eik ] Original commit 
1.64 devel/gettext/Makefile
1.1 devel/gettext/files/patch-gettext-tools_config.h.in
1.3 devel/gettext/files/patch-gettext-tools_configure
1.1 devel/gettext/files/patch-gettext-tools_src_x-glade.c
- eliminate dependency on libexpat on >= 5.0
  <http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>

Reviewed by:    ports@
Fri, 27 Aug 2004
[ 18:52 obrien ] Original commit 
1.63 devel/gettext/Makefile
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
[ 02:16 obrien ] Original commit 
1.62 devel/gettext/Makefile
Add a NO_GETTEXT_OPTIONS knob.
Mon, 12 Jul 2004
[ 09:02 kris ] Original commit 
1.61 devel/gettext/Makefile
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
[ 06:16 obrien ] Original commit 
1.60 devel/gettext/Makefile
Fix the release build.
Mon, 14 Jun 2004
[ 17:03 vs ] Original commit 
1.59 devel/gettext/Makefile
Fix packaging issues for html-files.

Closes PR:      ports/67653
Noticed by:     Paul Beard
Wed, 2 Jun 2004
[ 22:07 pav ] Original commit 
1.58 devel/gettext/Makefile
- Relax mv in kaffe hack

PR:             ports/67453
Reported by:    Andreas Schulz <ats@first.fraunhofer.de>
Wed, 7 Apr 2004
[ 19:47 trevor ] Original commit 
1.57 devel/gettext/Makefile
Correct last commit.

noticed by:     lofi
Tue, 6 Apr 2004
[ 16:39 trevor ] Original commit 
1.56 devel/gettext/Makefile
Fix packing list when NOPORTDOCS is set.

Reported by:    parv
PR:             65241
Sat, 3 Apr 2004
[ 04:48 trevor ] Original commit 
1.55 devel/gettext/Makefile
1.4 devel/gettext/files/patch-gettext-tools_Makefile.in
1.28 devel/gettext/pkg-plist
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
[ 03:34 trevor ] Original commit 
1.54 devel/gettext/Makefile
Fix whitespace.
[ 03:03 trevor ] Original commit 
1.53 devel/gettext/Makefile
Correct packing list.
Fri, 2 Apr 2004
[ 13:25 trevor ] Original commit 
1.52 devel/gettext/Makefile
1.3 devel/gettext/files/patch-gettext-tools_Makefile.in
1.27 devel/gettext/pkg-plist
Make examples (mostly) optional, requested by obrien.
Sun, 14 Mar 2004
[ 07:58 kuriyama ] Original commit 
1.21 audio/libmusicbrainz/Makefile
1.2 converters/shftool/Makefile
1.35 devel/apr/Makefile
1.20 devel/e4graph/Makefile
1.51 devel/gettext/Makefile
1.11 devel/libmba/Makefile
1.9 devel/libpdel/Makefile
1.11 devel/pwlib/Makefile
1.59 devel/subversion/Makefile
1.4 games/ggz-client-libs/Makefile

(Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Wed, 18 Feb 2004
[ 02:08 trevor ] Original commit 
1.50 devel/gettext/Makefile
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.
Sun, 8 Feb 2004
[ 21:46 trevor ] Original commit 
1.16 converters/iconv/Makefile
1.49 devel/gettext/Makefile
Add "anti-foot-shooting device".

Obtained from:  sobomax via the imake-4 and linux_base ports
Thu, 5 Feb 2004
[ 19:30 marcus ] Original commit 
1.48 devel/gettext/Makefile
Use USE_ICONV.
Wed, 4 Feb 2004
[ 17:49 marcus ] Original commit 
1.47 devel/gettext/Makefile
Remove the CONFLICTS as this is now the One True gettext.
Sun, 25 Jan 2004
[ 12:51 dinoex ] Original commit 
1.46 devel/gettext/Makefile
- add missing manpage envsubst.1
was installed, but not in package.
[ 02:19 trevor ] Original commit 
1.45 devel/gettext/Makefile
1.10 devel/gettext/distinfo
1.26 devel/gettext/pkg-plist
version 0.13.1, noticed by marcus
Fri, 23 Jan 2004
[ 18:49 trevor ] Original commit 
1.44 devel/gettext/Makefile
Note conflict with old versions (requested by marcus).
[ 18:12 trevor ] Original commit 
1.43 devel/gettext/Makefile
1.9 devel/gettext/distinfo
1.6 devel/gettext/files/patch-ad
1.3 devel/gettext/files/patch-ak
1.2 devel/gettext/files/patch-config_ltmain.sh
1.2 devel/gettext/files/patch-gettext-runtime_configure
1.2 devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
1.2 devel/gettext/files/patch-gettext-tools_Makefile.in
1.2 devel/gettext/files/patch-gettext-tools_configure
1.2 devel/gettext/files/patch-gettext-tools_lib_Makefile.in

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 0.13.
Mon, 25 Aug 2003
[ 06:37 marcus ] Original commit 
1.42 devel/gettext/Makefile
1.8 devel/gettext/distinfo
1.4 devel/gettext/files/patch-Makefile.in
1.5 devel/gettext/files/patch-ad
1.10 devel/gettext/files/patch-ae
1.2 devel/gettext/files/patch-ak
1.1 devel/gettext/files/patch-config_ltmain.sh
1.3 devel/gettext/files/patch-doc::Makefile.in
1.1 devel/gettext/files/patch-gettext-runtime_configure
1.1 devel/gettext/files/patch-gettext-runtime_intl_Makefile.in

(Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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
Thu, 20 Feb 2003
[ 17:07 knu ] Original commit 
1.18 devel/ElectricFence/Makefile
1.19 devel/SpecTcl/Makefile
1.4 devel/adacurses/Makefile
1.4 devel/alf/Makefile
1.13 devel/allegro/Makefile
1.15 devel/asl/Makefile
1.18 devel/astyle/Makefile
1.7 devel/autodia/Makefile
1.28 devel/autogen/Makefile
1.6 devel/avltree/Makefile

(Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 17 Sep 2002
[ 17:36 ijliao ] Original commit 
1.38 devel/gettext/Makefile
Bump PORTREVISION and expat shlib.
Sat, 7 Sep 2002
[ 09:44 ade ] Original commit 
1.27 databases/db2/Makefile
1.45 databases/db3/Makefile
1.43 databases/db4/Makefile
1.32 devel/autoconf/Makefile
1.32 devel/autoconf213/Makefile
1.23 devel/automake/Makefile
1.23 devel/automake14/Makefile
1.25 devel/gettext-old/Makefile
1.37 devel/gettext/Makefile
1.43 devel/gmake/Makefile

(Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Relinquish all my ports.
Sat, 10 Aug 2002
[ 20:25 ade ] Original commit 
1.36 devel/gettext/Makefile
1.7 devel/gettext/distinfo
1.23 devel/gettext/pkg-plist
Upgrade to 0.11.5

Submitted by:   Jim Bloom <bloom@acm.org> and others
Thu, 1 Aug 2002
[ 03:38 ade ] Original commit 
1.31 devel/autoconf/Makefile
1.31 devel/autoconf213/Makefile
1.22 devel/automake/Makefile
1.22 devel/automake14/Makefile
1.24 devel/gettext-old/Makefile
1.35 devel/gettext/Makefile
1.41 devel/gmake/Makefile
1.18 devel/libtool/Makefile
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. :)
[ 03:30 ade ] Original commit 
1.34 devel/gettext/Makefile
1.6 devel/gettext/distinfo
1.3 devel/gettext/files/patch-Makefile.in
1.9 devel/gettext/files/patch-ae
1.2 devel/gettext/files/patch-doc::Makefile.in
1.5 devel/gettext/files/patch-lib::Makefile.in
1.3 devel/gettext/files/patch-src::Makefile.in
1.22 devel/gettext/pkg-plist
(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
Sun, 21 Jul 2002
[ 03:17 kuriyama ] Original commit 
1.7 devel/apr/Makefile
1.3 devel/e4graph/Makefile
1.33 devel/gettext/Makefile
1.2 devel/log4c/Makefile
1.15 devel/subversion/Makefile
1.3 net/easysoap/Makefile
1.6 net/p5-JUNOScript/Makefile
1.2 textproc/orchard-c/Makefile
1.18 textproc/p5-XML-Parser/Makefile
1.4 textproc/py-expat/Makefile

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Bump portrevision (textproc/expat2 shlib bump).
Wed, 19 Jun 2002
[ 07:31 ade ] Original commit 
1.32 devel/gettext/Makefile
1.5 devel/gettext/distinfo
1.21 devel/gettext/pkg-plist
Update to 0.11.2

PR:             39481
Submitted by:   Ports Fury
Fri, 10 May 2002
[ 16:36 sobomax ] Original commit 
1.31 devel/gettext/Makefile
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
Tue, 30 Apr 2002
[ 09:32 sobomax ] Original commit 
1.30 devel/gettext/Makefile
1.4 devel/gettext/files/patch-intl::Makefile.in
1.4 devel/gettext/files/patch-lib::Makefile.in
1.20 devel/gettext/pkg-plist
Don't modify charset.alias file installed by libintl.
Mon, 29 Apr 2002
[ 22:23 sobomax ] Original commit 
1.29 devel/gettext/Makefile
1.8 devel/gettext/files/patch-ae
1.3 devel/gettext/files/patch-intl::Makefile.in
1.3 devel/gettext/files/patch-lib::Makefile.in
1.2 devel/gettext/files/patch-ltmain.sh
1.2 devel/gettext/files/patch-src::Makefile.in
- 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.
Fri, 12 Apr 2002
[ 18:10 ade ] Original commit 
1.26 archivers/gtar/Makefile
1.39 archivers/rpm/Makefile
1.6 astro/fooseti/Makefile
1.13 astro/seti_applet/Makefile
1.6 astro/spacechart/Makefile
1.28 audio/aumix/Makefile
1.5 audio/denemo/Makefile
1.12 audio/kmikmod/Makefile
1.3 audio/koog/Makefile
1.11 audio/lopster/Makefile

(Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
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
Mon, 25 Mar 2002
[ 22:18 ade ] Original commit 
1.27 devel/gettext/Makefile
1.4 devel/gettext/distinfo
1.2 devel/gettext/files/patch-Makefile.in
1.4 devel/gettext/files/patch-ad
1.7 devel/gettext/files/patch-ae
1.2 devel/gettext/files/patch-intl::Makefile.in
1.2 devel/gettext/files/patch-lib::Makefile.in
1.2 devel/gettext/files/patch-man::Makefile.in
1.1 devel/gettext/files/patch-src::Makefile.in
1.19 devel/gettext/pkg-plist
Stage 2 gettext update

Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:    portmgr
Tue, 19 Mar 2002
[ 12:52 sobomax ] Original commit 
1.4 converters/siconv/Makefile
1.8 databases/sqlrelay/Makefile
1.26 devel/gettext/Makefile
1.19 devel/gtranslator/Makefile
1.8 devel/styx/Makefile
1.41 editors/AbiWord/Makefile
1.18 editors/dedit/Makefile
1.7 editors/poedit/Makefile
1.95 irc/xchat/Makefile
1.54 mail/balsa/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Fix another few places where giconv used instead of iconv.

PR:             36059, 36063, 36082
Submitted by:   Joe Marcus Clarke <marcus@marcuscom.com>
Mon, 18 Mar 2002
[ 10:27 knu ] Original commit 
1.40 audio/mpg123/Makefile
1.15 audio/vorbis-tools/Makefile
1.7 converters/p5-Text-Iconv/Makefile
1.5 converters/py-iconv/Makefile
1.17 converters/ruby-iconv/Makefile
1.3 converters/siconv/Makefile
1.18 databases/freetds/Makefile
1.12 databases/grass/Makefile
1.7 databases/sqlrelay/Makefile
1.28 devel/bison/Makefile

(Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to reflect the (lib)iconv upgrade.
[ 09:46 sobomax ] Original commit 
1.39 audio/mpg123/Makefile
1.14 audio/vorbis-tools/Makefile
1.6 converters/p5-Text-Iconv/Makefile
1.4 converters/py-iconv/Makefile
1.16 converters/ruby-iconv/Makefile
1.2 converters/siconv/Makefile
1.17 databases/freetds/Makefile
1.11 databases/grass/Makefile
1.6 databases/sqlrelay/Makefile
1.27 devel/bison/Makefile

(Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Fri, 15 Mar 2002
[ 19:44 ade ] Original commit 
1.25 archivers/gtar/Makefile
1.38 archivers/rpm/Makefile
1.5 astro/fooseti/Makefile
1.12 astro/seti_applet/Makefile
1.5 astro/spacechart/Makefile
1.27 audio/aumix/Makefile
1.4 audio/denemo/Makefile
1.11 audio/kmikmod/Makefile
1.2 audio/koog/Makefile
1.10 audio/lopster/Makefile

(Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
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
Sat, 5 Jan 2002
[ 11:11 reg ]  
unknown devel/gettext/Makefile
unknown devel/gettext/files/patch-ae
Kludge the build in the face of systems with autoconf 2.52+.    
Fri, 16 Jun 2000
[ 23:52 asami ]  
unknown archivers/bzip2/Makefile
unknown archivers/lzo/Makefile
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown audio/libaudiofile/Makefile
unknown audio/libcdaudio/Makefile
unknown audio/libmikmod/Makefile
unknown audio/libshout/Makefile
unknown audio/libworkman/Makefile
unknown audio/nas/Makefile

(Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 12:38 sobomax ]  
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown cad/geda/Makefile
unknown converters/iconv/Makefile
unknown databases/db/Makefile
unknown databases/freetds/Makefile
unknown databases/gdbm/Makefile
unknown devel/fastcrc/Makefile
unknown devel/flux/Makefile
unknown devel/freelibiberty/Makefile

(Only the first 10 of 145 ports in this commit are shown above. View all ports for this commit)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
Tue, 13 Jun 2000
[ 08:58 reg ]  
unknown devel/gettext/Makefile
unknown devel/gettext/pkg/PLIST
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.    

Number of commits found: 63

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby19Aug 16
ruby19Aug 16

9 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19041
Broken 163
Deprecated 92
Ignore 431
Forbidden 6
Restricted 310
No CDROM 130
Vulnerable 50
Expired 16
Set to expire 71
Interactive 78
new 24 hours 1
new 48 hours6
new 7 days39
new fortnight148
new month242

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 11.291 seconds.