notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: graphics/inkscape/distinfo

Number of commits found: 45

Friday, 5 Jan 2024
21:47 Vladimir Druzenko (vvd) search for other commits by this committer
graphics/inkscape: update to 1.3.2

* Changelogs:
https://inkscape.org/news/2023/11/18/big-small-release-inkscape-131-is-out/
https://inkscape.org/news/2023/12/01/Inkscape-1-3-2-solves-data-loss-bug/
* Removed unused dependencies (make stage-qa).
* Replaced dependency from print/scribus-devel 1.5.8 to print/scribus 1.6.0.

Approved by:		adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D43289
MFH:			2024Q1
commit hash: e9c31503dda14e18d65a93710c8e65ed2a733094 commit hash: e9c31503dda14e18d65a93710c8e65ed2a733094 commit hash: e9c31503dda14e18d65a93710c8e65ed2a733094 commit hash: e9c31503dda14e18d65a93710c8e65ed2a733094 e9c3150
Tuesday, 10 Oct 2023
03:03 Charlie Li (vishwin) search for other commits by this committer
graphics/inkscape: use in-tree commit addressing function clash

No functional changes.
commit hash: 230908387d4771226fe1221ac5d64e7d70c05f10 commit hash: 230908387d4771226fe1221ac5d64e7d70c05f10 commit hash: 230908387d4771226fe1221ac5d64e7d70c05f10 commit hash: 230908387d4771226fe1221ac5d64e7d70c05f10 2309083
Sunday, 17 Sep 2023
21:22 Charlie Li (vishwin) search for other commits by this committer
graphics/inkscape: update upstream patch
commit hash: 9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8 commit hash: 9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8 commit hash: 9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8 commit hash: 9c77ef5e7bc3d595fa9acee59059c9f948fc8ff8 9c77ef5
Saturday, 26 Aug 2023
17:43 Charlie Li (vishwin) search for other commits by this committer
graphics/inkscape: update to 1.3

Also update math/lib2geom to 1.3, which must be updated together

Release notes: https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html

- 2.5 patches included to address system macro clashes
- DBUS option removed, now uses GDBus from GLib instead of dbus-glib

Differential Revision: https://reviews.freebsd.org/D41503
commit hash: c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c commit hash: c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c commit hash: c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c commit hash: c41b45f3bfa8136d1ff0b58bafd4a41845b59c1c c41b45f
Sunday, 25 Jun 2023
05:12 Charlie Li (vishwin) search for other commits by this committer
graphics/inkscape: partially pull in two upstream changes

Both changes are for removing std::unary_function and std::binary_function,
which are deprecated in C++17 and error in clang 16:
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4463 (partial)
- https://gitlab.com/inkscape/inkscape/-/merge_requests/4483 (full)
These involve code refactorings where functional changes can exist
so bump PORTREVISION.

Event: ARRL/RAC Field Day 2023
commit hash: fe6320a394dee2aa34515a4f6f8f9ad5772d9b14 commit hash: fe6320a394dee2aa34515a4f6f8f9ad5772d9b14 commit hash: fe6320a394dee2aa34515a4f6f8f9ad5772d9b14 commit hash: fe6320a394dee2aa34515a4f6f8f9ad5772d9b14 fe6320a
Thursday, 16 Mar 2023
13:35 Jan Beich (jbeich) search for other commits by this committer
graphics/inkscape: unbreak with glib 2.76

src/ui/widget/selected-style.cpp:111:6: error: statement expression not allowed
at file scope
    {g_strdup("application/x-oswb-color"), 0, APP_OSWB_COLOR}
     ^
/usr/local/include/glib-2.0/glib/gstrfuncs.h:209:6: note: expanded from macro
'g_strdup'
    (G_LIKELY ((STR) != NULL) ?                                               \
     ^
/usr/local/include/glib-2.0/glib/gmacros.h:1245:43: note: expanded from macro
'G_LIKELY'
 #define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 1))
                                           ^
/usr/local/include/glib-2.0/glib/gmacros.h:1244:31: note: expanded from macro
'_G_BOOLEAN_EXPR'
 #define _G_BOOLEAN_EXPR(expr) _G_BOOLEAN_EXPR_IMPL (__COUNTER__, expr)
                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:1236:19: note: expanded from macro
'_G_BOOLEAN_EXPR_IMPL'
 G_GNUC_EXTENSION ({                            \
                  ^
src/ui/widget/selected-style.cpp:111:6: error: statement expression not allowed
at file scope
/usr/local/include/glib-2.0/glib/gstrfuncs.h:210:24: note: expanded from macro
'g_strdup'
      G_GNUC_EXTENSION ({                                                     \
                       ^
src/ui/widget/selected-style.cpp:114:40: error: invalid application of 'sizeof'
to an incomplete type 'const GtkTargetEntry []'
static guint nui_drop_target_entries = G_N_ELEMENTS(ui_drop_target_entries);
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/gmacros.h:952:36: note: expanded from macro
'G_N_ELEMENTS'
 #define G_N_ELEMENTS(arr)               (sizeof (arr) / sizeof ((arr)[0]))
                                                 ^~~~~

PR:		270087
Reported by:	antoine (via exp-run)
commit hash: d540351d08f0193207f1e4f06e72ea46ce5f1e90 commit hash: d540351d08f0193207f1e4f06e72ea46ce5f1e90 commit hash: d540351d08f0193207f1e4f06e72ea46ce5f1e90 commit hash: d540351d08f0193207f1e4f06e72ea46ce5f1e90 d540351
Tuesday, 13 Dec 2022
16:06 Dima Panov (fluffy) search for other commits by this committer
graphics/inkscape: update to 1.2.2 release (+)

Release
Notes:	https://media.inkscape.org/media/doc/release_notes/1.2.2/Inkscape_1.2.2.html

PR:	268249
commit hash: 8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1 commit hash: 8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1 commit hash: 8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1 commit hash: 8161d12fcc6ce01961df00aea3fbb0a0bd5b9bf1 8161d12
Tuesday, 6 Sep 2022
15:49 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/inkscape:  prepare for poppler 22.09

PR:		266151
Obtained
from:	https://github.com/archlinux/svntogit-packages/blob/packages/inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch
commit hash: 328be446fb09595e45cf7f7dc5cf48dc3f351be2 commit hash: 328be446fb09595e45cf7f7dc5cf48dc3f351be2 commit hash: 328be446fb09595e45cf7f7dc5cf48dc3f351be2 commit hash: 328be446fb09595e45cf7f7dc5cf48dc3f351be2 328be44
Sunday, 24 Jul 2022
20:16 Dima Panov (fluffy) search for other commits by this committer
graphics/inkscape: update to 1.2.1 release (+)

This update provides a fix for a number of critical bugs in the 1.2 release:

* drawing data about filters, markers, gradients and more now saves to file
after performing a simple sequence of copy-paste-undo with the Export dialog
open;
* startup is smoother when many fonts are installed, and
* rasterized (filtered) objects now show up on any page of a multipage document
exported to PDF.

While here, point Makefile to use C++17 standard as it assumed upstream

Release
notes:	https://media.inkscape.org/media/doc/release_notes/1.2.1/Inkscape_1.2.1.html
commit hash: e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6 commit hash: e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6 commit hash: e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6 commit hash: e6c03c8e76e17fb9a3a6b3f0cb7882906be576b6 e6c03c8
Monday, 23 May 2022
08:54 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/inkscape: fix fetch

this is the link I get from https://inkscape.org/release/1.2/platforms/
so it should be canonical; the previous MASTER_SITES did not have the
file at this time.
The actual distfile is the same, as per it's checksum.

Approved by:	just-fixin'
commit hash: 183a606170f0c5f156e4af09e174ab7850a653e1 commit hash: 183a606170f0c5f156e4af09e174ab7850a653e1 commit hash: 183a606170f0c5f156e4af09e174ab7850a653e1 commit hash: 183a606170f0c5f156e4af09e174ab7850a653e1 183a606
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
graphics/inkscape: update to 1.2 release (+)

Release notes:	https://inkscape.org/news/2022/05/16/inkscape-12/
commit hash: 8f9164caf17750e2c70fdeedb95b40bd917d3441 commit hash: 8f9164caf17750e2c70fdeedb95b40bd917d3441 commit hash: 8f9164caf17750e2c70fdeedb95b40bd917d3441 commit hash: 8f9164caf17750e2c70fdeedb95b40bd917d3441 8f9164c
Tuesday, 26 Apr 2022
16:50 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/inkscape: prepare for poppler >= 22.02

PR:		263009
commit hash: c68fee9222d383833408c0db6ac916dcfc45674f commit hash: c68fee9222d383833408c0db6ac916dcfc45674f commit hash: c68fee9222d383833408c0db6ac916dcfc45674f commit hash: c68fee9222d383833408c0db6ac916dcfc45674f c68fee9
Tuesday, 8 Feb 2022
07:49 Tobias C. Berner (tcberner) search for other commits by this committer Author: VVD
graphics/inkscape: update to 1.1.2

This release includes many crash fixes and resolves issues with a number
of broken extensions. Download Inkscape 1.1.2 now for a smoother
experience.

PR:		261774
commit hash: 2e70c7a666a98ef455c815a8d96088f6a5efd3cc commit hash: 2e70c7a666a98ef455c815a8d96088f6a5efd3cc commit hash: 2e70c7a666a98ef455c815a8d96088f6a5efd3cc commit hash: 2e70c7a666a98ef455c815a8d96088f6a5efd3cc 2e70c7a
Saturday, 11 Dec 2021
19:37 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/inkscape: fix build when POPPLER=OFF

Obtained
from:	https://gitlab.com/inkscape/inkscape/-/commit/7d9497b64df1ec3ddfb65efd105dd11212014ce9
Reported by:	Philipp Ost <bsd@philippost.de>, rigoletto
PR:		257687
commit hash: 0186d83ae398607ce44184aefecc8aed82b3e163 commit hash: 0186d83ae398607ce44184aefecc8aed82b3e163 commit hash: 0186d83ae398607ce44184aefecc8aed82b3e163 commit hash: 0186d83ae398607ce44184aefecc8aed82b3e163 0186d83
Sunday, 4 Jul 2021
20:21 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/inkscape: update to 1.1

Inkscape 1.1 is the latest major Inkscape release that brings you many
fresh new features and new functionality.  Release highlights

    * A Welcome dialog, where the look of Inkscape can be selected, and
      some choices for the new document's size or file to open are
      available
    * A Command palette that opens when the ? key is pressed and that
      allows to search and use many functions without having to use a
      keyboard shortcut or going through the menus
    * It is now possible to copy, cut and paste parts of paths with the
      Node tool
    * The dialog docking system has been rewritten, which resolves many
      issues with Inkscape's docked dialogs and allows you to dock
      dialogs on either side of the screen
    * New Outline Overlay mode that displays object outlines while also
      showing their real colors
    * Preferences options are now easier to find by using the new search
      field
    * It is no longer necessary to remember to click on 'Export' in the
      PNG Export dialog, as the exporting will already happen after the
      click on 'Save' in the file selection dialog.
    * Export as JPG, TIFF, optimized PNG and WebP directly from Inkscape
    * When pasting a copied object, Inkscape now pastes it directly on
      top of the currently selected object by default
    * An extension for updating extensions and installing additional
      extensions, called the Extension Manager (currently in beta stage)

Full release notes:
	https://media.inkscape.org/media/doc/release_notes/1.1/Inkscape_1.1.html
commit hash: bc02049bf8bbba23d78ca07d75c02d7940b98995 commit hash: bc02049bf8bbba23d78ca07d75c02d7940b98995 commit hash: bc02049bf8bbba23d78ca07d75c02d7940b98995 commit hash: bc02049bf8bbba23d78ca07d75c02d7940b98995 bc02049
Thursday, 28 Jan 2021
12:29 fluffy search for other commits by this committer
graphics/inkscape: update to 1.0.2 release

With hat:	desktop
Submitted by:	Sergey Golyashov via mail
Release notes:	https://inkscape.org/news/2021/01/17/102-and-11alpha/
Original commitRevision:563131 
Saturday, 26 Sep 2020
11:20 tcberner search for other commits by this committer
graphics/inkscape: upgrade to 1.0.1

Changelog:
	https://inkscape.org/release/inkscape-1.0.1/

PR:		249240
Submitted by:	VVD <vvd@unislabs.com>
Approved by:	gnome (timeout)
Original commitRevision:550166 
Friday, 15 May 2020
12:05 pi search for other commits by this committer
graphics/inkscape: update 0.92.4 -> 1.0

- Smoother performance, HiDPI support, new & improved Live Path Effects
- supports python3
- option to use ImageMagick6

PR:		243615
Submitted by:	Greg V <greg@unrelenting.technology>, rhurlin@gwdg.de
Reviewed by:	kwm, vvd@unislabs.com, thierry, waitman@waitman.net,
portmaster@bsdforge.com, lumiwa@gmail.com, david@lapinbilly.eu,
contact@evilham.com
Relnotes:	https://inkscape.org/news/2020/05/04/introducing-inkscape-10/
		https://wiki.inkscape.org/wiki/index.php?title=Release_notes/1.0#Inkscape_1.0
Original commitRevision:535285 
Saturday, 11 May 2019
19:36 kwm search for other commits by this committer
Update inkscape to 0.92.4.

PR:		236506
Reported by:	kunda <chitty_cloud@me.com>
Original commitRevision:501296 
Tuesday, 17 Jul 2018
12:33 kwm search for other commits by this committer
Update inkscape to 0.92.3.
Original commitRevision:474795 
Thursday, 28 Sep 2017
19:04 kwm search for other commits by this committer
Update inkscape to 0.92.2.

* Use correct MPL version (1.1)
* Correct typo's in the LICENSE_FILE_LGPL21 line so it actually used

* Changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2
Original commitRevision:450859 
Monday, 22 May 2017
09:31 kwm search for other commits by this committer
Update inkscape to 0.92.1.

* review dependancies
Original commitRevision:441443 
Saturday, 11 Feb 2017
15:18 kwm search for other commits by this committer
Update inkscape to 0.92.0.

ChangeLog:	https://inkscape.org/en/news/2017/01/04/inkscape-version-092-released/

* Switch to cmake build system
* Add license
* Record indirect dependancies
* Switch to lcms2, which is prefered over lcms (1).
* Add stub for NLS support, currently not enabled since it breaks the
  build. Reported upstream.
* Remove the OPENMP option, it does not build anymore.
Original commitRevision:433878 
Sunday, 8 Feb 2015
21:58 kwm search for other commits by this committer
Update inkscape to 0.91.

Use option handlers.
Add options for dbus and visio, Coral Draw and Word Perfect graphics.
Add local hosting as fallback if https isn't possible.

Complete changelog: http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91
Original commitRevision:378692 
Monday, 20 Oct 2014
09:12 kwm search for other commits by this committer
Update to 0.48.5.

Adobe Illustrator SVG files containing entities can be loaded again
Support for Poppler 0.26
Support for Boehm-GC 7.4.0 and later
Several crash bugs were fixed

Remove the gnomevfs option.
Install all available manpages.
Original commitRevision:371246 
Friday, 8 Mar 2013
10:58 kwm search for other commits by this committer
Update to 0.48.4.

Convert to optionsNG, update Makefile and comment. Remove shlib versions.
add USE_GCC=any since it doesn't compile with clang, and restrict manpages to
the english version only.
Original commitRevision:313634 
Thursday, 12 Apr 2012
02:30 ak search for other commits by this committer
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
Original commit
Monday, 2 Jan 2012
16:35 marcus search for other commits by this committer
Update to 0.48.2.

PR:             163179
Submitted by:   bsam
Original commit
Monday, 28 Feb 2011
12:25 kwm search for other commits by this committer
Update to 0.48.1.
Original commit
Friday, 26 Nov 2010
20:46 marcus search for other commits by this committer
Update to 0.48.0.
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
Wednesday, 9 Apr 2008
19:29 mezz search for other commits by this committer
-Update to 0.46. [1]
-Remove USE_GCC=3.4+ and X11BASE.

PR:             ports/122386 [1]
Submitted by:   Robert Andersson <streambag@streambag.se> [1]
Original commit
Friday, 29 Jun 2007
22:28 marcus search for other commits by this committer
Update to 0.45.1.
Original commit
Friday, 9 Feb 2007
00:41 bland search for other commits by this committer
Update to 0.45

PR:     108952
Original commit
Sunday, 17 Sep 2006
06:13 marcus search for other commits by this committer
Update to 0.44.1.
Original commit
Sunday, 25 Jun 2006
06:07 marcus search for other commits by this committer
Update to 0.44.  This version required a log2 implementation which was
taken from standards/83845.
Original commit
Tuesday, 22 Nov 2005
20:19 bland search for other commits by this committer
- Update to 0.43
- Make GNOME dependency optional.
- Use bzip2 distfile.
- Add SHA256 checksum.
Original commit
Friday, 2 Sep 2005
04:16 bland search for other commits by this committer
Update to 0.42.2
Original commit
Saturday, 30 Jul 2005
03:04 marcus search for other commits by this committer
Update to 0.42.
Original commit
Saturday, 12 Mar 2005
11:03 marcus search for other commits by this committer
Update to 0.41.
Original commit
Monday, 12 Apr 2004
16:20 bland search for other commits by this committer
- Update to 0.38.1
- Workaround internal compiller error on -STABLE [1]
- More build patches incl. fix for build with antiqe STL on -STABLE

Reported by:    Lee Harr <missive@hotmail.com> [1]
Original commit
Friday, 9 Apr 2004
20:54 bland search for other commits by this committer
Update to 0.38
Original commit
Monday, 16 Feb 2004
08:46 bland search for other commits by this committer
Update to 0.37
Original commit
Thursday, 11 Dec 2003
13:24 bland search for other commits by this committer
Update to 0.36
Original commit
Monday, 17 Nov 2003
04:03 bland search for other commits by this committer
Add inkscape 0.35, a program seeks to become a full featured open
source SVG editor.
Original commit

Number of commits found: 45