Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.4_9 03 Nov 2024 11:48:23 |
Po-Chuan Hsieh (sunpoet) |
*/*: Change *_DEPENDS from devel/util-linux back to misc/getopt
- Revert c8ace2f4ca960d3a3a0038846923efcae2f8443d
- Bump PORTREVISION for dependency change
PR: 281625, 281934
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281934#c2 |
1.5.4_8 02 Nov 2024 12:01:52 |
Daniel Engberg (diizzy) |
*/*: Switch from misc/getopt to devel/util-linux
misc/getopt expired on 2024-10-31 so it's time to switch
PR: 281625
Approved by: portmgr (blanket, build fix) |
1.5.4_7 12 Mar 2024 12:04:28 |
Nuno Teixeira (eduardo) |
math/eukleides: Move man pages to share/man
Approved by: portmgr (blanket) |
1.5.4_6 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
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.5.4_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.5.4_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.5.4_6 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
1.5.4_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.4_6 11 Sep 2020 17:35:26 |
ashish |
- Fix building with -CURRENT
- Pass CFLAGS to the make
- While here, fix portlint warnings
Reported by: pkg-fallout |
1.5.4_5 09 Apr 2019 14:04:50 |
sunpoet |
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 |
1.5.4_4 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.5.4_4 27 Jun 2017 13:46:53 |
sunpoet |
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 |
1.5.4_3 12 Jun 2017 22:25:39 |
sunpoet |
Use USES=readline:port
Approved by: portmgr (blanket) |
1.5.4_3 16 Apr 2017 16:43:23 |
ashish |
- Switch to egrep from grep to avoid GNU extensions in basic
regular expressions.
PR: 218615
Submitted by: Kyle Evans <bsdports@kyle-evans.net> |
1.5.4_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.5.4_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5.4_3 20 Feb 2016 13:06:49 |
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 |
1.5.4_3 28 Nov 2015 04:24:17 |
ashish |
- Patch euktoeps, so it uses GNU getopt
- Add dependency on misc/getopt
Reported by: Nicolas <nh.techn at gmail.com> |
1.5.4_2 16 Sep 2015 13:03:46 |
mat |
It seems some people keep adding $FreeBSD$ to patch files.
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 |
1.5.4_2 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
1.5.4_2 26 Apr 2015 06:07:37 |
ashish |
- Fix breakage on 11-CURRENT
Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host
PR: 199528
Submitted by: jbeich |
1.5.4_1 13 Nov 2014 23:24:01 |
antoine |
Cleanup plist |
1.5.4_1 07 Jul 2014 15:31:02 |
olgeni |
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) |
1.5.4_1 04 Jul 2014 12:03:39 |
antoine |
- Unbreak
- Finish stage support, binaries were referring to STAGEDIR |
1.5.4 04 Jul 2014 00:52:40 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
1.5.4 01 Jul 2014 17:37:42 |
antoine |
Make those ports more likely to build with texinfo from ports
With hat: portmgr |
1.5.4 22 Jun 2014 13:11:17 |
ashish |
- Update to 1.5.4
- Add LICENSE information
- Add STAGE support
- Fix building with clang |
1.5.3_4 26 May 2014 12:28:34 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.5.3_4 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.5.3_4 11 May 2013 17:58:56 |
hrs |
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. |
1.5.3_4 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.5.3_4 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.5.3_4 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
1.5.3_4 08 Mar 2013 11:32:12 |
bapt |
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 |
1.5.3_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.5.3_3 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
1.5.3_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.5.3_2 11 Jun 2010 13:37:41 |
ashish |
- Change my maintainer address.
Approved by: pgj (mentor) |
1.5.3_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.5.3_1 20 Apr 2010 08:45:51 |
wen |
- Fix the build error reported bt QAT@
PR: ports/145853
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
1.5.3 19 Apr 2010 09:19:19 |
wen |
- Update to 1.5.3
- Pass maintainership to submitter
PR: ports/145771
Submitted by: Ashish SHUKLA <wahjava@gmail.com> |
1.0.3_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.3_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.3_3 13 Mar 2009 17:40:03 |
arved |
Fix declaration order bug in parser
Reported by: pointyhat |
1.0.3_3 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.0.3_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0.3_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.0.3_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
1.0.3 23 Nov 2005 01:22:54 |
barner |
- Update mastersite [1]
- Update WWW [1]
- Add SHA 256
PR: ports/89238
Submitted by: Ports Fury |
1.0.3 09 Nov 2005 00:24:49 |
pav |
- Update to 1.0.3
PR: ports/88562
Submitted by: Ports Fury |
1.0.2 08 Jul 2005 18:56:29 |
novel |
Update to 1.0.2.
PR: 83159
Submitted by: Ports Fury |
1.0.1 04 Mar 2005 10:15:57 |
vs |
Update to 1.0.1
PR: ports/77975
Submitted by: Ports Fury |
1.0.0 17 May 2004 18:40:46 |
krion |
- Update to version 1.0.0
PR: ports/66754
Submitted by: Ports Fury |
0.9.2.2 07 Mar 2004 16:41:47 |
krion |
- Update to version 0.9.2.2
PR: ports/63879
Submitted by: Ports Fury |
0.9.2.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9.2.1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9.2.1 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
0.9.2.1 03 Jan 2003 18:05:34 |
arved |
Update to 0.9.2.1
PR: 46308
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.9.0 04 Jun 2002 18:40:21 |
ijliao |
add eukleides 0.9.0
A Euclidean geometry drawing language |