Date: Fri, 25 Apr 2003 01:29:59 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51381: Update port: multimedia/recmpeg Message-ID: <20030425012959.5765e889.tkato@prontomail.com> Resent-Message-ID: <200304241640.h3OGeKK3051188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51381 >Category: ports >Synopsis: Update port: multimedia/recmpeg >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: Thu Apr 24 09:40:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Utilize USE_GETOPT_LONG >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/recmpeg/Makefile multimedia/recmpeg/Makefile --- /usr/ports/multimedia/recmpeg/Makefile Sat Apr 5 05:03:00 2003 +++ multimedia/recmpeg/Makefile Fri Apr 25 00:48:58 2003 @@ -17,6 +17,7 @@ LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -24,10 +25,5 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030425012959.5765e889.tkato>