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) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/xgboost/Makefile

Number of commits found: 31

Wednesday, 20 Dec 2023
07:42 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: update 1.7.6 → 2.0.3

Reported by:	portscout
commit hash: 97dcba7265f4c4b5e67311af0f1a432e1f2a3f39 commit hash: 97dcba7265f4c4b5e67311af0f1a432e1f2a3f39 commit hash: 97dcba7265f4c4b5e67311af0f1a432e1f2a3f39 commit hash: 97dcba7265f4c4b5e67311af0f1a432e1f2a3f39 97dcba7
Wednesday, 11 Oct 2023
18:26 Piotr Kubaj (pkubaj) search for other commits by this committer
misc/xgboost: mark BROKEN on powerpc

Same issue as on i386.
commit hash: db3e6376b81268009db85f58a75596c1a8e434b5 commit hash: db3e6376b81268009db85f58a75596c1a8e434b5 commit hash: db3e6376b81268009db85f58a75596c1a8e434b5 commit hash: db3e6376b81268009db85f58a75596c1a8e434b5 db3e6376
Monday, 19 Jun 2023
05:40 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.7.4 → 1.7.6

Reported by:	portscout
commit hash: b8da31a5de44ad5d3ca3e6a4231ce64e1f6f2881 commit hash: b8da31a5de44ad5d3ca3e6a4231ce64e1f6f2881 commit hash: b8da31a5de44ad5d3ca3e6a4231ce64e1f6f2881 commit hash: b8da31a5de44ad5d3ca3e6a4231ce64e1f6f2881 b8da31a
Saturday, 18 Feb 2023
17:33 Yuri Victorovich (yuri) search for other commits by this committer
math/py-Pyomo: Update 6.4.2 → 6.5.0

Reported by:	portscout
commit hash: ece2c86f8877e8a5509c8582e52a17efddce53fd commit hash: ece2c86f8877e8a5509c8582e52a17efddce53fd commit hash: ece2c86f8877e8a5509c8582e52a17efddce53fd commit hash: ece2c86f8877e8a5509c8582e52a17efddce53fd ece2c86
Sunday, 8 Jan 2023
11:53 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.7.1 -> 1.7.3
commit hash: 86ee83af18b806f8a72a3dfe0f8e28e7ef8e703e commit hash: 86ee83af18b806f8a72a3dfe0f8e28e7ef8e703e commit hash: 86ee83af18b806f8a72a3dfe0f8e28e7ef8e703e commit hash: 86ee83af18b806f8a72a3dfe0f8e28e7ef8e703e 86ee83a
Sunday, 27 Nov 2022
10:22 Yuri Victorovich (yuri) search for other commits by this committer
misc/xgboost: Broken on armv7

Reported by:	fallout
commit hash: 1763a1ae09f1e980129d2354346da9ff528beca3 commit hash: 1763a1ae09f1e980129d2354346da9ff528beca3 commit hash: 1763a1ae09f1e980129d2354346da9ff528beca3 commit hash: 1763a1ae09f1e980129d2354346da9ff528beca3 1763a1a
05:49 Yuri Victorovich (yuri) search for other commits by this committer
misc/xgboost: Broken on i386

Reported by:	fallout
commit hash: fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c commit hash: fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c commit hash: fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c commit hash: fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c fb4f595
Saturday, 5 Nov 2022
06:03 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.6.2 -> 1.7.1

Reported by:	portscout
commit hash: aacd8626b529a89c48858c2601299c2e1ee1ff91 commit hash: aacd8626b529a89c48858c2601299c2e1ee1ff91 commit hash: aacd8626b529a89c48858c2601299c2e1ee1ff91 commit hash: aacd8626b529a89c48858c2601299c2e1ee1ff91 aacd862
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 28 Aug 2022
23:50 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.6.1 -> 1.6.2

Reported by:	portscout
commit hash: faee1d001d618bea5fd190fc62dc84786eb63821 commit hash: faee1d001d618bea5fd190fc62dc84786eb63821 commit hash: faee1d001d618bea5fd190fc62dc84786eb63821 commit hash: faee1d001d618bea5fd190fc62dc84786eb63821 faee1d00
Tuesday, 10 May 2022
01:15 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.6.0 -> 1.6.1

Reported by:	portscout
commit hash: 294acb19a383d9c2f51d0c0b5b865ea99e099a31 commit hash: 294acb19a383d9c2f51d0c0b5b865ea99e099a31 commit hash: 294acb19a383d9c2f51d0c0b5b865ea99e099a31 commit hash: 294acb19a383d9c2f51d0c0b5b865ea99e099a31 294acb1
Sunday, 17 Apr 2022
23:24 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.5.2 -> 1.6.0

Reported by:	portscout
commit hash: 6ba8180534b1010593f9789bdbb758a889354390 commit hash: 6ba8180534b1010593f9789bdbb758a889354390 commit hash: 6ba8180534b1010593f9789bdbb758a889354390 commit hash: 6ba8180534b1010593f9789bdbb758a889354390 6ba8180
Monday, 24 Jan 2022
21:27 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.5.1 -> 1.5.2

Reported by:	portscout
commit hash: 867f5a1daeb2a2e3d80692cc94a76c05c1c801b9 commit hash: 867f5a1daeb2a2e3d80692cc94a76c05c1c801b9 commit hash: 867f5a1daeb2a2e3d80692cc94a76c05c1c801b9 commit hash: 867f5a1daeb2a2e3d80692cc94a76c05c1c801b9 867f5a1
Thursday, 25 Nov 2021
19:50 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.5.0 -> 1.5.1

Reported by:	portscout
commit hash: dd1a06849cc21d74783bdbb057190abed219b644 commit hash: dd1a06849cc21d74783bdbb057190abed219b644 commit hash: dd1a06849cc21d74783bdbb057190abed219b644 commit hash: dd1a06849cc21d74783bdbb057190abed219b644 dd1a068
Friday, 22 Oct 2021
15:58 Yuri Victorovich (yuri) search for other commits by this committer
misc/xgboost: Update 1.4.2 -> 1.5.0
commit hash: 5e1f43b9894684b9380870b8fe93040f13e8c079 commit hash: 5e1f43b9894684b9380870b8fe93040f13e8c079 commit hash: 5e1f43b9894684b9380870b8fe93040f13e8c079 commit hash: 5e1f43b9894684b9380870b8fe93040f13e8c079 5e1f43b
Saturday, 21 Aug 2021
20:12 Yuri Victorovich (yuri) search for other commits by this committer
misc/{,py-}xgboost: Update 1.4.1 -> 1.4.2

Add the test target in misc/xgboost.
commit hash: cafb4e2c9e3cf01a594a2e69b9ae858b059cdef9 commit hash: cafb4e2c9e3cf01a594a2e69b9ae858b059cdef9 commit hash: cafb4e2c9e3cf01a594a2e69b9ae858b059cdef9 commit hash: cafb4e2c9e3cf01a594a2e69b9ae858b059cdef9 cafb4e2
Tuesday, 20 Apr 2021
20:47 Yuri Victorovich (yuri) search for other commits by this committer
misc/xgboost: Update 1.2.1 -> 1.4.1

Reported by:	portscout
commit hash: e61693b2b118c7f67b8a983005ff7600d6244589 commit hash: e61693b2b118c7f67b8a983005ff7600d6244589 commit hash: e61693b2b118c7f67b8a983005ff7600d6244589 commit hash: e61693b2b118c7f67b8a983005ff7600d6244589 e61693b
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 26 Oct 2020
21:37 yuri search for other commits by this committer
misc/xgboost: Update 1.2.0 -> 1.2.1

MFH:		2020Q4 (fixes py-xgboost failure, see bug#247408)
Original commitRevision:553388 
Tuesday, 13 Oct 2020
02:34 linimon search for other commits by this committer
Now builds on FreeBSD-12 powerpc64.  As a test, also enable on FreeBSD-13
powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:552175 
Thursday, 24 Sep 2020
08:36 yuri search for other commits by this committer
misc/xgboost: Update 1.1.1 -> 1.2.0
Original commitRevision:549896 
Tuesday, 9 Jun 2020
05:31 yuri search for other commits by this committer
misc/xgboost: Update 1.1.0 -> 1.1.1

Reported by:	portscout
Original commitRevision:538277 
Monday, 25 May 2020
19:21 yuri search for other commits by this committer
misc/xgboost: Update 1.0.2 -> 1.1.0

Reported by:	portscout
Original commitRevision:536524 
Monday, 18 May 2020
01:08 linimon search for other commits by this committer
Mark as BROKEN on powerpc64 due to variants of:

  /usr/local/include/dmlc/./serializer.h:63:11: error: no member named 'Write'
in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>'

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:535700 
Sunday, 8 Mar 2020
21:56 jbeich search for other commits by this committer
Drop dependency on devel/openmp

- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
Original commitRevision:528082 
Wednesday, 4 Mar 2020
08:54 yuri search for other commits by this committer
misc/xgboost: Update 1.0.1 -> 1.0.2

Reported by:	portscout
Original commitRevision:527747 
Sunday, 23 Feb 2020
16:01 yuri search for other commits by this committer
misc/xgboost: Update 1.0.0 -> 1.0.1

Reported by:	portscout
Original commitRevision:526926 
Saturday, 22 Feb 2020
04:54 yuri search for other commits by this committer
misc/xgboost: Update 0.90-291 -> 1.0.0

Reported by:	portscout
Original commitRevision:526734 
Tuesday, 28 Jan 2020
04:30 yuri search for other commits by this committer
misc/xgboost: Update 0.90-235 -> 0.90-291
Original commitRevision:524457 
Saturday, 14 Dec 2019
21:37 yuri search for other commits by this committer
New port: misc/xgboost: Scalable, Portable and Distributed Gradient Boosting
(GBDT, GBRT, GBM)
Original commitRevision:520144 

Number of commits found: 31