Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/gettext/Makefile

[BACK] Up to [FreeBSD] / ports / devel / gettext

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:57 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
- 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

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:06 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Sep 17 17:06:56 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1 lines
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.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:10 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -4 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Jun 3 09:46:38 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +4 -1 lines
Forcibly disable all kinds of random stuff that is lovingly autodetected
by the gettext build, hopefully making this thing slightly more sane.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon May 31 01:51:54 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -3 lines
Update to 0.18

Tested by:	-exp run (pav)
Hat:		Extra kevlar

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:21:26 2009 UTC (2 years, 1 month ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -1 lines
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

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:09 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
-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

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:39 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +0 -1 lines
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)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:33:36 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
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)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Jun 6 02:35:58 2008 UTC (3 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -5 lines
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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:47:45 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
- 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)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:40 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -2 lines
- 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

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 29 17:11:49 2007 UTC (4 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
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

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:34 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Apr 8 05:53:10 2007 UTC (4 years, 10 months ago) by ade
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -2 lines
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.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Mar 17 22:37:26 2007 UTC (4 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +23 -64 lines
Update to 0.16.1

Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:35:39 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Jan 30 23:19:53 2006 UTC (6 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Chase shlib bump of libexpat.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:41 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
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.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Nov 13 23:30:10 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -1 lines
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>

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Jun 17 17:11:00 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Update to 0.14.5

Tested with:	full build of x11/gnome2 and x11/kde3

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Jun 15 06:48:19 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Pick this one up too, since it is somewhat intrinsically linked
to autotools

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun May 22 09:55:53 2005 UTC (6 years, 8 months ago) by girgen
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Trivial fix: add ending quote

Approved by: seanc, ade (implicit)

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri May 20 04:20:31 2005 UTC (6 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
Bump PORTREVISION for the addition of the msginit.c patch.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri May 13 03:51:07 2005 UTC (6 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- Update to 0.14.4

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Dec 21 01:00:29 2004 UTC (7 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +7 -5 lines
* 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

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 19 16:09:14 2004 UTC (7 years, 3 months ago) by eik
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +6 -4 lines
- eliminate dependency on libexpat on >= 5.0
  <http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>

Reviewed by:	ports@

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Aug 27 17:52:06 2004 UTC (7 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -1 lines
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Aug 27 01:16:48 2004 UTC (7 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Add a NO_GETTEXT_OPTIONS knob.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jul 12 08:02:43 2004 UTC (7 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -8 lines
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jul 12 05:16:29 2004 UTC (7 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +8 -2 lines
Fix the release build.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jun 14 16:03:56 2004 UTC (7 years, 7 months ago) by vs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -2 lines
Fix packaging issues for html-files.

Closes PR:	ports/67653
Noticed by:	Paul Beard

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jun 2 21:07:21 2004 UTC (7 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
- Relax mv in kaffe hack

PR:		ports/67453
Reported by:	Andreas Schulz <ats@first.fraunhofer.de>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Apr 7 18:47:06 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Correct last commit.

noticed by:	lofi

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Apr 6 15:39:51 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Fix packing list when NOPORTDOCS is set.

Reported by:	parv
PR:		65241

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Apr 3 03:48:29 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +20 -1 lines
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Apr 3 02:34:13 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Fix whitespace.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Apr 3 02:03:27 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +9 -5 lines
Correct packing list.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Apr 2 12:25:23 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +19 -0 lines
Make examples (mostly) optional, requested by obrien.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Mar 14 07:58:20 2004 UTC (7 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Feb 18 02:08:32 2004 UTC (7 years, 11 months ago) by trevor
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +20 -1 lines
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.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Feb 8 21:46:37 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +5 -0 lines
Add "anti-foot-shooting device".

Obtained from:	sobomax via the imake-4 and linux_base ports

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Feb 5 19:30:43 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Use USE_ICONV.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Feb 4 17:49:44 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -1 lines
Remove the CONFLICTS as this is now the One True gettext.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jan 25 12:51:47 2004 UTC (8 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- add missing manpage envsubst.1
was installed, but not in package.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jan 25 02:19:25 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
version 0.13.1, noticed by marcus

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:49:48 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Note conflict with old versions (requested by marcus).

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:12:16 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Update to 0.13.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:37:52 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -10 lines
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

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:06:45 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
De-pkg-comment.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:33 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -2 lines
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)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:27 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Sep 17 16:36:02 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Bump PORTREVISION and expat shlib.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Sep 7 08:44:48 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Relinquish all my ports.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 10 19:25:04 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Upgrade to 0.11.5

Submitted by:	Jim Bloom <bloom@acm.org> and others

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:38:30 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
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. :)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:30:55 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +17 -12 lines
(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

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jul 21 02:17:44 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Bump portrevision (textproc/expat2 shlib bump).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jun 19 06:31:47 2002 UTC (9 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Update to 0.11.2

PR:		39481
Submitted by:	Ports Fury

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri May 10 15:36:47 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2 lines
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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Apr 30 08:32:35 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Don't modify charset.alias file installed by libintl.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 29 21:23:20 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- 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.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:30 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -21 lines
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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 25 22:18:45 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +9 -6 lines
Stage 2 gettext update

Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:	portmgr

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 19 12:52:51 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -5 lines
Fix another few places where giconv used instead of iconv.

PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 18 10:27:47 2002 UTC (9 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Bump PORTREVISION to reflect the (lib)iconv upgrade.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 18 09:46:38 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:43:48 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +37 -4 lines
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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 5 11:10:52 2002 UTC (10 years, 1 month ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Kludge the build in the face of systems with autoconf 2.52+.

PR:		ports/33443
Submitted by:	Alan Eldridge <ports@geeksrus.net>
		Jason Stephenson <panda@mis.net>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:49:54 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:52 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 13 06:58:39 2000 UTC (11 years, 8 months ago) by reg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:02 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
PORTNAME/PORTVERSION update

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jan 22 08:19:49 2000 UTC (12 years ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
Install po-mode.el in share/emacs/site-lisp.

Merge patches ae and aj.

PR:		15941
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 7 19:47:03 2000 UTC (12 years, 1 month ago) by ade
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Change MAINTAINER to reg - he's going to be doing more hacking
on this port than me.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jan 7 02:05:43 2000 UTC (12 years, 1 month ago) by nakai
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Change MAINTAINER to ade@FreeBSD.org .

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 20 08:28:22 1999 UTC (12 years, 2 months ago) by nakai
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Change mail address.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 25 16:56:46 1999 UTC (12 years, 5 months ago) by sada
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Change MASTER_SITES and assign MASTER_SITE_SUBDIR.
Remove patch-ag about libtool use.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
Approved by:	Maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:01 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Change Id->FreeBSD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:28:44 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -4 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 5 18:59:40 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 9 09:11:26 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Add / at end of master site name.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 9 01:08:51 1999 UTC (12 years, 11 months ago) by nectar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3 lines
Upgrade to GNOME 1.0.  The following are the details:

 ports/audio/esound			0.2.7    ->  0.2.8	PR ports/10422
 ports/audio/gnomeaudio			0.99.8   ->  1.0.0	PR ports/10426
 ports/audio/libaudiofile		0.1.5    ->  0.1.6	PR ports/10421
 ports/deskutils/gnomepim		0.99.8.1 ->  1.0.1	PR ports/10435
 ports/devel/ORBit			0.3.98   ->  0.4.0	PR ports/10423
 ports/devel/gettext			shared libs now		PR ports/10293
 ports/devel/glib12			1.1.16   ->  1.2.0	PR ports/10419
 ports/devel/libgtop			0.99.8   ->  1.0.1	PR ports/10430
 ports/games/gnomegames			0.99.8   ->  1.0.1	PR ports/10436
 ports/graphics/electriceyes		distfile moved		PR ports/10437
 ports/graphics/imlib			1.9.3    ->  1.9.4	PR ports/10424
 ports/lang/gnomeobjc			0.99.3   ->  1.0.1	PR ports/10441
 ports/math/gnumeric			0.6      ->  0.15	PR ports/10439
 ports/misc/gnomeutils			0.99.5   ->  1.0.1	PR ports/10442
 ports/sysutils/gnomeadmin		0.99.1   ->  1.0.1	PR ports/10445
 ports/sysutils/gnomecontrolcenter	0.99.3.1 ->  1.0.1	PR ports/10446
 ports/sysutils/gtop			0.99.2   ->  1.0.1	PR ports/10477
 ports/textproc/libxml			0.99.8   ->  1.0.0	PR ports/10438
 ports/www/libghttp			distfile moved		PR ports/10429
 ports/x11/gnome			0.99.3   ->  1.0.0	PR ports/10450
 ports/x11/gnomecore			0.99.8.1 ->  1.0.1	PR ports/10432
 ports/x11/gnomelibs			0.99.8.1 ->  1.0.1	PR ports/10425
 ports/x11-fm/gnomemc			4.5.10   ->  4.5.23	PR ports/10448
 ports/x11-toolkits/gtk-engines		0.1      ->  0.5	PR ports/10427
 ports/x11-toolkits/gtk12		1.1.6    ->  1.2.0	PR ports/10420

Note that repository copies were made before this commit, as follows:

 ports/devel/glib11-devel       -> ports/devel/glib12
 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:28:22 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 12 16:50:26 1999 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 1 22:38:45 1998 UTC (13 years, 2 months ago) by billf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -5 lines
Upgrade to 0.10.35, and associated changes.

PR:		ports/8842
Reviewed by:	<nakai@TokyoNet.AD.JP> (maintainer)
Submitted by:	<junker@jazz.snu.ac.kr>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 18 15:09:35 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add a argument to CONFIGURE_ARGS.
PR:		ports/8736
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 23 17:58:38 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Fix info page problem.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 31 13:54:50 1998 UTC (13 years, 5 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
Don't split info file.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Aug 25 16:13:04 1998 UTC (13 years, 5 months ago) by kuriyama
Branches: NAKAI
CVS tags: v0_10
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
GNU gettext package.

Submitted by:	Yukihiro Nakai <Nakai@technologist.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 25 16:13:04 1998 UTC (13 years, 5 months ago) by kuriyama
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options