non port: math/eukleides/Makefile |
SVNWeb
|
Number of commits found: 46 |
Sat, 15 May 2021
|
[ 07:14 Tobias Kortkamp (tobik) Author: Yasuhiro Kimura ] 9671981 (Only the first 10 of 40 ports in this commit are shown above. )
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
|
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.
|
Fri, 11 Sep 2020
|
[ 17:35 ashish ]
- Fix building with -CURRENT
- Pass CFLAGS to the make
- While here, fix portlint warnings
Reported by: pkg-fallout
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Mon, 12 Jun 2017
|
[ 22:25 sunpoet ]
Use USES=readline:port
Approved by: portmgr (blanket)
|
Sun, 16 Apr 2017
|
[ 16:43 ashish ]
- Switch to egrep from grep to avoid GNU extensions in basic
regular expressions.
PR: 218615
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
|
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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 20 Feb 2016
|
[ 13:06 amdmi3 ]
- Fix LICENSE
- Switch to options helpers
- Do not stage unneeded files properly to fix stage-qa:
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for
'bin/euktoeps.orig.bak'
Approved by: portmgr blanket
|
Sat, 28 Nov 2015
|
[ 04:24 ashish ]
- Patch euktoeps, so it uses GNU getopt
- Add dependency on misc/getopt
Reported by: Nicolas <nh.techn at gmail.com>
|
Sun, 26 Apr 2015
|
[ 06:07 ashish ]
- Fix breakage on 11-CURRENT
Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host
PR: 199528
Submitted by: jbeich
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
|
Fri, 4 Jul 2014
|
[ 12:03 antoine ]
- Unbreak
- Finish stage support, binaries were referring to STAGEDIR
|
[ 00:52 adamw ] (Only the first 10 of 32 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
|
Tue, 1 Jul 2014
|
[ 17:37 antoine ] (Only the first 10 of 16 ports in this commit are shown above. )
Make those ports more likely to build with texinfo from ports
With hat: portmgr
|
Sun, 22 Jun 2014
|
[ 13:11 ashish ]
- Update to 1.5.4
- Add LICENSE information
- Add STAGE support
- Fix building with clang
|
Mon, 26 May 2014
|
[ 12:28 miwi ] (Only the first 10 of 23 ports in this commit are shown above. )
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
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)
|
Sat, 11 May 2013
|
[ 17:58 hrs ] (Only the first 10 of 152 ports in this commit are shown above. )
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
|
Mon, 6 May 2013
|
[ 02:00 hrs ] (Only the first 10 of 150 ports in this commit are shown above. )
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Fri, 11 Jun 2010
|
[ 13:37 ashish ] (Only the first 10 of 39 ports in this commit are shown above. )
- Change my maintainer address.
Approved by: pgj (mentor)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tue, 20 Apr 2010
|
[ 08:45 wen ]
- Fix the build error reported bt QAT@
PR: ports/145853
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
|
Mon, 19 Apr 2010
|
[ 09:19 wen ]
- Update to 1.5.3
- Pass maintainership to submitter
PR: ports/145771
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Thu, 5 Jan 2006
|
[ 03:57 edwin ] (Only the first 10 of 90 ports in this commit are shown above. )
Chase libversion bumb to libMagick.so.9
PR: ports/91270
|
Wed, 23 Nov 2005
|
[ 01:22 barner ]
- Update mastersite [1]
- Update WWW [1]
- Add SHA 256
PR: ports/89238
Submitted by: Ports Fury
|
Wed, 9 Nov 2005
|
[ 00:24 pav ]
- Update to 1.0.3
PR: ports/88562
Submitted by: Ports Fury
|
Fri, 8 Jul 2005
|
[ 18:56 novel ]
Update to 1.0.2.
PR: 83159
Submitted by: Ports Fury
|
Fri, 4 Mar 2005
|
[ 10:15 vs ]
Update to 1.0.1
PR: ports/77975
Submitted by: Ports Fury
|
Mon, 17 May 2004
|
[ 18:40 krion ]
- Update to version 1.0.0
PR: ports/66754
Submitted by: Ports Fury
|
Sun, 7 Mar 2004
|
[ 16:41 krion ]
- Update to version 0.9.2.2
PR: ports/63879
Submitted by: Ports Fury
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Thu, 20 Feb 2003
|
[ 18:42 knu ] (Only the first 10 of 122 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 3 Jan 2003
|
[ 18:05 arved ]
Update to 0.9.2.1
PR: 46308
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Tue, 4 Jun 2002
|
[ 18:40 ijliao ]
add eukleides 0.9.0
A Euclidean geometry drawing language
|
Number of commits found: 46 |