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/cln/Makefile
SVNWeb

Number of commits found: 72

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)
Tue, 21 Dec 2021
[ 16:23 Mikael Urankar (mikael) search for other commits by this committer Author: Robert Clausecker ]    commit hash:8288c59996e1635170a2866bb3b18b4f6e804cea  commit hash:8288c59996e1635170a2866bb3b18b4f6e804cea  commit hash:8288c59996e1635170a2866bb3b18b4f6e804cea  8288c59 
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)
Mon, 6 Sep 2021
[ 19:27 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  91e9ee8  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
*: Clean up some things

- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
Fri, 20 Aug 2021
[ 00:00 Wen Heping (wen) search for other commits by this committer ]    commit hash:9b8557760febbd73089703962cd46197b6c9598d  commit hash:9b8557760febbd73089703962cd46197b6c9598d  commit hash:9b8557760febbd73089703962cd46197b6c9598d  9b85577 
math/cln: Set LICENSE

PR:		257955
Reported by:	bsd@philippost.de
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.
Tue, 7 Jan 2020
[ 11:33 pkubaj search for other commits by this committer ] Original commit   Revision:522325
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)
Sat, 4 Jan 2020
[ 09:39 wen search for other commits by this committer ] Original commit   Revision:522020
- Update to 1.3.6
Sun, 1 Dec 2019
[ 12:08 pkubaj search for other commits by this committer ] Original commit   Revision:518767
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)
Tue, 23 Apr 2019
[ 23:44 wen search for other commits by this committer ] Original commit   Revision:499801
- Unbreak on aarch64

PR:		237439
Submitted by:	greg@unrelenting.technology
Thu, 31 Jan 2019
[ 17:51 tobik search for other commits by this committer ] Original commit   Revision:491744 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
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
Wed, 26 Sep 2018
[ 06:36 wen search for other commits by this committer ] Original commit   Revision:480717
- 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
Fri, 29 Jun 2018
[ 07:36 linimon search for other commits by this committer ] Original commit   Revision:473530
Fix build on aarch64.  Tested for no-harm on amd64.

PR:		229262
Submitted by:	greg at unrelenting.technology
Approved by:	portmgr (tier-2 blanket)
Thu, 30 Nov 2017
[ 08:22 linimon search for other commits by this committer ] Original commit   Revision:455177
NO_ASM is also needed on armv7.

Approved by:	portmgr (tier-2 blanket)
Sat, 19 Nov 2016
[ 12:18 linimon search for other commits by this committer ] Original commit   Revision:426361
Mark as broken on aarch64.  The former change I made had no effect on the
logfile.

Approved by:	portmgr (tier-2 blanket)
Mon, 14 Nov 2016
[ 11:06 linimon search for other commits by this committer ] Original commit   Revision:426102
Attempt to fix build on aarch64 using fix from armv6.

Approved by:	portmgr (tier-2 blanket)
Thu, 3 Nov 2016
[ 16:19 linimon search for other commits by this committer ] Original commit   Revision:425250
Now builds on sparc64.

Approved by:	portmgr (tier-2 blanket)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 7 Mar 2015
[ 14:39 wen search for other commits by this committer ] Original commit   Revision:380699
- Fix build on armv6

PR:		197795
Submitted by:	mikael.urankar@gmail.com
Sat, 10 Jan 2015
[ 11:08 wen search for other commits by this committer ] Original commit   Revision:376687
- Update math/cln to 1.3.4 and bump PORTREVISION of the ports
which depends on cln
Sun, 17 Aug 2014
[ 13:15 tijl search for other commits by this committer ] Original commit   Revision:365185
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove -fPIC
- Use BROKEN_sparc64
- Remove old post-patch and pre-build targets
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Sun, 13 Jul 2014
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:361728 (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Mon, 3 Feb 2014
[ 09:47 miwi search for other commits by this committer ] Original commit   Revision:342404
- Stage support
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)
Sat, 31 Aug 2013
[ 00:35 bapt search for other commits by this committer ] Original commit   Revision:325752
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Thu, 2 Jun 2011
[ 02:25 wen search for other commits by this committer ] Original commit 
- Update to 1.3.2
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
Mon, 19 Apr 2010
[ 10:43 ale search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Tue, 23 Feb 2010
[ 19:10 araujo search for other commits by this committer ] Original commit 
Pass maintainership to people that use it.

Feature safe:   yes
Fri, 20 Nov 2009
[ 03:39 marcel search for other commits by this committer ] Original commit 
Enable for ia64 (remove from BROKEN).

No response from: maintainer (araujo@)
Sun, 27 Sep 2009
[ 21:42 araujo search for other commits by this committer ] Original commit 
- Update to 1.3.1.

Feature safe:   yes
Sun, 16 Aug 2009
[ 01:17 araujo search for other commits by this committer ] Original commit 
- Update to 1.3.0.

PR:             ports/137552
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
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
Wed, 13 May 2009
[ 09:46 ale search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase libgmp and bump PORTREVISION.
Tue, 12 Aug 2008
[ 00:40 araujo search for other commits by this committer ] Original commit 
- Fix the installation when a PREFIX other than /usr/local is used.

Submitted by:   Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (via mail)
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 20 Apr 2008
[ 15:31 araujo search for other commits by this committer ] Original commit 
- Update to 1.2.2.

PR:             ports/122651
Submitted by:   Wen Heping <wenheping@gmail.com>
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 29 Jun 2007
[ 16:29 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- Change my mail address to araujo@.

Approved by:    stas (mentor)
Sun, 28 Jan 2007
[ 09:07 kris search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included one to avoid objformat a.out botch
Thu, 18 Jan 2007
[ 08:28 itetcu search for other commits by this committer ] Original commit 
- update to 1.1.13
- pet portlint
- pass maintainership to submitter

PR:             ports/108049
Submitted by:   Marcelo Araujo
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
[ 14:46 ale search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Chase gmp library and bump PORTREVISION.
Mon, 23 Jan 2006
[ 09:33 garga search for other commits by this committer ] Original commit 
- Update to 1.1.11

PR:             ports/92030
Submitted by:   maintainer
Sat, 12 Nov 2005
[ 11:15 pav search for other commits by this committer ] Original commit 
- Bail out when older version is installed, because the compilation would fail

PR:             ports/88567
Submitted by:   Kay Lehmann <kay_lehmann@web.de>
Thu, 3 Nov 2005
[ 21:21 pav search for other commits by this committer ] Original commit 
- Add more master sites, the original site have 10 slots limit and is full

Reported by:    krismail
Tue, 1 Nov 2005
[ 23:58 pav search for other commits by this committer ] Original commit 
- Update to 1.1.10

PR:             ports/88347
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Fri, 28 Oct 2005
[ 23:20 kris search for other commits by this committer ] Original commit 
BROKEN on ia64: Does not compile
Tue, 7 Jun 2005
[ 08:39 pav search for other commits by this committer ] Original commit 
- Revert recent libtool damage, unbreak on 4.X

PR:             ports/81958
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Pointy hat to:  oliver
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
Mon, 14 Feb 2005
[ 08:12 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.9
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Mon, 16 Aug 2004
[ 19:32 krion search for other commits by this committer ] Original commit 
Update to verion 1.1.8

PR:             ports/70544
Submitted by:   Ports Fury
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
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 7 Mar 2004
[ 05:43 kris search for other commits by this committer ] Original commit 
BROKEN on sparc64: Does not compile
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sat, 31 Jan 2004
[ 04:09 arved search for other commits by this committer ] Original commit 
Update to 1.1.6, now with AMD64 support.
Fri, 10 Oct 2003
[ 17:52 krion search for other commits by this committer ] Original commit 
- Add dependency for devel/stlport on 4-stable
  (to build math/GiNaC properly)
- Utilize INFO

PR:             57834
Submitted by:   Ports Fury
Thu, 20 Feb 2003
[ 18:42 knu search for other commits by this committer ] Original commit  (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 31 Jul 2002
[ 09:36 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.5

PR:             41172
Submitted by:   Ports Fury
Tue, 25 Jun 2002
[ 07:09 ijliao search for other commits by this committer ] Original commit 
bump libgmp4 libversion
Thu, 18 Apr 2002
[ 08:20 ijliao search for other commits by this committer ] Original commit 
libgmp3 -> libgmp4
Wed, 13 Mar 2002
[ 03:18 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.4
drop maintainership
Sat, 8 Sep 2001
[ 08:29 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.2    
Fri, 31 Aug 2001
[ 15:20 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
Tue, 12 Jun 2001
[ 05:45 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.1    
Mon, 12 Feb 2001
[ 14:55 ijliao search for other commits by this committer ] Original commit 
readd cln to math    

Number of commits found: 72