non port: math/gsl/Makefile |
SVNWeb
|
Number of commits found: 71 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
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 )
|
Wed, 12 Jan 2022
|
[ 19:37 Tobias C. Berner (tcberner) ] 96b1035
math/gsl: update to 2.7.1
Update fixes libtool version numbers
PR: 260201
Exp-run by: antoine
|
Wed, 16 Jun 2021
|
[ 19:31 Tobias C. Berner (tcberner) ] 63e653a (Only the first 10 of 66 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 19 Mar 2020
|
[ 21:18 pkubaj ]
math/gsl: don't use GCC to build on powerpc64 elfv2
Clang can build this port after r359086.
|
Sun, 15 Mar 2020
|
[ 01:10 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 (git@github.com:llvm/llvm-project.git
llvmorg-10.0.0-rc3-1-gc290cb61fdc)
Target: powerpc64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
|
Fri, 25 Oct 2019
|
[ 23:41 tcberner ] (Only the first 10 of 64 ports in this commit are shown above. )
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
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Sat, 23 Jun 2018
|
[ 08:27 tcberner ] (Only the first 10 of 47 ports in this commit are shown above. )
Update math/gsl to 2.5
PR: 229067
|
Mon, 3 Jul 2017
|
[ 20:38 tcberner ] (Only the first 10 of 42 ports in this commit are shown above. )
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408
|
Tue, 2 May 2017
|
[ 05:26 tcberner ] (Only the first 10 of 46 ports in this commit are shown above. )
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 27 Jun 2016
|
[ 21:30 rene ] (Only the first 10 of 94 ports in this commit are shown above. )
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
Tue, 16 Sep 2014
|
[ 19:04 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)
|
Sun, 17 Aug 2014
|
[ 13:09 tijl ] (Only the first 10 of 45 ports in this commit are shown above. )
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
|
Wed, 25 Jun 2014
|
[ 08:58 bapt ] (Only the first 10 of 36 ports in this commit are shown above. )
Fix build on system built WITHOUT_INFO
With hat: portmgr
|
Mon, 3 Mar 2014
|
[ 12:06 bf ]
Attempt to fix the build on powerpc* by the same means used on Darwin and
GNU/Linux
PR: 179857
Submitted by: jhibbits, nwhitehorn
|
Sun, 2 Feb 2014
|
[ 08:22 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Mon, 26 Aug 2013
|
[ 16:06 bf ] (Only the first 10 of 40 ports in this commit are shown above. )
Update math/gsl to 1.16 and adjust some dependent ports
|
Wed, 28 Dec 2011
|
[ 06:40 bf ]
simplify the port and shrink the package by removing the extra
PostScript documents
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 10:03 miwi ] (Only the first 10 of 18 ports in this commit are shown above. )
- Fix build on FreeBSD 10
Reported by: pointyhat
|
Mon, 9 May 2011
|
[ 16:42 bf ] (Only the first 10 of 45 ports in this commit are shown above. )
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
|
Thu, 8 Jul 2010
|
[ 12:51 bf ] (Only the first 10 of 33 ports in this commit are shown above. )
Change my ports to use my FreeBSD.org email address.
|
Thu, 1 Apr 2010
|
[ 05:36 linimon ]
Mark as broken on powerpc: does not compile.
Hat: portmgr
|
Mon, 29 Mar 2010
|
[ 01:10 wen ]
- Update to 1.14
PR: ports/144776
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Tue, 1 Dec 2009
|
[ 20:31 makc ]
Update to 1.13
PR: ports/138700
Submitted by: bf <bf1783 at gmail.com> (maintainer)
|
Sun, 7 Jun 2009
|
[ 18:51 miwi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
|
Mon, 12 Jan 2009
|
[ 20:35 miwi ]
- Update to 1.12
PR: 129726
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Sat, 21 Jun 2008
|
[ 12:26 miwi ]
- Add regression-test target
PR: 124764
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by: maintainer
|
Tue, 8 Apr 2008
|
[ 13:30 jadawin ]
- Update to 1.11
- Update pkg-descr
- Update pkg-plist
PR: ports/122325
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
Approved by: thierry (mentor)
|
Sat, 15 Dec 2007
|
[ 18:41 pav ]
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
|
Sun, 23 Sep 2007
|
[ 06:02 edwin ]
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf <bf2006a@yahoo.com>
|
Fri, 29 Jun 2007
|
[ 05:46 ijliao ]
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months)
|
Sat, 6 May 2006
|
[ 01:27 mnag ]
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves <rainer.alves___gmail.com>
|
Sun, 26 Feb 2006
|
[ 20:35 dougb ]
Reset maintainer by request.
Approved by: portmgr (marcus)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Mon, 2 May 2005
|
[ 12:58 jylefort ]
Update to 1.6
PR: ports/80341
Submitted by: maintainer
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Tue, 6 Jul 2004
|
[ 13:53 vs ]
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews
|
Mon, 14 Jun 2004
|
[ 03:33 ache ]
Explicitly specify CONFIGURE_TARGET to disable configure warning
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Thu, 4 Dec 2003
|
[ 10:39 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)
|
Sun, 2 Nov 2003
|
[ 03:36 edwin ] (Only the first 10 of 43 ports in this commit are shown above. )
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 <eikemeier@fillmore-labs.com>
|
Sun, 28 Sep 2003
|
[ 21:25 krion ]
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by: maintainer timeout > 1 month
|
Sun, 23 Mar 2003
|
[ 20:14 lkoeller ]
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin <asg@rcd.ru>
|
Fri, 21 Feb 2003
|
[ 12:44 knu ] (Only the first 10 of 80 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 23 Jan 2003
|
[ 14:32 obraun ]
Change maintainers email address also in the Makefile.
Approved by: maintainer
|
Sat, 18 Jan 2003
|
[ 23:37 obraun ]
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer
|
Tue, 23 Jul 2002
|
[ 21:57 pat ]
Update to 1.2
PR: ports/40934
Submitted by: maintainer
|
Fri, 22 Mar 2002
|
[ 03:28 ijliao ]
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer
|
Fri, 7 Dec 2001
|
[ 08:46 tobez ]
Update to 1.0.
|
Thu, 1 Nov 2001
|
[ 09:18 tobez ]
Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> is now a maintainer of this
port.
|
Tue, 30 Oct 2001
|
[ 23:09 tobez ]
Update to 0.9.4.
|
Sat, 29 Sep 2001
|
[ 11:02 demon ]
Update to 0.9.3
|
Mon, 3 Sep 2001
|
[ 03:03 demon ]
Upgrade to 0.9.2; Use IGNOREFILES for postscript manual, it is rerolled
frequently and has no version information in the filename.
|
Fri, 3 Aug 2001
|
[ 20:23 ijliao ]
upgrade to 0.9
|
Fri, 6 Jul 2001
|
[ 08:19 demon ]
Add missing manpages.
|
Sun, 24 Jun 2001
|
[ 08:54 knu ]
Update to 0.8.
|
Sun, 25 Feb 2001
|
[ 15:27 kevlo ]
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES - Update WWW: line - Use
NOPORTDOCS PLIST_SUB
|
Sat, 6 Jan 2001
|
[ 20:24 demon ]
Release to ports@. Maintainer e-mail bounces (no such user).
|
Fri, 3 Nov 2000
|
[ 12:33 kevlo ]
Update to version 0.7
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 11:38 sobomax ] (Only the first 10 of 145 ports in this commit are shown above. )
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
|
Sun, 4 Jun 2000
|
[ 18:08 will ]
Update to 0.6. Add USE_LIBTOOL. Portlint.
|
Number of commits found: 71 |