summaryrefslogtreecommitdiff
path: root/databases/mysql++
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-02 06:33:14 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-02 06:33:14 +0000
commit8733917642ad606b3086a5d15cb32f229b4aaa62 (patch)
treeffb447bd988875a0327ece54877d6629dbf199ff /databases/mysql++
parentThe latest couple of firefox vulnerabilities should be fixed in the (diff)
- unbraek the port
- add NOT_FOR_ARCHS=amd64 sparc64 - pass maintainership PR: ports/104477 Submitted by: Frank J dot Laszlo <laszlof_AT_vonostingroup dot com> Approved by: maintainer (Sergey Prikhodko)
Notes
Notes: svn path=/head/; revision=176165
Diffstat (limited to 'databases/mysql++')
-rw-r--r--databases/mysql++/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile
index e394c470ed20..6d7636e74dff 100644
--- a/databases/mysql++/Makefile
+++ b/databases/mysql++/Makefile
@@ -7,26 +7,27 @@
PORTNAME= mysql++
PORTVERSION= 2.1.1
-PORTREVISION= 0
CATEGORIES= databases devel
MASTER_SITES= http://tangentsoft.net/mysql++/releases/
PKGNAMESUFFIX= -mysql${MYSQL_VER}
-MAINTAINER= sergey@network-asp.biz
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= Complex C++ API for MySQL${MYSQL_VER}
-BROKEN= Does not compile
-
USE_MYSQL= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --disable-examples
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GMAKE= yes
CONFLICTS= ${PORTNAME}*-1.*
+NOT_FOR_ARCHS= amd64 sparc64
+NOT_FOR_ARCHS_REASON_amd64= Fails to compile
+NOT_FOR_ARCHS_REASON_sparc64= Fails to compile
+
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif