diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
commit | 43d34be219cb0ba9208a2ed402dd573debc7b807 (patch) | |
tree | 995c2f34a1ca10858e58e3e65fe2d19a13429ea1 /www | |
parent | 9fe714a6410c45ae00f7b6954860e1efdc681579 (diff) | |
download | marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.gz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.bz2 marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.lz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.xz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.zst marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9736 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 5 | ||||
-rw-r--r-- | www/kazehakase/Makefile | 6 | ||||
-rw-r--r-- | www/opera/Makefile | 6 |
3 files changed, 5 insertions, 12 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 3c81eaf0c..4680b6821 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/galeon/Makefile,v 1.12 2007/05/19 21:36:25 marcus Exp $ +# $MCom: ports/www/galeon/Makefile,v 1.13 2007/05/30 03:21:44 mezz Exp $ # PORTNAME= galeon @@ -38,11 +38,10 @@ GCONF_SCHEMAS= galeon.schemas .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" -.if ${OSVERSION} > 500000 # Galeon does not build correctly in -CURRENT if -Werror is passed # to the compiler. NO_WERROR= yes -.endif + # allow build with more warnings enabled .if defined(NO_WERROR) CONFIGURE_ARGS+= --disable-werror diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 699c6595d..eeec6f004 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -3,7 +3,7 @@ # Whom: michael johnson <ahze@ahze.net> # # $FreeBSD$ -# $MCom: ports/www/kazehakase/Makefile,v 1.6 2007/08/07 03:31:38 mezz Exp $ +# $MCom: ports/www/kazehakase/Makefile,v 1.7 2007/08/15 06:04:51 mezz Exp $ # PORTNAME= kazehakase @@ -39,10 +39,6 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -.if ${OSVERSION} < 500000 -IGNORE=Does not build -.endif - # !!! gtk-webcore higly experimental right now and not very stable !!! # See https://mail.gna.org/public/kazehakase-devel/2004-10/msg00001.html # on how to use gtk-webcore with kazehakase. and yes you still have to diff --git a/www/opera/Makefile b/www/opera/Makefile index b8f87798a..85e395cbf 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -62,10 +62,8 @@ QT_PRESENT= off OPERA_TYPE= 1 .elif ${OSVERSION} >= 600000 OPERA_TYPE= 4 -.elif ${OSVERSION} >= 500000 -OPERA_TYPE= 3 .else -OPERA_TYPE= 1 +OPERA_TYPE= 3 .endif .if ${OSVERSION} > 700000 @@ -87,7 +85,7 @@ OPERA_LIB= static OPERA_TYPE= 1 .endif -.if ${OPERA_TYPE} == 1 && ${OSVERSION} >= 500000 +.if ${OPERA_TYPE} == 1 LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .if ${OSVERSION} >= 600000 LIB_DEPENDS+= z.2:${PORTSDIR}/misc/compat5x |