summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-04-22 19:18:50 +0000
committerleeym <leeym@FreeBSD.org>2008-04-22 19:18:50 +0000
commit1774e2d4a98ce703ae15834db10eb951f28b3525 (patch)
tree99c7b766b54673ed1fdc356be5366ed37db70e6c /net-mgmt
parent00d171ee2f2f10a05c35720a2704a5c130901c09 (diff)
downloadFreeBSD-ports-1774e2d4a98ce703ae15834db10eb951f28b3525.zip
FreeBSD-ports-1774e2d4a98ce703ae15834db10eb951f28b3525.tar.gz
- update to 2.0.11
- unbreak on amd64
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpalert/Makefile11
-rw-r--r--net-mgmt/arpalert/distinfo6
-rw-r--r--net-mgmt/arpalert/files/patch-Makefile.in12
-rw-r--r--net-mgmt/arpalert/files/patch-module_example__Makefile11
4 files changed, 16 insertions, 24 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile
index 94d5d39..8bc7bf2 100644
--- a/net-mgmt/arpalert/Makefile
+++ b/net-mgmt/arpalert/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= arpalert
-PORTVERSION= 2.0.9
+PORTVERSION= 2.0.11
CATEGORIES= net-mgmt
MASTER_SITES= http://www.arpalert.org/src/
@@ -16,14 +16,7 @@ COMMENT= ARP traffic monitoring
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
ALL_TARGET= ${PORTNAME}
-CFLAGS+= -fPIC
MAN8= arpalert.8
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/arpalert/distinfo b/net-mgmt/arpalert/distinfo
index 57496b9..b363580 100644
--- a/net-mgmt/arpalert/distinfo
+++ b/net-mgmt/arpalert/distinfo
@@ -1,3 +1,3 @@
-MD5 (arpalert-2.0.9.tar.gz) = ea3fb1831258185ad6b2d0e4f60c052f
-SHA256 (arpalert-2.0.9.tar.gz) = 1b0fb55cf593acdb19f00154afcd5cb12116602b98982dfac827112c8e26d4b8
-SIZE (arpalert-2.0.9.tar.gz) = 601112
+MD5 (arpalert-2.0.11.tar.gz) = 9a623a647f080e69852393f72638e4c6
+SHA256 (arpalert-2.0.11.tar.gz) = 114fadc432fd789305cb9c764f82240aca2e77aa60ef5974f0492e77866318d8
+SIZE (arpalert-2.0.11.tar.gz) = 600676
diff --git a/net-mgmt/arpalert/files/patch-Makefile.in b/net-mgmt/arpalert/files/patch-Makefile.in
deleted file mode 100644
index 69a30e8..0000000
--- a/net-mgmt/arpalert/files/patch-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig Thu May 11 17:38:28 2006
-+++ Makefile.in Thu May 11 17:38:51 2006
-@@ -23,7 +23,8 @@
- src_dir = .
-
- CC = @CC@
--CFLAGS = -Wall -O2 \
-+CPPFLAGS = @CPPFLAGS@
-+CFLAGS = -Wall -O2 $(CPPFLAGS) \
- -DCONFIG_FILE=\"$(config_dir)/arpalert.conf\" \
- -DPID_FILE=\"$(lock_dir)/arpalert.pid\"
- LIBS = @LIBS@
diff --git a/net-mgmt/arpalert/files/patch-module_example__Makefile b/net-mgmt/arpalert/files/patch-module_example__Makefile
new file mode 100644
index 0000000..a2974e6
--- /dev/null
+++ b/net-mgmt/arpalert/files/patch-module_example__Makefile
@@ -0,0 +1,11 @@
+--- module_example/Makefile.orig 2008-03-31 11:36:42.000000000 -0700
++++ module_example/Makefile 2008-04-22 11:40:52.000000000 -0700
+@@ -2,7 +2,7 @@
+ # $Id: Makefile 690 2008-03-31 18:36:43Z $
+
+ CC = gcc
+-CFLAGS = -Wall -g
++CFLAGS = -Wall -g -fPIC
+
+ all: example.so
+
OpenPOWER on IntegriCloud