diff options
author | sem <sem@FreeBSD.org> | 2007-01-28 22:46:35 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-28 22:46:35 +0800 |
commit | 163fb4cae7301fd7addea54015c489d38d77dc75 (patch) | |
tree | 27b029fefd8b6ed58b8ac9aff12c8462f4e524c2 /devel/ace/Makefile | |
parent | 6b133729059014fc183c8756be3814f1ee5e2f66 (diff) | |
download | freebsd-ports-gnome-163fb4cae7301fd7addea54015c489d38d77dc75.tar.gz freebsd-ports-gnome-163fb4cae7301fd7addea54015c489d38d77dc75.tar.zst freebsd-ports-gnome-163fb4cae7301fd7addea54015c489d38d77dc75.zip |
- Update to 5.5.2.
- Turn off a stupid test of std::bad_alloc exception. [1]
Requested by: kris
Diffstat (limited to 'devel/ace/Makefile')
-rw-r--r-- | devel/ace/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile index fb66ce84b6e4..1644fca09f49 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ace -PORTVERSION= 5.5.1 -PORTREVISION= 1 +PORTVERSION= 5.5.2 CATEGORIES= devel MASTER_SITES= ftp://deuce.doc.wustl.edu/pub/previous_versions/ \ http://deuce.doc.wustl.edu/old_distribution/ \ @@ -15,16 +14,13 @@ MASTER_SITES= ftp://deuce.doc.wustl.edu/pub/previous_versions/ \ DISTNAME= ACE-${PORTVERSION} MAINTAINER= sem@FreeBSD.org - COMMENT= The Adaptive Communication Environment for C++ -IGNORE= attempts to allocate all of swap to see what happens when it fills - CONFLICTS= ace+tao-5* USE_BZIP2= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name s,^,ace-, USE_GNOME= pkgconfig |