Date: Sun, 2 Feb 2014 16:03:27 +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: r342324 - in head: mail/xmail misc/hello multimedia/smpeg Message-ID: <201402021603.s12G3RYM016568@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021603.s12G3RYM016568>