diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-18 19:14:44 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-18 19:14:44 +0000 |
commit | 333076314bee51bb307f62c1ae436c73aa33592b (patch) | |
tree | 37c6ce894c7a0590a15099b050c8b3cbb593e405 /net-mgmt/net-snmp53 | |
parent | No longer BROKEN (updated patchfile) (diff) |
* 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
Notes
Notes:
svn path=/head/; revision=17974
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 2b5328ad2a29..74ff9b6d6afd 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 |