From owner-svn-ports-head@FreeBSD.ORG Sat Dec 7 05:07:43 2013 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 4853DE23; Sat, 7 Dec 2013 05:07:43 +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 349A51297; Sat, 7 Dec 2013 05:07:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB757hNV095664; Sat, 7 Dec 2013 05:07:43 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB757gxj095661; Sat, 7 Dec 2013 05:07:42 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312070507.rB757gxj095661@svn.freebsd.org> From: Dirk Meyer Date: Sat, 7 Dec 2013 05:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335808 - in head: multimedia/replex net/tinyldap 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: Sat, 07 Dec 2013 05:07:43 -0000 Author: dinoex Date: Sat Dec 7 05:07:42 2013 New Revision: 335808 URL: http://svnweb.freebsd.org/changeset/ports/335808 Log: - add USES=gmake Modified: head/multimedia/replex/Makefile head/net/tinyldap/Makefile Modified: head/multimedia/replex/Makefile ============================================================================== --- head/multimedia/replex/Makefile Sat Dec 7 05:06:24 2013 (r335807) +++ head/multimedia/replex/Makefile Sat Dec 7 05:07:42 2013 (r335808) @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Remultiplex an MPEG2 TS into a PS for DVD -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CFLAGS="${CFLAGS}" DEFINES="${CPPFLAGS} -DO_LARGEFILE=0 \ -DVERSION=\\\"$(PORTVERSION)\\\"" LIBS="${LDFLAGS}" PLIST_FILES= bin/replex Modified: head/net/tinyldap/Makefile ============================================================================== --- head/net/tinyldap/Makefile Sat Dec 7 05:06:24 2013 (r335807) +++ head/net/tinyldap/Makefile Sat Dec 7 05:07:42 2013 (r335808) @@ -15,8 +15,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfa LICENSE= GPLv2 SNAPSHOT= 20091122 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DATTRIBS=512 SBINFILES= acl addindex bindrequest dumpacls dumpidx idx2ldif parse \