notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/libboard/Makefile
SVNWeb

Number of commits found: 37

Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  a6bb2f8  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 12 May 2021
[ 18:17 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:7712a62e25c734738125b2a6fa3a1b9bbbe54e9e  commit hash:7712a62e25c734738125b2a6fa3a1b9bbbe54e9e  commit hash:7712a62e25c734738125b2a6fa3a1b9bbbe54e9e  7712a62 
graphics/libboard: use default ImageMagick (7)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 14 Sep 2019
[ 22:01 jbeich search for other commits by this committer ] Original commit   Revision:512079 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Drop C++11 workaround for GCC < 6 after r449590

lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Tue, 9 Oct 2018
[ 17:38 thierry search for other commits by this committer ] Original commit   Revision:481642
Adding some missing headers.
[ 12:47 thierry search for other commits by this committer ] Original commit   Revision:481630
Switch to cmake and clang, in order to link with lld.

Reported by:	emaste
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Thu, 28 Sep 2017
[ 15:36 kwm search for other commits by this committer ] Original commit   Revision:450852 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
ImageMagick to 6.9.9-15.

* Disable FPX (FlashPix) support by default. This image format is really
  rare these days coupled with that there are known CVE's in libfpx and
  it doesn't seem to be maintained these days. It doesn't make sense to
  keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions

Bump other ports for the shared library bumps in IM 6.

PR:		222309 [1]
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
Fri, 26 May 2017
[ 08:20 kwm search for other commits by this committer ] Original commit   Revision:441761 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Chase ImageMagick shlib bump
Wed, 21 Dec 2016
[ 14:56 mat search for other commits by this committer ] Original commit   Revision:429096
Make the doxygen docs an option.

Sponsored by:	Absolight
Wed, 2 Nov 2016
[ 05:57 jbeich search for other commits by this committer ] Original commit   Revision:425112
graphics/libboard: unbreak on 9.x

src/Tools.cpp: In function 'const char* LibBoard::Tools::temporaryFilename(const
char*)':
src/Tools.cpp:204: error: 'snprintf' is not a member of 'std'

Reported by:	pkg-fallout (before r424418)
Approved by:	portmgr blanket
Fri, 21 Oct 2016
[ 14:06 amdmi3 search for other commits by this committer ] Original commit   Revision:424418
- Mark BROKEN on 9.x:

src/Tools.cpp:204: error: 'snprintf' is not a member of 'std'

- Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Thu, 14 Jul 2016
[ 07:33 thierry search for other commits by this committer ] Original commit   Revision:418520
Switch to Github and upgrade to 0.9.4.
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 14 Dec 2015
[ 22:24 thierry search for other commits by this committer ] Original commit   Revision:403742
Make fetchable again.

The new offcial site is now on GitHub, but there is no new release
available ATM.
Sun, 13 Dec 2015
[ 09:41 bapt search for other commits by this committer ] Original commit   Revision:403659 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
Mark as broken: does not fetch
Tue, 15 Jul 2014
[ 15:30 adamw search for other commits by this committer ] Original commit   Revision:361950 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Mon, 21 Apr 2014
[ 09:57 thierry search for other commits by this committer ] Original commit   Revision:351672
Support staging- Support staging.
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sun, 24 Mar 2013
[ 20:50 thierry search for other commits by this committer ] Original commit   Revision:315161
- Convert to OptionsNG;

- Since I was here, fix WWW link.

PR:		ports/177284
Submitted by:	nemysis <nemysis (at) gmx.ch>
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 31 May 2012
[ 21:26 thierry search for other commits by this committer ] Original commit 
Update to 0.9.0.

Since I'm there, define the license.

PR:             ports/168375
Submitted by:   Muhammad Moinur Rahman <5u623l20 (at) gmail.com>
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Mon, 23 Feb 2009
[ 18:04 thierry search for other commits by this committer ] Original commit 
Fix plist.

Reported by:    QAT
Sun, 22 Feb 2009
[ 17:40 thierry search for other commits by this committer ] Original commit 
Upgrade to 0.8.6b2.

Changelog at
<http://sourceforge.net/project/shownotes.php?group_id=204161&release_id=645214>
Wed, 4 Feb 2009
[ 02:45 pgollucci search for other commits by this committer ] Original commit 
- Update download locations
  downloads moved to SourceForge, site still there.

Reported by:    -fetch-original pointyhat run
Wed, 19 Nov 2008
[ 19:35 thierry search for other commits by this committer ] Original commit 
Upgrade to 0.8.2.

Reported by:    portscout
Tue, 4 Sep 2007
[ 19:10 thierry search for other commits by this committer ] Original commit 
Fix build on 64 bits platforms.

Reported by:    pointyhat via Pav.
Fri, 24 Aug 2007
[ 22:31 thierry search for other commits by this committer ] Original commit 
The board library allows simple drawings in:

        * Encapsulated Postcript files (EPS);
        * XFig files (FIG);
        * Scalable Vector Graphics files (SVG).

WWW: http://www.greyc.ensicaen.fr/~seb/board/

Number of commits found: 37