From owner-svn-ports-all@FreeBSD.ORG Thu Mar 28 17:56:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4A9B33D0; Thu, 28 Mar 2013 17:56:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2E076966; Thu, 28 Mar 2013 17:56:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2SHue2A043597; Thu, 28 Mar 2013 17:56:40 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2SHubaS043581; Thu, 28 Mar 2013 17:56:37 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201303281756.r2SHubaS043581@svn.freebsd.org> From: Eitan Adler Date: Thu, 28 Mar 2013 17:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315491 - in head: audio/ripperx audio/soundtracker games/mudmagic games/wargus games/xpuyopuyo net/gsk net/netembryo net/tapidbus net/tsclient science/gramps sysutils/unieject textproc... 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.14 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, 28 Mar 2013 17:56:40 -0000 Author: eadler Date: Thu Mar 28 17:56:37 2013 New Revision: 315491 URL: http://svnweb.freebsd.org/changeset/ports/315491 Log: Convert a few remaining straglers from the unmaintined ports to pathfix Modified: head/audio/ripperx/Makefile head/audio/soundtracker/Makefile head/games/mudmagic/Makefile head/games/wargus/Makefile head/games/xpuyopuyo/Makefile head/net/gsk/Makefile head/net/netembryo/Makefile head/net/tapidbus/Makefile head/net/tsclient/Makefile head/science/gramps/Makefile head/sysutils/unieject/Makefile head/textproc/gdome2/Makefile head/textproc/sary/Makefile Modified: head/audio/ripperx/Makefile ============================================================================== --- head/audio/ripperx/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/audio/ripperx/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -17,8 +17,8 @@ RUN_DEPENDS= cdparanoia:${PORTSDIR}/audi GNU_CONFIGURE= yes CFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes -USES= pathfix -USE_GNOME= gtk20 gnomehack +USES= pathfix +USE_GNOME= gtk20 MAN1= ripperX.1 .include Modified: head/audio/soundtracker/Makefile ============================================================================== --- head/audio/soundtracker/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/audio/soundtracker/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -16,8 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes -USES= pathfix -USE_GNOME= esound gdkpixbuf gnomehack +USES= pathfix +USE_GNOME= esound gdkpixbuf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/mudmagic/Makefile ============================================================================== --- head/games/mudmagic/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/games/mudmagic/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -16,8 +16,8 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl expat:${PORTSDIR}/textproc/expat2 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 -USES= pathfix -USE_GNOME= gtk20 libglade2 libxml2 gnomehack +USES= pathfix +USE_GNOME= gtk20 libglade2 libxml2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_PYTHON= yes Modified: head/games/wargus/Makefile ============================================================================== --- head/games/wargus/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/games/wargus/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -18,8 +18,8 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games LICENSE= GPLv2 NOT_FOR_ARCHS= sparc64 USE_GMAKE= yes -USES= pathfix -USE_GNOME= gtk20 gnomehack +USES= pathfix +USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= ${PORTNAME} pkg-message Modified: head/games/xpuyopuyo/Makefile ============================================================================== --- head/games/xpuyopuyo/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/games/xpuyopuyo/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -30,8 +30,8 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix= .endif .if ${HAVE_GNOME:Mgnomelibs}!="" -USES= pathfix -USE_GNOME+= gnomelibs gnomehack +USES= pathfix +USE_GNOME+= gnomelibs PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome Modified: head/net/gsk/Makefile ============================================================================== --- head/net/gsk/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/net/gsk/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -9,8 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A C library for writing servers -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 USE_PKGCONFIG= build USE_OPENSSL= yes USE_AUTOTOOLS= libtool Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/net/netembryo/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -15,8 +15,8 @@ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL USE_BZIP2= yes -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 USE_PKGCONFIG= build USE_GMAKE= yes USE_AUTOTOOLS= libtool Modified: head/net/tapidbus/Makefile ============================================================================== --- head/net/tapidbus/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/net/tapidbus/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -15,8 +15,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 USE_LDCONFIG= yes USE_PKGCONFIG= yes Modified: head/net/tsclient/Makefile ============================================================================== --- head/net/tsclient/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/net/tsclient/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -32,7 +32,8 @@ XNEST_DESC= X via Xnest support .include .if ${PORT_OPTIONS:MGNOME} -USE_GNOME+= gnomeprefix gnomehack gnomepanel libgnomeui +USES= pathfix +USE_GNOME+= gnomeprefix gnomepanel libgnomeui .else CONFIGURE_ARGS+= --disable-gnome .endif Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/science/gramps/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -21,7 +21,8 @@ USE_BDB= 43 USE_PYTHON= 2.6+ USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils +USES= pathfix +USE_GNOME= pygnome2 pygnomeextras desktopfileutils gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/sysutils/unieject/Makefile ============================================================================== --- head/sysutils/unieject/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/sysutils/unieject/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -17,8 +17,8 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/l cdio:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 USE_GETTEXT= yes USE_ICONV= yes USE_PKGCONFIG= build Modified: head/textproc/gdome2/Makefile ============================================================================== --- head/textproc/gdome2/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/textproc/gdome2/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -13,8 +13,8 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/textproc/sary/Makefile ============================================================================== --- head/textproc/sary/Makefile Thu Mar 28 17:50:27 2013 (r315490) +++ head/textproc/sary/Makefile Thu Mar 28 17:56:37 2013 (r315491) @@ -10,8 +10,8 @@ MASTER_SITES= http://sary.sourceforge.ne MAINTAINER= ports@FreeBSD.org COMMENT= A suffix array library and tools, which provide fast full-text search -USES= pathfix -USE_GNOME= glib20 gnomehack +USES= pathfix +USE_GNOME= glib20 USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes