From owner-freebsd-ports Sun Mar 31 17:30:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 270D137B416 for ; Sun, 31 Mar 2002 17:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g311U2b67738; Sun, 31 Mar 2002 17:30:02 -0800 (PST) (envelope-from gnats) Received: from csc.smsu.edu (csc.smsu.edu [146.7.45.212]) by hub.freebsd.org (Postfix) with ESMTP id C086037B405 for ; Sun, 31 Mar 2002 17:20:32 -0800 (PST) Received: (from greenwald@localhost) by csc.smsu.edu (8.11.1/8.11.1) id g311KW510358; Sun, 31 Mar 2002 19:20:32 -0600 (CST) (envelope-from greenwald) Message-Id: <200204010120.g311KW510358@csc.smsu.edu> Date: Sun, 31 Mar 2002 19:20:32 -0600 (CST) From: Erik Greenwald Reply-To: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/36596: Maintainer Upgrade fixes broken port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36596 >Category: ports >Synopsis: Maintainer Upgrade fixes broken port. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 17:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: >Description: Upgrade for OpenAL. Old version went away, loki was hosting the ftp site for it so the port is broken. This update has updated sites 93 now), the version there is a custom fbsd special package, so no automake/autogen.sh stuff, and a smaller download. Includes new patches that came from the 3 seperate versions being merged, including the 'valenzuela' patches, the creative emu drive patches, and the original reference tree. Patches are built into the tarball, please delete the files directory in cvs. >How-To-Repeat: >Fix: diff -urNb openal.orig/Makefile openal/Makefile --- openal.orig/Makefile Wed Feb 20 19:26:26 2002 +++ openal/Makefile Sun Mar 31 18:52:23 2002 @@ -6,26 +6,21 @@ # PORTNAME= openal -PORTVERSION= 20020217 +PORTVERSION= 20020329fbsd CATEGORIES= audio -MASTER_SITES= ftp://ftp.openal.org/pub/openal/ +MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ + http://smluc.org/~erik/\ + http://csc.smsu.edu/~greenwald/ -MAINTAINER= erik@smluc.org - -WRKSRC= ${WRKDIR}/tmp/${PORTNAME}/linux -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes - -post-patch: - @${PERL} -pi -e 's|autoconf|${AUTOCONF}|; \ - s|autoheader|${AUTOHEADER}|' ${WRKSRC}/autogen.sh +MAINTAINER= erik@smluc.org -pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh +WRKSRC= ${WRKDIR}/${PORTNAME}/linux +GNU_CONFIGURE= yes +USE_GMAKE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info - @install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir + install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir .include diff -urNb openal.orig/distinfo openal/distinfo --- openal.orig/distinfo Wed Feb 20 19:26:26 2002 +++ openal/distinfo Sun Mar 31 18:52:23 2002 @@ -1 +1 @@ -MD5 (openal-20020217.tar.gz) = d8664ed879cf878a740fe9721e91fca4 +MD5 (openal-20020329fbsd.tar.gz) = c0882ccf87e99a5898e36d06fbe01df6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message