From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 19:22:38 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 42F72986; Tue, 1 Jul 2014 19:22:38 +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 3018B25CF; Tue, 1 Jul 2014 19:22:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61JMcRw051277; Tue, 1 Jul 2014 19:22:38 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61JMbwq051275; Tue, 1 Jul 2014 19:22:37 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407011922.s61JMbwq051275@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 1 Jul 2014 19:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360087 - in head/x11/libsynaptics: . files 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.18 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, 01 Jul 2014 19:22:38 -0000 Author: tijl Date: Tue Jul 1 19:22:37 2014 New Revision: 360087 URL: http://svnweb.freebsd.org/changeset/ports/360087 QAT: https://qat.redports.org/buildarchive/r360087/ Log: - USES=libtool tar:bzip2 - Remove pthread patches Deleted: head/x11/libsynaptics/files/patch-Makefile.in Modified: head/x11/libsynaptics/Makefile head/x11/libsynaptics/pkg-plist Modified: head/x11/libsynaptics/Makefile ============================================================================== --- head/x11/libsynaptics/Makefile Tue Jul 1 19:15:35 2014 (r360086) +++ head/x11/libsynaptics/Makefile Tue Jul 1 19:22:37 2014 (r360087) @@ -3,7 +3,7 @@ PORTNAME= libsynaptics PORTVERSION= 0.14.6b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://qsynaptics.sourceforge.net/ \ http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ @@ -11,7 +11,7 @@ MASTER_SITES= http://qsynaptics.sourcefo MAINTAINER= ports@FreeBSD.org COMMENT= Library to access the Xorg/XFree86 Synaptics TouchPad Driver -USE_BZIP2= yes +USES= libtool tar:bzip2 USE_LDCONFIG= yes USE_XORG= x11 GNU_CONFIGURE= yes @@ -19,8 +19,4 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's/%%PTHREAD_LIBS%%/${PTHREAD_LIBS}/g' \ - ${WRKSRC}/Makefile.in - .include Modified: head/x11/libsynaptics/pkg-plist ============================================================================== --- head/x11/libsynaptics/pkg-plist Tue Jul 1 19:15:35 2014 (r360086) +++ head/x11/libsynaptics/pkg-plist Tue Jul 1 19:22:37 2014 (r360087) @@ -8,7 +8,7 @@ include/synaptics/synparams.h include/synaptics/synshm.h include/synaptics/version.h lib/libsynaptics.a -lib/libsynaptics.la lib/libsynaptics.so lib/libsynaptics.so.0 +lib/libsynaptics.so.0.0.0 @dirrm include/synaptics