summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-06 06:05:55 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-06 06:05:55 +0000
commite71982e79be4bfc4ed8972538ff88b51e321780b (patch)
treecbbe2584154814b8bfe96a8e185762943553d49f
parentFix build (diff)
Unbreak for ELF and upgrade to 3.3 from 3.2.
Note: as I am not presently using X, I can't test that this netscape plugin actually works, but at least it compiles now.
Notes
Notes: svn path=/head/; revision=40925
-rw-r--r--www/plugger/Makefile6
-rw-r--r--www/plugger/distinfo2
-rw-r--r--www/plugger/files/patch-aa19
3 files changed, 20 insertions, 7 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile
index 3c097a059c3f..2195897c1121 100644
--- a/www/plugger/Makefile
+++ b/www/plugger/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plugger
-PORTVERSION= 3.2
+PORTVERSION= 3.3
CATEGORIES= www
MASTER_SITES= http://fredrik.hubbe.net/plugger/ \
ftp://ftp.netscape.com/pub/sdk/plugin/unix/
@@ -16,11 +16,11 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/netscape/plugins:${PORTSDIR}/www/netscape47-navigator
-BROKEN_ELF= "Needs a.out c++rt0.o file"
+#BROKEN_ELF= "Needs a.out c++rt0.o file"
MAN7= plugger.7
MANCOMPRESSED= no
-ALL_TARGET= freebsd-aout
+ALL_TARGET= freebsd-elf
post-patch:
${MV} ${WRKSRC}/plugger.c ${WRKSRC}/plugger.c.orig
diff --git a/www/plugger/distinfo b/www/plugger/distinfo
index 2f88556130bb..d98282127a5e 100644
--- a/www/plugger/distinfo
+++ b/www/plugger/distinfo
@@ -1,2 +1,2 @@
-MD5 (plugger-3.2.tar.gz) = b8132298f9d40bd87bc511ff7721b89f
+MD5 (plugger-3.3.tar.gz) = 98dbd59720792ecc71c92220178fd1e0
MD5 (unix-sdk-3.0b5.tar.Z) = 1e43785d5697c60937e8d6236e7d7d7e
diff --git a/www/plugger/files/patch-aa b/www/plugger/files/patch-aa
index 8b9d26e9a6c9..a465e528db6c 100644
--- a/www/plugger/files/patch-aa
+++ b/www/plugger/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile~ Wed Nov 10 02:09:52 1999
-+++ Makefile Sun May 21 23:52:36 2000
-@@ -1,12 +1,12 @@
+--- Makefile.orig Tue Mar 6 16:37:41 2001
++++ Makefile Thu Apr 5 23:03:02 2001
+@@ -1,8 +1,8 @@
# Where is your Plugin Source Development Kit from Netscape?
-SDK=/home/hubbe/src/PluginSDK30b5
+SDK=../PluginSDK30b5
@@ -9,6 +9,19 @@
-X11=/usr/X11/
+X11=${X11BASE}
+ #
+ # For building rpms
+@@ -10,15 +10,15 @@
+
+ # You may want to change this to /usr/ on
+ # some installations.
+-prefix=/usr/local
++prefix=${PREFIX}
+
+ #
+ #
+ RPMDIR=/usr/src/redhat
+
# Choose compiler
-CC=gcc
-LD=gcc