diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-04-22 19:18:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-04-22 19:18:50 +0000 |
commit | de029b7c1bd5127851b395658459792e22a5ae59 (patch) | |
tree | 506d539a0d2221d6698ec7f0623adb4b6b0081bc /net-mgmt/arpalert | |
parent | 6487883825e1e290b46015996fe9ae9f6be2de2d (diff) |
Notes
Diffstat (limited to 'net-mgmt/arpalert')
-rw-r--r-- | net-mgmt/arpalert/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/arpalert/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/arpalert/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | net-mgmt/arpalert/files/patch-module_example__Makefile | 11 |
4 files changed, 16 insertions, 24 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile index 94d5d394e129..8bc7bf21929a 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 57496b95bbf2..b36358025c7b 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 69a30e8d6ac9..000000000000 --- 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 000000000000..a2974e64384e --- /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 + |