From 333076314bee51bb307f62c1ae436c73aa33592b Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sun, 18 Apr 1999 19:14:44 +0000 Subject: * 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 * 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 --- net-mgmt/net-snmp53/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'net-mgmt/net-snmp53') 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 .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 - -CFLAGS= -g -- cgit v1.2.3