FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:34 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
ace 5.5.2_3 devel on this many watch lists=4 search for ports that depend on this port
The Adaptive Communication Environment for C++

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Jan 2004 19:32:39


The ADAPTIVE Communication Environment (ACE) is an object-oriented
(OO) toolkit that implements fundamental design patterns for
communication software.  ACE provides a rich set of reusable C++
wrappers and frameworks that perform common communication software
tasks across a range of OS platforms.

WWW: http://www.cs.wustl.edu/~schmidt/ACE.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool22, devel/pkg-config
Required To Run: devel/pkg-config

To install the port: cd /usr/ports/devel/ace/ && make install clean
To add the package: pkg_add -r ace


Configuration Options
     No options to configure

Master Sites:
ftp://download.dre.vanderbilt.edu/previous_versions/
http://download.dre.vanderbilt.edu/previous_versions/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Aug 2009 20:36:34
Original commit files touched by this commit  5.5.2_3
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
10 Apr 2009 18:41:53
Original commit files touched by this commit  5.5.2_3
amdmi3 search for other commits by this committer
- Fix build on 7.x

Reported by:    pointyhat via erwin
20 Mar 2009 01:01:51
Original commit files touched by this commit  5.5.2_3
amdmi3 search for other commits by this committer
- Fix build when aio.ko is loaded
- While here, fix build on CURRENT

PR:             129363
Submitted by:   "G. Paul Ziemba" <p-fbsd-bugs at ziemba dot us>
30 Jan 2009 23:48:34
Original commit files touched by this commit  5.5.2_2
pav search for other commits by this committer
- Update download locations

Reported by:    -fetch-original pointyhat run
22 Dec 2008 16:09:23
Original commit files touched by this commit  5.5.2_2
sem search for other commits by this committer
- Give up. Drop maintainership.
25 Apr 2008 23:28:28
Original commit files touched by this commit  5.5.2_2
pav search for other commits by this committer
- Mark BROKEN on -CURRENT: error: cannot convert 'cpu_set_t*' to 'cpuset_t*' ...

Reported by:    pointyhat
13 Nov 2007 08:43:49
Original commit files touched by this commit  5.5.2_2
sem search for other commits by this committer
- Install files that should present.

PR:             ports/117238
Submitted by:   liguoqiang <unixcc_at_126.com>
Approved by:    portmgr (pav)
11 Apr 2007 19:18:51
Original commit files touched by this commit  5.5.2_1
sem search for other commits by this committer
- Remove BROKEN on 4.x mark
01 Feb 2007 02:42:06
Original commit files touched by this commit  5.5.2_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
30 Jan 2007 20:23:16
Original commit files touched by this commit  5.5.2_1
sem search for other commits by this committer
- Add gnometarget. [1]
- Better eplanation in a BROKEN message (does not support <5.0) [1]
- Change patch-pkgconfig with a REPLACE_CMD in Makefile [1]
- Improve do-configure target to respect CC,CXX, etc. [1]
- Back shared libraries versioning that was removed by developers [2]

Submitted by:   mezz [1]
Noted by:       pav  [2]
28 Jan 2007 14:46:35
Original commit files touched by this commit  5.5.2
sem search for other commits by this committer
- Update to 5.5.2.
- Turn off a stupid test of std::bad_alloc exception. [1]

Requested by:   kris
28 Jan 2007 03:20:35
Original commit files touched by this commit  5.5.1_1
kris search for other commits by this committer
One of the configure tests in this port attempts to allocate an infinite
amount of memory to see what happens when it fails:

checking if new throws std::bad_alloc exception on failure...

This is extremely antisocial since it will run the machine out of swap.
Mark IGNORE until it can be fixed.
03 Dec 2006 19:42:31
Original commit files touched by this commit  5.5.1_1
sem search for other commits by this committer
- A work around for creating threads with THR_NEW_LWP.
  LWP is not directly applicable to FreeBSD threading model.

PR:             ports/105794
Submitted by:   Andriy Gapon <avg at icyb.net.ua>
04 Sep 2006 07:31:13
Original commit files touched by this commit  5.5.1
sem search for other commits by this committer
- Fix build on 6-STABLE

Submitted by:   ume
Reported by:    kris mail
17 Jun 2006 09:17:22
Original commit files touched by this commit  5.5.1
sem search for other commits by this committer
- Fix typo: NOT_FOR_ARCH -> NOT_FOR_ARCHS

Reported by:    kris mail
02 May 2006 22:05:20
Original commit files touched by this commit  5.5.1
sem search for other commits by this committer
- Add missing ${FILESDIR} for an extra patch. It fixes build on CURRNET.

Reported by:    kris via pointyhat
23 Apr 2006 21:35:15
Original commit files touched by this commit  5.5.1
sem search for other commits by this committer
- Update to 5.5.1 (bugfix release)
16 Apr 2006 19:34:47
Original commit files touched by this commit  5.5
sem search for other commits by this committer
- NOT_FOR_ARCHS=sparc64

Noted by:       kris mail
15 Mar 2006 11:24:06
Original commit files touched by this commit  5.5
sem search for other commits by this committer
- Update to 5.5.0
- Split ACE and TAO. Now it's not a slave port.
07 Dec 2004 13:32:53
Original commit files touched by this commit  5.4.2
sem search for other commits by this committer
- Update to 5.4.2+1.4.2

Submitted by:   Craig Rodrigues <rodrigc(at)crodrigues.org>
04 Feb 2004 05:21:48
Original commit files touched by this commit  5.4.0_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
16 Jan 2004 17:59:46
Original commit files touched by this commit  5.3.6
clement search for other commits by this committer
- Fix CONFLICTS

PR:                 61412
Submitted by:       Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by:        erwin (mentor) (implicitly)
10 Jan 2004 09:28:13
Original commit files touched by this commit  5.3.6
krion search for other commits by this committer
- Use DISTNAME from master port

PR:             61158
Submitted by:   maintainer
05 Jan 2004 19:32:03
Original commit files touched by this commit  5.3.6+1.3.6
pav search for other commits by this committer
Add ace, a slave port of ace+tao without tao.

PR:             ports/60948
Submitted by:   Sergey Matveychuk <sem@ciam.ru>

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.226 seconds.