From 1b81eb217ac2a6ec67d8a4042e1ae215a9278d4b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 27 May 2004 15:30:58 +0000 Subject: - Tweak MASTER_SITES and WWW - Install shlib symlink PR: ports/67258 Submitted by: System Administrator (maintainer) --- databases/fireprofile/Makefile | 10 +++++++--- databases/fireprofile/pkg-descr | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'databases/fireprofile') diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile index e33ecc176c52..02293275ae6c 100644 --- a/databases/fireprofile/Makefile +++ b/databases/fireprofile/Makefile @@ -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,13 +19,16 @@ MAINTAINER= dean@odyssey.apana.org.au 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 .endif diff --git a/databases/fireprofile/pkg-descr b/databases/fireprofile/pkg-descr index 74b35bc63982..23b5dcf3c136 100644 --- a/databases/fireprofile/pkg-descr +++ b/databases/fireprofile/pkg-descr @@ -5,7 +5,7 @@ using MySQL are spending their time. It intercepts MySQL queries 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 -- cgit v1.2.3