Commit Graph

127 Commits

Author SHA1 Message Date
jeremy
ac78ad4e83 Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.

Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.

OK ajacoutot@
2013-03-20 19:13:50 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
jasper
6686fa807f for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6.
as discussed with/ok kurt@
2013-03-02 12:45:19 +00:00
jasper
32828b6b7c no need for gtar, the zip works just fine. 2013-02-07 20:23:14 +00:00
jasper
2125186924 add yet more common stuff to Makefile.inc.. 2013-02-07 20:21:03 +00:00
jasper
94727597fc move NO_BUILD/NO_REGRESS into Makefile.inc 2013-02-07 20:12:52 +00:00
jasper
4b67be5862 move EXTRACT_SUFX into Makefile.inc 2013-02-04 13:13:39 +00:00
jasper
46c9af33b3 move CATEGORIES into Makefile.inc 2013-02-04 13:11:43 +00:00
jasper
8bdb5c4789 - start COMMENT with a lowercase letter
- and no need to explain what subversion is anymore
2013-02-04 13:06:28 +00:00
ajacoutot
9a08a16ef2 Remove the last bogus rcs id. 2012-08-19 22:59:06 +00:00
sthen
2d21dc65fe zap quotes in PERMIT_* 2012-06-09 11:26:02 +00:00
landry
94207a163e Cope with libxul.pc -> libxul19.pc renaming. 2012-04-07 13:11:27 +00:00
kurt
6a13dc6824 - remove devel/jdk/1.5 and lang/kaffe
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
fgsch
8b6c36a056 kill deprecated USE_ZIP.
kurt@ ok.
2011-09-11 16:32:27 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
ajacoutot
f9380b0a30 Use the gettext MODULE. 2011-07-06 22:56:23 +00:00
ian
83ae3c3679 Change my email to be consistent, bump revision 2011-04-17 20:10:43 +00:00
jasper
85a6156975 - use REVISION instead of a patch-level
from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin
2010-12-05 18:24:33 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
kurt
ef02b69803 Fix MASTER_SITE_ECLIPSE. Prodded by Diana Eichert, Thanks. 2010-11-12 21:32:17 +00:00
espie
8b51999dc4 oops 2010-11-08 18:18:11 +00:00
espie
7f2b17ae6e kill a few libspecs in LIB_DEPENDS 2010-11-08 09:57:39 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
landry
00f631174d Eclipse is now the only user of xulrunner 1.8, so in order to kill the latter
make eclipse-browser build against xulrunner 1.9. This breaks the swt html browser
widget, and according to http://www.eclipse.org/swt/faq.php#browserlinux
only newer eclipse versions work fine with recent xulrunners.

Eclipse itself definitely needs an update, any takers ?
2010-10-24 13:12:16 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
jeremy
f3ba7fefc2 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
jasper
80fcd82c2c - first round of bumps for devel 2010-08-30 22:03:58 +00:00
ajacoutot
983fd44e85 Consistency: remove the 1, 2 or even 3 empty blank lines. 2010-04-15 13:56:33 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
ajacoutot
c4f812490c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:31:26 +00:00
ajacoutot
d5f0c067ee Fix xulrunner package spec.
from an original diff for yelp by Mikolaj Kucharski
2009-11-24 09:01:47 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
martynas
2d5ac6f25b adapt for the new xulrunner infrastructure.
no breakage in bulk build & bumps done by sthen@
2009-07-27 21:44:14 +00:00
naddy
27635a6555 fix package specs in depends 2009-07-18 15:50:40 +00:00
ian
7aee4230af += py-dev 2009-06-03 15:37:33 +00:00
ian
a4dac874c0 Initial import of py-dev, Python plug-in for Eclipse, help & ok martynas@ kurt@ 2009-06-03 15:35:45 +00:00
steven
df44e0f9e5 remove unneeded exec
ok naddy@
2009-04-05 14:11:14 +00:00
naddy
4d947e1cf4 missing bump after java dependency change 2009-03-28 17:05:38 +00:00
ajacoutot
ef2e813040 - fix wantlib & bump 2009-03-16 18:40:40 +00:00
sthen
dfe5f95d84 bump pkgname following java dep change 2009-03-11 23:21:21 +00:00
jasper
8cf54158e9 - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 13:33:16 +00:00
sthen
a3dccb576f linewrap DESCR and bump package. ok ian@ (maintainer). 2008-08-28 21:20:23 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
landry
ff2d68af50 bump PKGNAMEs after lang/ruby module change.
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00
bernd
a92f1bbba1 Bump -main PKGNAME and loose depends too.
ok kurt@
2008-04-14 13:26:06 +00:00