Index: head/audio/esound/Makefile =================================================================== --- head/audio/esound/Makefile (revision 493879) +++ head/audio/esound/Makefile (revision 493880) @@ -1,33 +1,36 @@ # Created by: Vanilla I. Shu # $FreeBSD$ # $MCom: ports/audio/esound/Makefile,v 1.1 2008/11/20 19:38:24 marcus Exp $ PORTNAME= esound PORTVERSION= 0.2.41 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Sound library for enlightenment package LIB_DEPENDS= libaudiofile.so:audio/libaudiofile +DEPRECATED= Abandonware +EXPIRATION_DATE= 2019-03-25 + USES= alias libtool:keepla pathfix pkgconfig:both tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= JW=false INSTALL_TARGET= install-strip CONFLICTS= py*-ro-[0-9]* post-patch: @${REINPLACE_CMD} -e 's|esdconf_DATA = esd.conf|esdconf_DATA = |g' \ -e '/^esd_LDADD =/s/$$/ -lm/' \ ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/esd.conf ${STAGEDIR}${PREFIX}/etc/esd.conf.sample .include Index: head/audio/gstreamer-plugins-esound/Makefile =================================================================== --- head/audio/gstreamer-plugins-esound/Makefile (revision 493879) +++ head/audio/gstreamer-plugins-esound/Makefile (revision 493880) @@ -1,14 +1,17 @@ # Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-esound/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $ PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer enlightenment sound library plugin +DEPRECATED= Depends on audio/esound +EXPIRATION_DATE= 2019-03-25 + GST_PLUGIN= esound MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins .include "${MASTERDIR}/Makefile" Index: head/chinese/reciteword/Makefile =================================================================== --- head/chinese/reciteword/Makefile (revision 493879) +++ head/chinese/reciteword/Makefile (revision 493880) @@ -1,45 +1,48 @@ # Created by: hamigua # $FreeBSD$ PORTNAME= reciteword PORTVERSION= 0.8.5 PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}-books/${PORTVERSION}:books \ SF/${PORTNAME}/${PORTNAME}-dicts/0.8.2:dicts DISTFILES= ${DISTNAME}.tar.bz2 \ ${PORTNAME}-books-${PORTVERSION}.tar.bz2:books \ ${PORTNAME}-dicts-0.8.2.tar.bz2:dicts MAINTAINER= ports@FreeBSD.org COMMENT= Education software to help people to study English +DEPRECATED= depends on audio/esound +EXPIRATION_DATE= 2019-03-25 + LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libespeak.so:audio/espeak USES= compiler:c++11-lang tar:bzip2 gettext gmake gnome localbase \ pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool esound CXXFLAGS+= -Wno-reserved-user-defined-literal PORTDOCS= AUTHORS ChangeLog INSTALL README readme.txt OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' ${WRKSRC}/src/readword.cpp post-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKDIR} && ${COPYTREE_SHARE} "books dicts" ${STAGEDIR}${DATADIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/x11/xbelld/Makefile =================================================================== --- head/x11/xbelld/Makefile (revision 493879) +++ head/x11/xbelld/Makefile (revision 493880) @@ -1,28 +1,31 @@ # Created by: Nosov Artem # $FreeBSD$ PORTNAME= xbelld PORTVERSION= 0.2b2 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://www.meowfishies.com/code/ DISTNAME= ${PORTNAME}-0.2beta2 MAINTAINER= chip-set@mail.ru COMMENT= XBellD is a small daemon for replacing the standard X terminal bell +DEPRECATED= Depends on audio/esound +EXPIRATION_DATE= 2019-03-25 + LIB_DEPENDS= libaudiofile.so:audio/libaudiofile USES= imake tar:tgz USE_XORG= ice sm x11 xtrap xmu xt USE_GNOME= esound # xbelld calls sqrt which requires -lm on some architectures MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile -lm" PLIST_FILES= bin/xbelld \ lib/X11/app-defaults/XBellD \ man/man1/xbelld.1.gz XFREE86_HTML_MAN=no .include