Index: head/multimedia/dvts/Makefile =================================================================== --- head/multimedia/dvts/Makefile (revision 401551) +++ head/multimedia/dvts/Makefile (revision 401552) @@ -1,27 +1,31 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= dvts PORTVERSION= 1.0a PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/ DISTNAME= ${PORTNAME}${PORTVERSION} PATCH_SITES= http://people.freebsd.org/~simokawa/firewire/ PATCHFILES= dvts-patch-20030805 PATCH_DIST_STRIP= -p4 MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of Digital Video Transport System +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + CONFLICTS= gdvrecv-[0-9]* -USE_AUTOTOOLS= autoconf +USES= autoreconf +GNU_CONFIGURE= yes -pre-install: - @${INSTALL_MAN} ${WRKSRC}/dvts.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${STAGEDIR}${MANPREFIX}/man/man1/ +post-install: + ${INSTALL_MAN} ${WRKSRC}/dvts.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${STAGEDIR}${MANPREFIX}/man/man1/ .include Index: head/multimedia/dvts/files/patch-Makefile.in =================================================================== --- head/multimedia/dvts/files/patch-Makefile.in (revision 401551) +++ head/multimedia/dvts/files/patch-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Mar 1 01:57:31 2003 -+++ Makefile.in Sat May 10 00:46:55 2003 -@@ -87,7 +87,7 @@ - am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ --SUBDIRS = dvsend dvrecv dvplay dvsave -+SUBDIRS = dvsend dvrecv - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Property changes on: head/multimedia/dvts/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/dvts/files/patch-Makefile.am =================================================================== --- head/multimedia/dvts/files/patch-Makefile.am (nonexistent) +++ head/multimedia/dvts/files/patch-Makefile.am (revision 401552) @@ -0,0 +1,6 @@ +--- Makefile.am.orig 2003-02-28 16:57:31 UTC ++++ Makefile.am +@@ -1,2 +1,2 @@ + @SET_MAKE@ +-SUBDIRS=dvsend dvrecv dvplay dvsave ++SUBDIRS=dvsend dvrecv Property changes on: head/multimedia/dvts/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/dvts/files/patch-configure.in =================================================================== --- head/multimedia/dvts/files/patch-configure.in (nonexistent) +++ head/multimedia/dvts/files/patch-configure.in (revision 401552) @@ -0,0 +1,20 @@ +--- configure.in.orig 2003-02-28 16:57:31 UTC ++++ configure.in +@@ -9,6 +9,8 @@ DVRECV_SRC="" + DVSAVE_SRC="" + DVPLAY_SRC="" + ++AC_CONFIG_MACRO_DIR([ac-macros]) ++ + AC_PROG_CC + AC_HEADER_STDC + AC_CHECK_HEADERS(fcntl.h strings.h sys/ioctl.h sys/time.h unistd.h) +@@ -18,7 +20,7 @@ AC_TYPE_SIGNAL + AC_CHECK_FUNCS(gettimeofday socket getnameinfo) + AC_PROG_RANLIB + +-AC_PROG_CC_WARNINGS() ++VL_PROG_CC_WARNINGS() + + # Check for libraries. + AC_CHECK_LIB(socket, main) Property changes on: head/multimedia/dvts/files/patch-configure.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property