mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Update to 3.83
PR: 47179 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
This commit is contained in:
parent
c57f9b6b1f
commit
af08f7824c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73665
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xawtv
|
||||
PORTVERSION= 3.82
|
||||
PORTVERSION= 3.83
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://bytesex.org/xawtv/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xawtv_3.82.tar.gz) = 803153b6dcce0d786a4772cd8343974a
|
||||
MD5 (xawtv_3.83.tar.gz) = 866acba0fa7994c966d5c69a4528fb5b
|
||||
|
@ -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@
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -15,6 +15,7 @@ bin/webcam
|
||||
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xawtv
|
||||
PORTVERSION= 3.82
|
||||
PORTVERSION= 3.83
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://bytesex.org/xawtv/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xawtv_3.82.tar.gz) = 803153b6dcce0d786a4772cd8343974a
|
||||
MD5 (xawtv_3.83.tar.gz) = 866acba0fa7994c966d5c69a4528fb5b
|
||||
|
@ -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@
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -15,6 +15,7 @@ bin/webcam
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user