summaryrefslogtreecommitdiff
path: root/graphics/dc20ctrl/files/patch-aa
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 /graphics/dc20ctrl/files/patch-aa
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 'graphics/dc20ctrl/files/patch-aa')
-rw-r--r--graphics/dc20ctrl/files/patch-aa63
1 files changed, 0 insertions, 63 deletions
diff --git a/graphics/dc20ctrl/files/patch-aa b/graphics/dc20ctrl/files/patch-aa
deleted file mode 100644
index 040719482e72..000000000000
--- a/graphics/dc20ctrl/files/patch-aa
+++ /dev/null
@@ -1,63 +0,0 @@
---- Makefile.orig Wed Feb 18 19:30:56 1998
-+++ Makefile Wed Jun 14 19:38:36 2000
-@@ -50,7 +50,7 @@
- #
- # How to install the package.
- #
--INSTALL=/usr/bin/install
-+INSTALL?=/usr/bin/install
- #
- # Under FreeBSD we need to make it SGID to dialer, that is the serial port
- # owner.
-@@ -60,7 +60,7 @@
- #
- # Where to install it.
- #
--ROOTDIR=/usr/local
-+ROOTDIR=${PREFIX}
- BINDIR=${ROOTDIR}/bin
- MANDIR=${ROOTDIR}/man
-
-@@ -79,7 +79,7 @@
- #
- # Used only if you make the project with USE_TIFF defined.
- #
--TIFFLIB=-ltiff34
-+TIFFLIB=-ltiff
-
- #
- # Used only if you make the project with USE_PNG defined.
-@@ -91,8 +91,8 @@
- # make the project with at least one between USE_JPEG, USE_TIFF and USE_PNG
- # defined.
- #
--EXTRA_LIBS_PATH=-L/usr/local/lib
--EXTRA_INCLUDES_PATH=-I/usr/local/include
-+EXTRA_LIBS_PATH=-L${LOCALBASE}/lib
-+EXTRA_INCLUDES_PATH=-I${LOCALBASE}/include
-
- #
- # Do not change anything below this line
-@@ -151,11 +151,10 @@
- install: install.bin install.man
-
- install.bin: $(PROJECT)
-- ${INSTALL} -c -g ${INSTALL_GROUP} -m ${INSTALL_MODE} ${PROJECT} ${BINDIR}
-+ ${INSTALL} -c -o ${BINOWN} -g ${INSTALL_GROUP} -m ${INSTALL_MODE} ${PROJECT} ${BINDIR}
-
- install.man:
-- ${INSTALL} -c ${PROJECT}.man ${MANDIR}/man1/${PROJECT}.1
-- gzip --best ${MANDIR}/man1/${PROJECT}.1
-+ ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ${PROJECT}.man ${MANDIR}/man1/${PROJECT}.1
-
- man: ${PROJECT}.1
-
-@@ -163,7 +162,7 @@
- nroff -man ${PROJECT}.man >${PROJECT}.1
-
- $(PROJECT): $(OBJ)
-- cc -o $@ $(OBJ) $(LFLAGS) $(LIBS)
-+ ${CC} -o $@ $(OBJ) $(LFLAGS) $(LIBS)
-
- clean:
- rm -f $(OBJ) $(PROJECT) core $(PROJECT).core *.bak a.out .depend $(PROJECT)-${VERSION}.${REVISION}.tar.gz