1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Tijl Coosemans
edb7229dd4 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)
2014-11-29 18:22:32 +00:00
Tijl Coosemans
45a53b633e Convert to USES=autoreconf 2014-09-17 10:19:57 +00:00
Tijl Coosemans
2269415144 - Convert to USES=libtool
- Run autopoint to install gettext related build scripts
2014-09-13 18:23:08 +00:00
Antoine Brodin
79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00
Dmitry Marakasov
b70db56b07 - Add LICENSE_FILE
- Convert to USES=tar
2014-05-26 19:45:04 +00:00
John Marino
c8fa3c11b5 misc/pinfo: Unbreak everywhere
Fix tested on DragonFly, and FreeBSD 8, 9, 10 (Redports).
As a bonus, it even supports stage!  Nice work.

PR:		ports/181889
Submitted by:	KATO Tsuguru
2013-11-02 19:57:11 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
John Marino
c91a0f2e70 misc/pinfo: Unbreak fetch with two new master sites
Alioth now requires https, so the http master site was getting forwarded.
Even changing this to https didn't solve the issue as fetch returned a
"not acceptable" due to the self-signed certificate.

However, there are dozens of gentoo mirror sites with the file so lets
just use those.
2013-08-26 13:52:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Emanuel Haupt
80d2abd0a3 Fix gettext logic. Gettext is needed in pre-configure.
Submitted by:	ak, John Marino <draco@marino.st> (via irc)
2013-05-09 08:50:00 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Armin Pirkovitsch
c587676b81 - Update to version 0.6.10
- Add MAKE_JOBS_SAFE
- Convert to optionsng

PR:           ports/170158
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:50:02 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Felippe de Meirelles Motta
1acea8d4c2 - Update MASTER_SITES.
PR:		ports/121884
Submitted by:	Marcin Cieslak <saper@system.pl>
Approved by:	gabor (mentor)
2008-05-12 15:26:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Gabor Kovesdan
c44fa33a5e - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
2007-04-18 11:46:10 +00:00
Rong-En Fan
1a0d043dcd - Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
  so I do not bump PORTREVISION for them. These affected ports are
  belong to ports@.

PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00
Marcus Alves Grando
2c28f83a52 - Fix wrong patch.
- Bump PORTREVISION

PR:		95410
Submitted by:	Stanislaw Halik <sthalik___tehran.lain.pl>
2006-04-14 01:51:08 +00:00
Ying-Chieh Liao
faffc0285d upgrade to 0.6.9
PR:		95115
Submitted by:	Ports Fury
2006-03-31 03:26:51 +00:00
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Kris Kennaway
5e5eacdbfb Support WITHOUT_NLS 2004-03-25 12:07:44 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
516044ed76 - Update to version 0.6.8
PR:		56040
Submitted by:	Ports Fury
2003-08-27 18:41:20 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Ying-Chieh Liao
cc9ffa4ea8 upgrade to 0.6.7
PR:		51865
Submitted by:	Ports Fury
2003-05-12 07:50:31 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 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)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
4922e42c1f upgrade to 0.6.6p1
PR:		42808
Submitted by:	ericyu <ericyu@mail2000.com.tw>
2002-09-16 18:13:32 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Ade Lovett
f18cbf2fa6 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
2002-04-12 17:10:20 +00:00
Patrick Li
c2ce20b92f Update to 0.6.5p2
PR:		36822
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-04-06 23:47:52 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Ade Lovett
9210b7cb07 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
2002-03-15 19:44:29 +00:00
Patrick Li
e73b7eba1b Update to 0.6.5
PR:		35416
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-28 22:11:29 +00:00
Ying-Chieh Liao
443ce238ea upgrade to 0.6.4
PR:		32625
Submitted by:	Ports Fury
2001-12-08 20:24:15 +00:00
Mario Sergio Fujikawa Ferreira
9e0e9be934 Update to 0.6.3
PR:		29444
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 16:30:35 +00:00
Dirk Froemberg
fa4540e705 Fix checksum (no diffs actually, seems to be recompressed). 2001-04-11 07:09:27 +00:00