From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 01:35:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00BAFBE1; Thu, 25 Dec 2014 01:35:29 +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 E0E8730F6; Thu, 25 Dec 2014 01:35:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBP1ZTDL076751; Thu, 25 Dec 2014 01:35:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBP1ZT75076750; Thu, 25 Dec 2014 01:35:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412250135.sBP1ZT75076750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 01:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375510 - in head/deskutils/xneur: . 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-1 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: Thu, 25 Dec 2014 01:35:30 -0000 Author: bapt Date: Thu Dec 25 01:35:28 2014 New Revision: 375510 URL: https://svnweb.freebsd.org/changeset/ports/375510 QAT: https://qat.redports.org/buildarchive/r375510/ Log: Replace gnomhack by pathfix Use post-patch to cleanup the configure script instead of a patch Strip binaries Deleted: head/deskutils/xneur/files/patch-configure Modified: head/deskutils/xneur/Makefile Modified: head/deskutils/xneur/Makefile ============================================================================== --- head/deskutils/xneur/Makefile Thu Dec 25 01:32:28 2014 (r375509) +++ head/deskutils/xneur/Makefile Thu Dec 25 01:35:28 2014 (r375510) @@ -14,8 +14,7 @@ COMMENT= Auto keyboard switcher LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpcre.so:${PORTSDIR}/devel/pcre -USES= pkgconfig iconv tar:bzip2 libtool -USE_GNOME= gnomehack +USES= pathfix pkgconfig iconv tar:bzip2 libtool GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} @@ -23,6 +22,7 @@ CONFIGURE_ARGS= --disable-static --libdi USE_LDCONFIG= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= ASPELL XOSD NLS X11 OPTIONS_DEFAULT= GSTREAMER ASPELL @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --without-xosd .endif post-patch: + @${REINPLACE_CMD} -e 's,-Werror,,g; s,-ldl,,g' ${WRKSRC}/configure @${MV} ${WRKSRC}/etc/xneurrc ${WRKSRC}/etc/xneurrc.sample .include