From owner-svn-ports-head@freebsd.org Tue Oct 13 20:07:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44880A12C3A; Tue, 13 Oct 2015 20:07:56 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F29FF10D8; Tue, 13 Oct 2015 20:07:55 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DK7s3T049382; Tue, 13 Oct 2015 20:07:54 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DK7scK049375; Tue, 13 Oct 2015 20:07:54 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201510132007.t9DK7scK049375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Tue, 13 Oct 2015 20:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399214 - in head: archivers/gcpio archivers/gtar audio/flac audio/libao audio/libogg audio/libvorbis audio/opus 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.20 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: Tue, 13 Oct 2015 20:07:56 -0000 Author: naddy Date: Tue Oct 13 20:07:54 2015 New Revision: 399214 URL: https://svnweb.freebsd.org/changeset/ports/399214 Log: Use the new test framework in my ports, if applicable. While here, also strip more libraries. Modified: head/archivers/gcpio/Makefile head/archivers/gtar/Makefile head/audio/flac/Makefile head/audio/libao/Makefile head/audio/libogg/Makefile head/audio/libvorbis/Makefile head/audio/opus/Makefile Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/archivers/gcpio/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ --with-rmt=/etc/rmt +TEST_TARGET= check INFO= cpio @@ -28,7 +29,4 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/archivers/gtar/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -27,6 +27,10 @@ CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 # supply result to skip a test that will abort configure if run as root CONFIGURE_ENV+= gl_cv_func_mknod_works=yes +# Tests 161 163 are known to fail because path resolution of ".." +# in a removed directory fails. +#TEST_TARGET= check + OPTIONS_DEFINE= NLS STATIC OPTIONS_SUB= yes @@ -39,10 +43,4 @@ STATIC_CONFIGURE_ENV= SHLIBEXT="" STATIC_VARS= STATIC_ARGS=build STATIC_VARS_OFF= STATIC_ARGS=lib -# Tests 161 163 are known to fail because path resolution of ".." -# in a removed directory fails. - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/audio/flac/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -3,6 +3,7 @@ PORTNAME= flac PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/flac/ @@ -21,6 +22,8 @@ CONFIGURE_ARGS= --enable-static \ --disable-silent-rules \ --disable-thorough-tests \ --disable-xmms-plugin +INSTALL_TARGET= install-strip +TEST_TARGET= check .include @@ -34,7 +37,4 @@ post-install: ${STAGEDIR}${PREFIX}/man/man1/flac.1 ${RM} ${STAGEDIR}${PREFIX}/man/man1/flac.1.bak -regression-test: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include Modified: head/audio/libao/Makefile ============================================================================== --- head/audio/libao/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/audio/libao/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -3,7 +3,7 @@ PORTNAME= libao PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ao/ @@ -15,6 +15,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static \ --disable-arts +INSTALL_TARGET= install-strip + # do not install MAKE_ARGS= ckport_DATA="" Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/audio/libogg/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -15,13 +15,11 @@ USES= libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check OPTIONS_DEFINE= DOCS post-stage: ${LN} -s libogg.so.0 ${STAGEDIR}${PREFIX}/lib/libogg.so.8 -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/audio/libvorbis/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -18,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALL_TARGET= install-strip +TEST_TARGET= check OPTIONS_DEFINE= DOCS @@ -26,7 +27,4 @@ post-stage: ${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4 ${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6 -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Tue Oct 13 19:31:43 2015 (r399213) +++ head/audio/opus/Makefile Tue Oct 13 20:07:54 2015 (r399214) @@ -2,7 +2,7 @@ PORTNAME= opus PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus @@ -21,9 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-maintainer-mode \ --disable-doc # requires doxygen - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check +INSTALL_TARGET= install-strip +TEST_TARGET= check .include