From owner-svn-ports-all@FreeBSD.ORG Tue Jan 7 06:57:41 2014 Return-Path: Delivered-To: svn-ports-all@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 D7D4EFBA; Tue, 7 Jan 2014 06:57:41 +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 C32F9174E; Tue, 7 Jan 2014 06:57:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s076vfUS070281; Tue, 7 Jan 2014 06:57:41 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s076vfuU070275; Tue, 7 Jan 2014 06:57:41 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201401070657.s076vfuU070275@svn.freebsd.org> From: Dirk Meyer Date: Tue, 7 Jan 2014 06:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338975 - in head: audio/mp3gain irc/xchat-fish irc/xchat-mircryption 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: Tue, 07 Jan 2014 06:57:41 -0000 Author: dinoex Date: Tue Jan 7 06:57:40 2014 New Revision: 338975 URL: http://svnweb.freebsd.org/changeset/ports/338975 Log: - USES=dos2unix Modified: head/audio/mp3gain/Makefile head/irc/xchat-fish/Makefile head/irc/xchat-mircryption/Makefile Modified: head/audio/mp3gain/Makefile ============================================================================== --- head/audio/mp3gain/Makefile Tue Jan 7 06:02:26 2014 (r338974) +++ head/audio/mp3gain/Makefile Tue Jan 7 06:57:40 2014 (r338975) @@ -15,7 +15,7 @@ LICENSE= LGPL21 USES= uidfix USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix NO_WRKSUBDIR= yes PLIST_FILES= bin/mp3gain Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Tue Jan 7 06:02:26 2014 (r338974) +++ head/irc/xchat-fish/Makefile Tue Jan 7 06:57:40 2014 (r338975) @@ -18,8 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmirac RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat USE_ZIP= yes +USES= dos2unix NO_WRKSUBDIR= yes -USE_DOS2UNIX= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/irc/xchat-mircryption/Makefile ============================================================================== --- head/irc/xchat-mircryption/Makefile Tue Jan 7 06:02:26 2014 (r338974) +++ head/irc/xchat-mircryption/Makefile Tue Jan 7 06:57:40 2014 (r338975) @@ -17,7 +17,7 @@ COMMENT= A free encryption add-on for th RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes