aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-27 23:30:58 +0800
committerpav <pav@FreeBSD.org>2004-05-27 23:30:58 +0800
commitc83cf9c030a2769b106549a3f7f9469d267e30cb (patch)
tree198ce586edd9f8977f8ac91e6ed21b675e372ec0 /databases
parent728d51eca41506e7223e21bc9be9e53ea602478b (diff)
downloadfreebsd-ports-gnome-c83cf9c030a2769b106549a3f7f9469d267e30cb.tar.gz
freebsd-ports-gnome-c83cf9c030a2769b106549a3f7f9469d267e30cb.tar.zst
freebsd-ports-gnome-c83cf9c030a2769b106549a3f7f9469d267e30cb.zip
- Tweak MASTER_SITES and WWW
- Install shlib symlink PR: ports/67258 Submitted by: System Administrator <root@odyssey.apana.org.au> (maintainer)
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