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

2687 Commits

Author SHA1 Message Date
Mark Linimon
dd83a86446 Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk. This never
got finished correctly in the first place.

Note that this reverts two things in gabor's original bsd.perl.mk rewrite
that were never actually used/tested:

 - ability of USE_PERL5 and other variables to specify a version.

 - conditional inclusion of bsd.perl.mk based on USE_PERL5 or similar.

What this commit does is to make bsd.perl.mk be _exactly_ the current
code from bsd.port.mk (modulo a few comments).

Work to test the former would be welcome.  The problem with the latter
is that multiple attempts over the last N years to test it inevitably
showed INDEX breakage.  My own conclusion is that that simply makes the
tree too fragile (and is the reason I kept putting off working on it in
the first place).  Others will disagree.

Hopefully this change will make the perl-specific bits in bsd.*.mk easier
to maintain.

While here, fix a bogus comment (CCFLAGS).

Adding to pointy hat collection:	linimon
2011-08-12 16:39:23 +00:00
Mark Linimon
d423cdc650 - fix problem with metadata on tier-2 machines for Pascal ports. The
reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64.
   Provide a placeholder and proper IGNORE for tier-2 [1]

 - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2]

 - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3]

PR:		ports/155017 [2],
		ports/159288 [3]
Submitted by:	linimon (discussed with acm),
		eadler,
		crees
2011-08-12 16:10:02 +00:00
Koop Mast
3675765d83 Retire gnometarget, now that it was removed from all users.
PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-12 08:03:18 +00:00
Chris Rees
b8ec8446e8 - bsd.drupal.mk has been repocopied to ${PORTSDIR}/Mk
- Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk
- Remove unneeded LICENSE lines from drupal ports

PR:		ports/153795
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2011-08-11 13:29:31 +00:00
Koop Mast
037a331b0d Add back gnometarget, while it doesn't do anything anymore. It is still in use
in a lot of ports.

Noticed by:	flo@
2011-08-09 09:32:18 +00:00
Joe Marcus Clarke
49115d646e Remove the now-dead gnometarget component.
Reported by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-09 06:52:23 +00:00
Dirk Meyer
ace66d0e0c - update MASTER_SITE_GNUSTEP 2011-08-07 11:58:31 +00:00
Doug Barton
8158b2b0ee The ring.nict.co.jp server has a CPAN tree, but it's empty.
Per http://www.ring.gr.jp/, "ring.riken.jp left the project on Apr. 30"
2011-08-05 21:36:50 +00:00
Florian Smeets
103158b6e7 remove firefox35 support from bsd.gecko.mk 2011-08-03 22:33:41 +00:00
Sunpoet Po-Chuan Hsieh
6138ed34b5 - Fix formatting
Submitted by:	obrien@
2011-08-03 01:14:21 +00:00
Florian Smeets
0ebad22e9f update to 2.2 and make this the default seamonkey version
Much of the work was done by beat for the 2.1 update, i update everything to 2.2
2011-08-01 23:31:53 +00:00
Gerald Pfeifer
bb4e46d8f0 Clean up after revision 1.51 and adjust comments to the new reality of us
not caring about FreeBSD <= 6 any more (and thus no g77 in base ever).
2011-07-31 22:40:39 +00:00
Koop Mast
0b743289fc Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.

Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
2011-07-30 09:20:22 +00:00
Chris Rees
03156a6e84 Add maintainer line to Mk/bsd.drupal.mk 2011-07-29 08:46:50 +00:00
Emanuel Haupt
7ce13e55bd Remove dead site (ftp.kaist.ac.kr). 2011-07-28 14:14:41 +00:00
Brendan Fabeny
cd6973911a remove netlib.enseeiht.fr from MASTER_SITE_NETLIB,
based on repeated distilator NXDOMAIN results
2011-07-22 23:28:36 +00:00
Li-Wen Hsu
9569935fbd - Make 3.2 higher priority than 3.1
PR:		ports/156811
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2011-07-22 15:38:11 +00:00
Li-Wen Hsu
1aeea51c58 - Update to 3.2.1
PR:		ports/158850
Submitted by:	wen
2011-07-22 15:12:07 +00:00
Baptiste Daroussin
a9a18a9577 removed unused __softMAKEFLAGS [0]
remove old security check code [1]

PR:		ports/156077 [1], ports/158956 [0]
Submitted by:	Eitan Adler <lists@eitanadler.com> [1], bapt@ (myself) [0]
Tested on:	pointyhat-west
With hat:	portmgr
2011-07-21 15:10:46 +00:00
Mark Linimon
2e12896268 Fix INDEXFILE for upcoming 10.0 branch.
PR:		ports/158750
Submitted by:	crees
Tested on:	pointyhat-west
2011-07-21 05:04:39 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Gerald Pfeifer
be59813462 Add support for USE_GCC=4.7, USE_GCC=4.7+ and notably an installation of
lang/gcc47 being used when USE_GCC=4.5+ or the like is specified.

PR:		159036
Submitted by:	kalten@gmx.at
2011-07-19 21:16:39 +00:00
Alberto Villa
1d1066a348 - Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.3.
- Update kdevelop-kde4 to 4.2.3.

Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 16:13:03 +00:00
Stanislav Sedov
a37d53f5bb - Update ruby 1.8 to 1.8.7 patchlevel 352. 2011-07-16 01:51:49 +00:00
Pav Lucistnik
49f1482237 - Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashes
PR:		ports/158203
Submitted by:	Mamoru Sakaue <sakaue.mamoru-cmfho5lt@samurai.mwghennn.net>
2011-07-15 08:26:30 +00:00
Sunpoet Po-Chuan Hsieh
96cd508600 - Introduce PYTHON_ABIVER: fix PYTHON_INCLUDEDIR for python32 users (PYMALLOC and UCS4 are on by default)
- Use devel/py-distribute as setuptools for python 3.x users
- Use py${PYTHON_VER} instead of ${PYTHON_VERSION:S/thon//}
- Use "yes"

PR:		ports/158662
Submitted by:	sunpoet (myself)
Reviewed by:	lwhsu
Tested by:	exp-run by pav
With Hat:	python
2011-07-14 04:13:24 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Steve Wills
28d4c77a65 - Update MASTER_SITE_GNUPG to working mirrors
Approved by:	portmgr
2011-07-07 02:31:49 +00:00
Matthias Andree
2e609e5dc3 Don't include db51 in USE_BDB=4x+ settings,
there's more than one port that is happy with all 4.X versions
but doesn't like 5.1.
2011-07-07 01:15:22 +00:00
Sunpoet Po-Chuan Hsieh
ba4869fc17 - Remove BROKEN_WITH_PHP
PR:		ports/158661
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2011-07-05 11:59:46 +00:00
Erwin Lansing
0f54071016 Update perl to 5.12.4
Changes:	http://search.cpan.org/~lbrocard/perl-5.12.4/pod/perl5124delta.pod

Submitted by:	skv
Tested on:	pointyhat
2011-07-03 15:51:18 +00:00
Marcus von Appen
54bbacafe6 - Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx
2011-07-02 19:59:19 +00:00
Max Brazhnikov
98acbb9e18 Fix r1.25
Pointyhat to:	me for testing different patch
2011-07-01 20:02:37 +00:00
Doug Barton
3239a560ee Back out 1.25 till it can get proper attention 2011-07-01 19:25:47 +00:00
Alberto Villa
942dc67fc0 - Fix QMAKE_BASE_COMPILER detection when cc is (actually, will be)
linked to Clang.
- Mute the (harmless) error message "cc: not found" when `cc` is not
  in PATH.

Discussed with:	makc
2011-07-01 16:07:54 +00:00
Palle Girgensohn
3981092e6d Add postgresql 9.1 to accepted versions 2011-07-01 08:09:24 +00:00
Stephen Montgomery-Smith
e6620d74ba - Update math/octave-forge-base to 1.1. Now includes the script
load-octave-pkg to link the octave packaging system to the FreeBSD ports.
- Update Mk/bsd.octave.mk so that octave-forge-* ports use this script.

Approved by:	gabor (mentor)
2011-06-30 20:52:08 +00:00
Florian Smeets
d116b360dd update thunderbird to 5.0 2011-06-30 18:19:48 +00:00
Rene Ladan
eb407ea16c - Unregister expired java/jdk14
- Update example from java/jdk14 to java/jdk16

PR:		ports/158030
Submitted by:	myself
Approved by:	glewis
2011-06-28 18:46:46 +00:00
Florian Smeets
dfadc9fbca - disable debug symbols for the gecko ports and enable striping of
libraries and binaries otherwise firefox and thunderbird >= 5 will install a
libxul.so which can be as big as 500MB

PR:		ports/158380
Submitted by:	Pan Tsu <inyaoo@gmail.com>
2011-06-28 16:34:23 +00:00
Stephen Montgomery-Smith
85600472a2 - Change maintainer's email address.
Approved by:	maho (mentor) and portmgr
2011-06-28 04:51:50 +00:00
Wen Heping
d3a995e088 - Update to 2.7.2
- Mark BROKEN when build with pth

Reviewed by:	miwi@
2011-06-27 02:37:39 +00:00
Philip M. Gollucci
f0ef256f86 - DNS no longer exists
http://rubyforge.org/credits/ only lists the supporters not the links
2011-06-26 03:40:14 +00:00
Jose Alonso Cardenas Marquez
424718714b - Update to 2.4.4 2011-06-23 05:05:29 +00:00
Florian Smeets
b114c704ac - update to 5.0
- enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com>

Security:	http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
2011-06-21 21:12:31 +00:00
Wen Heping
0ca8bc3717 - Update lang/python31 to 3.1.4 2011-06-16 08:18:09 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Koop Mast
22e81918fc Adjust the gnomepanel entry. Don't depend on a optional library in gnome-panel.
Submitted by:	Jason Helfman <jhelfman@e-e.com>
2011-06-09 19:25:15 +00:00
Baptiste Daroussin
3904f96634 Fix fetch-urlall-list
Reported by:	amdmi3@ (by mail)
Approved by:	portmgr@ (bapt@, self)
2011-06-09 08:22:45 +00:00
Wen Heping
1dd8e6661c - Update to 2.6.7 2011-06-08 08:17:06 +00:00