Date: Sun, 26 Jan 2014 14:07:34 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341177 - in head/x11-fm: tdfsb xcruise xplore Message-ID: <201401261407.s0QE7Ykr062167@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 26 14:07:33 2014 New Revision: 341177 URL: http://svnweb.freebsd.org/changeset/ports/341177 QAT: https://qat.redports.org/buildarchive/r341177/ Log: - Stage support Modified: head/x11-fm/tdfsb/Makefile head/x11-fm/xcruise/Makefile head/x11-fm/xcruise/pkg-plist head/x11-fm/xplore/Makefile head/x11-fm/xplore/pkg-plist Modified: head/x11-fm/tdfsb/Makefile ============================================================================== --- head/x11-fm/tdfsb/Makefile Sun Jan 26 14:06:33 2014 (r341176) +++ head/x11-fm/tdfsb/Makefile Sun Jan 26 14:07:33 2014 (r341177) @@ -29,7 +29,6 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --li `${LOCALBASE}/bin/smpeg-config --libs` \ -L ${LOCALBASE}/lib -lGLU -lglut -lm -NO_STAGE= yes .include <bsd.port.pre.mk> do-build: @@ -37,10 +36,10 @@ do-build: -o ${PORTNAME} ${LDFLAGS}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> Modified: head/x11-fm/xcruise/Makefile ============================================================================== --- head/x11-fm/xcruise/Makefile Sun Jan 26 14:06:33 2014 (r341176) +++ head/x11-fm/xcruise/Makefile Sun Jan 26 14:07:33 2014 (r341177) @@ -3,7 +3,7 @@ PORTNAME= xcruiser PORTVERSION= 0.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,11 +12,9 @@ COMMENT= Navigate through a three-dimens USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAN1= xcruiser.1 -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/share/doc/xcruise - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xcruise + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xcruise .include <bsd.port.mk> Modified: head/x11-fm/xcruise/pkg-plist ============================================================================== --- head/x11-fm/xcruise/pkg-plist Sun Jan 26 14:06:33 2014 (r341176) +++ head/x11-fm/xcruise/pkg-plist Sun Jan 26 14:07:33 2014 (r341177) @@ -1,4 +1,5 @@ bin/xcruiser share/doc/xcruise/README lib/X11/app-defaults/XCruiser +man/man1/xcruiser.1.gz @dirrm share/doc/xcruise Modified: head/x11-fm/xplore/Makefile ============================================================================== --- head/x11-fm/xplore/Makefile Sun Jan 26 14:06:33 2014 (r341176) +++ head/x11-fm/xplore/Makefile Sun Jan 26 14:07:33 2014 (r341177) @@ -3,7 +3,7 @@ PORTNAME= xplore PORTVERSION= 1.2a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ @@ -17,9 +17,6 @@ USE_XORG= xpm MAKE_JOBS_UNSAFE=yes CFLAGS+= -Wno-return-type -MAN1= xplore.1 xploretype.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc Modified: head/x11-fm/xplore/pkg-plist ============================================================================== --- head/x11-fm/xplore/pkg-plist Sun Jan 26 14:06:33 2014 (r341176) +++ head/x11-fm/xplore/pkg-plist Sun Jan 26 14:07:33 2014 (r341177) @@ -333,6 +333,8 @@ lib/X11/xplore/schemes/Xplore.ad lib/X11/xplore/setup lib/X11/xplore/startup lib/X11/xplore/system.xplorerc +man/man1/xplore.1.gz +man/man1/xploretype.1.gz @dirrm lib/X11/xplore/shelf/Trash @dirrm lib/X11/xplore/shelf/Programs @dirrm lib/X11/xplore/shelf/Desk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261407.s0QE7Ykr062167>