non port: graphics/aaphoto/Makefile |
SVNWeb
|
Number of commits found: 49 |
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Tue, 2 May 2023
|
[ 16:17 Po-Chuan Hsieh (sunpoet) ] b1c370e (Only the first 10 of 30 ports in this commit are shown above. )
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Sat, 16 Apr 2022
|
[ 20:55 Po-Chuan Hsieh (sunpoet) ] 735ea04 (Only the first 10 of 29 ports in this commit are shown above. )
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae
|
Sun, 3 Oct 2021
|
[ 17:47 Fernando Apesteguía (fernape) ] 07fb2d5 (Only the first 10 of 14 ports in this commit are shown above. )
*/*: Remove compiler:openmp from Mk/Uses/compiler.mk
The option implied a dependency on gcc but clang got openmp support long ago.
Remove compiler:openmp from Mk/Uses/compiler.mk
For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate
If problem arises, they can be addressed by using USE_GCC=yes
An update to the Porter's Handbook will follow.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 27 Dec 2019
|
[ 13:43 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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 ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 11 Dec 2018
|
[ 10:10 antoine ] (Only the first 10 of 22 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 7 May 2015
|
[ 15:17 mat ] (Only the first 10 of 60 ports in this commit are shown above. )
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sun, 3 Nov 2013
|
[ 13:28 feld ]
Use modern compiler:openmp syntax to ensure this doesn't need fixing
again in the future.
Bump portrevision just to be safe
PR: ports/181967
Submitted by: sunpoet
Approved by: swills (mentor, implicit)
|
[ 01:03 feld ]
Actually need USE_GCC=yes to pull newer GCC on <10.0
Submitted by: gerald
Approved by: swills (mentor, implicit)
|
[ 00:18 feld ]
Require GCC to fix missing OpenMP features
PR: ports/181967
Approved by: swills (mentor, implicit)
|
Sat, 19 Oct 2013
|
[ 18:21 tijl ]
- Update 0.43.1.
- Disable openmp with clang.
- Support staging.
PR: ports/182772
Submitted by: Andras Horvath <mail@log69.com> (maintainer)
|
Tue, 8 Oct 2013
|
[ 02:24 linimon ]
Change maintainer email per request on freebsd-ports-bugs@.
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Wed, 2 Feb 2011
|
[ 08:36 jadawin ]
- Update to 0.41
- Changelog: http://log69.com/downloads/changelog.txt
PR: ports/154450
Submitted by: Andras Horvath <han _AT_ log69.com> (maintainer)
Feature safe: yes
|
Sat, 18 Dec 2010
|
[ 21:54 makc ]
Update to 0.40
PR: ports/153280
Submitted by: Andras Horvath (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Tue, 14 Sep 2010
|
[ 12:27 bapt ]
- Update to 0.39
PR: ports/150554
Submitted by: Andras Horvath <han _AT_ log69.com> (maintainer)
|
Wed, 28 Jul 2010
|
[ 07:08 jadawin ]
- Fix build on 6.x on amd64
PR: ports/148964
Submitted by: Andras Horvath <han _AT_ log69.com> (maintainer)
|
Tue, 20 Jul 2010
|
[ 14:35 jadawin ]
- Update to 0.38
- Add license
PR: ports/148773
Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com>
Approved by: maintainer
Reworked by: maintainer
|
Thu, 3 Jun 2010
|
[ 07:56 linimon ]
Mark as broken on tier-2 archs.
Hat: portmgr
|
Sun, 23 May 2010
|
[ 13:21 pav ]
- Really fix on 6.X
PR: ports/146831
Submitted by: Andras Horvath <han@log69.com> (maintainer)
|
Mon, 17 May 2010
|
[ 17:23 pav ]
- Fix build on 6.X
- Install docs
PR: ports/146667
Submitted by: Andras Horvath <han@log69.com> (maintainer)
|
Mon, 10 May 2010
|
[ 13:16 makc ]
Update to 0.37
changelog: http://log69.com/downloads/changelog.txt
PR: ports/146459
Submitted by: Andras Horvath (maintainer)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 20 Mar 2010
|
[ 19:12 miwi ]
- Update to 0.36
PR: 144793
Submitted by: Andras Horvath <han@log69.com> (maintainer)
|
Sat, 27 Feb 2010
|
[ 20:10 makc ]
Update to 0.35
PR: ports/144342
Submitted by: Andras Horvath (maintainer)
Feature safe: yes
|
Sat, 20 Feb 2010
|
[ 15:35 makc ]
Update to 0.34
PR: ports/144126
Submitted by: Andras Horvath (maintainer)
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 13 Jan 2010
|
[ 12:51 pav ]
- Update to 0.33
PR: ports/142569
Submitted by: Horvath Andras <han@log69.com> (maintainer)
|
Fri, 25 Dec 2009
|
[ 19:20 miwi ]
Auto Adjust Photo is a small command-line image manipulation tool that
allows the user to easily correct family photos. It tries to make the
picture look better. The program does this by analyzing the input image
and then sets the most optimal contrast, gamma, color balance and
saturation for it.
WWW: http://log69.com/aaphoto_en.html
PR: ports/141949
Submitted by: Andras Horvath <han at log69.com>
|
Number of commits found: 49 |