FreeBSD Bugzilla – Attachment 143537 Details for
Bug 190800
[PATCH] audio/streamtranscoder: support staging, patch to build on 10+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
20140608-streamtranscoder.diff
20140608-streamtranscoder.diff (text/plain), 1.50 KB, created by
Daniel Austin
on 2014-06-08 18:09:43 UTC
(
hide
)
Description:
20140608-streamtranscoder.diff
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2014-06-08 18:09:43 UTC
Size:
1.50 KB
patch
obsolete
>diff -ruN streamtranscoder.orig/Makefile streamtranscoder/Makefile >--- streamtranscoder.orig/Makefile 2014-02-21 13:35:10.000000000 +0000 >+++ streamtranscoder/Makefile 2014-06-08 18:48:48.247815489 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= streamtranscoder > PORTVERSION= 1.2.8 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= audio > MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/ > >@@ -16,7 +16,6 @@ > libcurl.so:${PORTSDIR}/ftp/curl \ > libmp3lame.so:${PORTSDIR}/audio/lame > >-NO_STAGE= yes > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >@@ -38,8 +37,8 @@ > > post-install: > .if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -ruN streamtranscoder.orig/files/patch-src-commandline.cpp streamtranscoder/files/patch-src-commandline.cpp >--- streamtranscoder.orig/files/patch-src-commandline.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ streamtranscoder/files/patch-src-commandline.cpp 2014-06-08 18:47:45.447820847 +0100 >@@ -0,0 +1,11 @@ >+--- src/commandline.cpp.orig 2014-06-08 18:46:55.585823061 +0100 >++++ src/commandline.cpp 2014-06-08 18:47:13.735820885 +0100 >+@@ -221,7 +221,7 @@ >+ return 1; >+ } >+ >+-main(int argc, char **argv) { >++int main(int argc, char **argv) { >+ int processID = 0; >+ transcode_init(argc, argv); >+ return transcode_main(); >--- 20140608-streamtranscoder.diff ends here ---
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 190800
: 143537