Commit Graph

51 Commits

Author SHA1 Message Date
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
Martin Wilke
9992960752 - Move over to python2.5 or higher
- While here kick md5
2011-02-24 23:25:54 +00:00
Sunpoet Po-Chuan Hsieh
649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +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
Martin Wilke
c9a839b18e - Update MASTER_SITES
PR:		143391
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-02-13 08:55:56 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Martin Wilke
1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Erwin Lansing
32b99b6260 Reset maintainer
<yuanjue@yuanjue.net>: connect to yuanjue.net[208.73.210.27]:25: Connection
    refused
2009-08-19 18:50:20 +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
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +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
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Li-Wen Hsu
34fa8ee784 - Update to 0.4.1
PR:		ports/121397
Submitted by:	Denise H. G. <darcsis AT gmail.com>
Approved by:	"YUAN Jue" <yuanjue AT yuanjue.net> (maintainer)
2008-03-06 08:38:08 +00:00
Pav Lucistnik
a212d3d0e9 - Add missed dependency on perl 2007-12-14 22:56:29 +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
Cheng-Lung Sung
c8fb0c454e - Does not build on 4.x
Approved by:	maintainer (Yuan, Jue) (implicit)
2006-08-10 01:50:14 +00:00
Cheng-Lung Sung
e0bbae65a0 1. make qterm.cfg & address.cfg writable by default since native linux version has this feature.
2. add one more address to MASTER_SITES
3. add PKGNAMEPREFIX

PR:		ports/101345
Submitted by:	maintainer (Yuan Jue)
2006-08-04 09:08:10 +00:00
Cheng-Lung Sung
39761517a6 - upgrade from 0.4.0-pre2 to 0.4.0-release
- pass maintainership

PR:		ports/100918
Submitted by:	maintainer (Yuan Jue)
Approved by:	maintainer (gavin_AT_FreeBSDChina dot org)
2006-08-01 12:19:05 +00:00
Cheng-Lung Sung
7dec91bf36 - fix compiling problem
- libtool problem
  - executable file problem

PR:		ports/97177
Submitted by:	Yuan, Jue <yuanjue_AT_yuanjue dot net>
Approved by:	maintainer timeout
2006-07-25 14:52:23 +00:00
Edwin Groothuis
bbee4a66a6 remove USE_REINPLACE for all ports with categories starting with C 2006-05-03 23:38:41 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Yen-Ming Lee
27afb24bab - fix pkg-plist error
- utilize DATADIR

PR:		75853
Submitted by:	Gavin Mu <gavin@FreeBSDChina.org>
2005-01-08 16:24:16 +00:00
Clive Lin
d3ef20c610 Fix build on FreeBSD 4.x.
PR:		ports/75183
Submitted by:	MAINTAINER
2004-12-18 08:48:28 +00:00
Clive Lin
a2605b3968 Update to 0.4.0.p2, which also includes changes below:
o Use a more flexible form of USE_PYTHON
o Build on non i386 platform is believed to be fixed.

PR:		ports/75052
Submitted by:	MAINTAINER
2004-12-15 05:46:24 +00:00
Dejan Lesjak
78aba9eb1e Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
Approved by:	maintainer
2004-12-08 20:54:09 +00:00
Kris Kennaway
ec27528eee BROKEN on 6.x and !i386: Does not compile 2004-11-18 22:08:03 +00:00
Clive Lin
5c78d622df Try to fix broken build on AMD64.
Submitted by:	MAINTAINER
2004-11-14 12:12:51 +00:00
Clive Lin
0ad8c17802 Update to 0.4.0pre1.
PR:		ports/73305
Submitted by:	MAINTAINER
2004-11-01 08:12:33 +00:00
Pav Lucistnik
b9117f408d - Update to 0.3.7
PR:		ports/70445
Submitted by:	Gavin Mu <gavin@FreeBSDChina.org> (maintainer)
2004-08-20 22:18:00 +00:00
Volker Stolz
ea7d24dea2 Unbreak on 4.X, use QString::null instead of ""
PR:		ports/69519
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer
2004-07-26 11:16:11 +00:00
Kris Kennaway
b79a8a6d5e BROKEN on 4.x: Does not compile 2004-07-02 08:24:02 +00:00
Kirill Ponomarev
3cae33902c - Update to version 0.3.6
PR:		ports/67160
Submitted by:	maintainer
2004-05-25 07:32:55 +00:00
Kirill Ponomarev
9b19fd7801 - Update to version 0.3.5
- Fix WWW:
- Assign maintainership to submitter

PR:		ports/64278
Submitted by:	Gavin Mu <gavin@tju.edu.cn>
2004-03-16 14:56:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Mark Linimon
30b459ebc5 statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@freebsd.sinica.edu.tw
2003-11-21 03:09:45 +00:00
Yen-Ming Lee
a3dd3be5b9 update to 0.3.2
PR:		56685
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-11-09 08:46:12 +00:00
Daichi GOTO
cdea2c688f update chinese/qterm: update MASTER_SITES
PR:		55001
Submitted by:	Statue <statue@freebsd.sinica.edu.tw> (maintainer)
2003-07-29 05:48:13 +00:00
Tilman Keskinoz
4f373e3532 add CONFIGURE_ARGS+="--enable-mt"
remove file: files/patch-qterm::qtermtelnet.h

PR:		50902
Submitted by:	maintainer
2003-04-14 16:55:27 +00:00
Tilman Keskinoz
3cee7016e2 Update to 0.2.0
PR:		50860
Submitted by:	maintainer
2003-04-12 20:37:49 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Tilman Keskinoz
4fde504483 Update to 0.1.7
USE_QT_VER=3

PR:		47123
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-01-16 09:21:44 +00:00
Ying-Chieh Liao
ced2207408 upgrade to 0.1.5
PR:		37217
Submitted by:	maintainer
2002-04-19 12:45:14 +00:00
Ying-Chieh Liao
4d0c2ce823 upgrade to 0.1.4
PR:		37093
Submitted by:	maintainer
2002-04-15 10:47:24 +00:00
Clive Lin
702cc2e0bc Forget this one in previous commit. 2002-02-24 06:20:13 +00:00
Clive Lin
a2011f85a7 o mv patch-aa to patch-Makefile
o add a new patch file: patch-qterm.cpp
o change master site

PR: ports/35103
Submitted: MAINTAINER
2002-02-24 06:18:31 +00:00
Clive Lin
1c66a6524f Upgrade to 0.1.3
PR: ports/31648
Submitted by: MAINTAINER
2001-11-02 04:59:56 +00:00