aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-10-22 23:21:25 +0800
committercrees <crees@FreeBSD.org>2011-10-22 23:21:25 +0800
commit3df9ddda3a92a544425f9b5f66d2b67dd8a5606f (patch)
tree20a7efbdbdb941d9a8a397e5fe5bef0d31da5ce6 /devel
parent9e124feb63605590d89141a990d4b19d3053de95 (diff)
downloadfreebsd-ports-gnome-3df9ddda3a92a544425f9b5f66d2b67dd8a5606f.tar.gz
freebsd-ports-gnome-3df9ddda3a92a544425f9b5f66d2b67dd8a5606f.tar.zst
freebsd-ports-gnome-3df9ddda3a92a544425f9b5f66d2b67dd8a5606f.zip
Remove expired port
2011-10-13 devel/gccxml: Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gccxml/Makefile68
-rw-r--r--devel/gccxml/distinfo2
-rw-r--r--devel/gccxml/files/patch-GCC::gcc::CMakeLists.txt10
-rw-r--r--devel/gccxml/files/patch-GCC::gcc::config.gcc12
-rw-r--r--devel/gccxml/pkg-descr10
-rw-r--r--devel/gccxml/pkg-plist77
7 files changed, 0 insertions, 180 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ca115fe4bc80..e4c54c6ef438 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -446,7 +446,6 @@
SUBDIR += gaul
SUBDIR += gazpacho
SUBDIR += gccmakedep
- SUBDIR += gccxml
SUBDIR += gconf
SUBDIR += gconf2
SUBDIR += gconf2-reference
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile
deleted file mode 100644
index 914bcea04f58..000000000000
--- a/devel/gccxml/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# New ports collection makefile for: gccxml
-# Date created: 2003-07-16
-# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gccxml
-PORTVERSION= 0.6.0
-CATEGORIES= devel
-MASTER_SITES= http://www.gccxml.org/files/v0.6/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML output extension to GCC
-
-BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
-
-DEPRECATED= Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself
-EXPIRATION_DATE=2011-10-13
-
-BROKEN= does not compile
-
-PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${WRKDIR}/${PORTNAME}-build
-
-MAN1= gccxml.1
-
-PLIST_SUB= PORTVERSION=0.6
-
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-do-configure:
- ${CP} ${TEMPLATES}/config.guess ${WRKSRC}/../gccxml-0.6.0/GCC/
- ${CP} ${TEMPLATES}/config.sub ${WRKSRC}/../gccxml-0.6.0/GCC/
- ${REINPLACE_CMD} -e "s,x86_64,amd64," \
- ${WRKSRC}/../gccxml-0.6.0/GCC/gcc/config.gcc
- cd ${WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} \
- ${LOCALBASE}/bin/cmake ../${DISTNAME} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \
- -DGCCXML_MAN_DIR:PATH="/man"
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Build fails on powerpc
-.elif ${OSVERSION} >= 700042
-# GCC-XML has some constructs that GCC 4.2 does not like. Namely,
-# the use of casted-pointer-dereferences as an lvalue to post-increment
-# operations.
-USE_GCC= 3.4
-CONFIGURE_ENV+= CPP="gcc34 -E"
-MAKE_ENV+= CPP="gcc34 -E"
-.endif
-
-.if ${OSVERSION} >= 700000
-OSMAJOR=${OSREL:C|^([0-9]+)\..*|\1|}
-GCC_CONFIG=${PATCH_WRKSRC}/GCC/gcc/config
-
-post-patch:
- ${SED} -e "s,MAJOR 6,MAJOR ${OSMAJOR}," \
- ${GCC_CONFIG}/freebsd6.h > ${GCC_CONFIG}/freebsd${OSMAJOR}.h
- ${REINPLACE_CMD} -e "s,FBSD_MAJOR == 6,FBSD_MAJOR == ${OSMAJOR},g" \
- -e "s,__FreeBSD__=6,__FreeBSD__=${OSMAJOR},g" \
- ${GCC_CONFIG}/freebsd-spec.h
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/gccxml/distinfo b/devel/gccxml/distinfo
deleted file mode 100644
index b9f9fd7289be..000000000000
--- a/devel/gccxml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gccxml-0.6.0.tar.gz) = 5efcad16ffa33eea6aea4c918f45838e3c826ad0e3d32d85f96f2b49bd66ba94
-SIZE (gccxml-0.6.0.tar.gz) = 9740448
diff --git a/devel/gccxml/files/patch-GCC::gcc::CMakeLists.txt b/devel/gccxml/files/patch-GCC::gcc::CMakeLists.txt
deleted file mode 100644
index d3b083b5123d..000000000000
--- a/devel/gccxml/files/patch-GCC::gcc::CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
---- GCC/gcc/CMakeLists.txt.orig Thu Mar 3 01:20:29 2005
-+++ GCC/gcc/CMakeLists.txt Thu Mar 3 01:20:54 2005
-@@ -5,6 +5,7 @@
- ${GCC_SOURCE_DIR}/include
- ${GCC_SOURCE_DIR}/gcc
- ${GCC_SOURCE_DIR}/gcc/config
-+ ${GCC_SOURCE_DIR}/gcc/cp
- ${GCC_BINARY_DIR}/gcc)
-
- ADD_DEFINITIONS(-DIN_GCC -DHAVE_CONFIG_H)
diff --git a/devel/gccxml/files/patch-GCC::gcc::config.gcc b/devel/gccxml/files/patch-GCC::gcc::config.gcc
deleted file mode 100644
index faae8b5ab83f..000000000000
--- a/devel/gccxml/files/patch-GCC::gcc::config.gcc
+++ /dev/null
@@ -1,12 +0,0 @@
---- GCC/gcc/config.gcc.orig Thu Jan 22 23:50:26 2004
-+++ GCC/gcc/config.gcc Sat May 13 16:27:18 2006
-@@ -475,6 +475,9 @@
- *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
- *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
- *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
-+ *-*-freebsd7 | *-*-freebsd[7].*) fbsd_tm_file="freebsd7.h";;
-+ *-*-freebsd8 | *-*-freebsd[8].*) fbsd_tm_file="freebsd8.h";;
-+ *-*-freebsd9 | *-*-freebsd[9].*) fbsd_tm_file="freebsd9.h";;
- *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
- esac
- tmake_file="t-slibgcc-elf-ver t-freebsd"
diff --git a/devel/gccxml/pkg-descr b/devel/gccxml/pkg-descr
deleted file mode 100644
index a97c0bf1bf2a..000000000000
--- a/devel/gccxml/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The purpose of the GCC-XML extension is to generate an XML description
-of a C++ program from GCC's internal representation. Since XML is easy
-to parse, other development tools will be able to work with C++ programs
-without the burden of a complicated C++ parser.
-
-GCC-XML was developed by Brad King at Kitware to be used by CABLE, which
-was developed as part of the NLM Insight Segmentation and Registration
-Toolkit project.
-
-WWW: http://www.gccxml.org/
diff --git a/devel/gccxml/pkg-plist b/devel/gccxml/pkg-plist
deleted file mode 100644
index a9ff045922dd..000000000000
--- a/devel/gccxml/pkg-plist
+++ /dev/null
@@ -1,77 +0,0 @@
-bin/gccxml_cc1plus
-bin/gccxml
-share/doc/gccxml-%%PORTVERSION%%/Copyright.txt
-share/doc/gccxml-%%PORTVERSION%%/gccxml.html
-share/doc/gccxml-%%PORTVERSION%%/gccxml.txt
-@dirrm share/doc/gccxml-%%PORTVERSION%%
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/complext.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/gslice_array.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/indirect_array.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/mask_array.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/slice_array.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/std_valarray.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/std/valarray_meta.h
-share/gccxml-%%PORTVERSION%%/GCC/2.95/algorithm
-share/gccxml-%%PORTVERSION%%/GCC/2.95/bitset
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cctype
-share/gccxml-%%PORTVERSION%%/GCC/2.95/clocale
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cmath
-share/gccxml-%%PORTVERSION%%/GCC/2.95/complex
-share/gccxml-%%PORTVERSION%%/GCC/2.95/csetjmp
-share/gccxml-%%PORTVERSION%%/GCC/2.95/csignal
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cstdarg
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cstddef
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cstdio
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cstdlib
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cstring
-share/gccxml-%%PORTVERSION%%/GCC/2.95/ctime
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cwchar
-share/gccxml-%%PORTVERSION%%/GCC/2.95/cwctype
-share/gccxml-%%PORTVERSION%%/GCC/2.95/deque
-share/gccxml-%%PORTVERSION%%/GCC/2.95/exception
-share/gccxml-%%PORTVERSION%%/GCC/2.95/fstream
-share/gccxml-%%PORTVERSION%%/GCC/2.95/functional
-share/gccxml-%%PORTVERSION%%/GCC/2.95/iomanip
-share/gccxml-%%PORTVERSION%%/GCC/2.95/iosfwd
-share/gccxml-%%PORTVERSION%%/GCC/2.95/iostream
-share/gccxml-%%PORTVERSION%%/GCC/2.95/iterator
-share/gccxml-%%PORTVERSION%%/GCC/2.95/list
-share/gccxml-%%PORTVERSION%%/GCC/2.95/map
-share/gccxml-%%PORTVERSION%%/GCC/2.95/memory
-share/gccxml-%%PORTVERSION%%/GCC/2.95/new
-share/gccxml-%%PORTVERSION%%/GCC/2.95/numeric
-share/gccxml-%%PORTVERSION%%/GCC/2.95/queue
-share/gccxml-%%PORTVERSION%%/GCC/2.95/set
-share/gccxml-%%PORTVERSION%%/GCC/2.95/sstream
-share/gccxml-%%PORTVERSION%%/GCC/2.95/stack
-share/gccxml-%%PORTVERSION%%/GCC/2.95/stdexcept
-share/gccxml-%%PORTVERSION%%/GCC/2.95/string
-share/gccxml-%%PORTVERSION%%/GCC/2.95/strstream
-share/gccxml-%%PORTVERSION%%/GCC/2.95/typeinfo
-share/gccxml-%%PORTVERSION%%/GCC/2.95/utility
-share/gccxml-%%PORTVERSION%%/GCC/2.95/valarray
-share/gccxml-%%PORTVERSION%%/GCC/2.95/vector
-share/gccxml-%%PORTVERSION%%/GCC/3.3/gccxml_builtins.h
-share/gccxml-%%PORTVERSION%%/GCC/find_flags
-share/gccxml-%%PORTVERSION%%/Intel/find_flags
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/exception
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/gccxml_mpro_internals.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/ostream
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stddef.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stl_config.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stl_locale.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stl_monetary.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stl_numeric_facets.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/stl_threads.h
-share/gccxml-%%PORTVERSION%%/MIPSpro/7.3/string
-share/gccxml-%%PORTVERSION%%/MIPSpro/find_flags
-share/gccxml-%%PORTVERSION%%/gccxml_find_flags
-share/gccxml-%%PORTVERSION%%/gccxml_config
-@dirrm share/gccxml-%%PORTVERSION%%/GCC/2.95/std
-@dirrm share/gccxml-%%PORTVERSION%%/GCC/2.95
-@dirrm share/gccxml-%%PORTVERSION%%/GCC/3.3
-@dirrm share/gccxml-%%PORTVERSION%%/GCC
-@dirrm share/gccxml-%%PORTVERSION%%/Intel
-@dirrm share/gccxml-%%PORTVERSION%%/MIPSpro/7.3
-@dirrm share/gccxml-%%PORTVERSION%%/MIPSpro
-@dirrm share/gccxml-%%PORTVERSION%%