From owner-cvs-all@FreeBSD.ORG Sun Apr 30 22:00:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709CD16A46C; Sun, 30 Apr 2006 22:00:44 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1007E43D5A; Sun, 30 Apr 2006 22:00:44 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3UM0hFe020776; Sun, 30 Apr 2006 22:00:43 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3UM0hIf020775; Sun, 30 Apr 2006 22:00:43 GMT (envelope-from netchild) Message-Id: <200604302200.k3UM0hIf020775@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 30 Apr 2006 22:00:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.linux-rpm.mk ports/audio/linux-alsa-lib Makefile distinfo.i386 ports/audio/linux-arts Makefile distinfo.i386 ports/audio/linux-libogg Makefile distinfo.i386 ports/audio/linux-libvorbis Makefile distinfo.i386 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2006 22:00:45 -0000 netchild 2006-04-30 22:00:43 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk audio/linux-alsa-lib Makefile distinfo.i386 audio/linux-arts Makefile distinfo.i386 audio/linux-libogg Makefile distinfo.i386 audio/linux-libvorbis Makefile distinfo.i386 audio/linux-openal Makefile distinfo.i386 Log: bsd.linux-rpm.mk: - document some variables - set some variables based upon presets [1] - automatically guess the src RPM (needs to be overidden for multi-RPM ports) [1] - allow to specify complete directories or a set of files for automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1] - add fc3 to the automatic plist handling [1] - allow to override the linux-rpm-generate-plist target - also detect @dirrmtry in the automatic plist handling [1] - adopt the new-plist target to the new world order [1] ports: [1,2] - edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER}) - add source distfiles to distinfo to allow auto fetching sources with defined PACKAGE_BUILDING; - remove some variables already defined at linux-rpm (i.e. MASTRE_SITE_SUBDIR); - add LINUX_DIST_VER to every port (in case default linux_base changes); - bump PORTREVISION (so that the ports build cluster puts the src and binary RPM's to the new location) - update linux-openal to the newest FC3 port All errors are mine because of cut&paste patch merging. Aproved by: maintainer [2] Reviewed on: multimedia [1] Submitted by: Boris Samorodov [1] Revision Changes Path 1.3 +75 -11 ports/Mk/bsd.linux-rpm.mk 1.5 +2 -2 ports/audio/linux-alsa-lib/Makefile 1.2 +7 -3 ports/audio/linux-alsa-lib/distinfo.i386 1.15 +4 -1 ports/audio/linux-arts/Makefile 1.4 +6 -3 ports/audio/linux-arts/distinfo.i386 1.7 +2 -2 ports/audio/linux-libogg/Makefile 1.2 +6 -3 ports/audio/linux-libogg/distinfo.i386 1.4 +2 -1 ports/audio/linux-libvorbis/Makefile 1.2 +6 -3 ports/audio/linux-libvorbis/distinfo.i386 1.5 +4 -3 ports/audio/linux-openal/Makefile 1.2 +6 -3 ports/audio/linux-openal/distinfo.i386