Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.14 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.3.14 20 Feb 2023 15:10:31 |
Daniel Engberg (diizzy) |
graphics/graphite2: Prevent overlinking library
Avoid overlinking as it potentially cause issues with consumers
This also fixes unit tests for harfbuzz
PR: 248423
Approved by: portmgr (build fix and maintainer timeout, 2+ years) |
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.3.14 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.3.14 23 Jan 2022 19:09:46 |
Po-Chuan Hsieh (sunpoet) |
graphics/graphite2: Update TEST_DEPENDS
% make test
[ 0% 1/1] cd /wrkdirs/usr/ports/graphics/graphite2/work/.build &&
/usr/local/bin/ctest --force-new-ctest-process
Test project /wrkdirs/usr/ports/graphics/graphite2/work/.build
Start 1: padauk1
1/90 Test #1: padauk1 .......................... Passed 0.00 sec
...
Start 90: vm-test-direct-threading
90/90 Test #90: vm-test-direct-threading ......... Passed 0.15 sec
100% tests passed, 0 tests failed out of 90 |
1.3.14 10 Sep 2021 21:18:00 |
Bernhard Froehlich (decke) |
graphics/graphite2: Add CPE information
Approved by: portmgr (blanket) |
1.3.14 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.14 22 Oct 2020 08:37:06 |
lwhsu |
graphics/graphite2: Use release archive and add test target
PR: 250003
Submitted by: daniel.engberg.lists@pyret.net |
1.3.14 01 Apr 2020 03:59:26 |
jbeich |
graphics/graphite2: update to 1.3.14
Changes: https://github.com/silnrsi/graphite/compare/1.3.13...1.3.14
ABI: https://abi-laboratory.pro/tracker/timeline/graphite/
Reported by: GitHub (watch releases) |
1.3.13_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.3.13 21 Dec 2018 12:24:18 |
jbeich |
graphics/graphite2: update to 1.3.13
Changes: https://sourceforge.net/p/silgraphite/mailman/message/36498161/
Changes: https://github.com/silnrsi/graphite/compare/1.3.12...1.3.13
ABI: https://abi-laboratory.pro/tracker/timeline/graphite/ |
1.3.12_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.3.12 21 Aug 2018 00:43:38 |
jbeich |
graphics/graphite2: update to 1.3.12
Changes: https://sourceforge.net/p/silgraphite/mailman/message/36392530/
Changes: https://github.com/silnrsi/graphite/compare/1.3.11...1.3.12
ABI: https://abi-laboratory.pro/tracker/timeline/graphite/
Security: CVE-2018-7999 |
1.3.11 06 Mar 2018 20:31:36 |
sunpoet |
Update to 1.3.11
- Add LICENSE_FILE
Changes: https://github.com/silnrsi/graphite/releases |
1.3.10 24 Sep 2017 18:49:11 |
sunpoet |
Update LICENSE |
1.3.10 06 May 2017 11:33:29 |
sunpoet |
Update to 1.3.10
Changes: https://github.com/silnrsi/graphite/releases |
1.3.9_1 20 Apr 2017 18:40:09 |
jkim |
Add two upstream patches to fix CVE-2017-5436.
https://github.com/silnrsi/graphite/commit/1ce331d
https://github.com/silnrsi/graphite/commit/b23d7b9
PR: 218771
MFH: 2017Q2 |
1.3.9 17 Nov 2016 00:27:06 |
jkim |
Update to 1.3.9. |
1.3.8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.3.8 01 Apr 2016 17:24:28 |
jbeich |
graphics/graphite2: update to 1.3.8
Changes: https://sourceforge.net/p/silgraphite/mailman/message/34979857/
Changes: https://github.com/silnrsi/graphite/compare/1.3.7...1.3.8
MFH: 2016Q1 (bugfix release) |
1.3.7 18 Mar 2016 18:08:24 |
jbeich |
graphics/graphite2: rely on default EXTRACT_SUFX after r411337
Mainly to fix 2016Q1 as USES=tar is nop with USE_GITHUB after r410613.
=> silnrsi-graphite-1.3.7_GH0.tgz is not in graphics/graphite2/distinfo.
=> Either graphics/graphite2/distinfo is out of date, or
=> silnrsi-graphite-1.3.7_GH0.tgz is spelled incorrectly.
or
===> Extracting for graphite2-1.3.7
=> No SHA256 checksum recorded for silnrsi-graphite-1.3.7_GH0.tgz.
=> No suitable checksum found for silnrsi-graphite-1.3.7_GH0.tgz.
Reported by: mav |
1.3.7 18 Mar 2016 10:43:08 |
jbeich |
graphics/graphite2: chase new home
SILGraphite page on SF says:
This project has been deprecated. Graphite2, a new version of
the Graphite engine, is available at:
https://github.com/silnrsi/graphite with its own bug tracker.
Tested by: diff -rN
MFH: 2016Q1 (in case of 1.3.8 before EOL) |
1.3.7 18 Mar 2016 08:07:33 |
jbeich |
graphics/graphite2: update to 1.3.7
Changes: https://sourceforge.net/p/silgraphite/mailman/message/34936157/
MFH: 2015Q1 (maybe security) |
1.3.6 05 Mar 2016 15:42:31 |
jbeich |
graphics/graphite2: update to 1.3.6
PR: 207686
Reviewed by: tijl
MFH: 2016Q1 (maybe security) |
1.3.5 08 Feb 2016 18:55:45 |
jkim |
Update to 1.3.5.
MFH: 2016Q1 |
1.3.3 13 Oct 2015 22:53:19 |
jkim |
Update to 1.3.3 and add LICENSE. |
1.3.2 10 Sep 2015 18:39:50 |
jkim |
Update the project site. |
1.3.2 10 Sep 2015 18:30:52 |
jkim |
Update to 1.3.2. |
1.3.1 03 Sep 2015 20:09:45 |
jkim |
Update to 1.3.1. |
1.3.0_1 31 Aug 2015 10:18:51 |
rakuco |
Drop USES=iconv.
The port does not actually use iconv anywhere, so drop the dependency. While
here, also stop setting LDFLAGS since it is not necessary (as verified by
building on 9.3, 10.1 and HEAD).
Approved by: office (bapt)
Differential Revision: https://reviews.freebsd.org/D3517 |
1.3.0 11 Aug 2015 19:04:16 |
jkim |
Update to 1.3.0. |
1.2.4 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.2.4 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.2.4 11 Dec 2013 21:55:54 |
bapt |
Update to 1.2.4
Support stage
Remove hack to uselessly change the name of the library |
1.2.3 03 Dec 2013 11:31:55 |
makc |
- Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)
Approved by: office (bapt) |
1.2.3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.2.3 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.2.3 03 Aug 2013 22:08:50 |
bapt |
- update to 1.2.3 |
1.2.1 19 May 2013 22:08:14 |
bapt |
Update to 1.2.1 |
1.2.0 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.2.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.2.0 18 Dec 2012 23:07:25 |
bapt |
update to 1.2.0 |
1.1.3 05 Jun 2012 11:57:10 |
bapt |
Update to 1.1.3 |
1.1.2 20 Apr 2012 05:22:18 |
bapt |
- update to 1.1.2 |
1.1.1 28 Feb 2012 21:09:58 |
bapt |
update to 1.1.1
pass maintainership to office@ |
1.1.0 15 Feb 2012 22:54:13 |
bapt |
- update to 1.1.0 |
1.0.3_1 22 Jan 2012 10:15:18 |
bapt |
Do not try to remove libdata/pkgconfig
change the library name extension from 2.0.0 to 2
Bump port revision |
1.0.3 22 Jan 2012 09:48:23 |
bapt |
Pass maintainership to office@ (this will be used in libreoffice) |
1.0.3 22 Jan 2012 09:46:53 |
bapt |
Graphite is a package that can be used to create "smart fonts" capable of
displaying writing systems with various complex behaviors, such as:
* contextual shaping
* ligatures
* reordering
* split glyphs
* bidirectionality
* stacking diacritics
* complex positioning
WWW: http://scripts.sil.org/RenderingGraphite |