diff options
author | asami <asami@FreeBSD.org> | 1998-04-30 02:56:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-30 02:56:57 +0000 |
commit | a6a9de105b647e2602ef872478cb82cc5a4d6a5c (patch) | |
tree | 8039ae450a22ef57bcc468ec182303c9271b8f7f /net/p5-SNMP/Makefile | |
parent | dac324af971a0d69465842d0ed7df7db6629a705 (diff) | |
download | FreeBSD-ports-a6a9de105b647e2602ef872478cb82cc5a4d6a5c.zip FreeBSD-ports-a6a9de105b647e2602ef872478cb82cc5a4d6a5c.tar.gz |
Don't ask me why, but this port doesn't build anymore.
-------
## make
>> Checksum OK for SNMP-1.6.tar.gz.
===> Extracting for p5-SNMP-1.6
===> p5-SNMP-1.6 depends on file: /usr/local/lib/libsnmp.a - found
===> p5-SNMP-1.6 depends on executable: perl5.00404 - found
===> Patching for p5-SNMP-1.6
===> Applying FreeBSD patches for p5-SNMP-1.6
===> Configuring for p5-SNMP-1.6
Checking if your kit is complete...
Looks good
Writing Makefile for SNMP
===> Building for p5-SNMP-1.6
mkdir ./blib
mkdir ./blib/lib
cp SNMP.pm ./blib/lib/SNMP.pm
AutoSplitting SNMP (./blib/lib/auto/SNMP)
make: don't know how to make /asn1.h. Stop
*** Error code 2
Stop.
Diffstat (limited to 'net/p5-SNMP/Makefile')
-rw-r--r-- | net/p5-SNMP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index 4ffdc8f..cccf670 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -3,7 +3,7 @@ # Date created: May 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp $ # DISTNAME= SNMP-1.6 @@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libsnmp.a:${PORTSDIR}/net/ucd-snmp +BROKEN= build + USE_PERL5= YES do-configure: |