From 42da4e24d41ef057e5113b2bcbcf6c85cb6952ca Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Thu, 4 Jul 2013 22:04:48 +0000 Subject: - Fix compiling without gcc. (remove hardcoded 'gcc') - Change to new-type headers. - Replace all dead MASTER_SITES and WWW with working ones. PR: ports/179823 Submitted by: r4721@tormail.org Approved by: samm@os2.kiev.ua (maintainer) --- sysutils/ssync/Makefile | 12 ++++-------- sysutils/ssync/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'sysutils/ssync') diff --git a/sysutils/ssync/Makefile b/sysutils/ssync/Makefile index a9bc98dcd923..06bf65da9c36 100644 --- a/sysutils/ssync/Makefile +++ b/sysutils/ssync/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: ssync -# Date created: 23 March 2002 -# Whom: Andrew Shevtsov -# +# Created by: Andrew Shevtsov # $FreeBSD$ -# PORTNAME= ssync PORTVERSION= 2.3 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://mnmconsulting.org/ssync/ \ - ftp://ftp.netsw.org/system/tools/fileutils/install/ssync/ +MASTER_SITES= http://linuxfocus.org/~guido/ MAINTAINER= samm@os2.kiev.ua COMMENT= A minimalistic tool for keeping filesystems in synchronization @@ -26,7 +21,8 @@ post-patch: @${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ ${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c \ ${WRKSRC}/ssync.man - @${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" ${WRKSRC}/makefile + @${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" -e "/CC=gcc/d" -e "/LD=gcc/d" \ + -e 's@$$(LD)@$$(CC)@' ${WRKSRC}/makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ssync ${PREFIX}/bin/ssync diff --git a/sysutils/ssync/pkg-descr b/sysutils/ssync/pkg-descr index 639bec9dd7a1..89ebf113a7d0 100644 --- a/sysutils/ssync/pkg-descr +++ b/sysutils/ssync/pkg-descr @@ -4,4 +4,4 @@ low-resource comsumption and portability. It features a number of options to control how things are synchronized and under what conditions, as well as useful dry-run and verbose modes. -WWW: http://alcatraz.labs.agilent.com/shaffer/ssync/ +WWW: http://linuxfocus.org/~guido/endangered_software.html#ssync -- cgit v1.2.3