summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-27 15:30:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-27 15:30:58 +0000
commit1b81eb217ac2a6ec67d8a4042e1ae215a9278d4b (patch)
tree5b5b65d4b1ddb8bff4c258ba8196b63d554efbd2 /databases
parentAdd jags, Just Another Gibbs Sampler. A program for Bayesian analysis of (diff)
- Tweak MASTER_SITES and WWW
- Install shlib symlink PR: ports/67258 Submitted by: System Administrator <root@odyssey.apana.org.au> (maintainer)
Notes
Notes: svn path=/head/; revision=110137
Diffstat (limited to 'databases')
-rw-r--r--databases/fireprofile/Makefile10
-rw-r--r--databases/fireprofile/pkg-descr2
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