Files
ports/audio/ghostess/Makefile
T
Niclas Zeising a1b290c54d Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
2020-08-30 09:47:49 +00:00

45 lines
1.2 KiB
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= ghostess
PORTVERSION= 20120105
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.smbolton.com/linux/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical DSSI host with JACK MIDI support
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \
${LOCALBASE}/include/ladspa.h:audio/ladspa \
jackit>=0.109.2:audio/jack
# Between 0.109.0 and earlier versions there was an api change in JACK.
# However, the library version number was not changed. The line above
# is supposed to work around that.
LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
liblo.so:audio/liblo \
libjack.so:audio/jack
USE_GNOME= gtk20
USES= gmake gnome pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-jackmidi
CFLAGS+= -fcommon
DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
EXPIRATION_DATE=2021-04-01
PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
'/LDADD/s| -ldl | |' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>