Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 19:33:40 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/94749: [maintainer] databases/phpmyadmin -- correct an error in the previous update
Message-ID:  <200603201933.k2KJXeZs066673@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200603201940.k2KJeFQq021191@freefall.freebsd.org>

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

>Number:         94749
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin -- correct an error in the previous update
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 20 19:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #96: Thu Dec 29 14:07:11 GMT 2005 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Thanks to Matt Smith for bringing this to my attention.  OPTIONS
processing in the phpmyadmin Makefile happens rather early and so
requires that PORT_DBDIR be set in the Makefile directly.

Deleting the relevant line in the last update seems to have been an
error.

>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile	Sat Mar 18 10:10:54 2006
+++ phpmyadmin/Makefile	Mon Mar 20 19:24:28 2006
@@ -56,6 +56,7 @@
 		MCRYPT   "MCrypt library support" on \
 		MBSTRING "Multi-byte character-set string support" on
 
+PORT_DBDIR?=	/var/db/ports
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
 
--- phpmyadmin.diff ends here ---


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



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