Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 08:31:35 -0400 (EDT)
From:      "Bruce M.Walker" <bmw@borderware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53445: Patch to update www/mod_mp3 port to 0.40 release
Message-ID:  <20030618123135.3ED2D602@santana.borderware.com>
Resent-Message-ID: <200306181240.h5ICeFb9029798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53445
>Category:       ports
>Synopsis:       Patch to update www/mod_mp3 port to 0.40 release
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 05:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bruce M. Walker
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
Borderware Technology Inc
>Environment:
System: FreeBSD santana.borderware.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Fri Nov 15 15:07:32 EST 2002 root@santana.borderware.com:/usr/home/obj/usr/src/sys/SANTANA i386


	
>Description:
	mod_mp3 0.40 was released last night.
	Here's a patch to bring the FreeBSD port up to date.  It contains
	support in the Makefile to enable PostgreSQL.  It also contains a
	patch to fix a shared memory call so older Apache versions won't
	croak on start.
>How-To-Repeat:
	
>Fix:

  # Note: before applying patch ...
  # mkdir files

--- ../mod_mp3.org/Makefile	Sat Apr  5 20:31:42 2003
+++ ./Makefile	Wed Jun 18 07:34:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_mp3
-PORTVERSION=	0.39
+PORTVERSION=	0.40
 CATEGORIES=	www audio
 MASTER_SITES=	http://software.tangent.org/download/ \
 		ftp://ftp.tangent.org/pub/apache/ \
@@ -25,6 +25,10 @@
 APXS?=		${LOCALBASE}/sbin/apxs
 APACHE_PORT?=	${PORTSDIR}/www/apache13
 DOCS=		ChangeLog README TODO faq.html
+
+.if defined(WITH_PGSQL)
+CONFIGURE_ARGS+=	--with-postgres
+.endif
 
 .if defined(WITH_MYSQL)
 LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client 
--- ../mod_mp3.org/distinfo	Wed Oct 23 03:20:16 2002
+++ ./distinfo	Wed Jun 18 07:53:22 2003
@@ -1 +1 @@
-MD5 (mod_mp3-0.39.tar.gz) = 357f0d7b8d3b5f4ec1baf50dafb0bf24
+MD5 (mod_mp3-0.40.tar.gz) = a36b25ee4db268df45a03231993e718d
--- /dev/null	Wed Jun 18 07:52:00 2003
+++ files/patch-aa	Wed Jun 18 07:45:11 2003
@@ -0,0 +1,11 @@
+--- ./src/mod_mp3.c.orig	Sun May 19 20:45:56 2002
++++ ./src/mod_mp3.c	Sat May 17 13:29:41 2003
+@@ -6,7 +6,7 @@
+ #include "mod_mp3.h"
+ 
+ /* Setup for our scoreboard */
+-static key_t shmkey = IPC_CREAT;
++static key_t shmkey = IPC_PRIVATE;
+ 
+ extern mp3_dispatch internal;
+ #ifdef MYSQL_ENABLED

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030618123135.3ED2D602>