Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.12_9 19 Sep 2020 13:01:00 |
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 ) |
8.4.12_9 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
8.4.12_9 11 Dec 2019 17:53:49 |
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 |
8.4.12_8 19 Aug 2019 15:35:28 |
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 |
8.4.12_7 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
8.4.12_7 02 Aug 2019 09:32:24 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
8.4.12_7 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 |
8.4.12_6 12 Apr 2019 06:36:31 |
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 |
8.4.12_5 12 Dec 2018 01:35:36 |
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 |
8.4.12_4 12 Dec 2018 00:15:50 |
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 |
8.4.12_3 10 Dec 2018 21:40:55 |
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) |
8.4.12_2 07 Nov 2018 00:28:16 |
linimon |
Add compiler:c++11-lang to USES to fix building with boost.
Approved by: portmgr (tier-2 blanket) |
8.4.12_2 09 Aug 2018 06:58:31 |
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 |
8.4.12_1 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
8.4.12_1 18 Apr 2018 13:57:43 |
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 |
8.4.12 18 Apr 2018 08:16:17 |
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) |
8.4.12 31 Mar 2018 00:37:45 |
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 |
8.4.9_8 04 Mar 2018 22:34:23 |
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 |
8.4.9_8 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
8.4.9_7 15 Feb 2018 12:34:50 |
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 |
8.4.9_7 31 Jan 2018 01:07:08 |
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 |
8.4.9_7 18 Jan 2018 04:11:03 |
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 |
8.4.9_6 25 Sep 2017 00:08:17 |
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 |
8.4.9_5 25 Sep 2017 00:05:06 |
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 |
8.4.9_4 16 May 2017 18:49:15 |
tcberner |
Fix shebangs.
Approved by: rakuco (mentor, implicit) |
8.4.9_3 02 May 2017 06:48:11 |
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 |
8.4.9_2 10 Apr 2017 00:27:49 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
8.4.9_2 06 Jan 2017 08:45:04 |
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 |
8.4.9_1 11 Dec 2016 08:25:57 |
antoine |
Those ports build fine with bsd make |
8.4.9_1 23 Nov 2016 12:45:47 |
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) |
8.4.9 21 Oct 2016 20:21:15 |
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 |
8.2.8 23 Jul 2016 10:33:34 |
antoine |
Fix build on FreeBSD 12
Reported by: pkg-fallout |
8.2.8 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
8.2.8 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
8.2.8 11 Dec 2015 08:48:57 |
miwi |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
8.2.8 14 Sep 2015 21:45:50 |
amdmi3 |
- Add LICENSE_FILE
- Drop 8.x support
Approved by: portmgr blanket |
8.2.8 10 Jul 2015 04:07:18 |
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) |
8.2.6 05 Jun 2015 16:29:42 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
8.2.6 07 Apr 2015 18:04:57 |
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) |
8.2.6 09 Jan 2015 15:12:15 |
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) |
8.0.3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
8.0.3 04 Jul 2014 22:25:48 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
8.0.3 29 May 2014 19:47:28 |
nwhitehorn |
Fix build on 11-CURRENT (was otherwise failing due to using utmp instead of
utmpx).
Approved by: portmgr (bdrewery) |
8.0.3 07 Feb 2014 14:50:49 |
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) |
7.8.7_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
7.8.7_1 16 Sep 2013 07:47:02 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
7.8.7_1 11 Jul 2013 16:26:27 |
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 |
7.8.7 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
7.8.7 15 Mar 2013 08:42:08 |
decke |
- Fix dangerous typo in IGNORE message
Reported by: Ports QAT
With hat: portmgr |
7.8.7 14 Mar 2013 14:19:26 |
makc |
Clean-up cmake usage
Approved by: Jason Bacon (maintainer) |
7.8.7 10 Jan 2013 19:01:40 |
rm |
- update to 7.8.7
PR: 173246
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Submitted by: nwhitehorn (some fixes to the port) |
7.6.6_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
7.6.6 10 May 2012 16:28:19 |
crees |
Set RESTRICTED and fix manual fetch instructions |
7.6.6 07 May 2012 15:06:45 |
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) |
7.0.0_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
7.0.0_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
7.0.0_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
7.0.0_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
7.0.0 18 Jan 2009 19:02:44 |
pav |
- Disallow from pointyhat, these ports exceed filesize limit |
7.0.0 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
7.0.0 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
7.0.0 16 Mar 2008 10:32:43 |
pav |
- Mark BROKEN on respective platforms
Reported by: pointyhat |
7.0.0 28 Jan 2008 14:54:48 |
pav |
- Forgot to remove a patch file
Reminded by: maintainer |
7.0.0 28 Jan 2008 14:27:37 |
pav |
- Update to 7.0.0 |
7.0.0 28 Jan 2008 14:27:18 |
pav |
- Update to 7.0.0
PR: ports/119968
Submitted by: Andy Pavlo <pavlo@cs.wisc.edu> (maintainer) |
6.8.4 02 Jul 2007 17:01:52 |
pav |
- Disable on package cluster: requires fully qualified hostname, which we don't
provide |
6.8.4 05 Jun 2007 13:02:35 |
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 |