forked from Lainports/freebsd-ports
The problem the ranlib patch addressed has since been resolved. Remove it.
PR: 193136
This commit is contained in:
parent
932e819a2a
commit
ebcd7c90cf
2 changed files with 1 additions and 13 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 3.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
|
||||
DISTFILES= syslog-ng_${DISTVERSION}.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Reference in a new issue