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/polymake/Makefile

Number of commits found: 45

Sunday, 8 Oct 2023
09:40 Daniel Engberg (diizzy) search for other commits by this committer
math/polymake: Remove NATIVE option and add GitHub to MASTER_SITES

* Add GitHub as primary download site and upstream website as backup
* Remove NATIVE option, users wanting to apply CPU specific optimization
should use CPUTYPE instead using ports framework
* Use OPTIMIZED_CFLAGS option to define O3 optimization

PR:		273316
Reviewed by:	Philipp Ost <bsd@philippost.de> (maintainer)
Sponsored by:	Blinkinblox
commit hash: 96e194fafea582015e3d14ec48653a4734a1a15c commit hash: 96e194fafea582015e3d14ec48653a4734a1a15c commit hash: 96e194fafea582015e3d14ec48653a4734a1a15c commit hash: 96e194fafea582015e3d14ec48653a4734a1a15c 96e194f
Saturday, 24 Jun 2023
16:52 Fernando Apesteguía (fernape) search for other commits by this committer Author: Philipp Ost
math/polymake: update to 4.10

ChangeLog: https://polymake.org/doku.php/news/release_4_10

interfaces

topcom:
 Extend interface to access other combinations of connected, fine, and regular
 support for topcom 1.x.

fulton

 weighted_projective_space: fix rays computation

group

 action_functions: migrate some code to C++

polytope

 compress incidence: fix lineality dim for some trivial polytopes
https://github.com/oscar-system/Oscar.jl/issues/2403
 TRIANGULATION: fix weights computation
 poly2{lp,mps}:
  better handling of infeasible polytopes
  improve compatibility with other parsers

PR:		272098
Reported by:	bsd@philippost.de
commit hash: 732bedf65e57c7aaa3777574e7f4c9aefd4addde commit hash: 732bedf65e57c7aaa3777574e7f4c9aefd4addde commit hash: 732bedf65e57c7aaa3777574e7f4c9aefd4addde commit hash: 732bedf65e57c7aaa3777574e7f4c9aefd4addde 732bedf
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Sunday, 26 Mar 2023
00:18 Wen Heping (wen) search for other commits by this committer
math/polymake: Update to 4.9

PR:		270423
Reported by:	maintainer
commit hash: f4ce74f6722a4843a51856da67fd7346c2f01b73 commit hash: f4ce74f6722a4843a51856da67fd7346c2f01b73 commit hash: f4ce74f6722a4843a51856da67fd7346c2f01b73 commit hash: f4ce74f6722a4843a51856da67fd7346c2f01b73 f4ce74f
Tuesday, 4 Oct 2022
11:23 Nuno Teixeira (eduardo) search for other commits by this committer Author: Philipp Ost
math/polymake: Update to 4.7

 - Add patch to fix compilation on 32 bit architectures. The patch was
   provided by Benjamin Lorenz of the polymake team.
   https://forum.polymake.org/viewtopic.php?f=10&p=4000

ChangeLog:	https://polymake.org/doku.php/news/release_4_7
PR:		266792
commit hash: 38cc9f001fa7662b8a0c2921911f7a1a66a97d3f commit hash: 38cc9f001fa7662b8a0c2921911f7a1a66a97d3f commit hash: 38cc9f001fa7662b8a0c2921911f7a1a66a97d3f commit hash: 38cc9f001fa7662b8a0c2921911f7a1a66a97d3f 38cc9f0
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
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@plab.ku.dk>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Anton Shterenlikht <mexas@bris.ac.uk>
  *  Bob Eager <bob@eager.cx>
  *  Charlie Kester <corky1951@comcast.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Christopher J. Ruwe
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <geekdude@pacbell.net>
  *  Cyrille Szymanski <cnszym@gmail.com>
  *  Dan Rue <drue@therub.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon <dylan@dylex.net>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff <eagriff@global2000.net>
  *  Eric van Gyzen <vangyzen@stat.duke.edu>
  *  Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frederic Han <han@math.jussieu.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heinz Tschabitscher
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Issei Suzuki <issei@jp.FreeBSD.ORG>
  *  Janni
  *  Jason Harris <jharris@widomaker.com>
  *  Javad Kouhi <javad.kouhi@gmail.com>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Marino <marino@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Ju Pengfei <ju.pengfei@gmail.com>
  *  Jukka A. Ukkonen <jau@iki.fi>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  M. L. Dodson, <bdodson@scms.utmb.edu>
  *  Maho Nakata <maho@FreeBSD.org>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark R V Murray <markm@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Muhammad Moinur Rahmanh <5u623l20@gmail.com>
  *  NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor <ports@rbt.ca>
  *  Roman Neuhauser <neuhauser@sigpipe.cz>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scott Flatman <sf@dsinw.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Akifyev <asa@agava.com>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser <se@StefanEsser.FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.edu>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Montgomery-Smith <stephen@missouri.edu>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tony Maher
  *  Tz-Huan Huang <tzhuan@csie.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuri Victorovich <yuri@tsoft.com>
  *  Zhen REN <bg1tpt@gmail.com>
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. <bf@FreeBSD.org>
  *  bart <lbartoletti@FreeBSD.org>
  *  bauerm
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe <daweonline@gmail.com>
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da f53eb28
Wednesday, 29 Jun 2022
05:25 Yuri Victorovich (yuri) search for other commits by this committer
math/flint2: Update 2.8.5 -> 2.9.0
commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba d61cc94
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Saturday, 12 Mar 2022
21:09 Yuri Victorovich (yuri) search for other commits by this committer
*/*: Bump after math/singular update

PR:		262510
Reported by:	Philipp Ost <Philipp Ost>
commit hash: 09deaa3f871c1f9a730388909eb4909ecaaf8a34 commit hash: 09deaa3f871c1f9a730388909eb4909ecaaf8a34 commit hash: 09deaa3f871c1f9a730388909eb4909ecaaf8a34 commit hash: 09deaa3f871c1f9a730388909eb4909ecaaf8a34 09deaa3
Wednesday, 19 Jan 2022
16:31 Thierry Thomas (thierry) search for other commits by this committer Author: Philipp Ost
math/polymake: update to version 4.6

Changelog at <https://polymake.org/doku.php/news/release_4_6>.
commit hash: 5b78e25e4b82d462cf45558430360e4254ecbb54 commit hash: 5b78e25e4b82d462cf45558430360e4254ecbb54 commit hash: 5b78e25e4b82d462cf45558430360e4254ecbb54 commit hash: 5b78e25e4b82d462cf45558430360e4254ecbb54 5b78e25
Friday, 17 Dec 2021
05:59 Hiroki Tagato (tagattie) search for other commits by this committer Author: Philipp Ost
math/polymake: update to 4.5

Port changes:
- update DISTVERSION (obviously ;-))
- remove compiler:openmp after commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2
- remove patches patch-libnauty and patch-support_install.pl since
  they have been incorporated upstream

Upstream changes: https://polymake.org/doku.php/news/release_4_5

PR:		260395
Reported by:	Philipp Ost <bsd@philippost.de> (maintainer)
commit hash: 7aa9a21257716a98264b77e7f69f9cb33d8f6b58 commit hash: 7aa9a21257716a98264b77e7f69f9cb33d8f6b58 commit hash: 7aa9a21257716a98264b77e7f69f9cb33d8f6b58 commit hash: 7aa9a21257716a98264b77e7f69f9cb33d8f6b58 7aa9a21
Sunday, 3 Oct 2021
19:41 Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Remove more compiler:openmp instances

Reported by: antoine@
Fixes:	07fb2d5e9d00
commit hash: 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 commit hash: 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 commit hash: 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 commit hash: 54cc4cc6eaed14e3d495ca3a3b6f86f3f429b991 54cc4cc
Monday, 20 Sep 2021
21:34 Yuri Victorovich (yuri) search for other commits by this committer
math/nauty: Update 27r1 -> 27r3

PR:		258237
Approved by:	moritz@schmi.tt (maintainer)
commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e ec6283e
Saturday, 28 Aug 2021
07:41 Yuri Victorovich (yuri) search for other commits by this committer Author: Philipp Ost
math/polymake: Backport patch allowing to use external Nauty library instead of
Nauty source tree

Also fix stripping of ideal.so
commit hash: a8ceb6491219baa95155e2b55a1ba5b1654757cb commit hash: a8ceb6491219baa95155e2b55a1ba5b1654757cb commit hash: a8ceb6491219baa95155e2b55a1ba5b1654757cb commit hash: a8ceb6491219baa95155e2b55a1ba5b1654757cb a8ceb64
Tuesday, 24 Aug 2021
21:58 Yuri Victorovich (yuri) search for other commits by this committer Author: Philipp Ost
math/polymake: Minor Makefile improvement

PR:		256861
commit hash: 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b commit hash: 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b commit hash: 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b commit hash: 975dd5cfa15e57b19dff0c7f0f5dffcc4324d94b 975dd5c
17:10 Yuri Victorovich (yuri) search for other commits by this committer
math/polymake: Re-add port: Software package for research in polyhedral geometry
@ version=4.4

PR:		256861
Submitted by:	Philipp Ost <bsd@philippost.de> (original version)
commit hash: 2233fbcbff3bdd41c921917c1a16acfaf549a5e8 commit hash: 2233fbcbff3bdd41c921917c1a16acfaf549a5e8 commit hash: 2233fbcbff3bdd41c921917c1a16acfaf549a5e8 commit hash: 2233fbcbff3bdd41c921917c1a16acfaf549a5e8 2233fbc
Thursday, 22 May 2014
14:03 antoine search for other commits by this committer
Deprecate and set expiration date: Does not build with any supported
version of Perl

With hat:	portmgr
Original commitRevision:354841 
Saturday, 10 May 2014
17:48 antoine search for other commits by this committer
Reset a few maintainers

<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
    said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
    User unknown in local recipient table (in reply to RCPT TO command)

<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please

<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)

<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
    name=h14m.org type=AAAA: Host found but no data record of requested type

    <jre@vineyard.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command)

<gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550
    Recipient verify failed (in reply to RCPT TO command)

<mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1
    <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox

<gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1
    <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command)

<mickey@enforcer.cc>: Host or domain name not found. Name service error for
    name=keep.yourmail.yuk type=AAAA: Host not found

<lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

<luke@novum.am.lublin.pl>: Host or domain name not found. Name service error
    for name=novum.am.lublin.pl type=AAAA: Host not found

<aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550
    unknown user (in reply to RCPT TO command)

With hat:	portmgr
Original commitRevision:353590 
Saturday, 1 Mar 2014
21:23 gerald search for other commits by this committer
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
Original commitRevision:346721 
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 
Monday, 16 Sep 2013
16:45 bapt search for other commits by this committer
Convert to new perl framework
Convert USE_GMAKE to USES
Original commitRevision:327414 
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 
Saturday, 4 May 2013
14:06 bdrewery search for other commits by this committer
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
  MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
Original commitRevision:317320 
Sunday, 16 Dec 2012
06:12 az search for other commits by this committer
- Set default perl version for ports which currently using
  (5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
Original commitRevision:308985 
Saturday, 30 Jun 2012
14:53 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Wednesday, 20 Jun 2012
20:23 skv search for other commits by this committer
Fix spacing.
Original commit
20:09 skv search for other commits by this committer
Mark as ignored with Perl 5.14+
(port must be upgraded at least to 2.10 to unbreak build)
Original commit
Tuesday, 28 Jun 2011
01:41 stephen search for other commits by this committer
- Update to 2.9.9
- Add warning that make_jobs_safe may overwhelm some computers
- Portlint

PR:             ports/152152
Submitted by:   Ewgenij Gawrilow <ewgenij.gawrilow@o2online.de>
Approved by:    maho (mentor)
Original commit
Saturday, 29 May 2010
07:30 kwm search for other commits by this committer
Get rid of USE_GCC=3.4

PR:             ports/144669
Submitted by:   Andrius Morkunas <hinokind@gmail.com>
Approved by:    maintainer timeout (6 weeks)
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Saturday, 28 Mar 2009
20:45 skv search for other commits by this committer
Introduce Perl 5.10.0
Original commit
Wednesday, 31 Jan 2007
16:09 miwi search for other commits by this committer
- Update to 2.3

PR:             108549
Submitted by:   Ewgenij Gawrilow<gawrilow@math.tu-berlin.de> (maintainer)
Original commit
Wednesday, 10 May 2006
14:46 ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
Original commit
Monday, 27 Mar 2006
14:33 pav search for other commits by this committer
- Apply vendor patch 1:
  Description: Fixed errors in handling derived object types (like TightSpan).

Submitted by:   Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
Original commit
Friday, 24 Mar 2006
09:12 pav search for other commits by this committer
- Another stab on doing pkg-plist right
Original commit
Wednesday, 22 Mar 2006
09:16 pav search for other commits by this committer
- Fix plist creation

Reported by:    krismail
Pointy hat to:  pav
Original commit
Sunday, 19 Mar 2006
14:14 pav search for other commits by this committer
- Update to 2.2

PR:             ports/94476
Submitted by:   Ewgenij Gawrilow <gawrilow@math.tu-berlin.de> (maintainer)
Original commit
Thursday, 3 Mar 2005
00:07 pav search for other commits by this committer
- Unbreak checksums
- Simplify a little

PR:             ports/76959
Submitted by:   Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
Original commit
Friday, 11 Feb 2005
22:05 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Monday, 10 Jan 2005
01:16 pav search for other commits by this committer
- Update to patchlevel 2
- Don't install perl modules in configure phase

PR:             ports/75856, ports/75965
Submitted by:   Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
Original commit
Wednesday, 29 Dec 2004
01:29 pav search for other commits by this committer
Polymake is a versatile framework for experimental discrete mathematics.  The
standard distribution contains tool collections for the algorithmic treatment
of polytopes and polyhedra, and finite simplicial complexes.  It offers an
unified interface to a wide variety of algorithms and free software packages
from the computational geometry field, such as convex hull computation or
visualization tools.

PR:             ports/75405
Submitted by:   Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
Original commit

Number of commits found: 45