Index: head/audio/padevchooser/Makefile =================================================================== --- head/audio/padevchooser/Makefile (revision 387871) +++ head/audio/padevchooser/Makefile (revision 387872) @@ -1,28 +1,30 @@ # Created by: Romain Tartière # $FreeBSD$ PORTNAME= padevchooser PORTVERSION= 0.9.3 PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK icon tray for PulseAudio LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus BROKEN= needs update to support pulseaudio 5.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-06-29 GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 USES= gmake pkgconfig USE_GNOME= gconf2 USE_XORG= x11 CONFIGURE_ARGS= --disable-lynx .include Index: head/devel/xtla/Makefile =================================================================== --- head/devel/xtla/Makefile (revision 387871) +++ head/devel/xtla/Makefile (revision 387872) @@ -1,47 +1,49 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= xtla PORTVERSION= 1.2.1 PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= devel elisp MASTER_SITES= http://download.gna.org/xtla-el/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= Emacs front-end to tla BROKEN= Fails to package +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-06-29 BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \ ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget RUN_DEPENDS:= ${BUILD_DEPENDS} USE_EMACS= yes LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch USES= gmake makeinfo INFO= xtla OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${LISPDIR} (cd ${WRKSRC}/lisp && ${INSTALL_DATA} *.el *.elc ${LISPDIR}) ${INSTALL_DATA} ${WRKSRC}/texinfo/xtla.info ${STAGEDIR}${PREFIX}/info @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${INSTALL_DATA} ANNOUNCEMENTS BINDINGS FEATURES \ HACKING TODO ${STAGEDIR}${DOCSDIR}) .include .if ${EMACS_PORT_NAME} != "emacs23" PORTNAMESUFFIX= ${PKGNAMESUFFIX} .endif .include Index: head/mail/mail-notification/Makefile =================================================================== --- head/mail/mail-notification/Makefile (revision 387871) +++ head/mail/mail-notification/Makefile (revision 387872) @@ -1,123 +1,125 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= mail-notification DISTVERSION= 5.4 PORTREVISION= 15 CATEGORIES= mail ipv6 MASTER_SITES= SAVANNAH/mailnotify-orig MAINTAINER= ports@FreeBSD.org COMMENT= Mail notification for freedesktop.org-compliant system trays BROKEN= Run-time failure with Gnome 3 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-06-29 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring \ libnotify.so:${PORTSDIR}/devel/libnotify USES= gettext tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gconf2 gnomeprefix gnomevfs2 libglade2 libgnomeui libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib JB_CONF_ARGS= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" prefix="${PREFIX}" destdir="${STAGEDIR}" hotmail=no JB_CONF_ENV= ${MAKE_ENV} jb_cppflags="${CPPFLAGS}" jb_ldflags="${LDFLAGS}" GCONF_SCHEMAS= mail-notification.schemas INSTALLS_OMF= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= EVOLUTION GMAIL IMAP MAILDIR MBOX MH MOZILLA \ POP3 SASL SSL SYLPHEED OPTIONS_DEFAULT= GMAIL IMAP MAILDIR MBOX MH MOZILLA \ POP3 SASL SSL SYLPHEED EVOLUTION_DESC= Evolution support GMAIL_DESC= Gmail support IMAP_DESC= IMAP support MAILDIR_DESC= Maildir support MBOX_DESC= mbox support MH_DESC= MH support MOZILLA_DESC= Mozilla products support POP3_DESC= POP3 support SYLPHEED_DESC= Sylpheed support .include .if ! ${PORT_OPTIONS:MMBOX} JB_CONF_ARGS+= mbox=no .endif .if ! ${PORT_OPTIONS:MMH} JB_CONF_ARGS+= mh=no .endif .if ! ${PORT_OPTIONS:MMAILDIR} JB_CONF_ARGS+= maildir=no .endif .if ! ${PORT_OPTIONS:MPOP3} JB_CONF_ARGS+= pop3=no .endif .if ! ${PORT_OPTIONS:MIMAP} JB_CONF_ARGS+= imap=no .endif .if ! ${PORT_OPTIONS:MPOP3} && ! ${PORT_OPTIONS:MIMAP} # only POP3 and IMAP use SSL and SASL WITHOUT_SSL= yes WITHOUT_SASL= yes .endif .if ! ${PORT_OPTIONS:MGMAIL} JB_CONF_ARGS+= gmail=no PLIST_SUB+= GMAIL="@comment " .else PLIST_SUB+= GMAIL="" .endif JB_CONF_ARGS+= yahoo=no .if ! ${PORT_OPTIONS:MEVOLUTION} JB_CONF_ARGS+= evolution=no PLIST_SUB+= EVOLUTION="@comment " .else EVO_VERSION!= make -C ${PORTSDIR}/mail/evolution -V EVO_VERSION BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution USE_GNOME+= gtkhtml3 PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION} .endif .if ! ${PORT_OPTIONS:MMOZILLA} JB_CONF_ARGS+= mozilla=no .endif .if ! ${PORT_OPTIONS:MSYLPHEED} JB_CONF_ARGS+= sylpheed=no .endif .if ${PORT_OPTIONS:MMBOX} \ || ${PORT_OPTIONS:MMH} \ || ${PORT_OPTIONS:MMAILDIR} \ || ${PORT_OPTIONS:MPOP3} \ || ${PORT_OPTIONS:MIMAP} \ || ${PORT_OPTIONS:MMOZILLA} \ || ${PORT_OPTIONS:MSYLPHEED} LIB_DEPENDS+= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 .endif .if ! ${PORT_OPTIONS:MSSL} JB_CONF_ARGS+= ssl=no .else USE_OPENSSL= yes .endif .if ! ${PORT_OPTIONS:MSASL} JB_CONF_ARGS+= sasl=no .else LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 .endif post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/jb ${WRKSRC}/jbsrc/jb.c do-configure: cd ${WRKSRC} && ${SETENV} ${JB_CONF_ENV} \ ./jb configure ${JB_CONF_ARGS} do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./jb build ${STRIP_CMD} ${WRKSRC}/build/src/mail-notification do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./jb install .include Index: head/ports-mgmt/gnome-packagekit/Makefile =================================================================== --- head/ports-mgmt/gnome-packagekit/Makefile (revision 387871) +++ head/ports-mgmt/gnome-packagekit/Makefile (revision 387872) @@ -1,40 +1,42 @@ # Created by: Anders F Bjorklund # $FreeBSD$ # $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.25 2011/06/14 20:18:46 mezz Exp $ PORTNAME= gnome-packagekit PORTVERSION= 2.32.0 PORTREVISION= 5 CATEGORIES= ports-mgmt sysutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= PackageKit client programs for the GNOME desktop BROKEN= Uses unknown GNOME component gnomemenus +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-06-29 BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit \ libnotify.so:${PORTSDIR}/devel/libnotify \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra IGNORE= Packagekit needs attention before this port can be updated. USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils USES= desktop-file-utils gettext iconv pathfix gmake pkgconfig \ python:2,build tar:bzip2 GCONF_SCHEMAS= gnome-packagekit.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib pre-configure: @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure .include Index: head/sysutils/py-salt-api/Makefile =================================================================== --- head/sysutils/py-salt-api/Makefile (revision 387871) +++ head/sysutils/py-salt-api/Makefile (revision 387872) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= salt-api PORTVERSION= 0.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Exposes the fundamental aspects of Salt control to external sources LICENSE= APACHE20 BROKEN= Conflicts with py27-salt-2014.7.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-06-29 USES= python:2 USE_PYTHON= distutils autoplist BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt RUN_DEPENDS:= ${BUILD_DEPENDS} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py .include