diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-06 06:05:55 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-06 06:05:55 +0000 |
commit | cc5c54e862048e68ff00772c05778b10cf59c678 (patch) | |
tree | d9a88379d921fa894d96e9391f1f8bff12fbf91e /www | |
parent | 5e4d7c84d8072049f8f204dbff78705c1de82933 (diff) | |
download | FreeBSD-ports-cc5c54e862048e68ff00772c05778b10cf59c678.zip FreeBSD-ports-cc5c54e862048e68ff00772c05778b10cf59c678.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/plugger/Makefile | 6 | ||||
-rw-r--r-- | www/plugger/distinfo | 2 | ||||
-rw-r--r-- | www/plugger/files/patch-aa | 19 |
3 files changed, 20 insertions, 7 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile index 3c097a0..2195897 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 2f88556..d982821 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 8b9d26e..a465e52 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 |