mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
09ea07bb8d
commit
e71982e79b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40925
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user