FreeBSD Bugzilla – Attachment 108862 Details for
Bug 149789
[PATCH] multimedia/libvpx: add ia64 support, fix plist for WITHOUT_SHARED
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libvpx-0.9.1.patch
libvpx-0.9.1.patch (text/plain), 2.21 KB, created by
Dmitry Marakasov
on 2010-08-19 02:30:02 UTC
(
hide
)
Description:
libvpx-0.9.1.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2010-08-19 02:30:02 UTC
Size:
2.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/libvpx/Makefile,v >retrieving revision 1.1 >diff -u -u -r1.1 Makefile >--- Makefile 24 Jun 2010 12:49:39 -0000 1.1 >+++ Makefile 18 Aug 2010 03:12:39 -0000 >@@ -22,6 +22,7 @@ > USE_GMAKE= yes > USE_PERL5_BUILD= yes > USE_LDCONFIG= yes >+MAKE_JOBS_SAFE=yes > > LICENSE= BSD > LICENSE_FILE= ${WRKSRC}/COPYING >@@ -56,6 +57,9 @@ > > .if defined(WITH_SHARED) > CONFIGURE_ARGS+= --enable-shared >+PLIST_SUB+= SHARED="" >+.else >+PLIST_SUB+= SHARED="@comment " > .endif > > .include <bsd.port.pre.mk> >@@ -64,6 +68,8 @@ > CONFIGURE_ARGS+= --target=x86_64-linux-gcc > .elif ${ARCH} == "i386" > CONFIGURE_ARGS+= --target=x86-linux-gcc >+.elif ${ARCH} == "ia64" >+CONFIGURE_ARGS+= --target=ia64-linux-gcc > .else > IGNORE= no support for ${ARCH} the moment. testing/patches are welcome > .endif >Index: pkg-plist >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/libvpx/pkg-plist,v >retrieving revision 1.1 >diff -u -u -r1.1 pkg-plist >--- pkg-plist 24 Jun 2010 12:49:39 -0000 1.1 >+++ pkg-plist 18 Aug 2010 03:12:16 -0000 >@@ -13,8 +13,8 @@ > include/vpx/vpx_image.h > include/vpx/vpx_integer.h > lib/libvpx.a >-lib/libvpx.so >-lib/libvpx.so.0 >-lib/libvpx.so.0.9 >-lib/libvpx.so.0.9.1 >+%%SHARED%%lib/libvpx.so >+%%SHARED%%lib/libvpx.so.0 >+%%SHARED%%lib/libvpx.so.0.9 >+%%SHARED%%lib/libvpx.so.0.9.1 > @dirrm include/vpx >Index: files/patch-configure >=================================================================== >RCS file: files/patch-configure >diff -N files/patch-configure >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-configure 19 Aug 2010 01:21:41 -0000 >@@ -0,0 +1,10 @@ >+--- configure.orig 2010-08-18 03:12:08.000000000 +0400 >++++ configure 2010-08-18 03:12:08.000000000 +0400 >+@@ -82,6 +82,7 @@ >+ all_platforms="${all_platforms} armv6-linux-gcc" >+ all_platforms="${all_platforms} armv6-symbian-gcc" >+ all_platforms="${all_platforms} armv6-wince-vs8" >++all_platforms="${all_platforms} ia64-linux-gcc" >+ all_platforms="${all_platforms} iwmmxt-linux-rvct" >+ all_platforms="${all_platforms} iwmmxt-linux-gcc" >+ all_platforms="${all_platforms} iwmmxt-wince-vs8"
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 149789
: 108862