diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:09:19 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 08:09:19 +0000 |
commit | cf576d60668249442ac83d5bf73b4796884b3ba0 (patch) | |
tree | 9535b343b0a75f6e3ac4184ef8562f84403afd86 | |
parent | 84f4d5fecc66553556bc3f4cee1a9ac4d11fb30d (diff) |
Notes
-rw-r--r-- | audio/ghostess/Makefile | 5 | ||||
-rw-r--r-- | audio/gimmix/Makefile | 5 | ||||
-rw-r--r-- | audio/jamin/Makefile | 5 | ||||
-rw-r--r-- | audio/ksmp3play/Makefile | 5 | ||||
-rw-r--r-- | audio/musicbox-tag-editor/Makefile | 5 | ||||
-rw-r--r-- | audio/nspmod/Makefile | 5 | ||||
-rw-r--r-- | audio/shout/Makefile | 5 | ||||
-rw-r--r-- | audio/toolame/Makefile | 5 | ||||
-rw-r--r-- | audio/wmrecord/Makefile | 5 |
9 files changed, 45 insertions, 0 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index f04324509009..7a1d62ccf18a 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -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 diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index ad17e98468be..8069c4b6e877 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -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 diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 44739300ea4c..247462e44126 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -22,6 +22,11 @@ USES= desktop-file-utils gmake gnome libtool pkgconfig \ 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 diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index 78dcd993c29b..c143ccbfdbc6 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -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: diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile index 8aa3ddec4746..b24320d1e2e8 100644 --- a/audio/musicbox-tag-editor/Makefile +++ b/audio/musicbox-tag-editor/Makefile @@ -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 diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index d512917db4af..cf7c38c3a719 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -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: diff --git a/audio/shout/Makefile b/audio/shout/Makefile index dd3f4d48ce91..9893503a467d 100644 --- a/audio/shout/Makefile +++ b/audio/shout/Makefile @@ -14,4 +14,9 @@ COMMENT= Send mp3 streams to an icecast/shoutcast server GNU_CONFIGURE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + .include <bsd.port.mk> diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index d516a67a51af..e8ebfc0a44bb 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -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 diff --git a/audio/wmrecord/Makefile b/audio/wmrecord/Makefile index d3bd34d3740a..9c0922546990 100644 --- a/audio/wmrecord/Makefile +++ b/audio/wmrecord/Makefile @@ -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: |