svn commit: r342291 - in head/deskutils: multisync multisync-backup multisync-syncml

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 13:47:57 UTC 2014


Author: antoine
Date: Sun Feb  2 13:47:56 2014
New Revision: 342291
URL: http://svnweb.freebsd.org/changeset/ports/342291
QAT: https://qat.redports.org/buildarchive/r342291/

Log:
  Stage support

Modified:
  head/deskutils/multisync-backup/Makefile
  head/deskutils/multisync-syncml/Makefile
  head/deskutils/multisync/Makefile

Modified: head/deskutils/multisync-backup/Makefile
==============================================================================
--- head/deskutils/multisync-backup/Makefile	Sun Feb  2 13:43:26 2014	(r342290)
+++ head/deskutils/multisync-backup/Makefile	Sun Feb  2 13:47:56 2014	(r342291)
@@ -16,5 +16,4 @@ WRKSRC=		${WRKDIR}/multisync-${PORTVERSI
 
 MASTERDIR=	${.CURDIR}/../multisync
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/deskutils/multisync-syncml/Makefile
==============================================================================
--- head/deskutils/multisync-syncml/Makefile	Sun Feb  2 13:43:26 2014	(r342290)
+++ head/deskutils/multisync-syncml/Makefile	Sun Feb  2 13:47:56 2014	(r342291)
@@ -16,5 +16,4 @@ WRKSRC=		${WRKDIR}/multisync-${PORTVERSI
 
 MASTERDIR=	${.CURDIR}/../multisync
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/deskutils/multisync/Makefile
==============================================================================
--- head/deskutils/multisync/Makefile	Sun Feb  2 13:43:26 2014	(r342290)
+++ head/deskutils/multisync/Makefile	Sun Feb  2 13:47:56 2014	(r342291)
@@ -14,14 +14,13 @@ COMMENT?=	Synchronize calendars, address
 WRKSRC?=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 WRKSRCMASTER=	${WRKDIR}/multisync-${PORTVERSION}
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack gnomeprefix libgnomeui
-USES=		gmake pkgconfig
+USE_GNOME=	gnomeprefix libgnomeui
+USES=		gmake pathfix pkgconfig
 USE_AUTOTOOLS=	automake:env libtool
 CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 pre-configure:
 	@${FIND} ${WRKDIR} -type l -delete
 .for FILE in missing install-sh mkinstalldirs config.guess config.sub depcomp


More information about the svn-ports-head mailing list