diff options
author | vd <vd@FreeBSD.org> | 2007-10-12 03:35:08 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-10-12 03:35:08 +0800 |
commit | 2fc915673a46c6bd5b8bfa1c7527ecf4083621e0 (patch) | |
tree | 4fd63e089a0a5be688f402951d4d63df45f148c5 /graphics/xpcd/files | |
parent | 7e542069f87097811161a6b664ceb35709b9d21f (diff) | |
download | freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.tar.gz freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.tar.zst freebsd-ports-gnome-2fc915673a46c6bd5b8bfa1c7527ecf4083621e0.zip |
Remove expired leaf ports:
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
Diffstat (limited to 'graphics/xpcd/files')
-rw-r--r-- | graphics/xpcd/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/xpcd/files/patch-test-Makefile.in | 24 |
2 files changed, 0 insertions, 35 deletions
diff --git a/graphics/xpcd/files/patch-Makefile.in b/graphics/xpcd/files/patch-Makefile.in deleted file mode 100644 index ac708eb08856..000000000000 --- a/graphics/xpcd/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jul 21 14:22:47 2003 -+++ Makefile.in Wed Apr 27 17:34:12 2005 -@@ -11,7 +11,7 @@ - - ########################################################################## - --SUBDIRS=libpcd xpcd test -+SUBDIRS=xpcd test - - all dep depend clean install: - set -e; for dir in $(SUBDIRS); do (cd $$dir; make $@); done diff --git a/graphics/xpcd/files/patch-test-Makefile.in b/graphics/xpcd/files/patch-test-Makefile.in deleted file mode 100644 index 797bd6a6a7c8..000000000000 --- a/graphics/xpcd/files/patch-test-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- test/Makefile.in.orig Mon Jul 21 15:02:26 2003 -+++ test/Makefile.in Wed Apr 27 17:43:23 2005 -@@ -18,7 +18,7 @@ - - pcdview: view.o dither.o svga.o - rm -f $@ -- $(CC) $(CFLAGS) -o $@ view.o dither.o svga.o $(LDLIBS) @LIBVGA@ -+ $(CC) $(LDFLAGS) -o $@ view.o dither.o svga.o $(LDLIBS) @LIBVGA@ - - suid: - su -c "chown root.root pcdview;chmod 4711 pcdview" -@@ -32,10 +32,10 @@ - $(INSTALL_PROGRAM) $(SUID_ROOT) pcdview $(bindir) || true - - pcdtoppm: ppm.o -- $(CC) $(CFLAGS) -o $@ ppm.o $(LDLIBS) @LIBJPEG@ -+ $(CC) $(LDFLAGS) -o $@ ppm.o $(LDLIBS) @LIBJPEG@ - - plug-0.54: plug-0.54.o -- $(CC) $(CFLAGS) -o $@ plug.o $(LDLIBS) @LIBGIMP54@ -+ $(CC) $(LDFLAGS) -o $@ plug.o $(LDLIBS) @LIBGIMP54@ - - - depend dep: |