Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15_1 16 Mar 2023 18:12:41 |
Piotr Kubaj (pkubaj) |
graphics/squish: enable OpenMP on powerpc64 |
1.15 15 Mar 2023 20:23:42 |
Piotr Kubaj (pkubaj) |
graphics/squish: enable OPENMP on powerpc64le |
1.15 25 Sep 2022 22:47:29 |
Daniel Engberg (diizzy) |
graphics/squish: Update to 1.5 and release back to pool
Enable OpenMP support on amd64 and aarch64
Release port back to pool as maintainer has trouble finding time
to maintain it. Thanks for all your time and effort!
PR: 262725
Approved by: portmgr (maintainer timeout, 2+ weeks) |
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.10_2 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.10_2 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
1.10_2 27 Apr 2022 22:44:46 |
Piotr Kubaj (pkubaj) |
graphics/squish: enable ALTIVEC on powerpc64* |
1.10_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10_2 09 Jan 2020 14:16:10 |
amdmi3 |
- Unbreak fetch, use original download location
Approved by: portmgr blanket |
1.10_2 20 Dec 2019 23:24:40 |
brooks |
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
1.10_2 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.10_2 20 Sep 2016 17:30:09 |
marino |
graphics/squish: new macports MASTER_SITES to unbreak |
1.10_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.10_2 13 Jan 2016 15:42:39 |
mi |
Up until now the port installed only a static version of libsquish
-- because the upstream's makefile only built that. Add our own
little makefile, that properly builds both static and shared variants
using bsd.lib.mk
PR: 206125
Approved by: Reinier de Blois (maintainer) |
1.10_1 01 Jul 2015 02:44:28 |
amdmi3 |
- Use correct flag for SSE instructions
- Enable SSE on amd64 by default
PR: 200411
Submitted by: fidaj@ukr.net, rddeblois@gmail.com (maintainer) |
1.10 19 Dec 2013 12:22:41 |
pawel |
- Fix build with clang [1]
- Update maintainer email [1]
- Use option helpers
PR: ports/184683 [1]
Submitted by: maintainer |
1.10 22 Oct 2013 19:11:57 |
amdmi3 |
- Respect PREFIX/LOCALBASE (always installs into /usr/local otherwise)
- Support staging
- Convert USE_GMAKE to USES
- Pet portlint by reordering stuff a bit
PR: 183062
Submitted by: amdmi3
Approved by: maintainer email bounces |
1.10 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.10 23 May 2013 03:21:20 |
jgh |
- unbreak build single -> radio |
1.10 23 May 2013 02:35:26 |
jgh |
- adoption of optionsNG
- convert to USES in some cases (pkgconfig,pathfix)
- trim COMMENT/historical headers in some cases
Approved by: portmgr (miwi) |
1.10 25 Jun 2011 07:53:49 |
miwi |
The squish library (abbreviated to libsquish) is an open
source DXT compression library written in C++.
WWW: http://code.google.com/p/libsquish/
PR: ports/155712
Submitted by: Reinier de Blois <me at rdb.name> |