diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libgnugetopt/Makefile | 36 | ||||
-rw-r--r-- | devel/libgnugetopt/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnugetopt/files/patch-getopt.h | 11 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-plist | 5 |
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 |