FreeBSD Bugzilla – Attachment 27933 Details for
Bug 47179
update-port: graphics/xawtv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xawtv.patch
xawtv.patch (text/plain), 4.63 KB, created by
Oliver Lehmann
on 2003-01-18 00:00:13 UTC
(
hide
)
Description:
xawtv.patch
Filename:
MIME Type:
Creator:
Oliver Lehmann
Created:
2003-01-18 00:00:13 UTC
Size:
4.63 KB
patch
obsolete
>diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile >--- xawtv.old/Makefile Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/Makefile Sat Jan 18 00:21:01 2003 >@@ -6,7 +6,7 @@ > # > > PORTNAME= xawtv >-PORTVERSION= 3.82 >+PORTVERSION= 3.83 > CATEGORIES= graphics > MASTER_SITES= http://bytesex.org/xawtv/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >diff -ruN xawtv.old/distinfo /usr/ports/graphics/xawtv/distinfo >--- xawtv.old/distinfo Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/distinfo Sat Jan 18 00:22:05 2003 >@@ -1 +1 @@ >-MD5 (xawtv_3.82.tar.gz) = 803153b6dcce0d786a4772cd8343974a >+MD5 (xawtv_3.83.tar.gz) = 866acba0fa7994c966d5c69a4528fb5b >diff -ruN xawtv.old/files/patch-Makefile.in /usr/ports/graphics/xawtv/files/patch-Makefile.in >--- xawtv.old/files/patch-Makefile.in Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/files/patch-Makefile.in Sat Jan 18 00:43:28 2003 >@@ -1,24 +1,27 @@ >---- Makefile.in.orig Thu Nov 14 17:07:24 2002 >-+++ Makefile.in Tue Nov 19 23:59:02 2002 >-@@ -65,20 +65,9 @@ >+--- Makefile.in.orig Tue Jan 7 16:17:13 2003 >++++ Makefile.in Sat Jan 18 00:43:02 2003 >+@@ -65,23 +65,11 @@ > USE_MMX := @USE_MMX@ > > # build final cflags >--CFLAGS := @CFLAGS@ >--CFLAGS += $(WARN_FLAGS) >--CFLAGS += $(LFS_FLAGS) >--CFLAGS += $(X11_FLAGS) >--CFLAGS += $(LIB_FLAGS) >--CFLAGS += -DCONFIGFILE='"$(config)"' >--CFLAGS += -DLIBDIR='"$(libdir)"' >--CFLAGS += -DDATADIR='"$(datadir)"' >--CFLAGS += -DVERSION='"$(VERSION)"' >-+CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DDATADIR='"$(datadir)"' -DVERSION='"$(VERSION)"' -fPIC >- CXXFLAGS = $(CFLAGS) >+-CFLAGS := @CFLAGS@ >+-CFLAGS += $(WARN_FLAGS) >+-CFLAGS += $(LFS_FLAGS) >+-CFLAGS += $(X11_FLAGS) >+-CFLAGS += $(LIB_FLAGS) >+-CFLAGS += -DCONFIGFILE='"$(config)"' >+-CFLAGS += -DLIBDIR='"$(libdir)"' >+-CFLAGS += -DDATADIR='"$(datadir)"' >+-CFLAGS += -DVERSION='"$(VERSION)"' >++CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DDATADIR='"$(datadir)"' -DVERSION='"$(VERSION)"' -fPIC >+ CXXFLAGS := $(CFLAGS) > >--# shared objects need -fPIC >--%.so : CFLAGS += -fPIC >+ # for gcc3 >+ #CFLAGS += -std-gnu99 > - >+-# shared objects need -fPIC >+-%.so : CFLAGS += -fPIC >+-%.so : CXXFLAGS += -fPIC >+ > # libraries > LDLIBS := @LDLIBS@ >- >diff -ruN xawtv.old/files/patch-common::Subdir.mk /usr/ports/graphics/xawtv/files/patch-common::Subdir.mk >--- xawtv.old/files/patch-common::Subdir.mk Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/files/patch-common::Subdir.mk Sat Jan 18 00:45:18 2003 >@@ -1,15 +1,15 @@ >---- common/Subdir.mk.orig Wed Oct 30 21:06:25 2002 >-+++ common/Subdir.mk Wed Oct 30 21:06:41 2002 >+--- common/Subdir.mk.orig Tue Jan 7 16:16:34 2003 >++++ common/Subdir.mk Sat Jan 18 00:44:45 2003 > @@ -16,10 +16,10 @@ > common/midictrl.o > > # RegEdit.c is good old K&R ... >--common/RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes >+-common/RegEdit.o: CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes > -common/channel-no-x11.o: CFLAGS += -DNO_X11=1 >-+#common/RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes >++#common/RegEdit.o: CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes > +#common/channel-no-x11.o: CFLAGS += -DNO_X11=1 > >- common/channel-no-x11.o:: common/channel.c >+ common/channel-no-x11.o: common/channel.c > @$(echo_compile_c) > - @$(compile_c) > + @$(compile_c) -DNO_X11=1 >diff -ruN xawtv.old/files/patch-x11::Subdir.mk /usr/ports/graphics/xawtv/files/patch-x11::Subdir.mk >--- xawtv.old/files/patch-x11::Subdir.mk Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/files/patch-x11::Subdir.mk Sat Jan 18 00:46:46 2003 >@@ -1,5 +1,5 @@ >---- x11/Subdir.mk.orig Wed Oct 30 21:15:02 2002 >-+++ x11/Subdir.mk Wed Oct 30 21:15:26 2002 >+--- x11/Subdir.mk.orig Tue Jan 7 16:17:05 2003 >++++ x11/Subdir.mk Sat Jan 18 00:46:26 2003 > @@ -110,8 +110,8 @@ > x11/pia : LDFLAGS := $(DLFLAGS) > >@@ -13,13 +13,13 @@ > # i18n > @@ -122,12 +122,12 @@ > # local targets >- x11/complete-xaw.o:: x11/complete.c >+ x11/complete-xaw.o: x11/complete.c > @$(echo_compile_c) > - @$(compile_c) > + @$(compile_c) -DATHENA=1 > @$(fixup_deps) > >- x11/complete-motif.o:: x11/complete.c >+ x11/complete-motif.o: x11/complete.c > @$(echo_compile_c) > - @$(compile_c) > + @$(compile_c) -DMOTIF=1 >diff -ruN xawtv.old/pkg-plist /usr/ports/graphics/xawtv/pkg-plist >--- xawtv.old/pkg-plist Sat Jan 18 00:20:55 2003 >+++ /usr/ports/graphics/xawtv/pkg-plist Sat Jan 18 00:54:46 2003 >@@ -15,6 +15,7 @@ > bin/xawtv > bin/xawtv-remote > lib/xawtv/bilinear.so >+lib/xawtv/conv-audio.so > lib/xawtv/conv-mjpeg.so > lib/xawtv/cubic.so > lib/xawtv/drv0-bsd.so
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 47179
: 27933