Changeset View
Changeset View
Standalone View
Standalone View
head/databases/soci/Makefile
| # Created by: Julien Laffaye <kimelto@gmail.com> | # Created by: Julien Laffaye <kimelto@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= soci | PORTNAME= soci | ||||
| PORTVERSION= 3.2.2 | PORTVERSION= 3.2.2 | ||||
| PORTREVISION= 7 | PORTREVISION= 8 | ||||
| CATEGORIES= databases | CATEGORIES= databases | ||||
| MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} | MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} | ||||
| MAINTAINER= jlaffaye@FreeBSD.org | MAINTAINER= jlaffaye@FreeBSD.org | ||||
| COMMENT= C++ Database Access Library | COMMENT= C++ Database Access Library | ||||
| LICENSE= BSL | LICENSE= BSL | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt | LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt | ||||
| BROKEN_armv6= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int') | |||||
| BROKEN_armv7= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int') | |||||
| USES= cmake zip | USES= cmake zip | ||||
| CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF | CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| SUB_FILES= pkg-message | SUB_FILES= pkg-message | ||||
| PKGMESSAGE= ${WRKDIR}/pkg-message | PKGMESSAGE= ${WRKDIR}/pkg-message | ||||
| Show All 35 Lines | |||||