FreeBSD Bugzilla – Attachment 231745 Details for
Bug 257579
audio/pd: Fix build on FreeBSD 13+, NLS support, fix portlint warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix error glist_reloadingabstraction, correct license, add NLS support
0001-fix-error-glist_reloadingabstraction-correct-license.patch (text/plain), 2.04 KB, created by
Timothy Beyer
on 2022-02-11 08:48:10 UTC
(
hide
)
Description:
fix error glist_reloadingabstraction, correct license, add NLS support
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2022-02-11 08:48:10 UTC
Size:
2.04 KB
patch
obsolete
>From 269f582e38e10aa29583c11d9d47828b3f914ec7 Mon Sep 17 00:00:00 2001 >From: Timothy Beyer <beyert_freebsd@fastmail.net> >Date: Fri, 11 Feb 2022 00:31:21 -0800 >Subject: [PATCH] fix error glist_reloadingabstraction, correct license, add > NLS support > >--- > audio/pd/Makefile | 26 ++++++++++++++------------ > 1 file changed, 14 insertions(+), 12 deletions(-) > >diff --git a/audio/pd/Makefile b/audio/pd/Makefile >index ccee1b1..43aef0b 100644 >--- a/audio/pd/Makefile >+++ b/audio/pd/Makefile >@@ -2,41 +2,43 @@ > > PORTNAME= pd > DISTVERSION= 0.47-1 >-PORTREVISION= 1 > DISTVERSIONSUFFIX= .src >+PORTREVISION= 2 > CATEGORIES= audio > MASTER_SITES= http://msp.ucsd.edu/Software/ > >-MAINTAINER= brittlehaus@gmail.com >+MAINTAINER= beyert@cs.ucr.edu > COMMENT= MIDI-capable real-time audio processor/synthesizer > >-LICENSE= BSD3CLAUSE LGPL21 >-LICENSE_COMB= multi >+# license of expr~ changed to BSD3 months prior to this version >+LICENSE= BSD3CLAUSE > LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.txt > >-BROKEN_FreeBSD_13= ld: error: duplicate symbol: glist_reloadingabstraction >-BROKEN_FreeBSD_14= ld: error: duplicate symbol: glist_reloadingabstraction >- > RUN_DEPENDS= xdg-open:devel/xdg-utils \ > dejavu>0:x11-fonts/dejavu > >+USES= autoreconf gmake libtool pkgconfig shebangfix \ >+ tcl:wrapper tk:wrapper >+ > WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} > >-USES= autoreconf gettext gmake libtool pkgconfig shebangfix \ >- tcl:wrapper tk:wrapper > SHEBANG_FILES= tcl/pkg_mkIndex.tcl > SHEBANG_LANG= tclsh > tclsh_CMD= ${LOCALBASE}/bin/tclsh > GNU_CONFIGURE= yes > CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no > >+CFLAGS+= -fcommon > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -pthread > >-DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false >+DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" ${FALSE} >+ >+OPTIONS_DEFINE= NLS ALSA DOCS JACK >+OPTIONS_SUB= yes >+OPTIONS_DEFAULT= NLS JACK > >-OPTIONS_DEFINE= ALSA DOCS JACK >-OPTIONS_DEFAULT= JACK >+NLS_USES= gettext > > ALSA_CONFIGURE_ENABLE= alsa > ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257579
:
226900
|
231682
| 231745