aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-14 00:38:42 +0800
committermiwi <miwi@FreeBSD.org>2009-02-14 00:38:42 +0800
commit5e035efc201b1a546e4c4b1766f3c3d27d635590 (patch)
treedfa30b6aee1b486efa094a57ad53d1974ac143cd /devel
parent17f89bc151641330c771d997ec9751f853257328 (diff)
downloadfreebsd-ports-gnome-5e035efc201b1a546e4c4b1766f3c3d27d635590.tar.gz
freebsd-ports-gnome-5e035efc201b1a546e4c4b1766f3c3d27d635590.tar.zst
freebsd-ports-gnome-5e035efc201b1a546e4c4b1766f3c3d27d635590.zip
2009-02-09 audio/xmms-imms: does not configure or build
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x 2009-01-19 games/planeshift: Depends on broken, expired port 2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore 2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months 2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libgnugetopt/Makefile36
-rw-r--r--devel/libgnugetopt/distinfo3
-rw-r--r--devel/libgnugetopt/files/patch-getopt.h11
-rw-r--r--devel/libgnugetopt/pkg-descr2
-rw-r--r--devel/libgnugetopt/pkg-plist5
6 files changed, 0 insertions, 58 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 51ee2e75ba71..fb6f9cb8f9cb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -648,7 +648,6 @@
SUBDIR += libglade2-reference
SUBDIR += libglademm
SUBDIR += libglademm24
- SUBDIR += libgnugetopt
SUBDIR += libgpc
SUBDIR += libgsf
SUBDIR += libgsf-gnome
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
deleted file mode 100644
index e7611504c3e1..000000000000
--- a/devel/libgnugetopt/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: libgnugetopt
-# Date created: 2 May 1999
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-# Note that GCC contains the master copy of GNU's getopt in libiberty/
-# and include/. The next time this port is updated, it should use
-# the latest GCC release (the smaller -core dist is fine) for the
-# distfile. -- David O'Brien <obrien@FreeBSD.org>
-
-PORTNAME= libgnugetopt
-PORTVERSION= 1.2
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= lioux
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNU getopt library
-
-DEPRECATED= was only relevant on FreeBSD 4.x
-EXPIRATION_DATE=2009-02-10
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-
-do-install:
- @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
- @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib
- @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib
- @ cd ${PREFIX}/lib ; ${LN} -sf libgnugetopt.so.1 libgnugetopt.so
-
-.include <bsd.port.mk>
diff --git a/devel/libgnugetopt/distinfo b/devel/libgnugetopt/distinfo
deleted file mode 100644
index c9edde242515..000000000000
--- a/devel/libgnugetopt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libgnugetopt-1.2.tar.bz2) = 356d12620d006a71a307f339803a86a2
-SHA256 (libgnugetopt-1.2.tar.bz2) = a1ebe1ec22961bacdd803a53204669e3929faed556730bb85083c99bda03c68c
-SIZE (libgnugetopt-1.2.tar.bz2) = 10808
diff --git a/devel/libgnugetopt/files/patch-getopt.h b/devel/libgnugetopt/files/patch-getopt.h
deleted file mode 100644
index fc4b572b83ac..000000000000
--- a/devel/libgnugetopt/files/patch-getopt.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- getopt.h.orig Sun Jul 9 14:05:07 2006
-+++ getopt.h Sun Jul 9 14:14:23 2006
-@@ -111,7 +111,7 @@
- errors, only prototype getopt for the GNU C library. */
- extern int getopt (int argc, char *const *argv, const char *shortopts);
- #else /* not __GNU_LIBRARY__ */
--# if !defined (HAVE_DECL_GETOPT)
-+# if !defined (HAVE_DECL_GETOPT) && !defined(__cplusplus)
- extern int getopt ();
- # endif
- #endif /* __GNU_LIBRARY__ */
diff --git a/devel/libgnugetopt/pkg-descr b/devel/libgnugetopt/pkg-descr
deleted file mode 100644
index 778845febdf7..000000000000
--- a/devel/libgnugetopt/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-GNU getopt library similar but more powerful than the standard getopt(3).
-It includes the GNU-style getopt_long() function.
diff --git a/devel/libgnugetopt/pkg-plist b/devel/libgnugetopt/pkg-plist
deleted file mode 100644
index 3d3ee27a21ba..000000000000
--- a/devel/libgnugetopt/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-include/getopt.h
-lib/libgnugetopt.a
-lib/libgnugetopt.so
-lib/libgnugetopt.so.1