Index: head/games/gnome-mines/Makefile =================================================================== --- head/games/gnome-mines/Makefile (revision 404405) +++ head/games/gnome-mines/Makefile (revision 404406) @@ -1,28 +1,27 @@ # Created by: FreeBSD GNOME Team # $FreeBSD$ PORTNAME= gnome-mines PORTVERSION= 3.16.1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome minesweeper BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mines.gschema.xml .include - Index: head/net-im/libnice/Makefile =================================================================== --- head/net-im/libnice/Makefile (revision 404405) +++ head/net-im/libnice/Makefile (revision 404406) @@ -1,48 +1,47 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= libnice PORTVERSION= 0.1.13 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .if !defined(LIBNICE_SLAVE) OPTIONS_DEFINE= GUPNP GUPNP_DESC= UPnP IGD port mapping support GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:${PORTSDIR}/net/gupnp-igd GUPNP_CONFIGURE_ENABLE= gupnp .endif #.include .if defined(LIBNICE_SLAVE) . if ${LIBNICE_SLAVE}==gstreamer010 USE_GSTREAMER= yes CONFIGURE_ARGS+=--without-gstreamer --with-gstreamer-0.10 . endif . if ${LIBNICE_SLAVE}==gstreamer1 USE_GSTREAMER1= yes CONFIGURE_ARGS+=--with-gstreamer --without-gstreamer-0.10 . endif .else CONFIGURE_ARGS= --without-gstreamer --without-gstreamer-0.10 .endif post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include - Index: head/sysutils/accountsservice/Makefile =================================================================== --- head/sysutils/accountsservice/Makefile (revision 404405) +++ head/sysutils/accountsservice/Makefile (revision 404406) @@ -1,35 +1,34 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= accountsservice PORTVERSION= 0.6.40 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ MAINTAINER= kwm@FreeBSD.org COMMENT= D-Bus interface for user account query and manipulation LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit USE_GNOME= glib20 intlhack introspection:build libxslt USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz CPE_VENDOR= ray_stode GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/etc/gdm/custom.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \ ${WRKSRC}/src/daemon.c @${REINPLACE_CMD} -e 's|/lib/AccountsService|/db/AccountsService|g' \ ${WRKSRC}/src/user.c ${WRKSRC}/src/Makefile.in .include - Index: head/sysutils/daemonize/Makefile =================================================================== --- head/sysutils/daemonize/Makefile (revision 404405) +++ head/sysutils/daemonize/Makefile (revision 404406) @@ -1,25 +1,24 @@ # $FreeBSD$ PORTNAME= daemonize PORTVERSION= 1.7.6 DISTVERSIONPREFIX= release- CATEGORIES= sysutils MAINTAINER= neel@neelc.org COMMENT= Tool to run a command as a daemon LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= bmc PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include - Index: head/textproc/hs-double-conversion/Makefile =================================================================== --- head/textproc/hs-double-conversion/Makefile (revision 404405) +++ head/textproc/hs-double-conversion/Makefile (revision 404406) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= double-conversion PORTVERSION= 2.0.1.0 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Fast conversion between double-precision floating-point and text LICENSE= BSD3CLAUSE USE_CABAL= text>=0.11.0.8 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-double-conversion.cabal LIB_DEPENDS+= libcxxrt.so:${PORTSDIR}/devel/libcxxrt .endif .include - Index: head/www/py-django-bootstrap-form/Makefile =================================================================== --- head/www/py-django-bootstrap-form/Makefile (revision 404405) +++ head/www/py-django-bootstrap-form/Makefile (revision 404406) @@ -1,21 +1,20 @@ # Created by: Alfred Perlstein # $FreeBSD$ PORTNAME= django-bootstrap-form PORTVERSION= 3.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alfred@FreeBSD.org COMMENT= Bootstrap forms for django LICENSE= MIT USES= python USE_PYTHON= distutils autoplist RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django .include -