e062 FreshPorts -- devel/ace
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ace 6.1.8 devel on this many watch lists=3 search for ports that depend on this port
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
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/pkgconf
  3. devel/gmake
  4. lang/perl5.14
Required To Run:
  1. security/openssl

This port is required by:

for Libraries

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


Configuration Options
===> The following configuration options are available for ace-6.1.8:
     FLTK=off: FLTK GUI toolkit
     QT4=off: Qt 4 toolkit support
     SSL=on: SSL protocol support
     TK=off: Tk toolkit support
     TRIO=off: Trio portable string functions
     X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings

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

Number of commits found: 42

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 10:13:20
Original commit files touched by this commit  6.1.8
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
24 Mar 2013 15:59:45
Original commit files touched by this commit  6.1.8
miwi search for other commits by this committer
- Update to 6.1.8

PR:		177256
Submitted by:	Ports Fury
07 Feb 2013 14:23:12
Original commit files touched by this commit  6.1.7
miwi search for other commits by this committer
- Update to 6.1.7

PR:		175029
Submitted by:	Ports Fury
30 Nov 2012 23:52:22
Original commit files touched by this commit  6.1.6
sperber search for other commits by this committer
- Update to version 6.1.6
- Trim Makefile header

PR:           ports/171978
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
26 Jul 2012 05:40:24
Original commit files touched by this commit  6.1.2
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
22 Jul 2012 23:24:00
Original commit files touched by this commit  6.1.2
dougb search for other commits by this committer
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
06 Jun 2012 06:44:38
Original commit files touched by this commit  6.1.2
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
05 Jun 2012 20:46:44
Original commit files touched by this commit  6.1.2
sylvio search for other commits by this committer
- Update to version 6.1.2

PR:             ports/168596
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
27 May 2012 06:47:44
Original commit files touched by this commit  6.1.1
linimon search for other commits by this committer
Mark as broken on powerpc: causes gcc to drop core.

While here, convert the antique NOT_FOR usage to also be in BROKEN.

Hat:            portmgr
21 Apr 2012 18:48:27
Original commit files touched by this commit  6.1.1
miwi search for other commits by this committer
- Update to 6.1.1

PR:             166879
Submitted by:   Ports Fury
25 Mar 2012 03:56:01
Original commit files touched by this commit  6.1.0
miwi search for other commits by this committer
- Update to 6.1.0

PR:             166022
Submitted by:   Ports Fury
Feature safe:   yes
07 Feb 2012 04:29:35
Original commit files touched by this commit  6.0.8
miwi search for other commits by this committer
- Update to version 6.0.8

PR:             164153
Submitted by:   Ports Fury
10 Jan 2012 19:10:15
Original commit files touched by this commit  5.5.2_3
pawel search for other commits by this committer
Fix build with openssl from ports

PR:             ports/163712
Reported by:    Anthony Chavez <acc@hexadecagram.org>
09 Jan 2012 04:01:17
Original commit files touched by this commit  5.5.2_3
eadler search for other commits by this committer
- Remove outdated version checks

Reviewed by:    nox
07 Nov 2011 03:25:29
Original commit files touched by this commit  5.5.2_3
miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
11 Aug 2011 19:20:17
Original commit files touched by this commit  5.5.2_3
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
03 Jul 2011 14:59:23
Original commit files touched by this commit  5.5.2_3
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  5.5.2_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19: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 17: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 22: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 18: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 06: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 08: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 21: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 20: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 18: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: 42

2825
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0