Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2004 23:03:00 +0800 (WST)
From:      System Administrator <root@odyssey.apana.org.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67258: Update to databases/fireprofile
Message-ID:  <200405271503.XAA46397@odyssey.apana.org.au>
Resent-Message-ID: <200405271510.i4RFAN4T066954@freefall.freebsd.org>

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

>Number:         67258
>Category:       ports
>Synopsis:       Update to databases/fireprofile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 27 08:10:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     System Administrator
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD odyssey.apana.org.au 4.9-STABLE FreeBSD 4.9-STABLE #1: Tue Mar 23 18:01:20 WST 2004 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386
>Description:
Revision update to databases/fireprofile. Updates master sites to correct URL and now properly 
includes shlib/ldconfig.
>How-To-Repeat:
>Fix:
diff -ruN fireprofile.old/Makefile fireprofile/Makefile
--- fireprofile.old/Makefile	Thu May 27 21:57:30 2004
+++ fireprofile/Makefile	Thu May 27 22:41:57 2004
@@ -7,8 +7,9 @@
 
 PORTNAME=	fireprofile
 PORTVERSION=    0.1.2
+PORTREVISION=	1
 CATEGORIES=     databases
-MASTER_SITES=   http://firestuff.org/projects/ \
+MASTER_SITES=   http://www.firestuff.org/projects/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
 		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
 DISTNAME=	fireprofile
@@ -18,12 +19,15 @@
 COMMENT=	Library to help profiling where programs are using MySQL
 
 MAN3=		libfireprofile.3
-PLIST_FILES=	lib/libfireprofile.so
+PLIST_FILES=	lib/libfireprofile.so.0 lib/libfireprofile.so
 
-# This port does not work with 4.x
+INSTALLS_SHLIB=	yes
 USE_MYSQL=	yes
 DEFAULT_MYSQL_VER=	323
 WANT_MYSQL_VER=	323
+
+post-install:
+		$(LN) ${PREFIX}/lib/libfireprofile.so ${PREFIX}/lib/libfireprofile.so.0
 
 .if ${MACHINE_ARCH:L} == amd64
 CFLAGS+=	-fPIC
diff -ruN fireprofile.old/pkg-descr fireprofile/pkg-descr
--- fireprofile.old/pkg-descr	Thu May 27 21:57:31 2004
+++ fireprofile/pkg-descr	Thu May 27 22:32:25 2004
@@ -5,7 +5,7 @@
 and provides EXPLAIN data about each query, as well as total
 time spent on each query.
 
-WWW: http://firestuff.org/
+WWW: http://www.firestuff.org/
 
 - Dean
>Release-Note:
>Audit-Trail:
>Unformatted:



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