non port: devel/gettext/Makefile |
Number of commits found: 90 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Monday, 18 Oct 2021
|
09:36 Bernhard Froehlich (decke)
devel/gettext: Remove CPE information for metaport
f740447 |
Sunday, 29 Aug 2021
|
11:41 Bernhard Froehlich (decke)
devel/gettext: Add CPE information
Approved by: portmgr (blanket)
4d685e8 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 14 May 2015
|
20:22 bapt
Convert to USES=metaport
Remove useless distinfo
Suggested by: jbeich
 |
Sunday, 29 Mar 2015
|
12:35 robak
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
 |
10:28 robak
devel/gettext: add CPE information
- Maintainer's timeout (autotools@FreeBSD.org)
PR: 198631
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
 |
Saturday, 29 Nov 2014
|
18:22 tijl
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
 |
Friday, 31 Oct 2014
|
14:58 bapt
Strip binaries
Remove useless @exec mkdir
 |
Wednesday, 7 May 2014
|
12:25 tijl
Convert to USES=libtool:oldver.
 |
Wednesday, 29 Jan 2014
|
20:24 tijl
- Add two new arguments to USES=iconv so ports can indicate they use GNU
iconv extensions that the base system iconv doesn't support yet:
* wchar_t: port uses the special WCHAR_T character conversion.
* translit: port uses //TRANSLIT or //IGNORE conversion options.
Adding one or both of these arguments makes the port depend on
converters/libiconv for now.
- Allow installation of converters/libiconv on FreeBSD 10+.
- Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS
and LDFLAGS to fix compilation with libiconv installed.
- Stage converters/libiconv and devel/gettext.
Approved by: bapt (on trust)
 |
Friday, 11 Oct 2013
|
20:20 ade
Update to 0.18.3.1 -- shockingly, it's backwards compatible so no
need to rebuild everything that depends on this.
 |
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
 |
Tuesday, 16 Jul 2013
|
05:42 ade
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
 |
Tuesday, 7 May 2013
|
06:31 jgh
- remove warning for USE_GETTEXT as environment variable
- while here convert knobs to optionsNG framework
Approved by: portmgr (bapt@)
 |
Saturday, 27 Apr 2013
|
08:50 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
 |
Monday, 18 Mar 2013
|
15:51 bapt
Prevent using gawk which depends on gettext in configure scripts
Reported by: rene, avg
Tested by: rene
 |
11:40 bapt
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Friday, 17 Sep 2010
|
17:06 ade
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.
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Thursday, 3 Jun 2010
|
09:46 ade
Forcibly disable all kinds of random stuff that is lovingly autodetected
by the gettext build, hopefully making this thing slightly more sane.
 |
Monday, 31 May 2010
|
01:51 ade
Update to 0.18
Tested by: -exp run (pav)
Hat: Extra kevlar
 |
Wednesday, 16 Dec 2009
|
11:21 linimon
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
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-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
 |
Thursday, 21 Aug 2008
|
06:18 rafan
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)
 |
Friday, 6 Jun 2008
|
14:33 edwin
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)
 |
02:36 ade
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
 |
Monday, 23 Jul 2007
|
09:36 rafan
- 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
 |
Tuesday, 29 May 2007
|
17:11 ade
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
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Sunday, 8 Apr 2007
|
05:53 ade
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.
 |
Saturday, 17 Mar 2007
|
22:37 ade
Update to 0.16.1
Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Monday, 30 Jan 2006
|
23:20 kuriyama
Chase shlib bump of libexpat.
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Sunday, 13 Nov 2005
|
23:30 ade
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>
 |
Friday, 17 Jun 2005
|
17:11 ade
Update to 0.14.5
Tested with: full build of x11/gnome2 and x11/kde3
 |
Wednesday, 15 Jun 2005
|
06:48 ade
Pick this one up too, since it is somewhat intrinsically linked
to autotools
 |
Sunday, 22 May 2005
|
09:55 girgen
Trivial fix: add ending quote
Approved by: seanc, ade (implicit)
 |
Friday, 20 May 2005
|
04:20 adamw
Bump PORTREVISION for the addition of the msginit.c patch.
 |
Friday, 13 May 2005
|
03:51 ahze
- Update to 0.14.4
 |
Tuesday, 21 Dec 2004
|
01:00 marcus
* Update to 0.14.1 without a shared library version bump
* Use new libtool scheme [1]
The primary addition in this release is support for C# files when generating
translations.
Submitted by: mezz [1]
Tested by: many, including mezz, adamw, and myself
 |
Tuesday, 19 Oct 2004
|
16:09 eik
- eliminate dependency on libexpat on >= 5.0
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html>
Reviewed by: ports@
 |
Friday, 27 Aug 2004
|
17:52 obrien
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
 |
01:16 obrien
Add a NO_GETTEXT_OPTIONS knob.
 |
Monday, 12 Jul 2004
|
08:02 kris
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
 |
05:16 obrien
Fix the release build.
 |
Monday, 14 Jun 2004
|
16:03 vs
Fix packaging issues for html-files.
Closes PR: ports/67653
Noticed by: Paul Beard
 |
Wednesday, 2 Jun 2004
|
21:07 pav
- Relax mv in kaffe hack
PR: ports/67453
Reported by: Andreas Schulz <ats@first.fraunhofer.de>
 |
Wednesday, 7 Apr 2004
|
18:47 trevor
Correct last commit.
noticed by: lofi
 |
Tuesday, 6 Apr 2004
|
15:39 trevor
Fix packing list when NOPORTDOCS is set.
Reported by: parv
PR: 65241
 |
Saturday, 3 Apr 2004
|
03:48 trevor
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
 |
02:34 trevor
Fix whitespace.
 |
02:03 trevor
Correct packing list.
 |
Friday, 2 Apr 2004
|
12:25 trevor
Make examples (mostly) optional, requested by obrien.
 |
Sunday, 14 Mar 2004
|
07:58 kuriyama
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
 |
Wednesday, 18 Feb 2004
|
02:08 trevor
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.
 |
Sunday, 8 Feb 2004
|
21:46 trevor
Add "anti-foot-shooting device".
Obtained from: sobomax via the imake-4 and linux_base ports
 |
Thursday, 5 Feb 2004
|
19:30 marcus
Use USE_ICONV.
 |
Wednesday, 4 Feb 2004
|
17:49 marcus
Remove the CONFLICTS as this is now the One True gettext.
 |
Sunday, 25 Jan 2004
|
12:51 dinoex
- add missing manpage envsubst.1
was installed, but not in package.
 |
02:19 trevor
version 0.13.1, noticed by marcus
 |
Friday, 23 Jan 2004
|
18:49 trevor
Note conflict with old versions (requested by marcus).
 |
18:12 trevor
Update to 0.13.
 |
Monday, 25 Aug 2003
|
05:37 marcus
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use:
portupgrade -rf gettext -m BATCH=yes
To update this port.
Tested by: Thierry Thomas <thierry@pompo.net>
myself
 |
Thursday, 20 Feb 2003
|
17:07 knu
De-pkg-comment.
 |
Tuesday, 17 Sep 2002
|
16:36 ijliao
Bump PORTREVISION and expat shlib.
 |
Saturday, 7 Sep 2002
|
08:44 ade
Relinquish all my ports.
 |
Saturday, 10 Aug 2002
|
19:25 ade
Upgrade to 0.11.5
Submitted by: Jim Bloom <bloom@acm.org> and others
 |
Thursday, 1 Aug 2002
|
02:38 ade
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. :)
 |
02:30 ade
(1) Update to 0.11.4
(2) install po-compat.el in addition to po-mode.el
PR: (1) 41170 (2) 41170, 40670
Submitted by: 40670: Olivier Tharan <olive@oban.frmug.org>
41170: Ports Fury
 |
Sunday, 21 Jul 2002
|
02:17 kuriyama
Bump portrevision (textproc/expat2 shlib bump).
 |
Wednesday, 19 Jun 2002
|
06:31 ade
Update to 0.11.2
PR: 39481
Submitted by: Ports Fury
 |
Friday, 10 May 2002
|
15:36 sobomax
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
 |
Tuesday, 30 Apr 2002
|
08:32 sobomax
Don't modify charset.alias file installed by libintl.
 |
Monday, 29 Apr 2002
|
21:23 sobomax
- 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.
 |
Friday, 12 Apr 2002
|
17:10 ade
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
 |
Monday, 25 Mar 2002
|
22:18 ade
Stage 2 gettext update
Upgrade to 0.11.1, remove NO_LATEST_LINK.
Reviewed by: portmgr
 |
Tuesday, 19 Mar 2002
|
12:52 sobomax
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
 |
Monday, 18 Mar 2002
|
10:27 knu
Bump PORTREVISION to reflect the (lib)iconv upgrade.
 |
09:46 sobomax
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
 |
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
 |
Saturday, 5 Jan 2002
|
11:11 reg
Kludge the build in the face of systems with autoconf 2.52+.
 |
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
 |
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
 |
Tuesday, 13 Jun 2000
|
07:58 reg
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.
 |
Number of commits found: 90 |