From owner-cvs-ports@FreeBSD.ORG Sun Sep 14 02:56:10 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E5C16A4BF; Sun, 14 Sep 2003 02:56:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261D43FA3; Sun, 14 Sep 2003 02:56:09 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8E9u90U047796; Sun, 14 Sep 2003 02:56:09 -0700 (PDT) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8E9u97h047795; Sun, 14 Sep 2003 02:56:09 -0700 (PDT) Message-Id: <200309140956.h8E9u97h047795@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 14 Sep 2003 02:56:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/vlc Makefile pkg-plist ports/multimedia/vlc/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 09:56:10 -0000 sf 2003/09/14 02:56:09 PDT FreeBSD ports repository Modified files: multimedia/vlc Makefile pkg-plist multimedia/vlc/files patch-configure Log: unbreak package at bento(i386/RELENG_4): o get rid of hardcoded CONFIGURE_TARGET from pkg-plist. o utilize USE_SDL as pkg-plist includes its modules. o utilize USE_GETOPT_LONG as configure detects libgnugetopt. o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE. o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others. o and add number of modules built accordingly. o then sort pkg-plist. Revision Changes Path 1.26 +13 -8 ports/multimedia/vlc/Makefile 1.4 +11 -3 ports/multimedia/vlc/files/patch-configure 1.10 +14 -9 ports/multimedia/vlc/pkg-plist