Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.7_1 29 Jan 2024 19:54:22 |
Muhammad Moinur Rahman (bofh) |
math/cln: Moved man to share/man
Approved by: portmgr (blanket) |
1.3.7 25 Jan 2024 03:19:11 |
Wen Heping (wen) |
math/cln: Update to 1.3.7 |
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) |
1.3.6 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 ) |
1.3.6 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 <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 ) |
1.3.6 21 Dec 2021 16:23:47 |
Mikael Urankar (mikael) Author: Robert Clausecker |
math/cln: unbreak on armv7
This patch fixes the build for math/cln on armv7 by patching some wrong
declarations.
It also hooks up the test suite to "make test".
PR: 259854
Approved by: wen (maintainer timeout) |
1.3.6 06 Sep 2021 19:27:28 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.3.6 20 Aug 2021 00:00:51 |
Wen Heping (wen) |
math/cln: Set LICENSE
PR: 257955
Reported by: bsd@philippost.de |
1.3.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.6 07 Jan 2020 11:33:47 |
pkubaj |
math/cln: fix build on GCC architectures
Use new GCC to fix build after last update:
../include/cln/number.h: In function 'const type& cln::the(const
cln::cl_number&)':
../include/cln/number.h:261: error: there are no arguments to 'static_assert'
that depend on a template parameter, so a declaration of 'static_assert' must be
available
../include/cln/number.h:261: error: (if you use '-fpermissive', G++ will accept
your code, but allowing the use of an undeclared name is deprecated) |
1.3.6 04 Jan 2020 09:39:04 |
wen |
- Update to 1.3.6 |
1.3.4_1 01 Dec 2019 12:08:39 |
pkubaj |
math/cln: fix build on powerpc64 elfv2, simplify port
powerpc64 elfv2 needs the same patches as arm* and aarch64, but builds without
-DNO_ASM. Simplify the port by applying the arm patches everywhere and use
CPPFLAGS_${ARCH} instead of .if ${ARCH} block. Build passes on powerpc64 elfv1
fine, so the original issue must have been fixed.
PR: 242296
Approved by: wen (maintainer), linimon (mentor) |
1.3.4_1 23 Apr 2019 23:44:25 |
wen |
- Unbreak on aarch64
PR: 237439
Submitted by: greg@unrelenting.technology |
1.3.4_1 31 Jan 2019 17:51:39 |
tobik |
Only append to EXTRA_PATCHES after bsd.port.pre.mk |
1.3.4_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 |
1.3.4 26 Sep 2018 06:36:20 |
wen |
- Fix build with powerpc64
(Patches that fix ARM architectures break powerpc64. Fix this by applying
ARM-related patches only on ARM.)
PR: 231553
Submitted by: pkubaj@anongoth.pl |
1.3.4 29 Jun 2018 07:36:14 |
linimon |
Fix build on aarch64. Tested for no-harm on amd64.
PR: 229262
Submitted by: greg at unrelenting.technology
Approved by: portmgr (tier-2 blanket) |
1.3.4 30 Nov 2017 08:22:47 |
linimon |
NO_ASM is also needed on armv7.
Approved by: portmgr (tier-2 blanket) |
1.3.4 19 Nov 2016 12:18:40 |
linimon |
Mark as broken on aarch64. The former change I made had no effect on the
logfile.
Approved by: portmgr (tier-2 blanket) |
1.3.4 14 Nov 2016 11:06:36 |
linimon |
Attempt to fix build on aarch64 using fix from armv6.
Approved by: portmgr (tier-2 blanket) |
1.3.4 03 Nov 2016 16:19:38 |
linimon |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
1.3.4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.3.4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.4 07 Mar 2015 14:39:53 |
wen |
- Fix build on armv6
PR: 197795
Submitted by: mikael.urankar@gmail.com |
1.3.4 10 Jan 2015 11:08:08 |
wen |
- Update math/cln to 1.3.4 and bump PORTREVISION of the ports
which depends on cln |
1.3.2_1 13 Nov 2014 23:24:01 |
antoine |
Cleanup plist |
1.3.2_1 17 Aug 2014 13:15:18 |
tijl |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove -fPIC
- Use BROKEN_sparc64
- Remove old post-patch and pre-build targets |
1.3.2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.3.2 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.3.2 03 Feb 2014 09:47:27 |
miwi |
- Stage support |
1.3.2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.3.2 12 Sep 2013 12:25:25 |
bapt |
Fix build with libc++
Submitted by: Gustau Perez (gusi via #poudriere on freenode) |
1.3.2 31 Aug 2013 00:35:35 |
bapt |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake |
1.3.2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.3.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.3.2 02 Jun 2011 02:25:51 |
wen |
- Update to 1.3.2 |
1.3.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.1_1 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
1.3.1 23 Feb 2010 19:10:24 |
araujo |
Pass maintainership to people that use it.
Feature safe: yes |
1.3.1 20 Nov 2009 03:39:59 |
marcel |
Enable for ia64 (remove from BROKEN).
No response from: maintainer (araujo@) |
1.3.1 27 Sep 2009 21:42:41 |
araujo |
- Update to 1.3.1.
Feature safe: yes |
1.3.0 16 Aug 2009 01:17:49 |
araujo |
- Update to 1.3.0.
PR: ports/137552
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
1.2.2_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.2.2_1 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
1.2.2 12 Aug 2008 00:40:51 |
araujo |
- Fix the installation when a PREFIX other than /usr/local is used.
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (via mail) |
1.2.2 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
1.2.2 20 Apr 2008 15:31:14 |
araujo |
- Update to 1.2.2.
PR: ports/122651
Submitted by: Wen Heping <wenheping@gmail.com> |
1.1.13 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.1.13 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
1.1.13 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
1.1.13 18 Jan 2007 08:28:48 |
itetcu |
- update to 1.1.13
- pet portlint
- pass maintainership to submitter
PR: ports/108049
Submitted by: Marcelo Araujo |
1.1.11_1 15 Aug 2006 00:29:13 |
clsung |
- 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> |
1.1.11_1 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
1.1.11 23 Jan 2006 09:33:30 |
garga |
- Update to 1.1.11
PR: ports/92030
Submitted by: maintainer |
1.1.10 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
1.1.10 12 Nov 2005 11:15:48 |
pav |
- Bail out when older version is installed, because the compilation would fail
PR: ports/88567
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
1.1.10 03 Nov 2005 21:21:35 |
pav |
- Add more master sites, the original site have 10 slots limit and is full
Reported by: krismail |
1.1.10 01 Nov 2005 23:58:14 |
pav |
- Update to 1.1.10
PR: ports/88347
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.9 28 Oct 2005 23:20:46 |
kris |
BROKEN on ia64: Does not compile |
1.1.9 07 Jun 2005 08:39:31 |
pav |
- Revert recent libtool damage, unbreak on 4.X
PR: ports/81958
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Pointy hat to: oliver |
1.1.9 02 Jun 2005 20:28:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.1.9 14 Feb 2005 08:12:42 |
ijliao |
upgrade to 1.1.9 |
1.1.8 18 Dec 2004 20:23:23 |
kris |
Don't try and remove pkgconfig at deinstall |
1.1.8 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
1.1.8 16 Aug 2004 19:32:40 |
krion |
Update to verion 1.1.8
PR: ports/70544
Submitted by: Ports Fury |
1.1.6_1 14 Aug 2004 21:57:56 |
oliver |
take care of $PREFIX/libdata/pkgconfig |
1.1.6_1 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.1.6_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.1.6_1 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.1.6_1 07 Mar 2004 05:43:33 |
kris |
BROKEN on sparc64: Does not compile |
1.1.6_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.6 31 Jan 2004 04:09:48 |
arved |
Update to 1.1.6, now with AMD64 support. |
1.1.5_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.1.5_1 10 Oct 2003 17:52:21 |
krion |
- Add dependency for devel/stlport on 4-stable
(to build math/GiNaC properly)
- Utilize INFO
PR: 57834
Submitted by: Ports Fury |
1.1.5 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
1.1.5 31 Jul 2002 09:36:03 |
ijliao |
upgrade to 1.1.5
PR: 41172
Submitted by: Ports Fury |
1.1.4_1 25 Jun 2002 07:09:44 |
ijliao |
bump libgmp4 libversion |
1.1.4_1 18 Apr 2002 08:20:53 |
ijliao |
libgmp3 -> libgmp4 |
13 Mar 2002 03:18:41 |
ijliao |
upgrade to 1.1.4
drop maintainership |
05 Oct 2001 04:34:44 |
ijliao |
add missing file to PLIST |
08 Sep 2001 08:29:19 |
ijliao |
upgrade to 1.1.2 |
31 Aug 2001 15:20:29 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
12 Jun 2001 05:45:51 |
ijliao |
upgrade to 1.1.1 |
12 Feb 2001 14:55:45 |
ijliao |
readd cln to math |