svn commit: r360087 - in head/x11/libsynaptics: . files

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 1 19:22:38 UTC 2014


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list