1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Remove patch for resolved issue. Flag -devel port IGNORE until new

-devel branch is released.

PR:		193136
This commit is contained in:
Cy Schubert 2014-10-29 20:05:41 +00:00
parent ebcd7c90cf
commit c8b588d0c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371703
2 changed files with 1 additions and 13 deletions

View File

@ -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

View File

@ -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