137 Commits

Author SHA1 Message Date
ajacoutot
4e23016983 We can't use FETCH_CMD in ports since the infrastructure hardcodes ftp(1)
options; so drop the need for www/lynx.
Our ftp(1) is not capable of fetching this distfile so we end up using
the default OpenBSD MASTER_SITES for the time being.

issue reported by jasper@
2014-10-01 07:39:23 +00:00
ajacoutot
ed22c7e338 Add BUILD_DEPENDS on www/lynx. 2014-07-17 12:38:34 +00:00
kili
7356a94e39 -swt needs a bump, too
ok kurt@
2014-05-09 21:33:44 +00:00
kurt
46f312eaef - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
landry
81537ec25d Remove leftover BDEP on the now-disappeared xul 1.9 (spotted by nigel@) 2013-12-08 08:01:00 +00:00
landry
9848b53352 Remove the -browser subpackage.
It's broken at runtime anyway since the switch from xul 1.8 to 1.9 three
years ago, is now the last user of xul 1.9, and noone is probably using
an eclipse from 2007 to do "serious" java development. Lots of cursing
involved to find the correct magic to properly disable the building of
swt-mozilla-gtk.

Discussed with kurt@ (MAINTAINER)
2013-12-07 12:03:27 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
landry
b44cad65b0 Fix LDEP-browser to ensure it uses the old xulrunner 1.9 (for now..) and
doesnt pick up the newer one (and fail)
2013-10-21 09:34:42 +00:00
sthen
691151c4ee tweak CATEGORIES 2013-05-17 09:40:35 +00:00
jasper
f8f30e0f72 normalize CATEGORIES to devel 2013-05-14 07:14:20 +00:00
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