summaryrefslogtreecommitdiff
path: root/security/gpasman
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-06 01:34:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-06 01:34:24 +0000
commit17cf63fea3e3318b72714f0ec772e8146ed45cd0 (patch)
tree09b2787674c8b3bb8f7e25f7464f332fdeaae034 /security/gpasman
parentMove declaration of enum XML_Status to more earlier place. (diff)
Maintainer update for security/gpasman:
core dump fix for files larger than 2048 bytes PR: ports/46673 Submitted by: Dominik Brettnacher <domi@saargate.de>
Notes
Notes: svn path=/head/; revision=74930
Diffstat (limited to 'security/gpasman')
-rw-r--r--security/gpasman/Makefile1
-rw-r--r--security/gpasman/files/patch-ab23
2 files changed, 1 insertions, 23 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile
index 5e87692d77dd..b47b78604f0a 100644
--- a/security/gpasman/Makefile
+++ b/security/gpasman/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpasman
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://gpasman.nl.linux.org/
diff --git a/security/gpasman/files/patch-ab b/security/gpasman/files/patch-ab
deleted file mode 100644
index abbcf95df031..000000000000
--- a/security/gpasman/files/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/Makefile.in.orig Fri Sep 3 00:50:10 1999
-+++ src/Makefile.in Sat Jul 1 18:19:43 2000
-@@ -26,9 +26,9 @@
-
-
- CC = @CC@
--CFLAGS = @DEFS@ @CFLAGS@ $(shell @GTKCONFIG@ --cflags)
-+CFLAGS = @DEFS@ @CFLAGS@ `@GTKCONFIG@ --cflags`
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@ $(shell @GTKCONFIG@ --libs)
-+LIBS = @LIBS@ `@GTKCONFIG@ --libs`
- INSTALL = @INSTALL@
-
- SRCS = librc2.c file.c gpasman.c
-@@ -39,7 +39,7 @@
- $(CC) -o gpasman $(OBJS) $(LDFLAGS) $(LIBS)
-
- .c.o: $(SRCS)
-- $(CC) -O2 -Wall $(CFLAGS) -c -o $@ $<
-+ $(CC) $(CFLAGS) -c -o $@ $<
-
- clean:
- rm -f $(OBJS) gpasman core *~ *.bak