diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2011-06-30 02:27:43 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2011-06-30 02:27:43 +0000 |
| commit | e40ec577f4ec65ec580ac1fc9e27399fce5ee86a (patch) | |
| tree | 78dd44f6de5414cf75bf02b007a79d3f691fd754 /security/skipfish/files/patch-Makefile | |
| parent | Chase xmlrpc-c lib version and bump PORTREVISION (diff) | |
- Update to 2.00b
PR: ports/158519
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=276702
Diffstat (limited to 'security/skipfish/files/patch-Makefile')
| -rw-r--r-- | security/skipfish/files/patch-Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/security/skipfish/files/patch-Makefile b/security/skipfish/files/patch-Makefile index dcf8023b8a2e..81cf5efb8f22 100644 --- a/security/skipfish/files/patch-Makefile +++ b/security/skipfish/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2010-11-29 16:59:49.000000000 -0500 -+++ Makefile 2010-12-12 19:24:29.000000000 -0500 +--- ./Makefile.orig 2011-06-29 20:02:06.000000000 -0400 ++++ ./Makefile 2011-06-29 20:02:49.000000000 -0400 @@ -26,12 +26,13 @@ INCFILES = alloc-inl.h string-inl.h debug.h types.h http_client.h \ database.h crawler.h analysis.h config.h report.h @@ -8,15 +8,15 @@ +_LOCALBASE ?= ${LOCALBASE} +CFLAGS_GEN = -Wall -funsigned-char -g -ggdb -I$(LOCALBASE)/include/ \ -I/opt/local/include/ $(CFLAGS) -DVERSION=\"$(VERSION)\" - CFLAGS_DBG = -DLOG_STDERR=1 -DDEBUG_ALLOCATOR=1 $(CFLAGS_GEN) + 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/ ++LDFLAGS += -L$(LOCALBASE)/lib/ LIBS += -lcrypto -lssl -lidn -lz all: $(PROGNAME) -@@ -39,12 +40,12 @@ +@@ -39,12 +40,6 @@ $(PROGNAME): $(PROGNAME).c $(OBJFILES) $(INCFILES) $(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) \ $(OBJFILES) $(LIBS) @@ -26,12 +26,6 @@ - @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) \ |
