notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/qhull/Makefile
SVNWeb

Number of commits found: 40

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 Feb 2022
[ 00:20 Stephen Montgomery-Smith (stephen) search for other commits by this committer ]    commit hash:06b4820264548ea9be158325ca03b14092a877b8  commit hash:06b4820264548ea9be158325ca03b14092a877b8  commit hash:06b4820264548ea9be158325ca03b14092a877b8  06b4820 
math/qhull: Fix portepoch.

Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Fri, 18 Feb 2022
[ 21:15 Stephen Montgomery-Smith (stephen) search for other commits by this committer ]    commit hash:5693794683876c2478f2a8029a6c0a47dc53c184  commit hash:5693794683876c2478f2a8029a6c0a47dc53c184  commit hash:5693794683876c2478f2a8029a6c0a47dc53c184  5693794  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
math/qhull: Renaming ports

qhull renamed to qhull7.
qhull8 renamed to qhull.
qhull7 marked deprecated.
Dependencies updated.
Mon, 25 Oct 2021
[ 16:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:e1c2ac2fef5e792c69fcf7c42488a271a51a4a57  commit hash:e1c2ac2fef5e792c69fcf7c42488a271a51a4a57  commit hash:e1c2ac2fef5e792c69fcf7c42488a271a51a4a57  e1c2ac2 
math/qhull: Fix stage-qa after 6db564e9a16951384daf415e1323e71f71693316

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/Qhull/QhullTargets-%%CMAKE_BUILD_TYPE%%.cmake
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/math/qhull
=>> Error: check-plist failures detected

Approved by:	portmgr (blanket)
Sat, 23 Oct 2021
[ 10:04 Michael Zhilin (mizhka) search for other commits by this committer ]    commit hash:6db564e9a16951384daf415e1323e71f71693316  commit hash:6db564e9a16951384daf415e1323e71f71693316  commit hash:6db564e9a16951384daf415e1323e71f71693316  6db564e 
math/qhull: remove build-specific files from pkglist

This commit allows to compile this port with CMAKE_BUILD_TYPE=RelWithDebInfo.
As results, libraries are built with debug information.

 # file /usr/local/lib/libqhull_r.so.7.3.2
..., for FreeBSD 14.0 (1400033), with debug_info, not stripped

Sponsored by: Postgres Professional
Mon, 27 Sep 2021
[ 05:20 Stephen Montgomery-Smith (stephen) search for other commits by this committer ]    commit hash:84dbd8991808d56830064768dd7435395bb7015e  commit hash:84dbd8991808d56830064768dd7435395bb7015e  commit hash:84dbd8991808d56830064768dd7435395bb7015e  84dbd89 
math/qhull: Update CONFLICTS to include qhull8.
[ 03:54 Stephen Montgomery-Smith (stephen) search for other commits by this committer ]    commit hash:ce7b2a9d4da12a1b3a8746f05de202cdf8271240  commit hash:ce7b2a9d4da12a1b3a8746f05de202cdf8271240  commit hash:ce7b2a9d4da12a1b3a8746f05de202cdf8271240  ce7b2a9 
math/qhull8: New port.

- qhull-8.* has a significantly different API from qhull-7.* in that
  the only shared libraries are now libqhull_r.so*.

- Add conflicts to math/qhull.

Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
for computing the convex hull. Qhull handles roundoff errors from
floating point arithmetic. It computes volumes, surface areas, and
approximations to the convex hull.

WWW: http://www.qhull.org
[ 02:42 Stephen Montgomery-Smith (stephen) search for other commits by this committer ]    commit hash:777eda85db5e886883f3b6ba1dae61620cf18d67  commit hash:777eda85db5e886883f3b6ba1dae61620cf18d67  commit hash:777eda85db5e886883f3b6ba1dae61620cf18d67  777eda8 
math/qhull: Update to 7.3.2.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 2 Mar 2019
[ 19:53 stephen search for other commits by this committer ] Original commit   Revision:494452
- Update math/qhull to 7.2.1.
- Bump portrevision of dependent port math/plplot,

PR:		236142
Submitted by:	Yuri Victorovich <yuri@freebsd.org>
Mon, 12 Dec 2016
[ 02:46 stephen search for other commits by this committer ] Original commit   Revision:428392
- Add LICENCE, and small modification to description of error in
  libqhullcpp_QhullSet.h.

PR:		ports/215078
Submitted by:	z7dr6ut7gs@snkmail.com
Thu, 8 Dec 2016
[ 13:32 stephen search for other commits by this committer ] Original commit   Revision:428116
qhull:
- Update to 2015.2.
- Install docs in DOCSDIR.
- Add a workaround patch for 9.x base compiler.
plplot:
- Accomodate changes to qhull, including port revision bump.

PR:		ports/215078
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Fri, 28 Aug 2015
[ 13:39 amdmi3 search for other commits by this committer ] Original commit   Revision:395483 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 4 Jul 2014
[ 00:52 adamw search for other commits by this committer ] Original commit   Revision:360499 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
Sun, 26 Jan 2014
[ 23:20 stephen search for other commits by this committer ] Original commit   Revision:341306
- Implement staging.
Thu, 31 Oct 2013
[ 11:06 bapt search for other commits by this committer ] Original commit   Revision:332222
Fix pkgname collision

With hat:	portmgr
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sat, 3 Nov 2012
[ 23:49 stephen search for other commits by this committer ] Original commit   Revision:306943
- Update to 2012.1.

Feature safe:	yes
Fri, 3 Aug 2012
[ 15:54 cs search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Tue, 5 Jun 2012
[ 15:58 stephen search for other commits by this committer ] Original commit 
- Add afni-[0-9]* to CONFLICTS.

Submitted by:   Sulev-Madis 'ketas' Silber <madis555@hot.ee>
Mon, 3 Oct 2011
[ 04:20 stephen search for other commits by this committer ] Original commit 
- Update to 2011.1

Submitted by:   wenheping@gmail.com (private email)
[ 03:05 stephen search for other commits by this committer ] Original commit 
- Repocopy to math/qhull5

PR:             ports/161089
Tue, 14 Jun 2011
[ 07:38 stephen search for other commits by this committer ] Original commit 
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org

Approved by: maho (mentor)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 17 Jan 2010
[ 03:55 wen search for other commits by this committer ] Original commit 
- Add extra patch according to http://www.qhull.org/

PR:             ports/142894
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Sun, 5 Apr 2009
[ 20:50 dhn search for other commits by this committer ] Original commit  (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
- Update maintainer mail address

PR:             ports/133397
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:    tabthorpe (co-mentor)
Fri, 13 Feb 2009
[ 15:25 wxs search for other commits by this committer ] Original commit 
- Pass maintainership along.
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 27 Jan 2007
[ 07:29 kris search for other commits by this committer ] Original commit 
Use libtool port instead of included one to avoid objformat a.out botch
Tue, 15 Aug 2006
[ 00:29 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Thu, 2 Jun 2005
[ 20:28 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Wed, 28 Apr 2004
[ 22:28 thierry search for other commits by this committer ] Original commit 
Add qhull 1.0, qhull computes convex hulls, Delaunay triangulations
and halfspaces.

Remark: submitter time-out -> maintainership assigned to ports@.

PR:             63693
Submitted by:   pusto@web.de

Number of commits found: 40