Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.1_1 23 Jan 2024 13:47:41 |
Muhammad Moinur Rahman (bofh) |
math/gsl: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.7.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.7.1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <[email protected]>
* Aaron Dalton <[email protected]>
* Alessando Sagratini <[email protected]>
* Alex Dupre <[email protected]>
* Alexey Dokuchaev <[email protected]>
* Amarendra Godbole <[email protected]>
* Anders Nordby <[email protected]>
* Andreas Fehlner ([email protected])
* Andrew L. Neporada <[email protected]>
* Andrey <[email protected]>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.7.1 12 Jan 2022 19:37:04 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7.1
Update fixes libtool version numbers
PR: 260201
Exp-run by: antoine |
2.7 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
2.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6 19 Mar 2020 21:18:53 |
pkubaj |
math/gsl: don't use GCC to build on powerpc64 elfv2
Clang can build this port after r359086. |
2.6 15 Mar 2020 01:10:59 |
pkubaj |
math/gsl: fix build on powerpc64 elfv2
Clang 10 fails with assertion error (already reported):
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I.. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT cgbmv.lo
-MD -MP -MF .deps/cgbmv.Tpo -c -o cgbmv.lo cgbmv.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -MT cgbmv.lo -MD -MP -MF
.deps/cgbmv.Tpo -c cgbmv.c -fPIC -DPIC -o .libs/cgbmv.o
Assertion failed: (HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && "Scope
imbalance!"), function ~ScopedHashTableScope, file
/usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ScopedHashTable.h, line 245.
Stack dump:
0. Program arguments: cc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -MT cgbmv.lo -MD -MP -MF
.deps/cgbmv.Tpo -c cgbmv.c -fPIC -DPIC -o .libs/cgbmv.o
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module 'cgbmv.c'.
4. Running pass 'Early CSE' on function '@cblas_cgbmv'
#0 0x0000000013bac208 PrintStackTrace
/usr/src/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:564:13
#1 0x0000000013ba98d0 RunSignalHandlers
/usr/src/contrib/llvm-project/llvm/lib/Support/Signals.cpp:67:5
#2 0x0000000013baf278 HandleCrash
/usr/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:75:7
#3 0x0000000013baf4ec CrashRecoverySignalHandler
/usr/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:0:51
#4 0x0000000815732748 handle_signal /usr/src/lib/libthr/thread/thr_sig.c:303:3
cc: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 10.0.0 ([email protected]:llvm/llvm-project.git
llvmorg-10.0.0-rc3-1-gc290cb61fdc)
Target: powerpc64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin |
2.6 25 Oct 2019 23:41:34 |
tcberner |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
2.5_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.5 23 Jun 2018 08:27:14 |
tcberner |
Update math/gsl to 2.5
PR: 229067 |
2.4 03 Jul 2017 20:38:12 |
tcberner |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408 |
2.3 02 May 2017 05:26:40 |
tcberner |
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522 |
1.16_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.16_2 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
1.16_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.16_2 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1.16_2 16 Sep 2014 19:04:10 |
sbruno |
Fix all non-x86 builds of math/gsl with a more general approach than the
specifically powerpc patch file.
Drop patch-ieee-utils-fp-freebsd.c alltogether and change the order
of #ifdefs in the setup to pull in fp-gnuc99.c instead of fp-freebsd.cc
Verified on redports for x86 builds and am bumping port revision.
Suggested by: nathanw
Phabric: https://reviews.freebsd.org/D787
Reviewed by: nathanw
Approved by: bdrewery (mentor) |
1.16_1 17 Aug 2014 13:09:56 |
tijl |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
1.16 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.16 03 Mar 2014 12:06:38 |
bf |
Attempt to fix the build on powerpc* by the same means used on Darwin and
GNU/Linux
PR: 179857
Submitted by: jhibbits, nwhitehorn |
1.16 02 Feb 2014 08:22:23 |
miwi |
- Stage support |
1.16 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.16 26 Aug 2013 16:06:38 |
bf |
Update math/gsl to 1.16 and adjust some dependent ports |
1.15_1 28 Dec 2011 06:40:15 |
bf |
simplify the port and shrink the package by removing the extra
PostScript documents |
1.15 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.15 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
1.15 09 May 2011 16:42:28 |
bf |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
1.14 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.14 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
1.14 01 Apr 2010 05:36:57 |
linimon |
Mark as broken on powerpc: does not compile.
Hat: portmgr |
1.14 29 Mar 2010 01:10:16 |
wen |
- Update to 1.14
PR: ports/144776
Submitted by: bf <[email protected]> (maintainer) |
1.13 01 Dec 2009 20:31:02 |
makc |
Update to 1.13
PR: ports/138700
Submitted by: bf <bf1783 at gmail.com> (maintainer) |
1.12 07 Jun 2009 18:51:21 |
miwi |
- Update maintainer mail adresse
Submitted by: "b. f." <[email protected]> (maintainer via private mail) |
1.12 12 Jan 2009 20:35:22 |
miwi |
- Update to 1.12
PR: 129726
Submitted by: bf <[email protected]> (maintainer) |
1.11 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.11 21 Jun 2008 12:26:14 |
miwi |
- Add regression-test target
PR: 124764
Submitted by: "Pedro F. Giffuni" <[email protected]>
Approved by: maintainer |
1.11 08 Apr 2008 13:30:47 |
jadawin |
- Update to 1.11
- Update pkg-descr
- Update pkg-plist
PR: ports/122325
Submitted by: bf <[email protected]> (maintainer)
Approved by: thierry (mentor) |
1.10 15 Dec 2007 18:41:43 |
pav |
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf <[email protected]> (maintainer) |
1.10 23 Sep 2007 06:02:41 |
edwin |
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf <[email protected]> |
1.9 29 Jun 2007 05:46:00 |
ijliao |
upgrade to 1.9
pass maintainership to [email protected]
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months) |
1.8 06 May 2006 01:27:38 |
mnag |
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves <rainer.alves___gmail.com> |
1.6_1 26 Feb 2006 20:35:31 |
dougb |
Reset maintainer by request.
Approved by: portmgr (marcus) |
1.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.6 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.6 15 Nov 2005 06:52:12 |
ade |
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. |
1.6 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.6 02 May 2005 12:58:56 |
jylefort |
Update to 1.6
PR: ports/80341
Submitted by: maintainer |
1.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.5 09 Jul 2004 17:43:11 |
marcus |
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 |
1.5 06 Jul 2004 13:53:50 |
vs |
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews |
1.4 14 Jun 2004 03:33:24 |
ache |
Explicitly specify CONFIGURE_TARGET to disable configure warning |
1.4 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.4 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.4 08 Dec 2003 10:00:42 |
pav |
- In the heat of the battle I mistakenly patched amd64 instead of alpha.
amd64 does not need this fix (tested on sledge),
alpha is fixed by this fix (tested on beast).
PR: ports/59238
Submitted by: Rob Byrnes <[email protected]> |
1.4 04 Dec 2003 10:39:55 |
pav |
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site
PR: ports/59238
Approved by: adamw (mentor) |
1.4 02 Nov 2003 03:36:45 |
edwin |
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <[email protected]> |
1.4 28 Sep 2003 21:25:55 |
krion |
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei <[email protected]>
Approved by: maintainer timeout > 1 month |
1.3 23 Mar 2003 20:14:22 |
lkoeller |
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin <[email protected]> |
1.3 21 Feb 2003 12:44:05 |
knu |
De-pkg-comment. |
1.3 23 Jan 2003 14:32:33 |
obraun |
Change maintainers email address also in the Makefile.
Approved by: maintainer |
1.3 18 Jan 2003 23:37:43 |
obraun |
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer |
1.2 14 Jan 2003 10:01:46 |
kris |
Add missing file |
1.2 29 Sep 2002 06:26:19 |
kris |
Fix plist |
1.2 23 Jul 2002 21:57:07 |
pat |
Update to 1.2
PR: ports/40934
Submitted by: maintainer |
1.1.1 22 Mar 2002 03:28:01 |
ijliao |
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer |
07 Dec 2001 08:46:53 |
tobez |
Update to 1.0. |
01 Nov 2001 09:18:26 |
tobez |
Vladimir Savichev <[email protected]> is now a maintainer of this
port. |
30 Oct 2001 23:09:35 |
tobez |
Update to 0.9.4. |
29 Sep 2001 11:02:48 |
demon |
Finish updating to 0.9.3 |
29 Sep 2001 11:02:16 |
demon |
Update to 0.9.3 |
03 Sep 2001 03:03:54 |
demon |
Upgrade to 0.9.2; Use IGNOREFILES for postscript manual, it is rerolled
frequently and has no version information in the filename. |
20 Aug 2001 02:59:42 |
jedgar |
Chase the checksum: the reference document, gsl-ref.ps.gz, was updated. |
04 Aug 2001 18:56:19 |
ijliao |
add missing files in PLIST |
03 Aug 2001 20:23:05 |
ijliao |
upgrade to 0.9 |
06 Jul 2001 08:19:50 |
demon |
Add missing manpages. |
24 Jun 2001 08:54:09 |
knu |
Update to 0.8. |
11 Jun 2001 06:47:06 |
markp |
Update doc checksum. Manual was improved. |
25 Feb 2001 15:27:17 |
kevlo |
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES - Update WWW: line - Use
NOPORTDOCS PLIST_SUB |
06 Jan 2001 20:24:32 |
demon |
Release to ports@. Maintainer e-mail bounces (no such user). |
11 Dec 2000 03:04:45 |
steve |
Poscript documentation (with no version info) changed on MASTER_SITES. |
03 Nov 2000 12:33:07 |
kevlo |
Update to version 0.7 |
08 Oct 2000 04:10:26 |
asami |
Convert category math to new layout. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
04 Jun 2000 18:08:39 |
will |
Update to 0.6. Add USE_LIBTOOL. Portlint. |