From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 00:56:25 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 C931EB1B; Wed, 9 Apr 2014 00:56:25 +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 B5D981FF7; Wed, 9 Apr 2014 00:56:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s390uP5L033234; Wed, 9 Apr 2014 00:56:25 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s390uP8X033233; Wed, 9 Apr 2014 00:56:25 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201404090056.s390uP8X033233@svn.freebsd.org> From: Glen Barber Date: Wed, 9 Apr 2014 00:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350654 - head/print/cups-base 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: Wed, 09 Apr 2014 00:56:25 -0000 Author: gjb Date: Wed Apr 9 00:56:25 2014 New Revision: 350654 URL: http://svnweb.freebsd.org/changeset/ports/350654 QAT: https://qat.redports.org/buildarchive/r350654/ Log: Remove an unused configure flag. configure: WARNING: unrecognized options: --disable-slp Sponsored by: The FreeBSD Foundation Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Wed Apr 9 00:28:07 2014 (r350653) +++ head/print/cups-base/Makefile Wed Apr 9 00:56:25 2014 (r350654) @@ -28,7 +28,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DSOFLAGS= -Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib ${LDFLAGS} CONFIGURE_ENV= DSOFLAGS="${DSOFLAGS}" CONFIGURE_ARGS+= --localstatedir=/var \ - --disable-slp \ --disable-gssapi \ --with-cups-user=${USERS} \ --with-cups-group=${GROUPS} \