Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 03:08:26 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155857: Update port: multimedia/tcmplex-panteltje
Message-ID:  <20110323030826.09464d0a.tkato432@yahoo.com>
Resent-Message-ID: <201103221830.p2MIU2sJ045015@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155857
>Category:       ports
>Synopsis:       Update port: multimedia/tcmplex-panteltje
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:30:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly

Remove file:
files/patch-cflags

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/tcmplex-panteltje/Makefile multimedia/tcmplex-panteltje/Makefile
--- /usr/ports/multimedia/tcmplex-panteltje/Makefile	2011-03-15 09:39:50.000000000 +0900
+++ multimedia/tcmplex-panteltje/Makefile	2011-03-22 15:56:42.000000000 +0900
@@ -7,29 +7,30 @@
 
 PORTNAME=	tcmplex-panteltje
 PORTVERSION=	0.4.7
+PORTREVISION=	1
 CATEGORIES=	multimedia
-MASTER_SITES=	http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/
+MASTER_SITES=	http://panteltje.com/panteltje/dvd/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Re-write of the A/V multiplexer from the transcode distribution
 
-DEPRECATED=     Upstream has disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	a.out
 
-PLIST_FILES=	bin/tcmplex-panteltje
-
-.if !defined(NOPORTDOCS)
-PORTDOCS=	CHANGES COPYRIGHT LICENSE README
-.endif
+PORTDOCS=	CHANGES COPYRIGHT README
+PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+	@${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/multimedia/tcmplex-panteltje/files/patch-cflags multimedia/tcmplex-panteltje/files/patch-cflags
--- /usr/ports/multimedia/tcmplex-panteltje/files/patch-cflags	2004-10-24 10:23:00.000000000 +0900
+++ multimedia/tcmplex-panteltje/files/patch-cflags	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
-$FreeBSD: ports/multimedia/tcmplex-panteltje/files/patch-cflags,v 1.1 2004/10/24 01:23:00 hq Exp $
-
---- Makefile.orig	Thu Oct 21 18:59:27 2004
-+++ Makefile	Thu Oct 21 18:59:52 2004
-@@ -1,5 +1,5 @@
- 
--CFLAGS = -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-+CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
- 
- LIBRARY = -lm
- #-lpthread
diff -urN /usr/ports/multimedia/tcmplex-panteltje/pkg-descr multimedia/tcmplex-panteltje/pkg-descr
--- /usr/ports/multimedia/tcmplex-panteltje/pkg-descr	2005-07-16 18:48:15.000000000 +0900
+++ multimedia/tcmplex-panteltje/pkg-descr	2011-03-16 11:21:58.000000000 +0900
@@ -2,4 +2,4 @@
 re-writen for 8 audio channels. This version fixes an AC3 bug and supports
 files > 2GB.
 
-WWW:	http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/
+WWW: http://panteltje.com/panteltje/dvd/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110323030826.09464d0a.tkato432>