diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-02 14:33:14 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-02 14:33:14 +0800 |
commit | 05baa3939b988354aafc4d1af5c781ce65f1e810 (patch) | |
tree | 1c025d49fc9829609d4adfcc4ec65cc729fb7145 | |
parent | cef0279f9bf6b841de835e053ef041eaf0a5dd49 (diff) | |
download | freebsd-ports-gnome-05baa3939b988354aafc4d1af5c781ce65f1e810.tar.gz freebsd-ports-gnome-05baa3939b988354aafc4d1af5c781ce65f1e810.tar.zst freebsd-ports-gnome-05baa3939b988354aafc4d1af5c781ce65f1e810.zip |
- 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)
-rw-r--r-- | databases/mysql++/Makefile | 11 |
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 |