Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 08:09:19 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546883 - in head/audio: ghostess gimmix jamin ksmp3play musicbox-tag-editor nspmod shout toolame wmrecord
Message-ID:  <202008290809.07T89JYv043494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 29 08:09:19 2020
New Revision: 546883
URL: https://svnweb.freebsd.org/changeset/ports/546883

Log:
  audio/: Fix build with clang11 and deprecate ports@ ports

Modified:
  head/audio/ghostess/Makefile
  head/audio/gimmix/Makefile
  head/audio/jamin/Makefile
  head/audio/ksmp3play/Makefile
  head/audio/musicbox-tag-editor/Makefile
  head/audio/nspmod/Makefile
  head/audio/shout/Makefile
  head/audio/toolame/Makefile
  head/audio/wmrecord/Makefile

Modified: head/audio/ghostess/Makefile
==============================================================================
--- head/audio/ghostess/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/ghostess/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -27,6 +27,11 @@ USES=		gmake gnome pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-jackmidi
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/gimmix/Makefile
==============================================================================
--- head/audio/gimmix/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/gimmix/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -21,6 +21,11 @@ USE_GNOME=	gtk20 intltool libglade2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	DATADIRNAME=share
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 

Modified: head/audio/jamin/Makefile
==============================================================================
--- head/audio/jamin/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/jamin/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -22,6 +22,11 @@ USES=		desktop-file-utils gmake gnome libtool pkgconfi
 		shared-mime-info
 USE_GNOME=	gtk20 intltool libxml2
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so
 

Modified: head/audio/ksmp3play/Makefile
==============================================================================
--- head/audio/ksmp3play/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/ksmp3play/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -24,6 +24,11 @@ EXTRACT_AFTER_ARGS=	--exclude CVS
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:

Modified: head/audio/musicbox-tag-editor/Makefile
==============================================================================
--- head/audio/musicbox-tag-editor/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/musicbox-tag-editor/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -23,6 +23,11 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--program-suffix=-tag-editor
 SHEBANG_FILES=	data/edit.pl
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \
 		${WRKSRC}/data/musicbox.glade

Modified: head/audio/nspmod/Makefile
==============================================================================
--- head/audio/nspmod/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/nspmod/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -9,6 +9,11 @@ MASTER_SITES=	SUNSITE/apps/sound/players
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/nspmod man/man1/nspmod.1.gz
 
 do-install:

Modified: head/audio/shout/Makefile
==============================================================================
--- head/audio/shout/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/shout/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -14,4 +14,9 @@ COMMENT=	Send mp3 streams to an icecast/shoutcast serv
 
 GNU_CONFIGURE=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 .include <bsd.port.mk>

Modified: head/audio/toolame/Makefile
==============================================================================
--- head/audio/toolame/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/toolame/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -19,6 +19,11 @@ ALL_TARGET=	${PORTNAME}
 MAKE_ARGS=	CC="${CC}" TWEAKS="${CFLAGS}" ARCH="" PG="" OPTIM=""
 USE_CSTD=	gnu89
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/toolame
 PORTDOCS=	FUTURE HISTORY LGPL.txt README
 

Modified: head/audio/wmrecord/Makefile
==============================================================================
--- head/audio/wmrecord/Makefile	Sat Aug 29 07:57:52 2020	(r546882)
+++ head/audio/wmrecord/Makefile	Sat Aug 29 08:09:19 2020	(r546883)
@@ -16,6 +16,11 @@ USE_XORG=	xpm x11 xext
 MAKE_ARGS=	LIBS="-L${LOCALBASE}/lib -lXpm -lX11 -lXext" \
 		CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBDIR=""
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/wmrecord man/man1/wmrecord.1.gz
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290809.07T89JYv043494>