summaryrefslogtreecommitdiff
path: root/cad/chipmunk/files/patch-au
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
commit7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch)
tree2ada87dee73b3f9d975e2a80387974ade3423260 /cad/chipmunk/files/patch-au
parentAvoid code duplication between pkg-install and plist (diff)
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
Notes
Notes: svn path=/head/; revision=350942
Diffstat (limited to 'cad/chipmunk/files/patch-au')
-rw-r--r--cad/chipmunk/files/patch-au61
1 files changed, 0 insertions, 61 deletions
diff --git a/cad/chipmunk/files/patch-au b/cad/chipmunk/files/patch-au
deleted file mode 100644
index d4c76f810dd9..000000000000
--- a/cad/chipmunk/files/patch-au
+++ /dev/null
@@ -1,61 +0,0 @@
---- view/Makefile.orig 2011-10-21 07:29:27.000000000 +0900
-+++ view/Makefile 2011-11-26 22:47:47.000000000 +0900
-@@ -45,7 +45,7 @@
- ## For most versions of UNIX, one of the above directories
- ## will be the correct one to use on the line below:
-
--XINCLUDEDIR = .
-+XINCLUDEDIR = ${LOCALBASE}/include
-
-
- ##
-@@ -71,7 +71,7 @@
- ## LIBX11= -lX11 -s
- ##
-
--LIBX11 = -lX11
-+LIBX11 = -lX11 -L${LOCALBASE}/lib
-
- LIBP2C = ../psys/src/libp2c.a
-
-@@ -83,7 +83,7 @@
- ##
- ## on Sun Solaris 2.X, -lsocket -lnsl must be added to OTHERLIBS
-
--OTHERLIBS= -lm
-+OTHERLIBS= -lm -lcompat
-
- ##
- ## (2) IEEE library directory
-@@ -128,7 +128,7 @@
-
- CHIPMUNKCC = gcc -O3
-
--CC = $(CHIPMUNKCC)
-+CC ?= $(CHIPMUNKCC)
-
- ##
- ## (4) Adding appropriate flags
-@@ -173,11 +173,11 @@
-
- CHIPMUNKFLAGS =
-
--CFLAGS= $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DF_OK=0
-+CFLAGS += -I$(LOCINC) -I$(XINCLUDEDIR) -DF_OK=0
-
- LDFLAGS= $(LIBP2C) $(LIBX11) $(OTHERLIBS)
- MYLDFLAGS= $(LIBP2C) $(IEEEDIR) $(LIBX11) $(OTHERLIBS)
--BINDIR= ../bin
-+BINDIR = ${PREFIX}/bin
-
- OBJS = \
- viewfit.o \
-@@ -245,7 +245,7 @@
- (chdir mt; make; chdir ..; chdir tek2430; make; chdir ..; make mtlink)
-
- install: view
-- cp view $(BINDIR)/vc
-+ ${BSD_INSTALL_PROGRAM} view $(BINDIR)/vc
-
- myinstall: myview
- cp view ../bin/myview