/devel/p5-DynaLoader-Functions/

aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/liblz4
Commit message (Collapse)AuthorAgeFilesLines
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* Update to r128.adamw2015-04-204-7/+9
| | | | | | Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW.
* Re-add back ALL_TARGET=default. For reasons that I still don't understand,adamw2015-03-251-0/+1
| | | | | | it breaks the build for some people. This time, add a comment so I don't try to remove it again in the future.
* Update to r127. Fix tons of hardcoded paths in the Makefile to enableadamw2015-03-253-25/+19
| | | | 'make install' to work properly.
* I was never able to replicate this, but a number of people have reported thatadamw2014-12-071-1/+1
| | | | | | | liblz4 fails to build on amd64, and they all agree that this patch fixes it. PR: 194609 Submitted by: Roland Smith
* Add archivers/liblz4. There is already archivers/lz4, which it looksadamw2014-10-26