notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/ace/Makefile

Number of commits found: 79

Sunday, 26 Jul 2020
07:32 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:543440 
Thursday, 20 Feb 2020
12:17 antoine search for other commits by this committer
Mark BROKEN: fails to build

/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:55:41:
error: expected the class name after '~' to name a destructor
  this->u_.string_member_.std::string::~string ();
                                        ^
/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:67:24:
error: expected the class name after '~' to name a destructor
    u_.m.std::string::~string ();
                       ^

Reported by:	pkg-fallout
Original commitRevision:526569 
Thursday, 7 Nov 2019
20:20 zeising search for other commits by this committer
Sprinkle more USES=xorg
Original commitRevision:517008 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Saturday, 4 May 2019
04:52 linimon search for other commits by this committer
These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:500779 
Thursday, 18 Apr 2019
17:09 pkubaj search for other commits by this committer
devel/ace: fix build on powerpc64

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19945
Original commitRevision:499280 
Saturday, 16 Mar 2019
15:24 tcberner search for other commits by this committer
devel/ace: remove QT4 option (Qt4 deprecation)

- untested as build is broken already

Approved by:	portmgr (implicit)
Original commitRevision:495884 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Saturday, 6 Oct 2018
16:24 fernape search for other commits by this committer
devel/ace: update to 6.5.2

While here:

* Relocate some variables
* Rework some patches
* USE localbase

ChangeLog: https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-6_5_2

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
Original commitRevision:481377 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Friday, 22 Jun 2018
08:04 yuri search for other commits by this committer
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Original commitRevision:473019 
Friday, 2 Mar 2018
22:34 brooks search for other commits by this committer
Work around the lack of definition of union semun per POSIX.

When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
Original commitRevision:463452 
Wednesday, 28 Jun 2017
15:47 tcberner search for other commits by this committer
devel/ace: update to version 6.4.3 and give maintanership

PR:		220034
Submitted by:	Jov <amutu@amutu.com>
Original commitRevision:444599 
15:30 tcberner search for other commits by this committer
Do not patch in wrong qt4-moc paths.

This port was overlooked in r434380 where bin/moc-qt4 was moved to
lib/qt4/bin/moc.

PR:		220179
Submitted by:	Jov <amutu@amutu.com>
Original commitRevision:444581 
Saturday, 29 Apr 2017
06:32 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439720 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Original commitRevision:436248 
Sunday, 18 Dec 2016
22:06 tcberner search for other commits by this committer
Get rid of QT_PREFIX in favour of PREFIX.

QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
Original commitRevision:428889 
Thursday, 10 Nov 2016
01:21 linimon search for other commits by this committer
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:425823 
Thursday, 5 May 2016
20:50 pi search for other commits by this committer
devel/ace: 6.3.3 -> 6.3.4

Changes:
- ACE_SSL_Context::set_mode() can no longer be used to select a specific
  SSL/TLS protocol version, use ACE_SSL_Context::filter_versions() for that.
  This follows general advice by the OpenSSL project to go through
  SSL_CTX_set_options() to limit the list of protocols available. The purpose
  of ACE_SSL_Context::set_mode() is now limited to explicitly restricting
  behaviour to client or server (defaults to both).
- Improve Oracle Studio support
- CIAO and DAnCE are forked to their own github repositories
  and are not part anymore of the ACE+TAO release packages
- Fixed several Coverity reported issues
- Added ACE configuration for FACE safety profiles (see config-face-safety.h).
  FACE, or Future Airborne Capability Environment http://www.opengroup.org/face,
  specifies a restricted subset of OS functions and rules for controlling
  dynamic memory allocation.  When built in this configuration on a platform
  that supports it, ACE conforms to the FACE requirements.
- ACE uses new netdb.h functions (getaddrinfo/getnameinfo) if they are
  available, in place of deprecated functions (gethostbyname/addr).

PR:		209292
Submitted by:	tkato432@yahoo.com
Original commitRevision:414665 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 1 Oct 2015
21:45 pawel search for other commits by this committer
Update to version 6.3.3

PR:		202844
Submitted by:	tkato432@yahoo.com
Original commitRevision:398391 
Thursday, 22 Jan 2015
12:01 vanilla search for other commits by this committer
Upgrade to 6.3.1.
Original commitRevision:377650 
Wednesday, 31 Dec 2014
15:04 riggs search for other commits by this committer
- Update to upstream version 6.3.0
- Add LICENSE*

PR:		196338
Submitted by:	koue@chaosophia.net
Original commitRevision:375894 
Saturday, 29 Nov 2014
12:22 antoine search for other commits by this committer
Allow building without /usr/bin/perl symlink

PR:		ports/195494
Original commitRevision:373615 
Monday, 3 Nov 2014
20:55 pawel search for other commits by this committer
- Update to version 6.2.8
- Remove uneeded bsd.port.options.mk inclusion by using BROKEN_* vars

PR:		194164
Submitted by:	tkato432@yahoo.com
Original commitRevision:372122 
Wednesday, 2 Jul 2014
13:57 arved search for other commits by this committer
Update to 6.2.7

PR:		191371
Submitted by:	tkato432@yahoo.com
Original commitRevision:360193 
Wednesday, 18 Jun 2014
07:44 miwi search for other commits by this committer
- Update to 6.2.6

PR:		190895
Original commitRevision:358229 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Tuesday, 11 Mar 2014
02:40 miwi search for other commits by this committer
- Update to 6.2.5

PR:		187294
Submitted by:	Ports Fury
Original commitRevision:347835 
Thursday, 27 Feb 2014
15:20 miwi search for other commits by this committer
- Update to 6.2.4

PR:		185713
Submitted by:	ports fury
Original commitRevision:346365 
Tuesday, 26 Nov 2013
21:05 wg search for other commits by this committer
devel/ace: update to 6.2.3

PR:		ports/184230
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
Original commitRevision:334974 
Thursday, 10 Oct 2013
07:19 jhale search for other commits by this committer
- Update to 6.2.2 [1]
- Support staging [1]
- Use new LIB_DEPENDS syntax
- Use options helpers

PR:		ports/181884 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Original commitRevision:329971 
Wednesday, 25 Sep 2013
10:50 gahr search for other commits by this committer
- Fix typo
Original commitRevision:328266 
10:44 gahr search for other commits by this committer
- Convert to USES+=tk
Original commitRevision:328264 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Saturday, 3 Aug 2013
13:44 mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324191 
Wednesday, 29 May 2013
05:23 miwi search for other commits by this committer
- Update to 6.2.0

PR:		179064
Submitted by:	Ports Fury
Original commitRevision:319341 
Monday, 27 May 2013
14:25 miwi search for other commits by this committer
- Update to 6.1.9

PR:		178871
Submitted by:	Ports Fury
Original commitRevision:319248 
Tuesday, 23 Apr 2013
10:13 bapt search for other commits by this committer
Convert devel to USES=pkgconfig
Original commitRevision:316333 
Sunday, 24 Mar 2013
15:59 miwi search for other commits by this committer
- Update to 6.1.8

PR:		177256
Submitted by:	Ports Fury
Original commitRevision:315133 
Thursday, 7 Feb 2013
14:23 miwi search for other commits by this committer
- Update to 6.1.7

PR:		175029
Submitted by:	Ports Fury
Original commitRevision:311840 
Friday, 30 Nov 2012
23:52 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
Original commitRevision:308045 
Thursday, 26 Jul 2012
05:40 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)
Original commit
Sunday, 22 Jul 2012
23:24 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.
Original commit
Wednesday, 6 Jun 2012
06:44 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)
Original commit
Tuesday, 5 Jun 2012
20:46 sylvio search for other commits by this committer
- Update to version 6.1.2

PR:             ports/168596
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 27 May 2012
06:47 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
Original commit
Saturday, 21 Apr 2012
18:48 miwi search for other commits by this committer
- Update to 6.1.1

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

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

PR:             164153
Submitted by:   Ports Fury
Original commit
Monday, 9 Jan 2012
04:01 eadler search for other commits by this committer
- Remove outdated version checks

Reviewed by:    nox
Original commit
Monday, 7 Nov 2011
03:25 miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
Original commit
Thursday, 11 Aug 2011
19:20 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>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 2 Aug 2009
19:36 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
Original commit
Friday, 10 Apr 2009
17:41 amdmi3 search for other commits by this committer
- Fix build on 7.x

Reported by:    pointyhat via erwin
Original commit
Friday, 20 Mar 2009
01:01 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>
Original commit
Friday, 30 Jan 2009
23:48 pav search for other commits by this committer
- Update download locations

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

Reported by:    pointyhat
Original commit
Tuesday, 13 Nov 2007
08:43 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)
Original commit
Wednesday, 11 Apr 2007
18:18 sem search for other commits by this committer
- Remove BROKEN on 4.x mark
Original commit
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Tuesday, 30 Jan 2007
20:23 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]
Original commit
Sunday, 28 Jan 2007
14:46 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
Original commit
03:20 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.
Original commit
Sunday, 3 Dec 2006
19:42 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>
Original commit
Monday, 4 Sep 2006
06:31 sem search for other commits by this committer
- Fix build on 6-STABLE

Submitted by:   ume
Reported by:    kris mail
Original commit
Saturday, 17 Jun 2006
08:17 sem search for other commits by this committer
- Fix typo: NOT_FOR_ARCH -> NOT_FOR_ARCHS

Reported by:    kris mail
Original commit
Tuesday, 2 May 2006
21:05 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
Original commit
Sunday, 23 Apr 2006
20:35 sem search for other commits by this committer
- Update to 5.5.1 (bugfix release)
Original commit
Sunday, 16 Apr 2006
18:34 sem search for other commits by this committer
- NOT_FOR_ARCHS=sparc64

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

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

(Part 2)
Original commit
Friday, 16 Jan 2004
17:59 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)
Original commit
Saturday, 10 Jan 2004
09:28 krion search for other commits by this committer
- Use DISTNAME from master port

PR:             61158
Submitted by:   maintainer
Original commit
Monday, 5 Jan 2004
19:32 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>
Original commit

Number of commits found: 79