From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 00:41:42 2014 Return-Path: Delivered-To: svn-ports-all@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 D8CA2EBF; Fri, 25 Apr 2014 00:41:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB8E014ED; Fri, 25 Apr 2014 00:41:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P0fgsA029218; Fri, 25 Apr 2014 00:41:42 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3P0fgvV029216; Fri, 25 Apr 2014 00:41:42 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201404250041.s3P0fgvV029216@svn.freebsd.org> From: Sean Bruno Date: Fri, 25 Apr 2014 00:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352081 - head/audio/shout-idjc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 00:41:42 -0000 Author: sbruno (src committer) Date: Fri Apr 25 00:41:41 2014 New Revision: 352081 URL: http://svnweb.freebsd.org/changeset/ports/352081 QAT: https://qat.redports.org/buildarchive/r352081/ Log: Apply patch from tijl@ to resolve a lot of issues with the port: - HAS_CONFIGURE -> GNU_CONFIGURE - USES=libtool. - DOCS option. - Remove GCC requirement. (In audio/idjc it is replaced with USES=compiler:nestedfct) Submitted by: tilj@ Modified: head/audio/shout-idjc/Makefile head/audio/shout-idjc/pkg-plist Modified: head/audio/shout-idjc/Makefile ============================================================================== --- head/audio/shout-idjc/Makefile Thu Apr 24 23:43:22 2014 (r352080) +++ head/audio/shout-idjc/Makefile Fri Apr 25 00:41:41 2014 (r352081) @@ -3,7 +3,7 @@ PORTNAME= libshout-idjc PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= SF/idjc/libshout-idjc/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -18,21 +18,15 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR libogg.so:${PORTSDIR}/audio/libogg \ libspeex.so:${PORTSDIR}/audio/speex -HAS_CONFIGURE= yes -USES= pkgconfig pathfix +GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= no +OPTIONS_DEFINE= DOCS -.include +MAKE_JOBS_UNSAFE= yes -.if ${OSVERSION} < 900000 -BROKEN= audio/shout-idjc IPv6 problem on compile in sock.c -.endif +post-patch: + @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure -# 10 and higer seem to be fine -.if ${OSVERSION} < 1000000 -USE_GCC= 4.6+ -.endif - -.include +.include Modified: head/audio/shout-idjc/pkg-plist ============================================================================== --- head/audio/shout-idjc/pkg-plist Thu Apr 24 23:43:22 2014 (r352080) +++ head/audio/shout-idjc/pkg-plist Fri Apr 25 00:41:41 2014 (r352081) @@ -1,12 +1,11 @@ include/shoutidjc/shout.h lib/libshout-idjc.a -lib/libshout-idjc.la lib/libshout-idjc.so -lib/libshout-idjc.so.5 +lib/libshout-idjc.so.3 +lib/libshout-idjc.so.3.2.0 libdata/pkgconfig/shout-idjc.pc -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -@dirrmtry %%DOCSDIR%% -@dirrmtry libdata/pkgconfig +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry include/shoutidjc