1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- fix 5-CURRENT build (add a dependency to XFree86-4-clients)

- fix a compile warning

PR:		35736
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-03-10 16:03:59 +00:00
parent 18edf8155b
commit 252975a0d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55815
4 changed files with 32 additions and 2 deletions

View File

@ -36,6 +36,13 @@ MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 record.1 \
MAN5= xawtvrc.5
MAN8= v4l-conf.8
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
PLIST_SUB+= X11PREFIX=${X11BASE}
post-patch:
@ -51,4 +58,4 @@ post-configure:
${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -0,0 +1,8 @@
--- libvbi/os.h.orig Sun Mar 10 13:20:37 2002
+++ libvbi/os.h Sun Mar 10 13:19:45 2002
@@ -1,4 +1,4 @@
-#ifndef OS_H
+#if !defined(OS_H) && !defined(BSD)
#define OS_H
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBsd__) \

View File

@ -36,6 +36,13 @@ MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 record.1 \
MAN5= xawtvrc.5
MAN8= v4l-conf.8
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
PLIST_SUB+= X11PREFIX=${X11BASE}
post-patch:
@ -51,4 +58,4 @@ post-configure:
${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -0,0 +1,8 @@
--- libvbi/os.h.orig Sun Mar 10 13:20:37 2002
+++ libvbi/os.h Sun Mar 10 13:19:45 2002
@@ -1,4 +1,4 @@
-#ifndef OS_H
+#if !defined(OS_H) && !defined(BSD)
#define OS_H
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBsd__) \