non port: math/msieve/Makefile |
Number of commits found: 32 |
Sunday, 18 Nov 2018
|
18:35 antoine
Deprecate ports broken for more than 6 months
|
Thursday, 5 Apr 2018
|
07:25 antoine
Mark BROKEN: missing build depends
===> msieve-1.51_1 depends on file: /usr/local/lib/libecm.a - not found
Reported by: pkg-fallout
|
Sunday, 15 Oct 2017
|
14:05 madpilot
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548
|
Monday, 27 Jun 2016
|
21:30 rene
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 9 May 2015
|
01:12 amdmi3
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2
|
Friday, 3 Apr 2015
|
11:26 mat
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Saturday, 20 Dec 2014
|
19:15 bapt
cleanup plist
|
Tuesday, 15 Jul 2014
|
16:23 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Thursday, 19 Jun 2014
|
07:22 vanilla
Stagify.
Approved by: portmgr@
|
Monday, 26 May 2014
|
12:28 miwi
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Sunday, 3 Mar 2013
|
02:09 bf
update to 1.51; switch to new options format
|
Sunday, 5 Feb 2012
|
19:40 bf
update to 1.50
|
Friday, 23 Sep 2011
|
22:26 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
|
Friday, 24 Jun 2011
|
09:21 bf
update to 1.49
|
Monday, 7 Feb 2011
|
07:41 bf
Update to 1.48
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
|
Sunday, 29 Aug 2010
|
08:52 bf
Fix build
Reported by: QAT
Approved by: makc (co-mentor)
|
Saturday, 28 Aug 2010
|
12:55 bf
Fix build by updating to 1.46
Approved by: makc (co-mentor)
|
Friday, 20 Aug 2010
|
22:48 pav
- Mark BROKEN: does not build
Reported by: pointyhat
|
Tuesday, 10 Aug 2010
|
05:50 bf
Take up maintainership
Approved by: makc (co-mentor)
|
Monday, 9 Aug 2010
|
13:28 arved
Drop Maintainership
PR: 149436
Submitted by: old maintainer
|
Monday, 19 Apr 2010
|
10:43 ale
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
|
Tuesday, 13 Jan 2009
|
01:22 amdmi3
- Fix build in the following situations:
- On i386 with unset CPUTYPE
- On i386 without MMX support
PR: 130396
Submitted by: Daniel Roethlisberger <daniel at roe dot ch>
|
Sunday, 9 Nov 2008
|
16:54 pav
- Update to 1.38
PR: ports/128728
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Sunday, 30 Mar 2008
|
00:09 miwi
- Update to 1.34
PR: 122196
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Friday, 1 Feb 2008
|
12:15 linimon
Mark as broken on sparc64-7: fails to compile.
|
Friday, 29 Jun 2007
|
05:46 ijliao
chase math/gsl lib version
|
Saturday, 9 Jun 2007
|
21:37 miwi
- Update to 1.23
PR: 113173
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Tuesday, 9 Jan 2007
|
21:31 miwi
- Update to 1.14
PR: ports/107585
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Friday, 5 Jan 2007
|
07:58 miwi
Msieve is a library and utility for factoring large integers using the most
powerful modern algorithms. It features a stable and very fast implementation
of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a
highly experimental and unfinished number field sieve (NFS) implementation.
Primary design goals are speed, portability and ease of use. Msieve claims to
be the fastest implementation for factoring general inputs between 40 and 100
decimal digits.
Author: Jason Papadopoulos <jasonp@boo.net>
WWW: http://www.boo.net/~jasonp/qs.html
PR: ports/107477
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
Number of commits found: 32 |