summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-27 17:08:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-27 17:08:56 +0000
commita24816a18fa219a408e96a5ef53b9044df0f7ca2 (patch)
treeb05f23fe71f6892046ceef10b3336ac04c965de2 /sysutils
parent- switch simple inline replacement from perl to sed (diff)
- Unbreak parallel builds (-jX) by fixing targets' dependencies
- Define LICENSE (GPLv3), improve on COMMENT - Convert USE_GMAKE to USES (gmake) - Drop GNU_CONFIGURE, USE_AUTOTOOLS implies it - Reformat port description (now perfectly aligned on both sides) Reported by: pointyhat-west
Notes
Notes: svn path=/head/; revision=323798
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rdup/Makefile15
-rw-r--r--sysutils/rdup/files/patch-GNUmakefile.in13
-rw-r--r--sysutils/rdup/pkg-descr14
3 files changed, 27 insertions, 15 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile
index 65b22c37f258..7b4df2f4e3e9 100644
--- a/sysutils/rdup/Makefile
+++ b/sysutils/rdup/Makefile
@@ -1,4 +1,4 @@
-# Created by: corky1951@comcast.net
+# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= rdup
@@ -8,23 +8,22 @@ CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/
MAINTAINER= rm@FreeBSD.org
-COMMENT= Tool to generate an (incremental) backup file list
+COMMENT= Tool to generate (incremental) backup file list
+
+LICENSE= GPLv3
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \
pcre:${PORTSDIR}/devel/pcre \
archive:${PORTSDIR}/archivers/libarchive \
nettle:${PORTSDIR}/security/nettle
+USES= gmake pkgconfig
USE_BZIP2= yes
-
USE_AUTOTOOLS= autoconf
-USES= pkgconfig
-GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
-
-USE_GMAKE= yes
MAKEFILE= GNUmakefile
+LDFLAGS+= -L${LOCALBASE}/lib
+
PLIST_FILES= bin/rdup \
bin/rdup-simple \
bin/rdup-tr \
diff --git a/sysutils/rdup/files/patch-GNUmakefile.in b/sysutils/rdup/files/patch-GNUmakefile.in
index 6a5a526e3cd3..909ab1f97e41 100644
--- a/sysutils/rdup/files/patch-GNUmakefile.in
+++ b/sysutils/rdup/files/patch-GNUmakefile.in
@@ -18,3 +18,16 @@
INSTALL=./install-sh -c
INSTALL_DATA=$(INSTALL) -m 644
+@@ -56,10 +56,10 @@
+ ${GCC} ${OBJ} ${GLIB_LIBS} ${LDFLAGS} ${LIBS} -o rdup
+
+ ifeq (${ARCHIVE_L},no)
+-strip:
++strip: rdup rdup-up
+ strip rdup rdup-up
+ else
+-strip:
++strip: rdup rdup-tr rdup-up
+ strip rdup rdup-tr rdup-up
+ endif
+
diff --git a/sysutils/rdup/pkg-descr b/sysutils/rdup/pkg-descr
index e4537e615489..c6a0d74295cd 100644
--- a/sysutils/rdup/pkg-descr
+++ b/sysutils/rdup/pkg-descr
@@ -1,10 +1,10 @@
-rdup is a utility inspired by rsync and the Plan9 way of doing backups.
+rdup is an utility inspired by rsync and the Plan9 way of doing backups.
-rdup itself does not backup anything; it only prints a list of the names of
-files that have changed since the last backup. It also handles files that are
-removed, allowing for correct incremental backups.
+rdup itself does not backup anything; it only prints a list of the names
+of files that have changed since the last backup. It also handles files
+that are removed, allowing for correct incremental backups.
-An example script named rdup-simple is included to show how to implement a
-simple snapshot-style backup strategy.
+An example script named rdup-simple is included to show how to implement
+a simple snapshot-style backup strategy.
-WWW: http://miek.nl/projects/rdup
+WWW: http://miek.nl/projects/rdup/