aboutsummaryrefslogtreecommitdiff
path: root/math/eukleides
Commit message (Collapse)AuthorAgeFilesLines
* *: Remove unnecessary 'port' argument from USES=readlineYasuhiro Kimura2021-05-151-1/+1
| | | | | PR: 248459 Exp-run by: antoine
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix building with -CURRENTAshish SHUKLA2020-09-115-14/+18
| | | | | | | | | | - Pass CFLAGS to the make - While here, fix portlint warnings Reported by: pkg-fallout Notes: svn path=/head/; revision=548254
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=444463
* Use USES=readline:portSunpoet Po-Chuan Hsieh2017-06-121-2/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443480
* - Switch to egrep from grep to avoid GNU extensions in basicAshish SHUKLA2017-04-161-1/+1
| | | | | | | | | | regular expressions. PR: 218615 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Notes: svn path=/head/; revision=438664
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix LICENSEDmitry Marakasov2016-02-201-20/+13
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=409236
* - Patch euktoeps, so it uses GNU getoptAshish SHUKLA2015-11-282-2/+14
| | | | | | | | | - Add dependency on misc/getopt Reported by: Nicolas <nh.techn at gmail.com> Notes: svn path=/head/; revision=402508
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-161-3/+0
| | | | | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=397064
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Fix breakage on 11-CURRENTAshish SHUKLA2015-04-262-1/+21
| | | | | | | | | | Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host PR: 199528 Submitted by: jbeich Notes: svn path=/head/; revision=384754
* Cleanup plistAntoine Brodin2014-11-131-4/+0
| | | | Notes: svn path=/head/; revision=372546
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361099
* - UnbreakAntoine Brodin2014-07-041-5/+7
| | | | | | | - Finish stage support, binaries were referring to STAGEDIR Notes: svn path=/head/; revision=360603
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-8/+4
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Make those ports more likely to build with texinfo from portsAntoine Brodin2014-07-011-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=360062
* - Update to 1.5.4Ashish SHUKLA2014-06-223-20/+30
| | | | | | | | | - Add LICENSE information - Add STAGE support - Fix building with clang Notes: svn path=/head/; revision=358798
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355316
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix the build error reported bt QAT@Wen Heping2010-04-202-21/+11
| | | | | | | | PR: ports/145853 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=252950
* - Update to 1.5.3Wen Heping2010-04-198-67/+142
| | | | | | | | | | - Pass maintainership to submitter PR: ports/145771 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Notes: svn path=/head/; revision=252900
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix declaration order bug in parserTilman Keskinoz2009-03-131-0/+21
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=230007
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* - Update mastersite [1]Simon Barner2005-11-233-2/+3
| | | | | | | | | | | - Update WWW [1] - Add SHA 256 PR: ports/89238 Submitted by: Ports Fury Notes: svn path=/head/; revision=149131
* - Update to 1.0.3Pav Lucistnik2005-11-092-3/+3
| | | | | | | | PR: ports/88562 Submitted by: Ports Fury Notes: svn path=/head/; revision=147658
* Update to 1.0.2.Roman Bogorodskiy2005-07-082-9/+9
| | | | | | | | PR: 83159 Submitted by: Ports Fury Notes: svn path=/head/; revision=138721
* Update to 1.0.1Volker Stolz2005-03-043-6/+32
| | | | | | | | PR: ports/77975 Submitted by: Ports Fury Notes: svn path=/head/; revision=130341
* - Update to version 1.0.0Kirill Ponomarev2004-05-172-4/+4
| | | | | | | | PR: ports/66754 Submitted by: Ports Fury Notes: svn path=/head/; revision=109354
* - Update to version 0.9.2.2Kirill Ponomarev2004-03-074-66/+23
| | | | | | | | PR: ports/63879 Submitted by: Ports Fury Notes: svn path=/head/; revision=103206
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421