Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 22:51:01 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333161 - in head/net: unison unison-devel
Message-ID:  <201311072251.rA7Mp103093635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Nov  7 22:51:01 2013
New Revision: 333161
URL: http://svnweb.freebsd.org/changeset/ports/333161

Log:
  - Fix build with DOCS option disabled [1]
  - Remove dependency on desktop-file-utils, we do not install MIME
    types. [2]
  
  PR:		ports/183703 [1]
  Submitted by:	Me [1]
  Noticed by:	mandree [2]

Modified:
  head/net/unison-devel/Makefile
  head/net/unison/Makefile

Modified: head/net/unison-devel/Makefile
==============================================================================
--- head/net/unison-devel/Makefile	Thu Nov  7 22:35:19 2013	(r333160)
+++ head/net/unison-devel/Makefile	Thu Nov  7 22:51:01 2013	(r333161)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unison
 PORTVERSION=	2.45.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
 PKGNAMESUFFIX=	-devel
@@ -22,6 +22,10 @@ WANT_GNOME=	yes
 MAKE_ARGS=	CFLAGS=""
 CONFLICTS=	unison-[0-9]* unison-nox11-[0-9]*
 
+DOCS=		BUGS.txt NEWS README
+EXTRA_DOCS=	unison-${PORTVERSION}-manual.html \
+		unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps
+
 OPTIONS_DEFINE=	DOCS X11
 OPTIONS_DEFAULT=	DOCS X11
 
@@ -30,12 +34,6 @@ ALL_TARGET=	unison all
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-DOCS=		BUGS.txt NEWS README
-EXTRA_DOCS=	unison-${PORTVERSION}-manual.html \
-		unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps
-.endif
-
 .if ${PORT_OPTIONS:MX11}
 MAKE_ARGS+=	UISTYLE=gtk2
 PLIST_SUB+=	TEXT=""
@@ -45,7 +43,6 @@ BUILD_DEPENDS+=	ocamlc:${PORTSDIR}/lang/
 RUN_DEPENDS+=	lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
 PATCH_DEPENDS+=	${BUILD_DEPENDS}
 CONFLICTS+=	ocaml-nox11*
-USE_GNOME=	desktopfileutils
 SUB_FILES+=	${PORTNAME}.desktop
 PLIST_FILES+=	share/pixmaps/${PORTNAME}.png
 .else
@@ -82,7 +79,6 @@ post-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
 	@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
-	@-update-desktop-database > /dev/null
 	@${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 .endif
 

Modified: head/net/unison/Makefile
==============================================================================
--- head/net/unison/Makefile	Thu Nov  7 22:35:19 2013	(r333160)
+++ head/net/unison/Makefile	Thu Nov  7 22:51:01 2013	(r333161)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unison
 PORTVERSION=	2.40.102
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
 DISTFILES=	${EXTRACT_ONLY} ${EXTRA_DOCS}
@@ -24,17 +24,15 @@ CONFLICTS?=	unison-devel-[0-9]* unison-n
 MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	unison all
 
+DOCS=		BUGS.txt NEWS README
+EXTRA_DOCS=	unison-${PORTVERSION}-manual.html \
+		unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps
+
 OPTIONS_DEFINE= DOCS X11
 OPTIONS_DEFAULT?=        DOCS X11
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-DOCS=		BUGS.txt NEWS README
-EXTRA_DOCS=	unison-${PORTVERSION}-manual.html \
-		unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps
-.endif
-
 .if ${PORT_OPTIONS:MX11}
 MAKE_ARGS+=	UISTYLE=gtk2
 PLIST_SUB+=	TEXT=""
@@ -44,7 +42,6 @@ BUILD_DEPENDS+=	ocamlc:${PORTSDIR}/lang/
 RUN_DEPENDS+=	lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
 PATCH_DEPENDS+=	${BUILD_DEPENDS}
 CONFLICTS+=	ocaml-nox11*
-USE_GNOME=	desktopfileutils
 SUB_FILES+=	${PORTNAME}.desktop
 PLIST_FILES+=	share/pixmaps/${PORTNAME}.png
 .else
@@ -78,7 +75,6 @@ post-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
 	@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
-	@-update-desktop-database > /dev/null
 	@${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311072251.rA7Mp103093635>