Commit graph

59 commits

Author SHA1 Message Date
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
3655a56674 - Update to 0.13.0
PR:		180517
Submitted by:	Ports Fury
2013-07-15 14:49:39 +00:00
Beech Rintoul
a18af5fc69 - Update to version 0.12.0
Feature safe: yes

PR:		ports/174178
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-08 06:43:46 +00:00
Guido Falsi
c09af98d78 - Update to 0.11.1
- Remove LICENCE_FILE_* since they are in Templates/Licenses
- Mark MAKE_JOBS_SAFE
- Use bsd.port.options.mk only and remove uneeded WANT_GNOME
- Trim Makefile headers

PR:		ports/172023
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-31 20:27:30 +00:00
Baptiste Daroussin
9010280b85 Conver to new options framework 2012-06-12 21:42:32 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
dd4e73fac1 - Update to version 0.11.0
PR:		164997
Submitted by:	Ports Fury
2012-02-20 00:06:01 +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
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Marcelo Araujo
d86c6170e2 - Update to 0.10.7.
PR:		ports/151551
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2010-11-20 16:11:25 +00:00
Max Brazhnikov
f34ff0e21e Update to 0.10.6
PR:		ports/150672
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2010-09-18 15:58:14 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
811085b6cd - Update to 0.10.5
PR:		138279
Submitted by:	Ports Fury
2009-08-28 23:30:02 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +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
Martin Wilke
b47eebcf13 - Update to 0.10.4 2008-03-21 11:25:42 +00:00
Martin Wilke
49d1c513f6 - Update to 0.10.3
PR:		121618
Submitted by:	Ports Fury
2008-03-13 20:56:50 +00:00
Martin Wilke
4899e7d082 - Update to 0.10.2
PR:		119164
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-03 11:39:12 +00:00
Martin Wilke
0d1ed66954 - Update to 0.9.10
PR:		117497
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-27 21:42: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
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
Martin Wilke
4ff8882e56 - Update to 0.9.9.4 2007-01-01 01:52:32 +00:00
Rong-En Fan
bcc4dead1d - Update to 0.9.9.3
PR:		ports/103639
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:36:09 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Erwin Lansing
a1b3421310 Update to 0.9.9.1
PR:		96215
Submitted by:	ports fury
2006-04-24 09:12:01 +00:00
Pav Lucistnik
1c85ae7c37 - Update to 0.9.9.0
PR:		ports/94498
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-03-16 17:28:03 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Mark Linimon
4c2647bdd3 Reset inactive maintainer (several timeouts).
Hat:		portmgr
Noticed by:	lawrance
2006-02-10 01:43:39 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
cf6c92b4fe Update to 0.9.8.4
PR:		ports/77654
Submitted by:	maintainer
2005-02-18 08:36:38 +00:00
Volker Stolz
ac5387d073 Update to 0.9.8.2
PR:		ports/75586
Submitted by:	maintainer
2005-01-11 16:57:48 +00:00
Pav Lucistnik
a9e2562c96 - Update to 0.9.8.1
PR:		ports/74143
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-11-21 01:56:45 +00:00
Mark Linimon
a5fdb29be8 Update to 0.9.7.3.
PR:		ports/71434
Submitted by:	Paul Everlund <tdv94ped at cs dot umu dot se> (maintainer)
2004-10-12 07:12:20 +00:00
Pav Lucistnik
94de8a6d91 - Update to 0.9.7.1
- Correct handling of OPTIONS

PR:		ports/68398
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-06-27 14:44:39 +00:00
Mark Linimon
f893077f0e Update to 0.9.6.
PR:		ports/66603
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-05-13 22:30:13 +00:00
Kirill Ponomarev
8af7890fe7 - Update to version 0.9.4
PR:		ports/65455
Submitted by:	maintainer
2004-04-12 10:53:49 +00:00
Kirill Ponomarev
84dbe398d3 - Update to version 0.9.3
PR:		ports/65034
Submitted by:	maintainer
2004-04-01 12:27:48 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
ba8df5263c - update to 0.9.1
- use OPTIONS

PR:             61876
Submitted by:   Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
2004-02-23 16:02:57 +00:00
Adam Weinberger
035cceed85 Update to 0.8.13.
PR:		ports/53400
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>
2003-06-17 21:17:03 +00:00
Tilman Keskinoz
853139ac48 update to 0.8.12
PR:		52191
Submitted by:	maintainer
2003-05-19 12:02:05 +00:00