diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 15:30:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-27 15:30:58 +0000 |
commit | 1b81eb217ac2a6ec67d8a4042e1ae215a9278d4b (patch) | |
tree | 5b5b65d4b1ddb8bff4c258ba8196b63d554efbd2 /databases/fireprofile | |
parent | ab9154efa788aeee6fca013f4b2e4d3b7dc92569 (diff) | |
download | ports-1b81eb217ac2a6ec67d8a4042e1ae215a9278d4b.tar.gz ports-1b81eb217ac2a6ec67d8a4042e1ae215a9278d4b.zip |
Notes
Diffstat (limited to 'databases/fireprofile')
-rw-r--r-- | databases/fireprofile/Makefile | 10 | ||||
-rw-r--r-- | databases/fireprofile/pkg-descr | 2 |
2 files changed, 8 insertions, 4 deletions
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 |