svn commit: r315063 - in head/sysutils/rdup: . files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Mar 23 18:20:14 UTC 2013
Author: rm
Date: Sat Mar 23 18:20:13 2013
New Revision: 315063
URL: http://svnweb.freebsd.org/changeset/ports/315063
Log:
- do not treat warnings as erorrs to make it build against current version
of libarchive
- bump PORTREVISION (shared lib version chase)
Submitted by: glewis (by mail)
Modified:
head/sysutils/rdup/Makefile
head/sysutils/rdup/files/patch-GNUmakefile.in
Modified: head/sysutils/rdup/Makefile
==============================================================================
--- head/sysutils/rdup/Makefile Sat Mar 23 18:17:38 2013 (r315062)
+++ head/sysutils/rdup/Makefile Sat Mar 23 18:20:13 2013 (r315063)
@@ -3,6 +3,7 @@
PORTNAME= rdup
PORTVERSION= 1.1.14
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/
Modified: head/sysutils/rdup/files/patch-GNUmakefile.in
==============================================================================
--- head/sysutils/rdup/files/patch-GNUmakefile.in Sat Mar 23 18:17:38 2013 (r315062)
+++ head/sysutils/rdup/files/patch-GNUmakefile.in Sat Mar 23 18:20:13 2013 (r315063)
@@ -1,5 +1,5 @@
---- ./GNUmakefile.in.orig 2010-04-04 13:23:22.000000000 -0700
-+++ ./GNUmakefile.in 2010-04-08 20:21:36.000000000 -0700
+--- GNUmakefile.in.orig 2013-01-20 00:33:20.000000000 -0800
++++ GNUmakefile.in 2013-03-23 10:00:18.000000000 -0700
@@ -19,7 +19,7 @@
sbindir=@sbindir@
mandir=@mandir@
@@ -9,3 +9,12 @@
ARCHIVE_L=@ARCHIVE_L@
NETTLE_L=@NETTLE_L@
+@@ -28,7 +28,7 @@
+ GLIB_LIBS=@GLIB_LIBS@
+ LIBS=@LIBS@
+ DEBUG=@DEBUG@
+-CFLAGS=-Wall -W -Werror @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes
++CFLAGS=-Wall -W @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes
+ INSTALL=./install-sh -c
+ INSTALL_DATA=$(INSTALL) -m 644
+
More information about the svn-ports-all
mailing list