summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-10-29 20:05:41 +0000
committerCy Schubert <cy@FreeBSD.org>2014-10-29 20:05:41 +0000
commitc8b588d0c21f37734142ec02c71603b03622cb1e (patch)
tree0915ee1fa1e7d78fe4193b453c2b14789c72894a /sysutils
parentThe problem the ranlib patch addressed has since been resolved. Remove it. (diff)
Remove patch for resolved issue. Flag -devel port IGNORE until new
-devel branch is released. PR: 193136
Notes
Notes: svn path=/head/; revision=371703
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng-devel/Makefile1
-rw-r--r--sysutils/syslog-ng-devel/files/patch-Makefile.in13
2 files changed, 1 insertions, 13 deletions
diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile
index 75d8a338ffd4..bf21db3a909a 100644
--- a/sysutils/syslog-ng-devel/Makefile
+++ b/sysutils/syslog-ng-devel/Makefile
@@ -11,6 +11,7 @@ MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-editi
MAINTAINER= cy@FreeBSD.org
COMMENT= Powerful syslogd replacement
+IGNORE= 3.6.1 has gone GA
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog \
libpcre.so:${PORTSDIR}/devel/pcre
diff --git a/sysutils/syslog-ng-devel/files/patch-Makefile.in b/sysutils/syslog-ng-devel/files/patch-Makefile.in
deleted file mode 100644
index 1609bfd8ce41..000000000000
--- a/sysutils/syslog-ng-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig 2014-08-01 19:27:14.584284459 -0700
-+++ Makefile.in 2014-08-01 19:33:44.036046297 -0700
-@@ -3280,8 +3280,8 @@
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
-- echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$f )"; \
-- ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$f ) || exit $$?; \
-+ echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$p )"; \
-+ ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$p ) || exit $$?; \
- else :; fi; \
- done
-