Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Mar 2021 10:17:44
1.2.9_6

|
danfe  |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
16 May 2020 10:51:33
1.2.9_6

|
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
05 Nov 2019 22:16:15
1.2.9_5

|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
14 Sep 2019 22:01:13
1.2.9_5

|
jbeich  |
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 |
13 Aug 2019 16:03:12
1.2.9_5

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
1.2.9_5

|
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 |
09 Jul 2019 17:13:07
1.2.9_4

|
sunpoet  |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1] |
03 May 2019 21:06:51
1.2.9_3

|
linimon  |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
09 Mar 2019 08:07:31
1.2.9_3

|
tobik  |
devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries. Bump
revision of consumers.
Changes: https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes: https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR: 235477 |
25 Dec 2018 20:25:40
1.2.9_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
1.2.9_2

|
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 |
11 Dec 2018 17:03:52
1.2.9_1

|
linimon  |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
29 Jul 2018 22:18:46
1.2.9_1

|
gerald  |
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 |
26 Jul 2018 23:44:04
1.2.9

|
yuri  |
graphics/aseprite: Update 1.2.7.2 -> 1.2.9
Few dependencies are updated.
Reported by: portscout |
17 Mar 2018 17:12:32
1.2.7.2

|
yuri  |
graphics/aseprite: Update to 1.2.7.2
Port changes:
* Unbundle freetype and harfbuzz
* Remove unnecessary CXXFLAGS
* Add the option STEAM: Compile with Steam library
Reported by: portscout |
19 Dec 2017 15:49:45
1.2.6

|
yuri  |
graphics/aseprite: Update to 1.2.6
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13517 |
30 Nov 2017 06:13:35
1.1.13_4

|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
05 Oct 2017 13:09:17
1.1.13_4

|
tobik  |
graphics/aseprite: Fix conflict with textproc/cmark
Link with libcmark from textproc/cmark instead of using the embedded
cmark version and stop installing files that textproc/cmark already
provides.
PR: 222787
Reported by: rodrigo
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
MFH: 2017Q4 |
10 Sep 2017 20:55:39
1.1.13_3

|
gerald  |
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 |
14 Jul 2017 17:20:35
1.1.13_2

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
25 Jun 2017 21:07:58
1.1.13_2

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
27 May 2017 22:16:51
1.1.13_2

|
linimon  |
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
22 May 2017 13:17:39
1.1.13_2

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
30 Apr 2017 12:50:54
1.1.13_2

|
sunpoet  |
Update to 0.6.0
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
01 Apr 2017 15:23:32
1.1.13_1

|
gerald  |
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 |
08 Feb 2017 21:02:47
1.1.13

|
madpilot  |
- Update graphics/aseprite to 1.1.13
- Add pkg-message to inform users how to workaround mouse pointer
lag
PR: 216708
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
16 Nov 2016 00:33:58
1.1.9

|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Nov 2016 16:13:23
1.1.9

|
jbeich  |
graphics/aseprite: unbreak build on 9.x
PR: 213756 (for tracking)
Approved by: portmgr blanket |
01 Nov 2016 15:48:28
1.1.9

|
jbeich  |
graphics/aseprite: update to 1.1.9 [1]
- Apply a workaround for old libc++ on 10.x systems [2]
Changes: https://www.aseprite.org/release-notes/#aseprite-v1-1
PR: 213756 [1]
PR: 213773 [2]
Submitted by: yuri@rawbw.com [1]
Submitted by: dim [2] |
24 Aug 2016 14:50:17
1.1.7

|
mat  |
Convert some port to the new GH_SUBDIR feature.
Sponsored by: Absolight |
31 Jul 2016 21:20:08
1.1.7

|
pawel  |
Update to version 1.1.7
PR: 211478
Submitted by: maintainer |
09 Jul 2016 12:26:41
1.1.6

|
pi  |
graphics/aseprite: 1.1.5.6 -> 1.1.6
PR: 210852
Changes: http://www.aseprite.org/release-notes/
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
21 May 2016 01:39:51
1.1.5.6

|
pi  |
graphics/aseprite: change to OPTION helper syntax
PR: 209676
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reported by: mat |
20 May 2016 19:15:23
1.1.5.6

|
pi  |
New port: graphics/aseprite
Aseprite is an open source program to create animated sprites.
Its main features are:
* Sprites are composed by layers & frames (as separated concepts).
* Supported color modes: RGBA, Indexed (palettes up to 256 colors),
and Grayscale.
* Load/save sequence of PNG files and GIF animations
(and FLC, FLI, JPG, BMP, PCX, TGA).
* Export/import animations to/from Sprite Sheets.
* Tiled drawing mode, useful to draw patterns and textures.
* Undo/Redo for every operation.
* Real-time animation preview.
* Multiple editors support.
* Pixel-art specific tools like filled Contour, Polygon, Shading mode, etc.
* Onion skinning
WWW: http://www.aseprite.org/
PR: 204497
Submitted by: Yuri Victorovich <yuri@rawbw.com> |