diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-13 14:26:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-13 14:26:45 +0000 |
commit | 5ee6b726716c69691bd8dec87318a94c2f020465 (patch) | |
tree | a9f69818d39f5755f99feb019490babb1aa14c02 /devel | |
parent | 5dff7640ffa99350cd49a61a292d3d468bc70218 (diff) |
- retire port, to many unfixed problems
Notes
Notes:
svn path=/head/; revision=247818
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gold/Makefile | 79 | ||||
-rw-r--r-- | devel/gold/distinfo | 3 | ||||
-rw-r--r-- | devel/gold/pkg-descr | 10 |
4 files changed, 0 insertions, 93 deletions
diff --git a/devel/Makefile b/devel/Makefile index b12760615265..3f22771aaafc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -484,7 +484,6 @@ SUBDIR += goffice04 SUBDIR += goffice06 SUBDIR += goffice1 - SUBDIR += gold SUBDIR += gonzui SUBDIR += google-perftools SUBDIR += google-sparsehash diff --git a/devel/gold/Makefile b/devel/gold/Makefile deleted file mode 100644 index 73aebbc6923b..000000000000 --- a/devel/gold/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: gold -# Date created: 16 Aug 2009 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= gold -PORTVERSION= 1.9.0.2009.09.16 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.dinoex.de/pub/approved/ -DISTNAME= binutils-${PORTNAME}-${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Google Releases New and Improved GCC Linker - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_PERL5_BUILD= yes - -WRKSRC= ${WRKDIR}/binutils -PLIST_FILES= bin/ld-new - -OPTIONS= PLUGINS "Support fpr plugins" on \ - NLS "Native language support" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 701000 -BROKEN= does not build for FreeBSD 6.x -.endif - -.if defined(WITH_NLS) -USE_GETTEXT= yes -CFLAGS+= -I${LOCALBASE}/include -.else -CONFIGURE_ARGS+= --disable-nls -.endif - -.if !defined(WITHOUT_PLUGINS) -CONFIGURE_ARGS+= --enable-plugin -.endif - -do-configure: -.for i in . libiberty gold - -cd ${WRKSRC}/${i} && \ - ${SET_LATE_CONFIGURE_ARGS} \ - if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ - ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ - (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ - ${FALSE}; \ - fi -.endfor - -do-build: -.for i in . libiberty gold - -cd ${WRKSRC}/${i} && \ - if ! ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}; then \ - if [ x != x${BUILD_FAIL_MESSAGE} ] ; then \ - ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ - (${ECHO_CMD} ${BUILD_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ - fi; \ - ${FALSE}; \ - fi -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gold/ld-new ${PREFIX}/bin/ - -.include <bsd.port.post.mk> diff --git a/devel/gold/distinfo b/devel/gold/distinfo deleted file mode 100644 index 3d342c11d2f5..000000000000 --- a/devel/gold/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (binutils-gold-1.9.0.2009.09.16.tar.bz2) = 03a4b0ae218b59a4771d38b6b278912b -SHA256 (binutils-gold-1.9.0.2009.09.16.tar.bz2) = bfb5bbeb454a495e633321defb1bcfeec2c8f4cb251660f4115c19f4c7b74d55 -SIZE (binutils-gold-1.9.0.2009.09.16.tar.bz2) = 5966103 diff --git a/devel/gold/pkg-descr b/devel/gold/pkg-descr deleted file mode 100644 index 5921627fd8dd..000000000000 --- a/devel/gold/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gold is a new linker, written from scratch. It really only has one new feature -compared to the current GNU linker: it's much faster. I've measured it as five -times faster linking large C++ applications. Since for most programmers the -linker is nothing more than a roadblock between writing code and running the -program, I figure that speed and correctness are the only really important -features of any linker. - -LICENSE: GPL3 or later - -WWW: http://google-opensource.blogspot.com/2008/04/gold-google-releases-new-and-improved.html |