diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-18 23:55:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-18 23:55:03 +0800 |
commit | 00ab42423e6e4c51ee386ba68412759c3ea580da (patch) | |
tree | cc7f35acdae79085d669d7fb4c8744329f9c6a4e /lang | |
parent | 6c6c42a4c3207fcdeca9bab052f60f47e9e04d17 (diff) | |
download | freebsd-ports-gnome-00ab42423e6e4c51ee386ba68412759c3ea580da.tar.gz freebsd-ports-gnome-00ab42423e6e4c51ee386ba68412759c3ea580da.tar.zst freebsd-ports-gnome-00ab42423e6e4c51ee386ba68412759c3ea580da.zip |
2007-08-22 lang/fesi: Depends on obsolete version of jdk
2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded into mono
2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later versions and is no longer needed
2007-09-01 devel/hs-green-card: "Does not build with latest GHC"
2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/fesi/Makefile | 43 | ||||
-rw-r--r-- | lang/fesi/distinfo | 3 | ||||
-rw-r--r-- | lang/fesi/pkg-descr | 10 | ||||
-rw-r--r-- | lang/fesi/pkg-plist | 133 | ||||
-rw-r--r-- | lang/gnat-gcc34/Makefile | 155 | ||||
-rw-r--r-- | lang/gnat-gcc34/distinfo | 9 | ||||
-rw-r--r-- | lang/gnat-gcc34/files/patch-gcc-Makefile.in | 20 | ||||
-rw-r--r-- | lang/gnat-gcc34/files/patch-gengtype-yacc.y | 12 | ||||
-rw-r--r-- | lang/gnat-gcc34/pkg-descr | 6 | ||||
-rw-r--r-- | lang/gnat-gcc34/pkg-plist | 28 | ||||
-rw-r--r-- | lang/gnomebasic/Makefile | 37 | ||||
-rw-r--r-- | lang/gnomebasic/distinfo | 3 | ||||
-rw-r--r-- | lang/gnomebasic/files/patch-aa | 39 | ||||
-rw-r--r-- | lang/gnomebasic/files/patch-ab | 11 | ||||
-rw-r--r-- | lang/gnomebasic/files/patch-gbrun::Makefile.in | 14 | ||||
-rw-r--r-- | lang/gnomebasic/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | lang/gnomebasic/pkg-descr | 8 | ||||
-rw-r--r-- | lang/gnomebasic/pkg-plist | 45 |
19 files changed, 0 insertions, 607 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2cb89b5e9e71..d75bffcf16b4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -59,7 +59,6 @@ SUBDIR += fasm SUBDIR += fbbi SUBDIR += ferite - SUBDIR += fesi SUBDIR += ficl-devel SUBDIR += fpc SUBDIR += fpc-base @@ -97,12 +96,10 @@ SUBDIR += gnat-doc-ps SUBDIR += gnat-doc-texi SUBDIR += gnat-doc-txt - SUBDIR += gnat-gcc34 SUBDIR += gnat-gcc41 SUBDIR += gnat-gcc42 SUBDIR += gnat-gcc43 SUBDIR += gnat-glade - SUBDIR += gnomebasic SUBDIR += gnustep-base SUBDIR += gnustep-guile SUBDIR += gnustep-objc diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile deleted file mode 100644 index b7d31bf85d89..000000000000 --- a/lang/fesi/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: fesi -# Date created: 5 August 2000 -# Whom: Leo Kim <leo@florida.sarang.net> -# -# $FreeBSD$ -# - -PORTNAME= fesi -PORTVERSION= 1.1.5 -CATEGORIES= lang java -MASTER_SITES= http://www.lugrin.ch/fesi/ -DISTNAME= fesikit-${PORTVERSION} -EXTRACT_SUFX= .zip - -MAINTAINER= ports@FreeBSD.org -COMMENT= Free EcmaScript Interpreter written in Java - -RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk11 - -NO_BUILD= yes -USE_ZIP= yes - -JDK_VERSION= 1.1.8 -WRKSRC= ${WRKDIR}/${PORTNAME} - -DEPRECATED= Depends on obsolete version of jdk -EXPIRATION_DATE=2007-08-22 - -post-extract: - @(cd ${WRKSRC} && ${FIND} * -type d -exec ${CHMOD} 755 {} \;) - -do-install: - @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/fesi - @${MKDIR} ${PREFIX}/share/java/fesi/docs ${PREFIX}/share/java/fesi/examples - @(cd ${WRKSRC} && \ - ${INSTALL_DATA} fesi.jar ${PREFIX}/share/java/classes; \ - ${CP} [CR]* ${PREFIX}/share/java/fesi; \ - ${CP} -R doc/html/* ${PREFIX}/share/java/fesi/docs; \ - ${CP} -R examples/* ${PREFIX}/share/java/fesi/examples; \ - ) - @${RMDIR} ${PREFIX}/share/java/fesi/examples/Fesi*/classes - -.include <bsd.port.mk> diff --git a/lang/fesi/distinfo b/lang/fesi/distinfo deleted file mode 100644 index e0ef403a1506..000000000000 --- a/lang/fesi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fesikit-1.1.5.zip) = 24c1aaa7914b96874a2dc35ccf900a0d -SHA256 (fesikit-1.1.5.zip) = 479abf76f3f55f73589919d1dbf9af1c5cfb0ca3cbe6957c8eb42da9735b18a9 -SIZE (fesikit-1.1.5.zip) = 609824 diff --git a/lang/fesi/pkg-descr b/lang/fesi/pkg-descr deleted file mode 100644 index 85fb25812542..000000000000 --- a/lang/fesi/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FESI (Free EcmaScript Interpreter) implements few language extensions and try -to follow the standard as much as possible. -This is unlike most implementation of JavaScript, which are unfortunately very -incompatible between them. -For the core language definition you can refer to the ECMA 262 standard. - -WWW: http://www.lugrin.ch/fesi/index.html - -- Leo Kim -leo@florida.sarang.net diff --git a/lang/fesi/pkg-plist b/lang/fesi/pkg-plist deleted file mode 100644 index e1b599abfd3a..000000000000 --- a/lang/fesi/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -share/java/classes/fesi.jar -share/java/fesi/docs/api/FESI/jslib/JSException.html -share/java/fesi/docs/api/FESI/jslib/package-tree.html -share/java/fesi/docs/api/FESI/jslib/package-frame.html -share/java/fesi/docs/api/FESI/jslib/JSExtension.html -share/java/fesi/docs/api/FESI/jslib/JSFunction.html -share/java/fesi/docs/api/FESI/jslib/JSGlobalObject.html -share/java/fesi/docs/api/FESI/jslib/JSObject.html -share/java/fesi/docs/api/FESI/jslib/JSFunctionAdapter.html -share/java/fesi/docs/api/FESI/jslib/JSUtil.html -share/java/fesi/docs/api/FESI/jslib/package-summary.html -share/java/fesi/docs/api/index-all.html -share/java/fesi/docs/api/deprecated-list.html -share/java/fesi/docs/api/allclasses-frame.html -share/java/fesi/docs/api/index.html -share/java/fesi/docs/api/overview-tree.html -share/java/fesi/docs/api/serialized-form.html -share/java/fesi/docs/api/help-doc.html -share/java/fesi/docs/api/stylesheet.css -share/java/fesi/docs/api/packages.html -share/java/fesi/docs/swingev.txt -share/java/fesi/docs/regexpext.html -share/java/fesi/docs/pubkey.html -share/java/fesi/docs/properties.txt -share/java/fesi/docs/oroLogo.gif -share/java/fesi/docs/links.html -share/java/fesi/docs/juggler.txt -share/java/fesi/docs/javalib.html -share/java/fesi/docs/jaext.html -share/java/fesi/docs/interp.html -share/java/fesi/docs/install.html -share/java/fesi/docs/index.html -share/java/fesi/docs/history.html -share/java/fesi/docs/getkawa.gif -share/java/fesi/docs/fioext.html -share/java/fesi/docs/fesi.gif -share/java/fesi/docs/ext.html -share/java/fesi/docs/events.html -share/java/fesi/docs/download.html -share/java/fesi/docs/docindex.html -share/java/fesi/docs/dbext.html -share/java/fesi/docs/copyright.html -share/java/fesi/docs/bioext.html -share/java/fesi/docs/xparse.txt -share/java/fesi/docs/SampleFunc.txt -share/java/fesi/examples/FesiForm/src/FesiForm/JSplitPaneDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/GuiContext.java -share/java/fesi/examples/FesiForm/src/FesiForm/JPanelDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/DefaultDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/GuiDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JFrameDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/TemplateDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/ContentDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JPopupMenuDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JMenuBarDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JMenuDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JDialogDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JScrollPaneDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JToolBarDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/FesiForm.java -share/java/fesi/examples/FesiForm/bin/FesiForm.bat -share/java/fesi/examples/FesiForm/doc/html/index.html -share/java/fesi/examples/FesiForm/doc/html/guide.html -share/java/fesi/examples/FesiForm/menu.xml -share/java/fesi/examples/FesiForm/other.xml -share/java/fesi/examples/FesiForm/fesiform.jar -share/java/fesi/examples/FesiForm/fixed.xml -share/java/fesi/examples/FesiForm/nodtd.xml -share/java/fesi/examples/FesiForm/text.xml -share/java/fesi/examples/FesiForm/readme.txt -share/java/fesi/examples/FesiForm/gui.dtd -share/java/fesi/examples/FesiForm/form.xml -share/java/fesi/examples/FesiFTP/src/MultiLineLabel.java -share/java/fesi/examples/FesiFTP/src/ConnectDialog.java -share/java/fesi/examples/FesiFTP/src/MessageDialog.java -share/java/fesi/examples/FesiFTP/src/RequestDialog.java -share/java/fesi/examples/FesiFTP/src/LocalContext.java -share/java/fesi/examples/FesiFTP/src/FTPModel.java -share/java/fesi/examples/FesiFTP/src/FTPController.java -share/java/fesi/examples/FesiFTP/src/FTPInterface.java -share/java/fesi/examples/FesiFTP/src/ConnectionInfo.java -share/java/fesi/examples/FesiFTP/src/MessageBox.java -share/java/fesi/examples/FesiFTP/src/FesiFTP.java -share/java/fesi/examples/FesiFTP/bin/FesiFTP.bat -share/java/fesi/examples/FesiFTP/doc/html/fesiftp.html -share/java/fesi/examples/FesiFTP/doc/html/high.html -share/java/fesi/examples/FesiFTP/doc/html/low.html -share/java/fesi/examples/FesiFTP/doc/html/object.html -share/java/fesi/examples/FesiFTP/doc/html/autoload.txt -share/java/fesi/examples/FesiFTP/fesiftp.jar -share/java/fesi/examples/FesiFTP/autoload.esftp -share/java/fesi/examples/jslib/SampleFunc.java -share/java/fesi/examples/jslib/SimpleIntrp.java -share/java/fesi/examples/jslib/FesiPop.java -share/java/fesi/examples/jslib/fesipop.es -share/java/fesi/examples/jslib/SimpleIntrp2.java -share/java/fesi/examples/xml/Xparse.js -share/java/fesi/examples/xml/test.xml -share/java/fesi/examples/xml/xmlj4.es -share/java/fesi/examples/beans/juggler.esw -share/java/fesi/examples/beans/molecule.esw -share/java/fesi/examples/beans/simplegraph.esw -share/java/fesi/examples/beans/ticktock.es -share/java/fesi/examples/javaaccess/properties.es -share/java/fesi/examples/javaaccess/calendar.es -share/java/fesi/examples/javaaccess/swingev.esw -share/java/fesi/examples/javaaccess/showfonts.esw -share/java/fesi/examples/javaaccess/selectfont.esw -share/java/fesi/examples/javaaccess/event.es -share/java/fesi/examples/readme.txt -share/java/fesi/Readme.txt -share/java/fesi/COPYRIGHT.TXT -@dirrm share/java/fesi/examples/xml -@dirrm share/java/fesi/examples/jslib -@dirrm share/java/fesi/examples/javaaccess -@dirrm share/java/fesi/examples/beans -@dirrm share/java/fesi/examples/FesiForm/src/FesiForm -@dirrm share/java/fesi/examples/FesiForm/src -@dirrm share/java/fesi/examples/FesiForm/doc/html -@dirrm share/java/fesi/examples/FesiForm/doc -@dirrm share/java/fesi/examples/FesiForm/bin -@dirrm share/java/fesi/examples/FesiForm -@dirrm share/java/fesi/examples/FesiFTP/src -@dirrm share/java/fesi/examples/FesiFTP/doc/html -@dirrm share/java/fesi/examples/FesiFTP/doc -@dirrm share/java/fesi/examples/FesiFTP/bin -@dirrm share/java/fesi/examples/FesiFTP -@dirrm share/java/fesi/examples -@dirrm share/java/fesi/docs/api/FESI/jslib -@dirrm share/java/fesi/docs/api/FESI -@dirrm share/java/fesi/docs/api -@dirrm share/java/fesi/docs -@dirrm share/java/fesi diff --git a/lang/gnat-gcc34/Makefile b/lang/gnat-gcc34/Makefile deleted file mode 100644 index 00c52c87b651..000000000000 --- a/lang/gnat-gcc34/Makefile +++ /dev/null @@ -1,155 +0,0 @@ -# ex:ts=4 -# Ports collection makefile for: gnat-gcc -# Date created: 22 Jun 2006 -# Whom: Karel Miklav <karel@lovetemple.net> -# -# $FreeBSD$ -# - -PORTNAME= gnat-gcc -PORTVERSION= 3.4.6 -PORTREVISION= 3 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GCC} \ - ${MASTER_SITE_LOCAL}:boot -MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION} \ - deischen/gcc/:boot -DISTFILES= gcc-core-${PORTVERSION}.tar.gz \ - gcc-ada-${PORTVERSION}.tar.gz \ - gnat-3.15p-boot.tar.gz:boot - -MAINTAINER= karel@lovetemple.net -COMMENT= The GNU Ada Compiler system - -ONLY_FOR_ARCHS= i386 - -DEPRECATED= This port was made for initial bootstraping of later versions and is no longer needed -EXPIRATION_DATE= 2007-09-01 - -USE_GMAKE= yes -USE_PERL5= yes # Needed? Builds on 6.1 and bootstrapps the 4.1 without Perl. -USE_BISON= yes - -CONFLICTS= gcc-3.4.* -WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} - -MAN1= cpp${gcc_suffix}.1 \ - gcc${gcc_suffix}.1 \ - gcov${gcc_suffix}.1 -MAN7= ${fsf_mans:S/$/${fsf_suffix}.7/} -NOMANCOMPRESS= yes # Too hard to deal with differences on 5-cur and releng4? -INFO= gcc${gcc_suffix}/cpp \ - gcc${gcc_suffix}/cppinternals \ - gcc${gcc_suffix}/gcc \ - gcc${gcc_suffix}/gccinstall \ - gcc${gcc_suffix}/gccint \ - gcc${gcc_suffix}/gnat-style \ - gcc${gcc_suffix}/gnat_rm \ - gcc${gcc_suffix}/gnat_ugn_unw - -LATEST_LINK= ${PORTNAME}${gcc_suffix} - -.include <bsd.port.pre.mk> - -gcc_suffix= 34 -fsf_mans= fsf-funding gfdl gpl -fsf_suffix= -${PORTNAME}${gcc_suffix} -targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} - -PATCH_WRKSRC= ${WRKSRC} - -GNU_CONFIGURE= yes -CONFIGURE_WRKSRC= ${WRKDIR}/build -CONFIGURE_SCRIPT= ../${WRKSRC:C/${WRKDIR}\///}/configure -CONFIGURE_ARGS= --enable-languages="c,ada" \ - --disable-nls \ - --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ - --enable-threads=posix \ - --program-suffix=${gcc_suffix} \ - --bindir=${PREFIX}/bin/gcc${gcc_suffix} \ - --libdir=${targlib} - -BUILD_WRKSRC= ${WRKDIR}/build - -INSTALL_WRKSRC= ${WRKDIR}/build - -PLIST_SUB= GCC_VER=${PORTVERSION} \ - GNU_HOST=${CONFIGURE_TARGET} \ - SUFFIX=${gcc_suffix} - -USE_LDCONFIG= ${targlib} - -# An ancient binary distribution of GNAT is used for bootstrapping. -.if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.4:${PORTSDIR}/misc/compat4x -.endif -# Warning! You need the trailing slash on GCC_EXEC_PREFIX. -compiler_defs= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \ - ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \ - ADA_OBJECTS_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adalib -bootstrap_path= ${WRKDIR}/adaboot/bin -build_path= ${bootstrap_path}:${PATH} - -# Make sure we use the Ada-aware gcc compiler. -CC= adagcc -# C compiler from GNAT 3.15 doesn't understand modern flags. -CFLAGS= -CONFIGURE_ENV+= ${compiler_defs} PATH=${build_path} CC=${CC} -MAKE_ENV+= ${compiler_defs} PATH=${build_path} CC=${CC} PTHREAD_LIBS=${PTHREAD_LIBS} - -pre-everything:: - @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" - -# Append ' [FreeBSD]' to gcc version string. -post-patch: - ${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ - ${WRKSRC}/gcc/version.c - -pre-configure: - cd ${WRKSRC}; contrib/gcc_update --touch - ${RM} -f ${WRKSRC}/gcc/*/*.info* - ${MKDIR} ${CONFIGURE_WRKSRC} - @# Ada and C compilers should be the same. - if [ -d ${bootstrap_path} ]; then \ - ${LN} -s ${bootstrap_path}/adagcc ${bootstrap_path}/cc; \ - fi - -do-build: - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} bootstrap) - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} -C gcc gnatlib) - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} -C gcc gnattools) - -post-install: - ${LN} -s ${PREFIX}/bin/gcc${gcc_suffix}/gcc${gcc_suffix} \ - ${PREFIX}/bin/gcc${gcc_suffix}/gcc - @# Man pages can only be generated if Perl >= 5.6 is installed; fake them otherwise. - for mp in ${_MANPAGES}; do \ - ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \ - done - @# Version FSF funding and licensing manuals. - for mp in ${fsf_mans}; do \ - ${MV} -f ${PREFIX}/man/man7/$${mp}.7 \ - ${PREFIX}/man/man7/$${mp}${fsf_suffix}.7; \ - done - @# Prepare a temporary list of installed libraries and include files. - ${RM} -f ${WRKDIR}/PLIST.lib - for d in ${targlib:S/^${PREFIX}\///} ${targlib:S/^${PREFIX}\///:S/lib/libexec/}; do \ - cd ${PREFIX}; \ - if [ -d $${d} ]; then \ - ${FIND} $${d} -type f -o -type l >>${WRKDIR}/PLIST.lib; \ - ${FIND} $${d} -type d | ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib; \ - fi; \ - done - @# Following directories should be removed on deinstal if empty. Add them to the temporary list. - ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc/${CONFIGURE_TARGET} 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc/${CONFIGURE_TARGET} 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - @# Insert the temporary list in the packing list. - cd ${WRKDIR}; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/lang/gnat-gcc34/distinfo b/lang/gnat-gcc34/distinfo deleted file mode 100644 index 099fab9dd308..000000000000 --- a/lang/gnat-gcc34/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (gcc-core-3.4.6.tar.gz) = bf90936d679795666cfcf353faa560e2 -SHA256 (gcc-core-3.4.6.tar.gz) = c6030bf03ad79b70e556b0ab58c17872bf5b2409caee9db41497bcd6379328f6 -SIZE (gcc-core-3.4.6.tar.gz) = 17345868 -MD5 (gcc-ada-3.4.6.tar.gz) = 90ddaee03adb71725f4dec4356cfb58f -SHA256 (gcc-ada-3.4.6.tar.gz) = cb6256bc9707cc7543874a5b6f8ed3380e44aebfd9ac01df8bea594ab998e9c1 -SIZE (gcc-ada-3.4.6.tar.gz) = 5113854 -MD5 (gnat-3.15p-boot.tar.gz) = 3b25873a90978b8b4113d71dc3df315f -SHA256 (gnat-3.15p-boot.tar.gz) = dfa61b98ad7f26ca46f8c5e61d87c42e17ad139616f315df16f25dce38044a9d -SIZE (gnat-3.15p-boot.tar.gz) = 4608818 diff --git a/lang/gnat-gcc34/files/patch-gcc-Makefile.in b/lang/gnat-gcc34/files/patch-gcc-Makefile.in deleted file mode 100644 index 675cb9b10580..000000000000 --- a/lang/gnat-gcc34/files/patch-gcc-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/Makefile.in.orig Wed Oct 25 18:03:23 2006 -+++ gcc/Makefile.in Wed Oct 25 18:05:34 2006 -@@ -710,7 +710,7 @@ - $(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@ - - # Likewise. --ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) -+ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) - - # Build and host support libraries. FORBUILD is either - # .. or ../$(build_alias) depending on whether host != build. -@@ -758,7 +758,7 @@ - -I$(srcdir)/../include @INCINTL@ - - .c.o: -- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) -+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $< $(OUTPUT_OPTION) - - # - # Support for additional languages (other than C). diff --git a/lang/gnat-gcc34/files/patch-gengtype-yacc.y b/lang/gnat-gcc34/files/patch-gengtype-yacc.y deleted file mode 100644 index 4afaae159533..000000000000 --- a/lang/gnat-gcc34/files/patch-gengtype-yacc.y +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/gengtype-yacc.y.orig Fri Sep 20 00:33:24 2002 -+++ gcc/gengtype-yacc.y Tue Apr 22 09:11:27 2003 -@@ -24,6 +24,9 @@ - #include "system.h" - #include "gengtype.h" - #define YYERROR_VERBOSE -+ -+#define malloc xmalloc -+#define realloc xrealloc - %} - - %union { diff --git a/lang/gnat-gcc34/pkg-descr b/lang/gnat-gcc34/pkg-descr deleted file mode 100644 index f6bb20a58f80..000000000000 --- a/lang/gnat-gcc34/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The GNU Ada compiler system built from GCC 3.4.6. - -Please add ${PREFIX}/bin/gcc34 to your PATH variable -before using this port. - -WWW: http://gcc.gnu.org/ diff --git a/lang/gnat-gcc34/pkg-plist b/lang/gnat-gcc34/pkg-plist deleted file mode 100644 index 38eec6516868..000000000000 --- a/lang/gnat-gcc34/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/gcc%%SUFFIX%%/cpp%%SUFFIX%% -bin/gcc%%SUFFIX%%/gcc -bin/gcc%%SUFFIX%%/gcc%%SUFFIX%% -bin/gcc%%SUFFIX%%/gccbug%%SUFFIX%% -bin/gcc%%SUFFIX%%/gcov%%SUFFIX%% -bin/gcc%%SUFFIX%%/gnat -bin/gcc%%SUFFIX%%/gnatbind -bin/gcc%%SUFFIX%%/gnatbl -bin/gcc%%SUFFIX%%/gnatchop -bin/gcc%%SUFFIX%%/gnatclean -bin/gcc%%SUFFIX%%/gnatfind -bin/gcc%%SUFFIX%%/gnatkr -bin/gcc%%SUFFIX%%/gnatlink -bin/gcc%%SUFFIX%%/gnatls -bin/gcc%%SUFFIX%%/gnatmake -bin/gcc%%SUFFIX%%/gnatname -bin/gcc%%SUFFIX%%/gnatprep -bin/gcc%%SUFFIX%%/gnatxref -bin/gcc%%SUFFIX%%/gpr2make -bin/gcc%%SUFFIX%%/gprcmd -bin/gcc%%SUFFIX%%/%%GNU_HOST%%-gcc-%%GCC_VER%% -bin/gcc%%SUFFIX%%/%%GNU_HOST%%-gcc%%SUFFIX%% -info/gcc%%SUFFIX%%/dir -share/gnat/Makefile.generic -share/gnat/Makefile.prolog -@dirrm share/gnat -@dirrm bin/gcc%%SUFFIX%% -@comment Insert PLIST.lib here diff --git a/lang/gnomebasic/Makefile b/lang/gnomebasic/Makefile deleted file mode 100644 index 91a00cc9be7e..000000000000 --- a/lang/gnomebasic/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomebasic -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomebasic -PORTVERSION= 0.0.20 -PORTREVISION= 3 -CATEGORIES= lang gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gb/0.0 -DISTNAME= gb-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide VB compatible functionality for GNOME, especially VBA - -DEPRECATED= Five years abandoned project; functionality folded into mono -EXPIRATION_DATE=2007-09-04 - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gnomeprint -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700000 -BROKEN= Does not package -.endif - -.include <bsd.port.post.mk> diff --git a/lang/gnomebasic/distinfo b/lang/gnomebasic/distinfo deleted file mode 100644 index 7f1cffc90a8e..000000000000 --- a/lang/gnomebasic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gb-0.0.20.tar.gz) = 19e35bd7f24ad619250484a997c0e02d -SHA256 (gb-0.0.20.tar.gz) = 063304488ebc78449a607d81b113eed836d9ef7c014a30013433fa6953ca1e6a -SIZE (gb-0.0.20.tar.gz) = 500823 diff --git a/lang/gnomebasic/files/patch-aa b/lang/gnomebasic/files/patch-aa deleted file mode 100644 index 538e9062f3e7..000000000000 --- a/lang/gnomebasic/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Jul 9 18:56:49 2001 -+++ configure Mon Jul 9 19:02:33 2001 -@@ -8248,9 +8248,9 @@ - - rm -f conf.glibtest - --GMODULE_CFLAGS=`glib-config --cflags gmodule` -+GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule` - --GMODULE_LIBS=`glib-config --libs gmodule` -+GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` - - - for ac_prog in 'bison -y' byacc -@@ -8501,8 +8501,8 @@ - - echo $ac_n "checking for GTK >= 1.2.2""... $ac_c" 1>&6 - echo "configure:8504: checking for GTK >= 1.2.2" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002002; then - echo "$ac_t""found" 1>&6 - else -@@ -9173,8 +9173,8 @@ - - GB_LIBDIR='-L${libdir}' - GB_INCLUDEDIR='-I${includedir}' --GB_INCLUDEDIR="$GB_INCLUDEDIR `glib-config --cflags glib`" --GB_LIBS="-lgb `glib-config --libs glib`" -+GB_INCLUDEDIR="$GB_INCLUDEDIR `$GLIB_CONFIG --cflags glib`" -+GB_LIBS="-lgbrun `$GLIB_CONFIG --libs glib`" - - - diff --git a/lang/gnomebasic/files/patch-ab b/lang/gnomebasic/files/patch-ab deleted file mode 100644 index 5cd3ea604103..000000000000 --- a/lang/gnomebasic/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jun 12 08:09:16 2000 -+++ Makefile.in Wed Jun 28 10:28:16 2000 -@@ -124,7 +124,7 @@ - - EXTRA_DIST = gbConf.sh.in - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gbConf.sh - CLEANFILES = gbConf.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/lang/gnomebasic/files/patch-gbrun::Makefile.in b/lang/gnomebasic/files/patch-gbrun::Makefile.in deleted file mode 100644 index aeb4558b7831..000000000000 --- a/lang/gnomebasic/files/patch-gbrun::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gbrun/Makefile.in 2002/06/21 13:21:30 1.1 -+++ gbrun/Makefile.in 2002/06/21 13:22:29 -@@ -152,7 +152,7 @@ - libgbrun_la_LIBADD = $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ $(top_builddir)/gbrun/objects/libgbobj.la $(top_builddir)/gbrun/objects/gba/libgba.la $(top_builddir)/gb/libgb.la - - --CFLAGS = -g -Wall $(EXTRA_GNOME_CFLAGS) -+CFLAGS = @CFLAGS@ -Wall $(EXTRA_GNOME_CFLAGS) - - libgbrunincludedir = $(includedir)/gbrun - diff --git a/lang/gnomebasic/files/patch-ltmain.sh b/lang/gnomebasic/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/lang/gnomebasic/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/lang/gnomebasic/pkg-descr b/lang/gnomebasic/pkg-descr deleted file mode 100644 index cfae12148d8d..000000000000 --- a/lang/gnomebasic/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Gnome Basic is an embryonic attempt to provide VB compatible functionality -for the GNOME project, particularly with respect to office (VBA) -compatibility. - -It is part of the GNOME desktop environment: a project to create a free, -user friendly desktop environment. - -WWW: http://www.gnome.org/gb/ diff --git a/lang/gnomebasic/pkg-plist b/lang/gnomebasic/pkg-plist deleted file mode 100644 index 333434ca7eb6..000000000000 --- a/lang/gnomebasic/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/gb -etc/gbConf.sh -include/gb/gb-class.h -include/gb/gb-constants.h -include/gb/gb-eval.h -include/gb/gb-expr.h -include/gb/gb-lex.h -include/gb/gb-main.h -include/gb/gb-mmap-lex.h -include/gb/gb-object.h -include/gb/gb-project.h -include/gb/gb-statement.h -include/gb/gb-type.h -include/gb/gb-value.h -include/gb/gb.h -include/gb/libgb.h -include/gbrun/gbrun-collection.h -include/gbrun/gbrun-eval.h -include/gbrun/gbrun-file.h -include/gbrun/gbrun-global.h -include/gbrun/gbrun-object.h -include/gbrun/gbrun-project.h -include/gbrun/gbrun-value.h -include/gbrun/gbrun.h -include/gbrun/libgbrun.h -include/gbrun/objects/gbrun-form.h -include/gbrun/objects/libgbobj.h -lib/libgbrun.a -lib/libgbrun.so -lib/libgbrun.so.0 -share/locale/az/LC_MESSAGES/gb.mo -share/locale/ca/LC_MESSAGES/gb.mo -share/locale/da/LC_MESSAGES/gb.mo -share/locale/de/LC_MESSAGES/gb.mo -share/locale/el/LC_MESSAGES/gb.mo -share/locale/fr/LC_MESSAGES/gb.mo -share/locale/no/LC_MESSAGES/gb.mo -share/locale/ru/LC_MESSAGES/gb.mo -share/locale/sk/LC_MESSAGES/gb.mo -share/locale/sv/LC_MESSAGES/gb.mo -share/locale/tr/LC_MESSAGES/gb.mo -share/locale/uk/LC_MESSAGES/gb.mo -@dirrm include/gbrun/objects -@dirrm include/gbrun -@dirrm include/gb |