Date: Mon, 3 Feb 2014 13:38:58 +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: r342436 - in head: editors/bpatch graphics/sage x11-servers/x2vnc Message-ID: <201402031338.s13Dcwd1094289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 3 13:38:57 2014 New Revision: 342436 URL: http://svnweb.freebsd.org/changeset/ports/342436 QAT: https://qat.redports.org/buildarchive/r342436/ Log: - Stage support Modified: head/editors/bpatch/Makefile head/graphics/sage/Makefile head/graphics/sage/pkg-plist head/x11-servers/x2vnc/Makefile Modified: head/editors/bpatch/Makefile ============================================================================== --- head/editors/bpatch/Makefile Mon Feb 3 13:38:32 2014 (r342435) +++ head/editors/bpatch/Makefile Mon Feb 3 13:38:57 2014 (r342436) @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= A hex editor that doesn't load the whole file at once -MAN1= bpatch.1 NO_WRKSUBDIR= yes -PLIST_FILES= bin/bpatch +PLIST_FILES= bin/bpatch \ + man/man1/bpatch.1.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/sage/Makefile ============================================================================== --- head/graphics/sage/Makefile Mon Feb 3 13:38:32 2014 (r342435) +++ head/graphics/sage/Makefile Mon Feb 3 13:38:57 2014 (r342436) @@ -17,11 +17,8 @@ USES= pathfix USE_LDCONFIG= yes USE_SDL= sdl -MAN3= sage.3 sage_init.3 - CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure Modified: head/graphics/sage/pkg-plist ============================================================================== --- head/graphics/sage/pkg-plist Mon Feb 3 13:38:32 2014 (r342435) +++ head/graphics/sage/pkg-plist Mon Feb 3 13:38:57 2014 (r342436) @@ -8,5 +8,7 @@ include/sage/sage_fptr.h include/sage/GL.h include/sage/GLU.h include/sage/header.h +man/man3/sage.3.gz +man/man3/sage_init.3.gz @dirrm include/sage libdata/pkgconfig/sage.pc Modified: head/x11-servers/x2vnc/Makefile ============================================================================== --- head/x11-servers/x2vnc/Makefile Mon Feb 3 13:38:32 2014 (r342435) +++ head/x11-servers/x2vnc/Makefile Mon Feb 3 13:38:57 2014 (r342436) @@ -16,8 +16,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm -MAN1= x2vnc.1 -PLIST_FILES= bin/x2vnc -NO_STAGE= yes +PLIST_FILES= bin/x2vnc \ + man/man1/x2vnc.1.gz + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402031338.s13Dcwd1094289>