From owner-svn-ports-all@freebsd.org Mon Dec 28 14:02:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED2F3A54889; Mon, 28 Dec 2015 14:02:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6A701EAB; Mon, 28 Dec 2015 14:02:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSE1xSU013922; Mon, 28 Dec 2015 14:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSE1xJ2013920; Mon, 28 Dec 2015 14:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512281401.tBSE1xJ2013920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Dec 2015 14:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404631 - head/x11/3ddesktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 14:02:01 -0000 Author: amdmi3 Date: Mon Dec 28 14:01:59 2015 New Revision: 404631 URL: https://svnweb.freebsd.org/changeset/ports/404631 Log: - Switch to USES=localbase - Switch to options helpers - Fix WWW: Modified: head/x11/3ddesktop/Makefile head/x11/3ddesktop/pkg-descr Modified: head/x11/3ddesktop/Makefile ============================================================================== --- head/x11/3ddesktop/Makefile Mon Dec 28 13:21:47 2015 (r404630) +++ head/x11/3ddesktop/Makefile Mon Dec 28 14:01:59 2015 (r404631) @@ -12,6 +12,7 @@ COMMENT= 3D Virtual Desktop Switcher LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 +USES= localbase USE_XORG= xmu USE_GL= glut GNU_CONFIGURE= yes @@ -21,10 +22,10 @@ PLIST_FILES= bin/3ddesk bin/3ddeskd etc/ %%DATADIR%%/digits.bmp \ man/man1/3ddesk.1.gz man/man1/3ddeskd.1.gz -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -pthread -LDFLAGS+= -L${LOCALBASE}/lib -pthread +CPPFLAGS+= -DHAVE_DECL_GETOPT -pthread +LDFLAGS+= -pthread -.include +OPTIONS_DEFINE= DOCS post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @@ -34,8 +35,8 @@ post-patch: s|@AUTOHEADER@|${TRUE}|g ; \ s|@AUTOMAKE@|${TRUE}|g' -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README README.windowmanagers ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/x11/3ddesktop/pkg-descr ============================================================================== --- head/x11/3ddesktop/pkg-descr Mon Dec 28 13:21:47 2015 (r404630) +++ head/x11/3ddesktop/pkg-descr Mon Dec 28 14:01:59 2015 (r404631) @@ -2,4 +2,4 @@ a seamless 3-Dimensional environment. Impress your friends, and slow down your desktop... all at the same time! -WWW: http://desk3d.sourceforge.net +WWW: http://desk3d.sourceforge.net/