Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.5.2_2 27 Aug 2020 11:25:47 |
rene |
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
6.5.2_2 26 Jul 2020 07:32:00 |
antoine |
Deprecate ports broken for more than 6 months |
6.5.2_2 20 Feb 2020 12:17:53 |
antoine |
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 |
6.5.2_2 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
6.5.2_2 26 Jul 2019 20:46:57 |
gerald |
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 |
6.5.2_1 04 May 2019 04:52:30 |
linimon |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket) |
6.5.2_1 18 Apr 2019 17:09:55 |
pkubaj |
devel/ace: fix build on powerpc64
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19945 |
6.5.2_1 16 Mar 2019 15:24:13 |
tcberner |
devel/ace: remove QT4 option (Qt4 deprecation)
- untested as build is broken already
Approved by: portmgr (implicit) |
6.5.2 02 Dec 2018 15:41:48 |
rene |
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 |
6.5.2 06 Oct 2018 16:24:27 |
fernape |
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) |
6.4.3 28 Jun 2018 17:39:55 |
tcberner |
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 |
6.4.3 22 Jun 2018 08:04:39 |
yuri |
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. |
6.4.3 02 Mar 2018 22:34:53 |
brooks |
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 |
6.4.3 28 Jun 2017 15:47:19 |
tcberner |
devel/ace: update to version 6.4.3 and give maintanership
PR: 220034
Submitted by: Jov <amutu@amutu.com> |
6.3.4 28 Jun 2017 15:30:16 |
tcberner |
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> |
6.3.4 29 Apr 2017 06:32:03 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
6.3.4 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
6.3.4 18 Dec 2016 22:06:50 |
tcberner |
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 |
6.3.4 10 Nov 2016 01:21:43 |
linimon |
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) |
6.3.4 05 May 2016 20:50:04 |
pi |
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 |
6.3.3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
6.3.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6.3.3 01 Oct 2015 21:45:33 |
pawel |
Update to version 6.3.3
PR: 202844
Submitted by: tkato432@yahoo.com |
6.3.1 29 Mar 2015 19:00:18 |
pi |
devel/ace: Make EGD conditional/Fix build with LibreSSL
PR: 198776
Submitted by: Bernard Spil <spil.oss@gmail.com> |
6.3.1 22 Jan 2015 15:08:01 |
vanilla |
remove uneeded patch. |
6.3.1 22 Jan 2015 12:01:05 |
vanilla |
Upgrade to 6.3.1. |
6.3.0 31 Dec 2014 15:04:26 |
riggs |
- Update to upstream version 6.3.0
- Add LICENSE*
PR: 196338
Submitted by: koue@chaosophia.net |
6.2.8 29 Nov 2014 12:22:21 |
antoine |
Allow building without /usr/bin/perl symlink
PR: ports/195494 |
6.2.8 03 Nov 2014 20:55:46 |
pawel |
- Update to version 6.2.8
- Remove uneeded bsd.port.options.mk inclusion by using BROKEN_* vars
PR: 194164
Submitted by: tkato432@yahoo.com |
6.2.7 27 Oct 2014 07:32:26 |
bapt |
Nuke some @dirrm from devel |
6.2.7 02 Jul 2014 13:57:33 |
arved |
Update to 6.2.7
PR: 191371
Submitted by: tkato432@yahoo.com |
6.2.6 18 Jun 2014 07:44:11 |
miwi |
- Update to 6.2.6
PR: 190895 |
6.2.5 05 May 2014 09:45:37 |
bapt |
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 |
6.2.5 11 Mar 2014 02:40:43 |
miwi |
- Update to 6.2.5
PR: 187294
Submitted by: Ports Fury |
6.2.4 27 Feb 2014 15:20:54 |
miwi |
- Update to 6.2.4
PR: 185713
Submitted by: ports fury |
6.2.3 26 Nov 2013 21:05:21 |
wg |
devel/ace: update to 6.2.3
PR: ports/184230
Submitted by: KATO Tsuguru <tkato432 yahoo.com> |
6.2.2 10 Oct 2013 07:19:49 |
jhale |
- 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] |
6.2.0 25 Sep 2013 10:50:43 |
gahr |
- Fix typo |
6.2.0 25 Sep 2013 10:44:44 |
gahr |
- Convert to USES+=tk |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
6.2.0 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
6.2.0 29 May 2013 05:23:41 |
miwi |
- Update to 6.2.0
PR: 179064
Submitted by: Ports Fury |
6.1.9 27 May 2013 14:25:21 |
miwi |
- Update to 6.1.9
PR: 178871
Submitted by: Ports Fury |
6.1.8 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
6.1.8 24 Mar 2013 15:59:45 |
miwi |
- Update to 6.1.8
PR: 177256
Submitted by: Ports Fury |
6.1.7 07 Feb 2013 14:23:12 |
miwi |
- Update to 6.1.7
PR: 175029
Submitted by: Ports Fury |
6.1.6 30 Nov 2012 23:52:22 |
sperber |
- 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 |
6.1.2 26 Jul 2012 05:40:24 |
bapt |
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) |
6.1.2 22 Jul 2012 23:24:00 |
dougb |
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. |
6.1.2 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
6.1.2 05 Jun 2012 20:46:44 |
sylvio |
- Update to version 6.1.2
PR: ports/168596
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
6.1.1 27 May 2012 06:47:44 |
linimon |
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 |
6.1.1 21 Apr 2012 18:48:27 |
miwi |
- Update to 6.1.1
PR: 166879
Submitted by: Ports Fury |
6.1.0 25 Mar 2012 03:56:01 |
miwi |
- Update to 6.1.0
PR: 166022
Submitted by: Ports Fury
Feature safe: yes |
6.0.8 07 Feb 2012 04:29:35 |
miwi |
- Update to version 6.0.8
PR: 164153
Submitted by: Ports Fury |
5.5.2_3 10 Jan 2012 19:10:15 |
pawel |
Fix build with openssl from ports
PR: ports/163712
Reported by: Anthony Chavez <acc@hexadecagram.org> |
5.5.2_3 09 Jan 2012 04:01:17 |
eadler |
- Remove outdated version checks
Reviewed by: nox |
5.5.2_3 07 Nov 2011 03:25:29 |
miwi |
- Get rid FreeBSD 6.x support |
5.5.2_3 11 Aug 2011 19:20:17 |
kwm |
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> |
5.5.2_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
5.5.2_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
5.5.2_3 02 Aug 2009 19:36:34 |
mezz |
-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 |
5.5.2_3 10 Apr 2009 17:41:53 |
amdmi3 |
- Fix build on 7.x
Reported by: pointyhat via erwin |
5.5.2_3 20 Mar 2009 01:01:51 |
amdmi3 |
- 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> |
5.5.2_2 30 Jan 2009 23:48:34 |
pav |
- Update download locations
Reported by: -fetch-original pointyhat run |
5.5.2_2 22 Dec 2008 16:09:23 |
sem |
- Give up. Drop maintainership. |
5.5.2_2 25 Apr 2008 22:28:28 |
pav |
- Mark BROKEN on -CURRENT: error: cannot convert 'cpu_set_t*' to 'cpuset_t*' ...
Reported by: pointyhat |
5.5.2_2 13 Nov 2007 08:43:49 |
sem |
- Install files that should present.
PR: ports/117238
Submitted by: liguoqiang <unixcc_at_126.com>
Approved by: portmgr (pav) |
5.5.2_1 11 Apr 2007 18:18:51 |
sem |
- Remove BROKEN on 4.x mark |
5.5.2_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
5.5.2_1 30 Jan 2007 20:23:16 |
sem |
- 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] |
5.5.2 28 Jan 2007 14:46:35 |
sem |
- Update to 5.5.2.
- Turn off a stupid test of std::bad_alloc exception. [1]
Requested by: kris |
5.5.1_1 28 Jan 2007 03:20:35 |
kris |
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. |
5.5.1_1 03 Dec 2006 19:42:31 |
sem |
- 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> |
5.5.1 04 Sep 2006 06:31:13 |
sem |
- Fix build on 6-STABLE
Submitted by: ume
Reported by: kris mail |
5.5.1 17 Jun 2006 08:17:22 |
sem |
- Fix typo: NOT_FOR_ARCH -> NOT_FOR_ARCHS
Reported by: kris mail |
5.5.1 02 May 2006 21:05:20 |
sem |
- Add missing ${FILESDIR} for an extra patch. It fixes build on CURRNET.
Reported by: kris via pointyhat |
5.5.1 23 Apr 2006 20:35:15 |
sem |
- Update to 5.5.1 (bugfix release) |
5.5 16 Apr 2006 18:34:47 |
sem |
- NOT_FOR_ARCHS=sparc64
Noted by: kris mail |
5.5 15 Mar 2006 11:24:06 |
sem |
- Update to 5.5.0
- Split ACE and TAO. Now it's not a slave port. |
5.4.2 07 Dec 2004 13:32:53 |
sem |
- Update to 5.4.2+1.4.2
Submitted by: Craig Rodrigues <rodrigc(at)crodrigues.org> |
5.4.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
5.3.6 16 Jan 2004 17:59:46 |
clement |
- Fix CONFLICTS
PR: 61412
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by: erwin (mentor) (implicitly) |
5.3.6 10 Jan 2004 09:28:13 |
krion |
- Use DISTNAME from master port
PR: 61158
Submitted by: maintainer |
5.3.6+1.3.6 05 Jan 2004 19:32:03 |
pav |
Add ace, a slave port of ace+tao without tao.
PR: ports/60948
Submitted by: Sergey Matveychuk <sem@ciam.ru> |