FreeBSD Bugzilla – Attachment 170194 Details for
Bug 209438
[MAINTAINER UPDATE] audio/pd: update to 0.47.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for audio/pd
pd-0.47.0.diff (text/plain), 7.68 KB, created by
Tobias Brodel
on 2016-05-10 22:07:28 UTC
(
hide
)
Description:
svn diff for audio/pd
Filename:
MIME Type:
Creator:
Tobias Brodel
Created:
2016-05-10 22:07:28 UTC
Size:
7.68 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414969) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= pd >-PORTREVISION= 1 >-DISTVERSION= 0.46-7 >+DISTVERSION= 0.47-0 > DISTVERSIONSUFFIX= .src > CATEGORIES= audio > MASTER_SITES= http://msp.ucsd.edu/Software/ >@@ -32,7 +31,7 @@ > 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= ALSA DOCS JACK > >@@ -64,10 +63,6 @@ > 's|-O2 | | ; \ > s|-lc ||g' ${WRKSRC}/extra/makefile.subdir > ${REINPLACE_CMD} -e \ >- 's|-O2 |$$(CFLAGS) | ; \ >- s|-g ||g ; \ >- s|-lc ||g' ${WRKSRC}/extra/expr~/makefile >- ${REINPLACE_CMD} -e \ > '/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in > > do-install: >Index: distinfo >=================================================================== >--- distinfo (revision 414969) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pd-0.46-7.src.tar.gz) = 543802341bb0c7d03ed3a64cd56e2fafdbd35505d815ae3ced6555b43eaf58e5 >-SIZE (pd-0.46-7.src.tar.gz) = 2254022 >+SHA256 (pd-0.47-0.src.tar.gz) = 0e383f8d4786dde4f1241b80dc62845ea2ed91a08b1dfad14df2827eb8689370 >+SIZE (pd-0.47-0.src.tar.gz) = 2294960 >Index: files/patch-src_s__loader.c >=================================================================== >--- files/patch-src_s__loader.c (revision 414969) >+++ files/patch-src_s__loader.c (nonexistent) >@@ -1,34 +0,0 @@ >---- src/s_loader.c.orig 2014-08-18 00:35:53 UTC >-+++ src/s_loader.c >-@@ -2,7 +2,7 @@ >- * For information on usage and redistribution, and for a DISCLAIMER OF ALL >- * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ >- >--#ifdef HAVE_LIBDL >-+#if defined(HAVE_LIBDL) || defined(__FreeBSD__) >- #include <dlfcn.h> >- #endif >- #ifdef HAVE_UNISTD_H >-@@ -37,11 +37,9 @@ objects. The specific name is the lette >- darwin, or microsoft, followed by a more specific string, either "fat" for >- a fat binary or an indication of the instruction set. */ >- >--#ifdef __FreeBSD__ >--static char sys_dllextent[] = ".b_i386", sys_dllextent2[] = ".pd_freebsd"; >--#elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) >-+#if defined(__linux__) || defined(__FreeBSD__) || defined(__GNU__) || defined(__FreeBSD__) >- static char sys_dllextent2[] = ".pd_linux"; >--# ifdef __x86_64__ >-+# ifdef __amd64__ >- static char sys_dllextent[] = ".l_ia64"; // this should be .l_x86_64 or .l_amd64 >- # elif defined(__i386__) || defined(_M_IX86) >- static char sys_dllextent[] = ".l_i386"; >-@@ -216,7 +214,7 @@ gotone: >- makeout = (t_xxx)GetProcAddress(ntdll, "setup"); >- SetDllDirectory(NULL); /* reset DLL dir to nothing */ >- } >--#elif defined HAVE_LIBDL >-+#elif defined(HAVE_LIBDL) || defined(__FreeBSD__) >- dlobj = dlopen(filename, RTLD_NOW | RTLD_GLOBAL); >- if (!dlobj) >- { > >Property changes on: files/patch-src_s__loader.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 414969) >+++ pkg-plist (working copy) >@@ -10,7 +10,7 @@ > include/pd/s_stuff.h > lib/pd/bin/pd > lib/pd/bin/pd-watchdog >-%%PORTDOCS%%lib/pd/doc >+lib/pd/doc > lib/pd/extra/bob~/bob~-help.pd > lib/pd/extra/bob~/bob~.pd_linux > lib/pd/extra/bob~/output~.pd >@@ -21,18 +21,6 @@ > lib/pd/extra/choice/choice.pd_linux > lib/pd/extra/complex-mod~-help.pd > lib/pd/extra/complex-mod~.pd >-lib/pd/extra/expr-help.pd >-lib/pd/extra/expr.pd_linux >-lib/pd/extra/expr~/LICENSE.txt >-lib/pd/extra/expr~/README.txt >-lib/pd/extra/expr~/expr-help.pd >-lib/pd/extra/expr~/expr.pd_linux >-lib/pd/extra/expr~/expr~.pd_linux >-lib/pd/extra/expr~/fexpr~.pd_linux >-lib/pd/extra/expr~-help.pd >-lib/pd/extra/expr~.pd_linux >-lib/pd/extra/fexpr~-help.pd >-lib/pd/extra/fexpr~.pd_linux > lib/pd/extra/fiddle~/fiddle~-help.pd > lib/pd/extra/fiddle~/fiddle~.pd_linux > lib/pd/extra/hilbert~-help.pd >@@ -100,6 +88,7 @@ > lib/pd/tcl/pd.ico > lib/pd/tcl/pd_bindings.tcl > lib/pd/tcl/pd_connect.tcl >+lib/pd/tcl/pd_deken.tcl > lib/pd/tcl/pd_guiprefs.tcl > lib/pd/tcl/pd_menucommands.tcl > lib/pd/tcl/pd_menus.tcl >@@ -365,7 +354,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/bp~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/canvas-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/change-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clip-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/clip~-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/clone-subpatch.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/cos~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/cpole~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/cputime-help.pd >@@ -373,12 +365,14 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/czero~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/declare-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/delay-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/delread4~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/delread~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/delwrite~-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/drawtext-help.pd >-%%PORTDOCS%%%%DOCSDIR%%/5.reference/drawpolygon-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/element-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/env~-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/expr-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/exp~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/fft~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/float-help.pd >@@ -397,6 +391,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/line-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/line~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/list-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/loadbang-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/log~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/lop~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/makefilename-help.pd >@@ -414,10 +409,11 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/numbox2-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/openpanel-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/operators-help.pd >-%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscformat-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/oscparse-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/osc~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/otherbinops-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/out1~.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/pack-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/pd-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/phasor~-help.pd >@@ -440,6 +436,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero_rev~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/rzero~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/samphold~-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/samplerate~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/savepanel-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/scalar-object-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/select-help.pd >@@ -485,10 +482,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/5.reference/value-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vcf~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vdial-help.pd >-%%PORTDOCS%%%%DOCSDIR%%/5.reference/vd~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vline~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vradio-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vslider-help.pd >+%%PORTDOCS%%%%DOCSDIR%%/5.reference/vsnapshot~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/vu-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/wrap~-help.pd > %%PORTDOCS%%%%DOCSDIR%%/5.reference/writesf~-help.pd
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 209438
: 170194 |
170195