aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xawtv/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-20 05:47:05 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-20 05:47:05 +0000
commit253b6cdf9b5d7cee8933ffc9e1ff0c7c64f73a88 (patch)
tree999db7efad622e58fe60e34f732d33de80bb0a64 /multimedia/xawtv/files
parent97bba37943ace5371249f9d04f5e94fb2a06ebf6 (diff)
downloadports-253b6cdf9b5d7cee8933ffc9e1ff0c7c64f73a88.tar.gz
ports-253b6cdf9b5d7cee8933ffc9e1ff0c7c64f73a88.zip
Notes
Diffstat (limited to 'multimedia/xawtv/files')
-rw-r--r--multimedia/xawtv/files/patch-configure29
-rw-r--r--multimedia/xawtv/files/patch-font::Makefile.in10
-rw-r--r--multimedia/xawtv/files/patch-src::Makefile.in19
-rw-r--r--multimedia/xawtv/files/patch-src::motif.c22
4 files changed, 15 insertions, 65 deletions
diff --git a/multimedia/xawtv/files/patch-configure b/multimedia/xawtv/files/patch-configure
index 0c9fcd016f02..cf5ef1642a7d 100644
--- a/multimedia/xawtv/files/patch-configure
+++ b/multimedia/xawtv/files/patch-configure
@@ -1,15 +1,15 @@
---- configure.orig Thu Mar 14 14:51:55 2002
-+++ configure Fri Mar 15 21:49:45 2002
+--- configure.orig Wed Apr 10 12:03:15 2002
++++ configure Sun Apr 14 20:35:36 2002
@@ -2022,7 +2022,7 @@
OpenBSD | FreeBSD | NetBSD)
- # *BSD has important stuff (from ports) in
- # /usr/local ...
+ # *BSD has important stuff (from ports)
+ # in /usr/local ...
- CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
-+ CFLAGS="$CFLAGS -I%%LOCALBASE%%/include -L/%%LOCALBASE%%/lib"
- PLUGINS="drv0-bsd.so snd-oss.so"
- VBIFLAGS="-DBSD"
++ CFLAGS="$CFLAGS -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib"
+ FOUND_OS="bsd"
;;
-@@ -2586,10 +2586,10 @@
+ *)
+@@ -2585,10 +2585,10 @@
/usr/XFree86/include/X11
/usr/include
@@ -22,24 +22,25 @@
/usr/lpp/Xamples/include
/usr/openwin/include
-@@ -4329,18 +4329,13 @@
- echo "$as_me:4329: checking for X11 config directory" >&5
+@@ -4374,19 +4374,13 @@
+
+ echo "$as_me:4375: checking for X11 config directory" >&5
echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6
- x11conf=/usr/X11R6/lib/X11
+-x11conf=/usr/X11R6/lib/X11
-if test -d /etc/X11; then
- x11conf=/etc/X11
-fi
+x11conf=%%X11BASE%%/lib/X11
- echo "$as_me:4335: result: $x11conf" >&5
+ echo "$as_me:4381: result: $x11conf" >&5
echo "${ECHO_T}$x11conf" >&6
- echo "$as_me:4338: checking for X11 app-defaults directory" >&5
+ echo "$as_me:4384: checking for X11 app-defaults directory" >&5
echo $ECHO_N "checking for X11 app-defaults directory... $ECHO_C" >&6
-resdir=/usr/X11R6/lib/X11
-if test -d /etc/X11/app-defaults; then
- resdir=/etc/X11
-fi
+resdir=%%X11BASE%%/lib/X11
- echo "$as_me:4344: result: $resdir/app-defaults" >&5
+ echo "$as_me:4390: result: $resdir/app-defaults" >&5
echo "${ECHO_T}$resdir/app-defaults" >&6
diff --git a/multimedia/xawtv/files/patch-font::Makefile.in b/multimedia/xawtv/files/patch-font::Makefile.in
deleted file mode 100644
index f9c8412fa849..000000000000
--- a/multimedia/xawtv/files/patch-font::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- font/Makefile.in.orig Sun Sep 2 12:01:30 2001
-+++ font/Makefile.in Sun Sep 2 12:01:45 2001
-@@ -23,7 +23,6 @@
- done
- if test "$(DESTDIR)" = ""; then \
- (cd $(fontdir); mkfontdir); \
-- xset fp rehash || true; \
- fi
-
-
diff --git a/multimedia/xawtv/files/patch-src::Makefile.in b/multimedia/xawtv/files/patch-src::Makefile.in
deleted file mode 100644
index d9b6ed2d485a..000000000000
--- a/multimedia/xawtv/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Makefile.in.orig Thu Dec 13 13:15:07 2001
-+++ src/Makefile.in Mon Jan 14 20:36:59 2002
-@@ -124,12 +124,14 @@
- install-dirs:
- $(INSTALL_DIR) $(bindir)
- $(INSTALL_DIR) $(resdir)/app-defaults
-- $(INSTALL_DIR) $(resdir)/de/app-defaults
-+ for lang in $(LANG); do \
-+ $(INSTALL_DIR) $(resdir)/$$lang/app-defaults;\
-+ done
-
- install-common:
- $(INSTALL_DIR) $(bindir)
- $(INSTALL_DIR) $(resdir)/app-defaults
-- $(INSTALL_PROGRAM) $(srcdir)/subtitles $(bindir)
-+ $(INSTALL_DATA) -m 555 $(srcdir)/subtitles $(bindir)
- $(INSTALL_PROGRAM) -s xawtv-remote $(bindir)
- $(INSTALL_PROGRAM) -s streamer $(bindir)
- $(INSTALL_PROGRAM) -s v4lctl $(bindir)
diff --git a/multimedia/xawtv/files/patch-src::motif.c b/multimedia/xawtv/files/patch-src::motif.c
deleted file mode 100644
index 97a1fab9dc1e..000000000000
--- a/multimedia/xawtv/files/patch-src::motif.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/motif.c.orig Mon Sep 17 00:42:53 2001
-+++ src/motif.c Mon Sep 17 00:45:40 2001
-@@ -24,6 +24,19 @@
- # include <sys/soundcard.h>
- #endif
-
-+#if defined(__FreeBSD__)
-+typedef struct mixer_info
-+{
-+ char id[16];
-+ char name[32];
-+ int modify_counter;
-+ int fillers[10];
-+} mixer_info;
-+
-+
-+# define SOUND_MIXER_INFO _IOR ('M', 101, mixer_info)
-+#endif
-+
- #include <X11/Xlib.h>
- #include <X11/Intrinsic.h>
- #include <Xm/Xm.h>