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: math/tomsfastmath/Makefile

Number of commits found: 50

Saturday, 29 Oct 2022
04:41 Yasuhiro Kimura (yasu) search for other commits by this committer
math/tomsfastmath: Miscellaneous refinements

* Use Clang on i386. Build succeeds with all supported FreeBSD
  versions.
* Switch to use release archive as per section 5.4.3 of Porter's
  Handbook.
* Remove post-patch target. It is no-op now as version 0.13.1 doesn't
  use "%cc" in inline assembly codes any more.
* Add LICENSE_FILE.
* Tidy up Makefile with portfmt.
commit hash: 92a479b4b1dc14be648e2071ca9d84d2334cd4c0 commit hash: 92a479b4b1dc14be648e2071ca9d84d2334cd4c0 commit hash: 92a479b4b1dc14be648e2071ca9d84d2334cd4c0 commit hash: 92a479b4b1dc14be648e2071ca9d84d2334cd4c0 92a479b
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
Wednesday, 27 Apr 2022
13:22 Piotr Kubaj (pkubaj) search for other commits by this committer
math/tomsfastmath: enable on powerpc
commit hash: 260bb598e554067bdaf8f4720897492db53e1f08 commit hash: 260bb598e554067bdaf8f4720897492db53e1f08 commit hash: 260bb598e554067bdaf8f4720897492db53e1f08 commit hash: 260bb598e554067bdaf8f4720897492db53e1f08 260bb59
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
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 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Monday, 6 Nov 2017
14:24 mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:453620 
Thursday, 28 Sep 2017
08:01 gahr search for other commits by this committer
math/tomsfastmath: update to 0.13.1

Release notes:
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1
https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0
Original commitRevision:450804 
Wednesday, 27 Sep 2017
15:54 gahr search for other commits by this committer
math/tomsfastmath: build PIC
Original commitRevision:450761 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Friday, 13 Nov 2015
11:05 amdmi3 search for other commits by this committer
- Fix fetch
- Update WWW
Original commitRevision:401496 
Monday, 9 Nov 2015
12:59 antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
Original commitRevision:401096 
Friday, 19 Jun 2015
00:12 amdmi3 search for other commits by this committer
- Fix build on i386

MFH:		2015Q2
Original commitRevision:390088 
Monday, 9 Jun 2014
04:25 danfe search for other commits by this committer
Remove USE_GCC and fix the broken code instead.  While gcc accepts %cc and
%memory, the syntax is wrong, since % is only used for registers.  Clang
currently rejects those constructs [1].  Similar fix was applied to NSS by
Mozilla team before [2].

While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use
BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR.

[1] http://llvm.org/bugs/show_bug.cgi?id=10365
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711
Original commitRevision:357102 
Sunday, 8 Jun 2014
15:15 vanilla search for other commits by this committer
Stagify, add USE_GCC to fix broken on amd64.
Original commitRevision:357043 
Monday, 26 May 2014
12:28 miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Original commitRevision:355316 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 12 Dec 2012
18:48 wxs search for other commits by this committer
Remove the header for ports I created.

For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
Original commitRevision:308777 
Tuesday, 31 Jul 2012
02:22 wxs search for other commits by this committer
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.
Original commit
Tuesday, 24 Jul 2012
20:50 wxs search for other commits by this committer
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now.
Original commit
Thursday, 1 Apr 2010
05:16 linimon search for other commits by this committer
Mark various ports as broken or ignore on powerpc.

While here, remove remnants of alpha.
Original commit
Wednesday, 9 Sep 2009
19:19 wxs search for other commits by this committer
- Reassign maintainer to ports@
Original commit
Saturday, 9 May 2009
02:46 wxs search for other commits by this committer
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
  is MAKE_JOBS_UNSAFE).
Original commit
Monday, 4 Feb 2008
15:35 wxs search for other commits by this committer
Update my address.

Approved by:    garga (mentor)
Original commit
Wednesday, 21 Mar 2007
08:19 clsung search for other commits by this committer
- Update to 0.12

PR:             ports/110550
Submitted by:   Brenton Chang <brenton dot chang_AT_gmail dot com>>
Approved by:    maintainer (Wesley Shields)
Original commit
Wednesday, 13 Dec 2006
17:52 miwi search for other commits by this committer
- Mark BROKEN for sparc64

Submitted by:   pointyhat via kris
Original commit
Saturday, 2 Dec 2006
00:27 miwi search for other commits by this committer
- Add backup MASTER_SITES

Submitted by:   pointyhat via kris
Original commit
Thursday, 30 Nov 2006
10:16 miwi search for other commits by this committer
- Update to 0.10

PR:             ports/105954
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Sunday, 17 Sep 2006
20:08 kris search for other commits by this committer
Now builds on sparc64
Original commit
Saturday, 19 Aug 2006
16:49 miwi search for other commits by this committer
- Update maintainer addresses

PR:             ports/102230
Submitted by:   Wesley Shields <wxs(at)atarininja.org>
Approved by:    krion (mentor)
Original commit
Saturday, 1 Jul 2006
06:04 linimon search for other commits by this committer
Mark as not for ia64 due to compilation failure.
Original commit
Monday, 5 Jun 2006
15:20 garga search for other commits by this committer
Add one more MASTER_SITE

Submitted by:   maintainer by email
Original commit
Wednesday, 31 May 2006
18:06 garga search for other commits by this committer
* security/libtomcrypt
  - Update to 1.12

* math/libtommath
  - Update to 0.39

* math/tomsfastmath
  - Update to 0.09

PR:             ports/98214
Submitted by:   maintainer
Original commit
Saturday, 18 Mar 2006
01:14 cperciva search for other commits by this committer
Libtom* is back online at libtomcrypt.com.  Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org.
Original commit
Monday, 20 Feb 2006
18:05 cperciva search for other commits by this committer
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.

Thanks to:      Several people who found copies of the distfiles for me
Original commit
00:19 cperciva search for other commits by this committer
Attempt to fix the INDEX build breakage which occurred due to
nano silently mangling newline characters.

With hat:       pointy
Original commit
Sunday, 19 Feb 2006
23:45 cperciva search for other commits by this committer
Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
being unfetchable.  The author's domain name (libtomcrypt.org) expired
and was picked up by a cybersquatter, and the distfiles haven't been
mirrored by ftp.freebsd.org yet.

If anyone has a copy of the distfiles for any of these ports, please
send them to me so that I can host them and unbreak these ports.

Approved by:    flz
Discussed with: maintainer
Original commit
Monday, 6 Feb 2006
17:14 garga search for other commits by this committer
- Update to 0.08
- Fix BROKEN message
- Drop USE_REINPLACE

PR:             ports/92897
Submitted by:   maintainer
Original commit
Friday, 2 Dec 2005
20:47 tdb search for other commits by this committer
- Update to 0.07
- Add SHA256 checksum

PR:             89862
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by:    clement (mentor)
Original commit
Tuesday, 8 Nov 2005
14:08 vs search for other commits by this committer
Update to 0.06

PR:             ports/88607
Submitted by:   maintainer
Original commit
Friday, 9 Sep 2005
15:25 lawrance search for other commits by this committer
Forced commit to note that the previous update was actually:

PR:             85885
Original commit
15:20 lawrance search for other commits by this committer
Mark BROKEN on sparc64 until maintainer can look at it

PR:             ports/85884
Submitted by:   Wesley Shields <wxs@csh.rit.edu> (maintainer)
Original commit
Friday, 2 Sep 2005
14:43 sem search for other commits by this committer
- Remove -O3 optimization. It should fix fails on sparc64

PR:             ports/85610
Submitted by:   maintainer
Original commit
Monday, 29 Aug 2005
14:40 pav search for other commits by this committer
A portable fixed precision math library designed for very fast
exponentiations.

PR:             ports/85044
Submitted by:   Wesley Shields <wxs@csh.rit.edu>
Original commit

Number of commits found: 50