From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 13:38:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14DC6107; Mon, 3 Feb 2014 13:38:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAABD190C; Mon, 3 Feb 2014 13:38:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13Dcwkg094293; Mon, 3 Feb 2014 13:38:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13Dcwd1094289; Mon, 3 Feb 2014 13:38:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031338.s13Dcwd1094289@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 13:38:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 13:38:59 -0000 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 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