[Midnightbsd-cvs] mports [18870] trunk/www: drop linuxpluginwrapper.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 10:36:29 EDT 2015


Revision: 18870
          http://svnweb.midnightbsd.org/mports/?rev=18870
Author:   laffer1
Date:     2015-05-09 10:36:29 -0400 (Sat, 09 May 2015)
Log Message:
-----------
drop linuxpluginwrapper. it is quite old

Modified Paths:
--------------
    trunk/www/Makefile
    trunk/www/seamonkey/Makefile
    trunk/www/seamonkey/Makefile.common

Removed Paths:
-------------
    trunk/www/linuxpluginwrapper/

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2015-05-09 14:35:31 UTC (rev 18869)
+++ trunk/www/Makefile	2015-05-09 14:36:29 UTC (rev 18870)
@@ -43,7 +43,6 @@
 SUBDIR += linux-mplayer-plugin
 SUBDIR += linux-opera
 SUBDIR += linux-seamonkey
-SUBDIR += linuxpluginwrapper
 SUBDIR += lynx
 SUBDIR += man2web
 SUBDIR += mediawiki119

Modified: trunk/www/seamonkey/Makefile
===================================================================
--- trunk/www/seamonkey/Makefile	2015-05-09 14:35:31 UTC (rev 18869)
+++ trunk/www/seamonkey/Makefile	2015-05-09 14:36:29 UTC (rev 18870)
@@ -10,13 +10,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The open source, standards compliant web browser
-LICENSE=	mpl
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+LICENSE=	mpl gpl2
+LICENSE_COMB=	dual
+
+USES=		gmake tar:bzip2
 WANT_GNOME=	yes
 WANT_PERL=	yes
-MAKE_JOBS_SAFE=	yes
 HAS_CONFIGURE=	yes
 ALL_TARGET=	default
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
@@ -56,13 +56,9 @@
 .if exists(${LOCALBASE}/include/cairo/cairo-glitz.h)
 # Glitz support can only be enabled if cairo is built with glitz support
 MOZ_OPTIONS+=	--enable-glitz
-LIB_DEPENDS+=	glitz.1:${PORTSDIR}/graphics/glitz
+LIB_DEPENDS+=	libglitz.so:${PORTSDIR}/graphics/glitz
 .endif
 
-.if ${ARCH}=="sparc64" && ${OSVERSION} < 3000
-IGNORE=		core dumps on ${ARCH}, need kern.osreldate>=3000
-.endif
-
 .if defined(WITHOUT_MAILNEWS)
 MOZ_OPTIONS+=	--disable-ldap --disable-mailnews
 .else

Modified: trunk/www/seamonkey/Makefile.common
===================================================================
--- trunk/www/seamonkey/Makefile.common	2015-05-09 14:35:31 UTC (rev 18869)
+++ trunk/www/seamonkey/Makefile.common	2015-05-09 14:36:29 UTC (rev 18870)
@@ -54,10 +54,9 @@
 #			specified in CONFIGURE_ARGS instead
 
 BUILD_DEPENDS+=	zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS+=	jpeg.11:${PORTSDIR}/graphics/jpeg \
-		png.6:${PORTSDIR}/graphics/png \
-		nspr4:${PORTSDIR}/devel/nspr 
-#		nss3:${PORTSDIR}/security/nss
+LIB_DEPENDS+=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libnspr4.so:${PORTSDIR}/devel/nspr 
 
 MAINTAINER?=	ports at MidnightBSD.org
 
@@ -82,8 +81,8 @@
 BROWSER_PLUGINS_DIR?=	lib/browser_plugins
 MOZ_PIS_DIR?=		lib/${MOZILLA}/init.d
 
-ESD_LIB?=	libesd.so.2
-FREETYPE_LIB?=	libfreetype.so.9
+ESD_LIB?=	libesd.so
+FREETYPE_LIB?=	libfreetype.so
 
 GENERIC_MOZCONFIG?=	${.CURDIR}/../../www/mozilla/files/mozconfig-generic.in
 PORT_MOZCONFIG?=	${FILESDIR}/mozconfig.in



More information about the Midnightbsd-cvs mailing list