1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Guido Falsi
ac8c103656 - "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr

PR:		ports/175063
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by:	danfe (maintainer of games/qstat, via email) [1]
Approved by:	Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe:	yes
2013-04-16 18:23:45 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
56022db615 - Update to 0.5.12
- Convert to new option framework
- Pass maintainership to submitter

PR:		ports/176598
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-03-19 14:01:20 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
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