summaryrefslogtreecommitdiff
path: root/sysutils/logrotate/files/patch-Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-06-24 20:19:15 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-06-24 20:19:15 +0000
commitc45cfd26047155e2396f91e8821a277e69d49e7b (patch)
treefb309b5ef624119fa87d0e74e37bd763acd2dd1a /sysutils/logrotate/files/patch-Makefile
parentUpdate to version 9.5: (diff)
- Update to 3.7.7
- Update MASTER_SITE - Remove some patches PR: ports/124889 Submitted by: Balazs Nagy <js iksz.hu> (maintainer) Approved by: mentor (implicit)
Diffstat (limited to 'sysutils/logrotate/files/patch-Makefile')
-rw-r--r--sysutils/logrotate/files/patch-Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/sysutils/logrotate/files/patch-Makefile b/sysutils/logrotate/files/patch-Makefile
index f5cdf054549b..4af87b47397a 100644
--- a/sysutils/logrotate/files/patch-Makefile
+++ b/sysutils/logrotate/files/patch-Makefile
@@ -1,15 +1,11 @@
---- logrotate-3.7-orig/Makefile Wed Oct 20 19:07:27 2004
-+++ logrotate-3.7.1/Makefile Wed Oct 20 19:07:42 2004
-@@ -1,5 +1,4 @@
- VERSION = $(shell awk '/Version:/ { print $$2 }' logrotate.spec)
--CVSROOT = $(shell cat CVS/Root)
- CVSTAG = r$(subst .,-,$(VERSION))
- OS_NAME = $(shell uname -s)
- LFS = $(shell echo `getconf LFS_CFLAGS 2>/dev/null`)
-@@ -50,6 +49,12 @@
+diff -ruN logrotate-3.7.7-orig/Makefile logrotate-3.7.7/Makefile
+--- logrotate-3.7.7-orig/Makefile Mon May 19 10:25:54 2008
++++ logrotate-3.7.7/Makefile Sun Jun 22 21:49:41 2008
+@@ -51,6 +51,13 @@
BASEDIR = /usr
endif
++# FreeBSD
+ifeq ($(OS_NAME),FreeBSD)
+ LOADLIBES += -L${LOCALBASE}/lib
+ CFLAGS += -I${LOCALBASE}/include
@@ -19,7 +15,7 @@
ifneq ($(POPT_DIR),)
CFLAGS += -I$(POPT_DIR)
LOADLIBES += -L$(POPT_DIR)
-@@ -102,10 +107,13 @@
+@@ -103,10 +110,13 @@
if [ "$(OS_NAME)" = HP-UX ]; then \
$(INSTALL) $(PROG) $(PREFIX)/$(BINDIR) 0755 bin bin; \
$(INSTALL) $(MAN) $(PREFIX)/$(MANDIR)/man`echo $(MAN) | sed "s/.*\.//"` 0644 bin bin; \