Date: Thu, 28 Mar 2013 17:56:37 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> 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... Message-ID: <201303281756.r2SHubaS043581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303281756.r2SHubaS043581>