From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 16:03:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3566E278; Sun, 2 Feb 2014 16:03:29 +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 15C0A1702; Sun, 2 Feb 2014 16:03:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12G3Sqo016575; Sun, 2 Feb 2014 16:03:28 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12G3RYM016568; Sun, 2 Feb 2014 16:03:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402021603.s12G3RYM016568@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 16:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342324 - in head: mail/xmail misc/hello multimedia/smpeg 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: Sun, 02 Feb 2014 16:03:29 -0000 Author: miwi Date: Sun Feb 2 16:03:27 2014 New Revision: 342324 URL: http://svnweb.freebsd.org/changeset/ports/342324 QAT: https://qat.redports.org/buildarchive/r342324/ Log: - Stage support Modified: head/mail/xmail/Makefile head/mail/xmail/pkg-plist head/misc/hello/Makefile head/misc/hello/pkg-plist head/multimedia/smpeg/Makefile head/multimedia/smpeg/pkg-plist Modified: head/mail/xmail/Makefile ============================================================================== --- head/mail/xmail/Makefile Sun Feb 2 16:02:58 2014 (r342323) +++ head/mail/xmail/Makefile Sun Feb 2 16:03:27 2014 (r342324) @@ -14,7 +14,5 @@ COMMENT= X-based interface to the Berkel USES= imake USE_XORG= xbitmaps xaw -MAN1= xmail.1 -NO_STAGE= yes .include Modified: head/mail/xmail/pkg-plist ============================================================================== --- head/mail/xmail/pkg-plist Sun Feb 2 16:02:58 2014 (r342323) +++ head/mail/xmail/pkg-plist Sun Feb 2 16:03:27 2014 (r342324) @@ -1,2 +1,3 @@ bin/xmail lib/X11/app-defaults/XMail +man/man1/xmail.1.gz Modified: head/misc/hello/Makefile ============================================================================== --- head/misc/hello/Makefile Sun Feb 2 16:02:58 2014 (r342323) +++ head/misc/hello/Makefile Sun Feb 2 16:03:27 2014 (r342324) @@ -14,10 +14,8 @@ USES= charsetfix perl5 USE_PERL5= build GNU_CONFIGURE= YES -MAN1= hello.1 INFO= hello -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/misc/hello/pkg-plist ============================================================================== --- head/misc/hello/pkg-plist Sun Feb 2 16:02:58 2014 (r342323) +++ head/misc/hello/pkg-plist Sun Feb 2 16:03:27 2014 (r342324) @@ -41,3 +41,4 @@ bin/hello %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo +man/man1/hello.1.gz Modified: head/multimedia/smpeg/Makefile ============================================================================== --- head/multimedia/smpeg/Makefile Sun Feb 2 16:02:58 2014 (r342323) +++ head/multimedia/smpeg/Makefile Sun Feb 2 16:03:27 2014 (r342324) @@ -13,7 +13,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free MPEG1 video player library with sound support USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_SDL= sdl USE_LDCONFIG= yes @@ -28,9 +28,6 @@ CONFIGURE_ARGS= --disable-opengl-player --disable-gtk-player \ --enable-mmx -MAN1= gtv.1 plaympeg.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure Modified: head/multimedia/smpeg/pkg-plist ============================================================================== --- head/multimedia/smpeg/pkg-plist Sun Feb 2 16:02:58 2014 (r342323) +++ head/multimedia/smpeg/pkg-plist Sun Feb 2 16:03:27 2014 (r342324) @@ -16,4 +16,6 @@ lib/libsmpeg.la lib/libsmpeg.so lib/libsmpeg.so.1 share/aclocal/smpeg.m4 +man/man1/gtv.1.gz +man/man1/plaympeg.1.gz @dirrm include/smpeg