Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Sep 2020 13:01:00
8.4.12_9 |
rene  |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
08 Mar 2020 17:01:47
8.4.12_9 |
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
11 Dec 2019 17:53:49
8.4.12_9 |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
19 Aug 2019 15:35:28
8.4.12_8 |
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
14 Aug 2019 12:16:13
8.4.12_7 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
02 Aug 2019 09:32:24
8.4.12_7 |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
26 Jul 2019 20:46:57
8.4.12_7 |
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 |
12 Apr 2019 06:36:31
8.4.12_6 |
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
12 Dec 2018 01:35:36
8.4.12_5 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Dec 2018 00:15:50
8.4.12_4 |
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
10 Dec 2018 21:40:55
8.4.12_3 |
jwb  |
sysutils/condor: Permanent fix for FreeBSD 13 and all future versions
Previous HTCondor code checks for each FreeBSD version individually.
Add a generic patch to cover all current and future FreeBSD versions.
Approved by: jrm (mentor, implicit) |
07 Nov 2018 00:28:16
8.4.12_2 |
linimon  |
Add compiler:c++11-lang to USES to fix building with boost.
Approved by: portmgr (tier-2 blanket) |
09 Aug 2018 06:58:31
8.4.12_2 |
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
18 Jun 2018 14:40:31
8.4.12_1 |
linimon  |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
18 Apr 2018 13:57:43
8.4.12_1 |
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
18 Apr 2018 08:16:17
8.4.12 |
jbeich  |
sysutils/condor: unbreak with boost 1.67
[ 98%] Linking CXX shared library libclassad_python_user.so
/usr/bin/ld: cannot find -lboost_python
PR: 227427
Reported by: antoine (via exp-run) |
31 Mar 2018 00:37:45
8.4.12 |
jwb  |
sysutils/htcondor: Unbreak and upgrade to 8.4.12
Fixes build errors caused by increased strictness of C++ compilers and
the switch to ninja as default back-end for cmake
This is a conservative upgrade to maintain compatibility with the current
port. The latest release, 8.6.10, also builds on FreeBSD, but includes
major changes that need to be tested before being put into production.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14909 |
04 Mar 2018 22:34:23
8.4.9_8 |
antoine  |
Mark BROKEN: fails to build
src/condor_io/condor_auth_kerberos.cpp:251:27: error: assigning to
'krb5_error_code (*)(krb5_context, krb5_auth_context, char *, krb5_principal,
krb5_principal, krb5_ccache, int, krb5_data *)' (aka 'int (*)(_krb5_context *,
_krb5_auth_context *, char *, krb5_principal_data *, krb5_principal_data *,
_krb5_ccache *, int, _krb5_data *)') from incompatible type 'krb5_error_code
(krb5_context, krb5_auth_context, const char *, krb5_principal, krb5_principal,
krb5_ccache, int, krb5_data *)' (aka 'int (_krb5_context *, _krb5_auth_context
*, const char *, krb5_principal_data *, krb5_principal_data *, _krb5_ccache *,
int, _krb5_data *)'): type mismatch at 3rd parameter ('char *' vs 'const char
*')
krb5_fwd_tgt_creds_ptr = krb5_fwd_tgt_creds;
^~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
19 Feb 2018 11:10:43
8.4.9_8 |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
15 Feb 2018 12:34:50
8.4.9_7 |
mat  |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368 |
31 Jan 2018 01:07:08
8.4.9_7 |
jwb  |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128 |
18 Jan 2018 04:11:03
8.4.9_7 |
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
25 Sep 2017 00:08:17
8.4.9_6 |
jbeich  |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
25 Sep 2017 00:05:06
8.4.9_5 |
jbeich  |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
16 May 2017 18:49:15
8.4.9_4 |
tcberner  |
Fix shebangs.
Approved by: rakuco (mentor, implicit) |
02 May 2017 06:48:11
8.4.9_3 |
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
10 Apr 2017 00:27:49
8.4.9_2 |
linimon  |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
06 Jan 2017 08:45:04
8.4.9_2 |
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
11 Dec 2016 08:25:57
8.4.9_1 |
antoine  |
Those ports build fine with bsd make |
23 Nov 2016 12:45:47
8.4.9_1 |
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
21 Oct 2016 20:21:15
8.4.9 |
jrm  |
sysutils/condor: Update to 8.4.9
Release notes:
http://research.cs.wisc.edu/htcondor/manual/v8.4.9/10_3Stable_Release.html
- remove patches that have been incorporated upstream
- add support for FreeBSD 12
PR: 213627
Submitted by: bacon4000@gmail.com
Approved by: swills (maintainer)
Differential Revision: https://reviews.freebsd.org/D8316 |
23 Jul 2016 10:33:34
8.2.8 |
antoine  |
Fix build on FreeBSD 12
Reported by: pkg-fallout |
21 Apr 2016 16:43:15
8.2.8 |
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:25:18
8.2.8 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
11 Dec 2015 08:48:57
8.2.8 |
miwi  |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
14 Sep 2015 21:45:50
8.2.8 |
amdmi3  |
- Add LICENSE_FILE
- Drop 8.x support
Approved by: portmgr blanket |
10 Jul 2015 04:07:18
8.2.8 |
pgollucci  |
sysutils/condor: update 8.2.6 -> 8.2.8
Update to latest stable release, canonicalize patch filenames, eliminate
GCC dependency and MAKE_JOBS_UNSAFE, replace files/condor_config.in with
version-specific example file provided in the dist, move sample files to
etc/*.sample, improvements to condor_config.local.sample and
condor-config script, make rc script more reliable by replacing fixed
sleep delays with more intelligent wait loops.
PR: 200713
Submitted by: jwbacon@tds.net (maintainer) |
05 Jun 2015 16:29:42
8.2.6 |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
07 Apr 2015 18:04:57
8.2.6 |
rene  |
sysutils/condor: replace deprecated des_ and fix LibreSSL build
The default build is unaffected.
PR: 198370
Submitted by: Bernard Spil
Approved by: maintainer (jwbacon@tds.net) |
09 Jan 2015 15:12:15
8.2.6 |
madpilot  |
- Update to 8.2.6
- Mark MAKE_JOBS_UNSAFE due to reported failures on systems with many cores
- Mark BROKEN on 8.x
- Avoid running pkg-install and displaying pkg-message in post-install target
- Remove dirrms from plist
- Canonicalize patch file names
PR: 196344
Submitted by: jwbacon at tds.net (maintainer) |
22 Nov 2014 20:40:09
8.0.3  |
crees  |
Finally retire USE_PGSQL |
04 Jul 2014 22:25:48
8.0.3 |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
29 May 2014 19:47:28
8.0.3 |
nwhitehorn  |
Fix build on 11-CURRENT (was otherwise failing due to using utmp instead of
utmpx).
Approved by: portmgr (bdrewery) |
07 Feb 2014 14:50:49
8.0.3 |
decke  |
- Update to 8.0.3
- Stagify
- Convert dependencies to new shlib format
- Add USE_GCC=any for FreeBSD 10
- Add LICENSE=APACHE20
PR: ports/184738
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
20 Sep 2013 23:06:00
7.8.7_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
16 Sep 2013 07:47:02
7.8.7_1 |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
11 Jul 2013 16:26:27
7.8.7_1 |
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
22 Mar 2013 20:06:15
7.8.7 |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
15 Mar 2013 08:42:08
7.8.7 |
decke  |
- Fix dangerous typo in IGNORE message
Reported by: Ports QAT
With hat: portmgr |
14 Mar 2013 14:19:26
7.8.7 |
makc  |
Clean-up cmake usage
Approved by: Jason Bacon (maintainer) |
10 Jan 2013 19:01:40
7.8.7 |
rm  |
- update to 7.8.7
PR: 173246
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Submitted by: nwhitehorn (some fixes to the port) |
10 Dec 2012 19:11:12
7.6.6_1  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
10 May 2012 16:28:19
7.6.6 |
crees  |
Set RESTRICTED and fix manual fetch instructions |
07 May 2012 15:06:45
7.6.6 |
crees  |
- Update to 7.0.0
- Rewrite dependencies
- Pass maintainership to submitter
PR: ports/166733
Submitted by: Jason Bacon <jwbacon@tds.net>
Approved by: Andy Pavlo <pavlo@cs.brown.edu> (former maintainer) |
19 Mar 2011 12:38:54
7.0.0_1 |
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
7.0.0_1 |
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
7.0.0_1 |
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
7.0.0_1 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
18 Jan 2009 19:02:44
7.0.0 |
pav  |
- Disallow from pointyhat, these ports exceed filesize limit |
06 Jan 2009 17:59:31
7.0.0 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
20 Aug 2008 00:57:32
7.0.0 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
16 Mar 2008 10:32:43
7.0.0 |
pav  |
- Mark BROKEN on respective platforms
Reported by: pointyhat |
28 Jan 2008 14:54:48
7.0.0 |
pav  |
- Forgot to remove a patch file
Reminded by: maintainer |
28 Jan 2008 14:27:37
7.0.0 |
pav  |
- Update to 7.0.0 |
28 Jan 2008 14:27:18
7.0.0 |
pav  |
- Update to 7.0.0
PR: ports/119968
Submitted by: Andy Pavlo <pavlo@cs.wisc.edu> (maintainer) |
02 Jul 2007 17:01:52
6.8.4 |
pav  |
- Disable on package cluster: requires fully qualified hostname, which we don't
provide |
05 Jun 2007 13:02:35
6.8.4 |
miwi  |
Condor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, Condor
provides a job queueing mechanism, scheduling policy, priority scheme,
resource monitoring, and resource management. Users submit their serial
or parallel jobs to Condor, Condor places them into a queue, chooses
when and where to run the jobs based upon a policy, carefully monitors
their progress, and ultimately informs the user upon completion. Condor
also contains mechanisms to submit jobs to grid-sites and supports many
different grid toolkits.
WWW: http://www.cs.wisc.edu/condor/
PR: ports/112510
Submitted by: Andy Pavlo |