diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-06-29 08:14:09 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-06-29 08:14:09 +0800 |
commit | d051b633f1471d6b643d9b8d3c238468ad105c0c (patch) | |
tree | 9d54ab16b24b10fb7b4e7aaf682ddd95721d6da9 /lang | |
parent | a6e381ab508046863fcee13aa37150c4c7df15b0 (diff) | |
download | freebsd-ports-graphics-d051b633f1471d6b643d9b8d3c238468ad105c0c.tar.gz freebsd-ports-graphics-d051b633f1471d6b643d9b8d3c238468ad105c0c.tar.zst freebsd-ports-graphics-d051b633f1471d6b643d9b8d3c238468ad105c0c.zip |
Remove linux-libgcc since it has been obsoleted by fc3 and fc4.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/linux-libgcc/Makefile | 38 | ||||
-rw-r--r-- | lang/linux-libgcc/distinfo.i386 | 6 | ||||
-rw-r--r-- | lang/linux-libgcc/pkg-deinstall | 10 | ||||
-rw-r--r-- | lang/linux-libgcc/pkg-descr | 4 | ||||
-rw-r--r-- | lang/linux-libgcc/pkg-install | 11 |
6 files changed, 0 insertions, 70 deletions
diff --git a/lang/Makefile b/lang/Makefile index 219d0ad434f..2cdcd6bc44d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -132,7 +132,6 @@ SUBDIR += librep SUBDIR += libutils SUBDIR += linux-j - SUBDIR += linux-libgcc SUBDIR += linux-libperl5.8 SUBDIR += logo SUBDIR += lua diff --git a/lang/linux-libgcc/Makefile b/lang/linux-libgcc/Makefile deleted file mode 100644 index ccc78a83fc0..00000000000 --- a/lang/linux-libgcc/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: linux-libgcc -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= libgcc -DISTVERSION= 3.4.4-2 -PORTREVISION= 4 -CATEGORIES= lang linux -MASTER_SITE_SUBDIR= updates/3/${LINUX_RPM_ARCH}/ -DISTNAME= ${PORTNAME}-${DISTVERSION}.fc3 - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= Linux libgcc support library - -CONFLICTS= linux_base-fc* - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -USE_LINUX= 8 -AUTOMATIC_PLIST=yes -SRC_DISTFILES= gcc-3.4.4-2.fc3.src.rpm - -# Do not conflict with linux_base's libgcc: install in /lib/libgcc -# (note that we do not set INSTALLS_SHLIB because we must prepend -# /lib/libgcc to /etc/ld.so.conf before running ldconfig, which we do -# in pkg-install). - -post-extract: - @${MKDIR} ${WRKSRC}/lib/libgcc - @${MV} -f ${WRKSRC}/lib/libgcc_s* ${WRKSRC}/lib/libgcc - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/lang/linux-libgcc/distinfo.i386 b/lang/linux-libgcc/distinfo.i386 deleted file mode 100644 index c99fe84db9f..00000000000 --- a/lang/linux-libgcc/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/3/libgcc-3.4.4-2.fc3.i386.rpm) = 0a617a9704b080fd4333d35f2c3da813 -SHA256 (rpm/i386/fedora/3/libgcc-3.4.4-2.fc3.i386.rpm) = 9074ebfbd2672bf7f2e1568ec7dfd642db4fcf7007151fb8144da29b428bb22a -SIZE (rpm/i386/fedora/3/libgcc-3.4.4-2.fc3.i386.rpm) = 56146 -MD5 (rpm/i386/fedora/3/gcc-3.4.4-2.fc3.src.rpm) = 4bace738841d2f80835672f9308b4011 -SHA256 (rpm/i386/fedora/3/gcc-3.4.4-2.fc3.src.rpm) = 1c814959aafc5ee73785291fd90754a106464df58a827792f4589e53a6244bb2 -SIZE (rpm/i386/fedora/3/gcc-3.4.4-2.fc3.src.rpm) = 26370149 diff --git a/lang/linux-libgcc/pkg-deinstall b/lang/linux-libgcc/pkg-deinstall deleted file mode 100644 index 248f3eea912..00000000000 --- a/lang/linux-libgcc/pkg-deinstall +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -[ "$2" != "POST-DEINSTALL" ] && exit 0 - -if grep -q '^/lib/libgcc$' $PKG_PREFIX/etc/ld.so.conf; then - grep -v '^/lib/libgcc$' $PKG_PREFIX/etc/ld.so.conf > $PKG_PREFIX/etc/ld.so.conf.tmp || exit 1 - mv -f $PKG_PREFIX/etc/ld.so.conf.tmp $PKG_PREFIX/etc/ld.so.conf || exit 1 -fi - -$PKG_PREFIX/sbin/ldconfig || true diff --git a/lang/linux-libgcc/pkg-descr b/lang/linux-libgcc/pkg-descr deleted file mode 100644 index 2e40f03dda9..00000000000 --- a/lang/linux-libgcc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port contains a version of libgcc which is newer than the one shipped -with the default linux_base port. - -WWW: http://gcc.gnu.org/ diff --git a/lang/linux-libgcc/pkg-install b/lang/linux-libgcc/pkg-install deleted file mode 100644 index 9800e91be88..00000000000 --- a/lang/linux-libgcc/pkg-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -[ "$2" != "POST-INSTALL" ] && exit 0 - -if ! grep -q '^/lib/libgcc$' $PKG_PREFIX/etc/ld.so.conf; then - echo '/lib/libgcc' > $PKG_PREFIX/etc/ld.so.conf.tmp || exit 1 - cat $PKG_PREFIX/etc/ld.so.conf >> $PKG_PREFIX/etc/ld.so.conf.tmp || exit 1 - mv -f $PKG_PREFIX/etc/ld.so.conf.tmp $PKG_PREFIX/etc/ld.so.conf || exit 1 -fi - -$PKG_PREFIX/sbin/ldconfig || true |