Date: Sun, 31 Mar 2002 19:20:32 -0600 (CST) From: Erik Greenwald <greenwald@csc.smsu.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36596: Maintainer Upgrade fixes broken port. Message-ID: <200204010120.g311KW510358@csc.smsu.edu>
next in thread | raw e-mail | index | archive | help
>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 <erik@smluc.org> >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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204010120.g311KW510358>