1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Baptiste Daroussin
af97e02d24 Support stage
USE_GMAKE -> USES=gmake
Use options helpers
2014-01-25 20:30:21 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
1933bfac59 Convert left unconverted ports in ftp to new options framework 2013-03-26 09:58:33 +00:00
Alexey Dokuchaev
d6fe06e31d In categories starting with [efg], remove empty lines from pkg-plist (except
for `graphics/kipi-plugins').
2013-03-17 14:04:11 +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
Wen Heping
2bce5f1651 - Update to 2.4
PR:		ports/140611
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:	maintainer
2009-11-25 05:25:50 +00:00
Martin Wilke
fd7264def0 - Update maintainer mail adress
Submitted by:	Prudhvi (maintainer via irc)
2009-07-13 21:40:50 +00:00
Martin Wilke
908e590ee8 - Update to 2.3
PR:		132069
Submitted by:	Dennis Herrmann <adox@mcx2.org>
Approved by:	maintainer timeout
2009-03-15 20:47:30 +00:00
Beech Rintoul
10c06d1c9e - Update to 2.2
PR:		ports/130346
Submitted by:	Michal Petrucha <johnny64@swissjabber.org>
Approved by:	maintainer timeout (2+ weeks)
2009-01-25 02:34:12 +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
Xin LI
1bbe062d73 Update to 1.1; while I'm there, OPTIONize NLS and DEBUG, and
reflect the new home.

PR:		ports/122802
Approved by:	maintainer
2008-04-16 03:24:59 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Martin Wilke
28f40778f2 - Pass maintainershipt to submitter
PR:		108609
Submitted by:	Prudhvi Krishna <prudhvikrishna@gmail.com>
2007-01-31 16:23:55 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Pav Lucistnik
7b82f41696 - Add SHA256 2005-11-24 16:27:27 +00:00
Roman Bogorodskiy
061c6f5368 - Update to 1.0b
- Update WWW and MASTER_SITES
- Reset maintainership to ports@ by maintainer request

PR:		83703
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Wilmer van der Gaast (former maintainer)
2005-07-20 04:42:02 +00:00
Christian Weisgerber
9005faa3fa Fix remote buffer overflow.
Submitted by:	Ulf Harnhammar <metaur@telia.com>
2005-04-17 15:12:00 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +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
Christian Weisgerber
d5bc992ba6 Fix build on -STABLE.
Closes

PR:		53220
2003-06-25 17:17:08 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Kris Kennaway
1e94abb0fc Fix build on -current (expr -> expr --) 2002-10-20 20:52:33 +00:00
Akinori MUSHA
744ecfac33 CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)
2002-10-10 12:59:36 +00:00
Ying-Chieh Liao
a7adc7040b PERL -> REINPLACE_CMD
PR:		43353
Submitted by:	maintainer
2002-09-29 04:33:58 +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
Ying-Chieh Liao
ee46380986 make it build again
PR:		37321
Submitted by:	maintainer
2002-04-22 07:05:38 +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
Peter Pentchev
299f5a9a60 Update to 1.0a.
PR:		36134
Submitted by:	maintainer
2002-03-20 16:09:09 +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
Pete Fritchman
f8a33d6264 - update to 1.0
- update maintainer address
- reword pkg-descr

PR:		32580
Submitted by:	maintainer
2001-12-25 00:15:24 +00:00
Maxim Sobolev
70f19bfdeb Pass over maintainership to Wilmer van der Gaast <lintux@lintux.cx>.
Submitted by:	Wilmer van der Gaast <lintux@lintux.cx>
2001-11-20 13:10:05 +00:00
Ying-Chieh Liao
ad3d1270ae upgrade to 0.99b
Noted by:	Wilmer van der Gaast <lintux@lintux.cx> (author)
2001-11-20 12:36:28 +00:00
Ying-Chieh Liao
6290e61139 upgrade to 0.99 2001-11-10 05:57:00 +00:00
Ying-Chieh Liao
0d3389bd1e - Support PTHREAD_CFLAGS properly
- Support install macros

PR:		29820
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-18 09:22:52 +00:00
Ying-Chieh Liao
5a9ffdda7c upgrade to 0.96 2001-08-15 07:00:57 +00:00
Ying-Chieh Liao
a90ee6bb3c add axel
A download accelerator
2001-08-05 16:06:50 +00:00