From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 14:08:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C891106564A; Fri, 14 Sep 2012 14:08:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EC0758FC14; Fri, 14 Sep 2012 14:08:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EE8Oj1036844; Fri, 14 Sep 2012 14:08:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EE8O0q036842; Fri, 14 Sep 2012 14:08:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209141408.q8EE8O0q036842@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 14 Sep 2012 14:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304271 - head/www/linuxpluginwrapper X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Sep 2012 14:08:25 -0000 Author: bapt Date: Fri Sep 14 14:08:24 2012 New Revision: 304271 URL: http://svn.freebsd.org/changeset/ports/304271 Log: - USE_XLIB has gone from the Mk/bsd.*.mk the macro doesn't have any effect anymore, remove it Modified: head/www/linuxpluginwrapper/Makefile Modified: head/www/linuxpluginwrapper/Makefile ============================================================================== --- head/www/linuxpluginwrapper/Makefile Fri Sep 14 13:48:36 2012 (r304270) +++ head/www/linuxpluginwrapper/Makefile Fri Sep 14 14:08:24 2012 (r304271) @@ -37,7 +37,6 @@ ONLY_FOR_ARCHS= i386 MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" CONFLICTS= flashpluginwrapper-* -USE_XLIB= yes PLIST_SUB= LINUXBASE=${LINUXBASE} PKGMESSAGE= ${WRKDIR}/pkg-message .if !defined(WITH_PLUGINS)