diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
commit | 7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch) | |
tree | 2ada87dee73b3f9d975e2a80387974ade3423260 /cad/chipmunk/files/patch-ad | |
parent | Avoid 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-ad')
-rw-r--r-- | cad/chipmunk/files/patch-ad | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/cad/chipmunk/files/patch-ad b/cad/chipmunk/files/patch-ad deleted file mode 100644 index 2da2708fe5d7..000000000000 --- a/cad/chipmunk/files/patch-ad +++ /dev/null @@ -1,92 +0,0 @@ ---- log/src/Makefile.orig Wed Nov 5 04:53:39 2003 -+++ log/src/Makefile Tue Dec 9 17:42:37 2003 -@@ -45,8 +45,8 @@ - - CD = cd - --LOGLIBDIR = `$(CD) ../../log/lib; pwd` --LIBDIR = `$(CD) ../../lib; pwd` -+LOGLIBDIR = ${PREFIX}/share/chipmunk -+LIBDIR = ${PREFIX}/share/chipmunk - - LOCINC = ../../psys/include - -@@ -63,9 +63,9 @@ - ## or some other directory, depending on your installation. Use the - ## first one for OS X. - --XINCLUDEDIR = . -+XINCLUDEDIR = ${LOCALBASE}/include - --BINDIR = ../../bin -+BINDIR = ${PREFIX}/bin - LIBP2C = ../../psys/src/libp2c.a - - ## -@@ -81,7 +81,7 @@ - ## depending on your installation. Use the second one for OS X. - ## - --LIBX11 = -lX11 -+LIBX11 = -lX11 -L${LOCALBASE}/lib - - ## - ## (2) Library additions -@@ -91,7 +91,7 @@ - ## - ## on Sun Solaris 2.X, -lsocket -lnsl must be added to OTHERLIBS - --OTHERLIBS= -lm -+OTHERLIBS= -lm -lcompat - - - ## -@@ -110,7 +110,7 @@ - - CHIPMUNKCC = gcc -O3 - --CC = $(CHIPMUNKCC) -+CC ?= $(CHIPMUNKCC) - - ## - ## (4) Adding appropriate flags -@@ -148,7 +148,7 @@ - - CHIPMUNKFLAGS = - --CFLAGS = $(CHIPMUNKFLAGS) -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 -+CFLAGS += -DBSD -I$(LOCINC) -I$(XINCLUDEDIR) -DLOGLIB=\"$(LOGLIBDIR)\" -DF_OK=0 - - DIGOBJ = logsim.o logdig.o logsimasm.o logsimed.o diggates.o \ - loghier.o logsimh.o swap.o -@@ -179,22 +179,24 @@ - ## older operating systems -- if problems arise, use a hard link. - ## - -+all: makeana main -+ - install: all -- cp log $(BINDIR)/diglog -+ ${BSD_INSTALL_PROGRAM} log $(BINDIR)/diglog - -rm -f $(BINDIR)/analog - -(cd $(BINDIR); ln -s diglog analog) -- cp loged $(BINDIR)/loged -- cp fixfet7 $(BINDIR)/fixfet7 -+ ${BSD_INSTALL_PROGRAM} loged $(BINDIR)/loged -+ ${BSD_INSTALL_SCRIPT} fixfet7 $(BINDIR)/fixfet7 -+ cp -R ../lib/* $(LOGLIBDIR) -+ chmod -R a=r+X $(LOGLIBDIR) - - clean: - -rm -f *.o ana/*.o ana/logdef.h log loged - --all: makeana main -- - main: log loged - - makeana: -- ($(CD) ana; make $(MFLAGS) grab all) -+ ($(CD) ana; $(MAKE) $(MFLAGS) grab all) - - - LOGOBJ = log.o $(TOOLOBJ) logstuff.o logdef.o |