summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-17 10:52:54 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-17 10:52:54 +0000
commita9851b49100a4d82a50bfd824e51d30a1f1aef6d (patch)
tree2a73d5d234212f3f2a32f97b8018d5331761a061 /databases/mysql40-server/Makefile
parentUse 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the list (diff)
o Update to 4.0.17.
o Make portlint clean. PR: ports/60321 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes: svn path=/head/; revision=96038
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r--databases/mysql40-server/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index 52110d0c79d9..e028d64a0040 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= mysql
-PORTVERSION= 4.0.16
+PORTVERSION= 4.0.17
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ftp://planetmirror.com/pub/mysql/Downloads/MySQL-4.0/ \
@@ -73,10 +73,10 @@ CONFIGURE_ARGS+=-D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads
CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE
CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads
.if ${OSVERSION} > 500000
-LIB_DEPENDS+= lthread.3:${PORTSDIR}/devel/linuxthreads
+LIB_DEPENDS+= lthread.3:${PORTSDIR}/devel/linuxthreads
CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++'
.else
-LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads
+LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads
CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r'
.endif
.endif
@@ -108,6 +108,8 @@ ONLY_FOR_ARCHS= i386 alpha sparc64
DOCS= manual.html manual.txt manual_toc.html
+INFO= mysql
+
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@@ -162,9 +164,9 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR}
.endfor
@${INSTALL_DATA} ${WRKSRC}/Docs/Flags/*.gif ${DOCSDIR}/Flags
+.endif
@${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info
@install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir
-.endif
# MySQL-Client part
.else