diff options
author | nectar <nectar@FreeBSD.org> | 1999-04-18 19:14:44 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-04-18 19:14:44 +0000 |
commit | 985b2967d69c10fe7a7c4583b946da1eb0419ebb (patch) | |
tree | c2a34e45eaf666ae6f8c1a0b7af0cfb4f0916034 | |
parent | 9f0ed4f0ba1a788ca51b178b25044d94308f1074 (diff) | |
download | FreeBSD-ports-985b2967d69c10fe7a7c4583b946da1eb0419ebb.zip FreeBSD-ports-985b2967d69c10fe7a7c4583b946da1eb0419ebb.tar.gz |
* Mark this BROKEN for a.out systems.
3.6.1 tickles a linker bug in the a.out ld:
``ld: internal error: RRS relocs exceed allocation 343''
* Remove the patches.aout directory since it was forgotten during
upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG>
* Remove most of the crud from the main Makefile that was there
for the a.out build
I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in
case someone must build ucd-snmp for a 2.2.x FreeBSD
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 12 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 12 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 12 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 12 |
7 files changed, 28 insertions, 56 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 2b5328a..74ff9b6 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 2b5328a..74ff9b6 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 2b5328a..74ff9b6 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 2b5328a..74ff9b6 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 2b5328a..74ff9b6 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 2b5328a..74ff9b6 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 2b5328a..74ff9b6 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.25 1999/04/07 16:07:40 kuriyama Exp $ +# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -41,12 +41,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" -SHLIB_VERSION=3.5 -PATCHDIR=patches.aout -.else -SHLIB_VERSION=3 +BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=${SHLIB_VERSION} + +MAKE_ENV+= SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s @@ -67,5 +65,3 @@ post-install: ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> - -CFLAGS= -g |