aboutsummaryrefslogtreecommitdiff
path: root/graphics/squish
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Unbreak fetch, use original download locationDmitry Marakasov2020-01-091-3/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=522492
* Additional builds with with src r354909 applied.Brooks Davis2019-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=520531
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* graphics/squish: new macports MASTER_SITES to unbreakJohn Marino2016-09-201-3/+1
| | | | Notes: svn path=/head/; revision=422526
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422140
* Up until now the port installed only a static version of libsquishMikhail Teterin2016-01-132-4/+20
| | | | | | | | | | | | -- 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) Notes: svn path=/head/; revision=406051
* - Use correct flag for SSE instructionsDmitry Marakasov2015-07-011-1/+3
| | | | | | | | | | - Enable SSE on amd64 by default PR: 200411 Submitted by: fidaj@ukr.net, rddeblois@gmail.com (maintainer) Notes: svn path=/head/; revision=391025
* - Fix build with clang [1]Pawel Pekala2013-12-191-12/+5
| | | | | | | | | | | - Update maintainer email [1] - Use option helpers PR: ports/184683 [1] Submitted by: maintainer Notes: svn path=/head/; revision=336891
* - Respect PREFIX/LOCALBASE (always installs into /usr/local otherwise)Dmitry Marakasov2013-10-221-4/+4
| | | | | | | | | | | | | - Support staging - Convert USE_GMAKE to USES - Pet portlint by reordering stuff a bit PR: 183062 Submitted by: amdmi3 Approved by: maintainer email bounces Notes: svn path=/head/; revision=331307
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - unbreak build single -> radioJason Helfman2013-05-231-2/+3
| | | | Notes: svn path=/head/; revision=318832
* - adoption of optionsNGJason Helfman2013-05-231-13/+7
| | | | | | | | | | - convert to USES in some cases (pkgconfig,pathfix) - trim COMMENT/historical headers in some cases Approved by: portmgr (miwi) Notes: svn path=/head/; revision=318829
* The squish library (abbreviated to libsquish) is an openMartin Wilke2011-06-253-0/+45
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> Notes: svn path=/head/; revision=276333