Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2004 00:00:29 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65368: Update port: multimedia/gopchop
Message-ID:  <20040410000029.3b2e3289.tkato@prontomail.com>
Resent-Message-ID: <200404091510.i39FADDr048147@freefall.freebsd.org>

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

>Number:         65368
>Category:       ports
>Synopsis:       Update port: multimedia/gopchop
>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:   Fri Apr 09 08:10:13 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Support intlhack
- Remove unnesessary USE_SDL

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/multimedia/gopchop/Makefile multimedia/gopchop/Makefile
--- /usr/ports/multimedia/gopchop/Makefile	Fri Apr  9 19:05:32 2004
+++ multimedia/gopchop/Makefile	Fri Apr  9 19:31:54 2004
@@ -8,6 +8,7 @@
 
 PORTNAME=	gopchop
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://outflux.net/unix/software/GOPchop/download/
@@ -17,16 +18,14 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MPEG2 GOP-accurate editor
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 LIB_DEPENDS=	mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
 
-USE_SDL=	sdl
+USE_GNOME=	gnometarget gtk12 intlhack
 USE_GETOPT_LONG=	yes
-USE_GNOME=	gnometarget gtk12
-USE_PERL5_BUILD=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--disable-sdl
 
 CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include -DHAVE_DECL_GETOPT
 LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040410000029.3b2e3289.tkato>