mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Delete devel/msp430-gcc3, gcc3 is not actual anymore for many years.
This commit is contained in:
parent
7e739955d9
commit
ccb4a814db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354451
1
MOVED
1
MOVED
@ -6105,3 +6105,4 @@ editors/ved||2014-05-15|Has expired: Depends on deprecated smake
|
||||
japanese/chasen||2014-05-15|Has expired: Unmaintained since 2001
|
||||
www/openx|www/revive-adserver|2014-05-15|Upstream obsolete, forked
|
||||
security/clamav-devel||2014-05-16|Retire, older than security/clamav
|
||||
devel/msp430-gcc3||2014-05-18|Version obsolete, use devel/msp430-gcc
|
||||
|
@ -1262,7 +1262,6 @@
|
||||
SUBDIR += msgpack
|
||||
SUBDIR += msp430-binutils
|
||||
SUBDIR += msp430-gcc
|
||||
SUBDIR += msp430-gcc3
|
||||
SUBDIR += msp430-gdb
|
||||
SUBDIR += msp430-libc
|
||||
SUBDIR += msp430mcu
|
||||
|
@ -1,66 +0,0 @@
|
||||
# Created by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= ${GCCVERSION}.${PATCHVERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
|
||||
http://lev.serebryakov.spb.ru/download/msp430/:patches
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTNAME}-${GCCVERSION}
|
||||
PKGNAMEPREFIX= msp430-
|
||||
PKGNAMESUFFIX= 3
|
||||
DISTFILES= ${PORTNAME}-core-${GCCVERSION}${EXTRACT_SUFX} \
|
||||
${PKGNAMEPREFIX}${PORTNAME}-${GCCVERSION}.${PATCHVERSION}${EXTRACT_SUFX}:patches
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= FSF gcc-3.4 for TI's msp430 MCUs cross-development
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
||||
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
||||
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
|
||||
CONFLICTS= msp430-gcc-4.*
|
||||
|
||||
GCCVERSION= 3.4.4
|
||||
PATCHVERSION= 20050317
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION}
|
||||
|
||||
USES= gmake perl5
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \
|
||||
--with-gcc --with-gnu-ld --with-gnu-as \
|
||||
--enable-languages=c --disable-nls
|
||||
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
|
||||
MAKE_ENV= PATH=${PREFIX}/bin:${PATH}
|
||||
MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}gcov.1
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \
|
||||
GCC_REV=${GCCVERSION}
|
||||
|
||||
INFO= cpp cppinternals gcc gccinstall gccint
|
||||
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
|
||||
|
||||
BINARIES= gcc gcc-${GCCVERSION} gcov cpp
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile
|
||||
# @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile
|
||||
|
||||
post-install:
|
||||
.for F in ${BINARIES}
|
||||
@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
|
||||
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (gcc-core-3.4.4.tar.bz2) = a390ca6123fe71c665f4422e124ced31efbbe98dd08e8f8d171caeba892ab472
|
||||
SIZE (gcc-core-3.4.4.tar.bz2) = 13153342
|
||||
SHA256 (msp430-gcc-3.4.4.20050317.tar.bz2) = 3ea247fea72b2a4280ae6bbb9028bda84b48fbaae23a1e8332a87f3e16d31ffe
|
||||
SIZE (msp430-gcc-3.4.4.20050317.tar.bz2) = 139578
|
@ -1,17 +0,0 @@
|
||||
--- Makefile.in.orig Tue Aug 3 13:53:30 2004
|
||||
+++ Makefile.in Tue Aug 3 13:53:56 2004
|
||||
@@ -19885,10 +19885,10 @@
|
||||
maybe-install-libiberty:
|
||||
|
||||
install-libiberty: installdirs
|
||||
- @r=`${PWD_COMMAND}`; export r; \
|
||||
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||
- $(SET_LIB_PATH) \
|
||||
- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
|
||||
+# @r=`${PWD_COMMAND}`; export r; \
|
||||
+# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||
+# $(SET_LIB_PATH) \
|
||||
+# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
|
||||
|
||||
|
||||
.PHONY: configure-libtool maybe-configure-libtool
|
@ -1,12 +0,0 @@
|
||||
--- gcc/Makefile.in.orig Tue Aug 3 13:57:27 2004
|
||||
+++ gcc/Makefile.in Tue Aug 3 13:57:39 2004
|
||||
@@ -2963,9 +2963,6 @@
|
||||
$(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \
|
||||
$(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \
|
||||
$(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \
|
||||
- $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
|
||||
- $(DESTDIR)$(man7dir)/gfdl$(man7ext) \
|
||||
- $(DESTDIR)$(man7dir)/gpl$(man7ext)
|
||||
|
||||
$(DESTDIR)$(man7dir)/%$(man7ext): doc/%.7
|
||||
-rm -f $@
|
@ -1,10 +0,0 @@
|
||||
--- gcc/config/msp430/msp430.c.orig Mon Sep 19 17:03:53 2005
|
||||
+++ gcc/config/msp430/msp430.c Mon Sep 19 17:04:11 2005
|
||||
@@ -149,6 +149,7 @@
|
||||
MSP430_ISA_14 = 14,
|
||||
MSP430_ISA_15 = 15,
|
||||
MSP430_ISA_16 = 16,
|
||||
+ MSP430_ISA_210 = 210,
|
||||
MSP430_ISA_31 = 31,
|
||||
MSP430_ISA_32 = 32,
|
||||
MSP430_ISA_33 = 33,
|
@ -1,11 +0,0 @@
|
||||
FSF gcc-3.3 for TI's msp430 MCUs cross-development
|
||||
|
||||
This brings the gcc compiler for the Texas Instruments MSP430 16-bit
|
||||
RISC-like family of microcontrollers.
|
||||
|
||||
Includes only C compiler.
|
||||
|
||||
GCC site: http://gcc.gnu.org/
|
||||
MSP430 site: http://www.ti.com/msp430/
|
||||
|
||||
WWW: http://mspgcc.sourceforge.net/
|
@ -1,49 +0,0 @@
|
||||
%%GCC_TARG%%/bin/cpp
|
||||
%%GCC_TARG%%/bin/gcc
|
||||
%%GCC_TARG%%/bin/gcc-%%GCC_REV%%
|
||||
%%GCC_TARG%%/bin/gcov
|
||||
bin/%%GCC_TARG%%-cpp
|
||||
bin/%%GCC_TARG%%-gcc
|
||||
bin/%%GCC_TARG%%-gcc-%%GCC_REV%%
|
||||
bin/%%GCC_TARG%%-gccbug
|
||||
bin/%%GCC_TARG%%-gcov
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/README
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/float.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/iso646.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/limits.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stdarg.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stdbool.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/stddef.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/unwind.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include/varargs.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders.conf
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/float.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/iso646.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/limits.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stdarg.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stdbool.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/stddef.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/unwind.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include/varargs.h
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcc.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/libgcov.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1/libgcc.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1/libgcov.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2/libgcc.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2/libgcov.a
|
||||
lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/specs
|
||||
libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1
|
||||
libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/collect2
|
||||
libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/include
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/include
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp1
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/msp2
|
||||
@dirrm lib/gcc/%%GCC_TARG%%/%%GCC_REV%%
|
||||
@dirrm lib/gcc/%%GCC_TARG%%
|
||||
@dirrmtry lib/gcc
|
||||
@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools
|
||||
@dirrm libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%
|
||||
@dirrm libexec/gcc/%%GCC_TARG%%
|
||||
@dirrmtry libexec/gcc
|
Loading…
Reference in New Issue
Block a user