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 /editors/axe/files/patch-ab | |
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 'editors/axe/files/patch-ab')
-rw-r--r-- | editors/axe/files/patch-ab | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/editors/axe/files/patch-ab b/editors/axe/files/patch-ab deleted file mode 100644 index fb340aff5857..000000000000 --- a/editors/axe/files/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ ---- Axe.tmpl.orig Thu Apr 7 01:07:33 1994 -+++ Axe.tmpl Mon Nov 13 01:33:05 2000 -@@ -8,7 +8,7 @@ - Mandir = ${MANDIR} - - /* Where do you want the ancilliary files to be installed */ --AxeLibdir = ${LIBDIR} -+AxeLibdir = ${LIBDIR}/axe - - /* As of aXe 6.0 the help is presented using a separate application called */ - /* axinfo. Repeat the above exercise for it. */ -@@ -47,10 +47,10 @@ - - /* Uncomment the next but one line if you want to build an Xaw3d version */ - /* Please read the file INSTALL for essential information in this area */ --/* #define ThreeD */ -+#define ThreeD - - /* ... and state the pathname of the directory containing the Xaw3d headers */ --/* #define Xaw3dIncDir /usr/local/Xaw3d/include/X11/Xaw3d */ -+#define Xaw3dIncDir $(INCROOT)/X11/Xaw3d - - /* ... and where the Xaw3d library is to be found. This can be omitted */ - /* if the library is in the standard place in the installed X tree */ -@@ -121,7 +121,7 @@ - #else - XAW3D_LDFLAGS = -L/**/Xaw3dLibDir - #endif -- XAW3D_LIBS = -lXaw3d -+ XAWLIB = -lXaw3d - XAW3D = -DXAW3D - #endif - XAW3D_DEPS = AxeCommand.o AxeMenuBtn.o AxeSmeBSB.o -@@ -131,4 +131,4 @@ - SCANDIR_OBJS = scandir.o - #endif - --DEFINES = ${EXTENSION} ${XAW3D} ${HAVEX11R5PL20} ${MAXPATHLEN} -+DEFINES = ${EXTENSION} ${XAW3D} ${HAVEX11R5PL20} ${MAXPATHLEN} -D__BSD_4_4__ |