From owner-svn-ports-head@FreeBSD.ORG Sat Jul 5 16:53:06 2014 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 A763F7BC; Sat, 5 Jul 2014 16:53:06 +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 9418229C1; Sat, 5 Jul 2014 16:53:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65Gr6tN046765; Sat, 5 Jul 2014 16:53:06 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65Gr5s6046761; Sat, 5 Jul 2014 16:53:05 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407051653.s65Gr5s6046761@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 5 Jul 2014 16:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360775 - in head/sysutils: lineak-defaultplugin lineak-xosdplugin lineakd 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.18 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, 05 Jul 2014 16:53:06 -0000 Author: tijl Date: Sat Jul 5 16:53:05 2014 New Revision: 360775 URL: http://svnweb.freebsd.org/changeset/ports/360775 QAT: https://qat.redports.org/buildarchive/r360775/ Log: - Convert to USES=libtool - Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because -fno-check-new is not supported by Clang and that causes the -fPIC configure test to fail. Modified: head/sysutils/lineak-defaultplugin/Makefile head/sysutils/lineak-xosdplugin/Makefile head/sysutils/lineakd/Makefile head/sysutils/lineakd/pkg-plist Modified: head/sysutils/lineak-defaultplugin/Makefile ============================================================================== --- head/sysutils/lineak-defaultplugin/Makefile Sat Jul 5 16:38:48 2014 (r360774) +++ head/sysutils/lineak-defaultplugin/Makefile Sat Jul 5 16:53:05 2014 (r360775) @@ -3,7 +3,7 @@ PORTNAME= lineak-defaultplugin PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -13,21 +13,16 @@ COMMENT= Default plugins for lineakd LICENSE= GPLv2 -LIB_DEPENDS= lineak:${PORTSDIR}/sysutils/lineakd +LIB_DEPENDS= liblineak.so:${PORTSDIR}/sysutils/lineakd -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes +USES= gmake libtool USE_XORG= x11 xext xt xtst xfixes -USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --program-prefix='' -PLIST_FILES= lib/lineakd/plugins/defaultplugin.a \ - lib/lineakd/plugins/defaultplugin.la \ - lib/lineakd/plugins/defaultplugin.so \ - lib/lineakd/plugins/mediadetectplugin.a \ - lib/lineakd/plugins/mediadetectplugin.la \ +PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \ lib/lineakd/plugins/mediadetectplugin.so \ man/man1/lineak_defaultplugin.1.gz \ etc/media-detect.conf Modified: head/sysutils/lineak-xosdplugin/Makefile ============================================================================== --- head/sysutils/lineak-xosdplugin/Makefile Sat Jul 5 16:38:48 2014 (r360774) +++ head/sysutils/lineak-xosdplugin/Makefile Sat Jul 5 16:53:05 2014 (r360775) @@ -3,7 +3,7 @@ PORTNAME= lineak-xosdplugin PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_xosdplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -16,13 +16,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd \ liblineak.so:${PORTSDIR}/sysutils/lineakd -USE_XORG= x11 xext xt USES= gmake libtool -GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_xosd_config_script="${TRUE}" USE_LDCONFIG= yes - -CFLAGS+= -fPIC +USE_XORG= x11 xext xt +GNU_CONFIGURE= yes +CONFIGURE_ARGS= ac_cv_path_xosd_config_script="${TRUE}" \ + kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,7 +31,6 @@ PLIST_FILES= lib/lineakd/plugins/xosdplu post-patch: @${REINPLACE_CMD} -e \ 's|"-O2 $$CXXFLAGS"|"$$CXXFLAGS"| ; \ - s|echo aout|echo elf| ; \ /LDFLAGS/s|-ldl||' ${WRKSRC}/configure .include Modified: head/sysutils/lineakd/Makefile ============================================================================== --- head/sysutils/lineakd/Makefile Sat Jul 5 16:38:48 2014 (r360774) +++ head/sysutils/lineakd/Makefile Sat Jul 5 16:53:05 2014 (r360775) @@ -3,7 +3,7 @@ PORTNAME= lineakd PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/lineak/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -11,14 +11,13 @@ DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org COMMENT= Lineakd is a daemon which enables special keys on internet keyboards -USES= gmake +USES= gmake libtool +USE_LDCONFIG= yes USE_XORG= x11 xext xt -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes - -CONFIGURE_ARGS+=--program-prefix='' DOCS= README TODO AUTHORS Modified: head/sysutils/lineakd/pkg-plist ============================================================================== --- head/sysutils/lineakd/pkg-plist Sat Jul 5 16:38:48 2014 (r360774) +++ head/sysutils/lineakd/pkg-plist Sat Jul 5 16:53:05 2014 (r360775) @@ -25,9 +25,9 @@ include/lineak/pluginmanager.h include/lineak/saver.h include/lineak/xmgr.h lib/liblineak.a -lib/liblineak.la lib/liblineak.so -lib/liblineak.so.8 +lib/liblineak.so.0 +lib/liblineak.so.0.8.0 man/man1/lineakd.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README