aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp4
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1999-04-19 03:14:44 +0800
committernectar <nectar@FreeBSD.org>1999-04-19 03:14:44 +0800
commit985b2967d69c10fe7a7c4583b946da1eb0419ebb (patch)
treec2a34e45eaf666ae6f8c1a0b7af0cfb4f0916034 /net-mgmt/net-snmp4
parent9f0ed4f0ba1a788ca51b178b25044d94308f1074 (diff)
downloadfreebsd-ports-gnome-985b2967d69c10fe7a7c4583b946da1eb0419ebb.tar.gz
freebsd-ports-gnome-985b2967d69c10fe7a7c4583b946da1eb0419ebb.tar.zst
freebsd-ports-gnome-985b2967d69c10fe7a7c4583b946da1eb0419ebb.zip
* 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
Diffstat (limited to 'net-mgmt/net-snmp4')
-rw-r--r--net-mgmt/net-snmp4/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 2b5328ad2a29..74ff9b6d6afd 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