diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-20 05:51:14 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-20 05:51:14 +0800 |
commit | acabfb7aca6d2a242b7e2147a123f1c4e18a156d (patch) | |
tree | 71d361ab716dad8c795a91b1cbf6c0e6dd05b83c /databases | |
parent | a054d9c43ac941bfbade4a02298ee6687909ccb3 (diff) | |
download | freebsd-ports-gnome-acabfb7aca6d2a242b7e2147a123f1c4e18a156d.tar.gz freebsd-ports-gnome-acabfb7aca6d2a242b7e2147a123f1c4e18a156d.tar.zst freebsd-ports-gnome-acabfb7aca6d2a242b7e2147a123f1c4e18a156d.zip |
- Update to version 2.15.1 [1]
- Respect CXXFLAGS for entire build
- Port links with readline
PR: ports/174536 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 8 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | databases/cego/pkg-descr | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 7a1dbe142711..f7e1c58bae76 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.14.1 +PORTVERSION= 2.15.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -22,6 +22,7 @@ USE_AUTOTOOLS= autoconf:env USE_RC_SUBR= cego USE_NCURSES= yes +USE_READLINE= yes USERS= cego GROUPS= cego @@ -29,6 +30,9 @@ GROUPS= cego PLIST_SUB+= USER=${USERS} post-patch: - @${REINPLACE_CMD} -e 's,-O3,,g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,-O3,,g' \ + ${WRKSRC}/src/Makefile.in \ + ${WRKSRC}/samples/cgplustest/Makefile.in \ + ${WRKSRC}/samples/cgwtest/Makefile.in .include <bsd.port.mk> diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e9956db4524d..9d4c2c4e4afc 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.14.1.tar.gz) = 81b355b7dfd6854569a3473345adbbcecde06926b69a3e0df430e67236707cb4 -SIZE (cego-2.14.1.tar.gz) = 654738 +SHA256 (cego-2.15.1.tar.gz) = 112097040ca130250f56c517437da95bd6b076fa67a8eb40058bb3f0554bb25a +SIZE (cego-2.15.1.tar.gz) = 615097 diff --git a/databases/cego/pkg-descr b/databases/cego/pkg-descr index 6d5fcd3e3f2d..0f6db4c4785d 100644 --- a/databases/cego/pkg-descr +++ b/databases/cego/pkg-descr @@ -1,6 +1,6 @@ Cego is a Relational Database Management System (RDBMS). Cego supports transactional SQL query requests in a multithreaded -architecture. For high availablility requirements, Cego supports a +architecture. For high availability requirements, Cego supports a database shadowing feature. Several compute nodes can be defined in a Cego database configuration, where each node is able to manage a number of so called table sets. For each tableset, a backup node |