diff options
author | niels <niels@FreeBSD.org> | 2010-04-12 05:23:10 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-04-12 05:23:10 +0800 |
commit | 76043c535dc6cd83e9b6e9032505e84ae4de1f11 (patch) | |
tree | 85213433cc7a270e5b14324d68fba1ccca915c91 /security/skipfish | |
parent | 436879ea9548f685ce9e27de1ffdbb9637d7b076 (diff) | |
download | freebsd-ports-gnome-76043c535dc6cd83e9b6e9032505e84ae4de1f11.tar.gz freebsd-ports-gnome-76043c535dc6cd83e9b6e9032505e84ae4de1f11.tar.zst freebsd-ports-gnome-76043c535dc6cd83e9b6e9032505e84ae4de1f11.zip |
Removed old patch to fix previous commit:
Upgraded to version 1.30b
Submitted by: Ryan Steinmetz (maintainer)
Approved by: itetcu (mentor)
Reported by: QAT
Diffstat (limited to 'security/skipfish')
-rw-r--r-- | security/skipfish/files/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/security/skipfish/files/patch-aa b/security/skipfish/files/patch-aa deleted file mode 100644 index f63d69a2ca98..000000000000 --- a/security/skipfish/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.origi 2010-04-03 10:33:32.000000000 +0200 -+++ Makefile 2010-04-03 10:36:10.000000000 +0200 -@@ -30,7 +30,7 @@ - CFLAGS_DBG = -DLOG_STDERR=1 -DDEBUG_ALLOCATOR=1 $(CFLAGS_GEN) - CFLAGS_OPT = -O3 -Wno-format $(CFLAGS_GEN) - --LDFLAGS += -L/usr/local/lib/ -L/opt/local/lib -+LDFLAGS += -L$(LOCALBASE)/lib/ - LIBS += -lcrypto -lssl -lidn -lz - - all: $(PROGNAME) -@@ -38,12 +38,12 @@ - $(PROGNAME): $(PROGNAME).c $(OBJFILES) $(INCFILES) - $(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) \ - $(OBJFILES) $(LIBS) -- @echo -- @echo "See dictionaries/README-FIRST to pick a dictionary for the tool." -- @echo -- @echo "Having problems with your scans? Be sure to visit:" -- @echo "http://code.google.com/p/skipfish/wiki/KnownIssues" -- @echo -+# @echo -+# @echo "See dictionaries/README-FIRST to pick a dictionary for the tool." -+# @echo -+# @echo "Having problems with your scans? Be sure to visit:" -+# @echo "http://code.google.com/p/skipfish/wiki/KnownIssues" -+# @echo - - debug: $(PROGNAME).c $(OBJFILES) $(INCFILES) - $(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_DBG) \ |