bentley
7a6cabbec2
Use https for Blogspot URLs.
2016-05-05 02:32:55 +00:00
jasper
d9e62c8094
update to libzip-1.1.2
2016-05-04 06:09:55 +00:00
zhuk
974b126c27
Update to 0.7.2.
...
Now we have tests enabled (all pass).
From Rafael Sadowski (with some tweaks by me), thanks!
2016-04-30 16:37:55 +00:00
jca
1364b7e4ad
One FAKE= statement I missed
2016-04-29 14:05:34 +00:00
dcoppa
af741acfa7
Update to innoextract-1.6
...
Fix build failure with upcoming cmake-3.5.2
ok sthen@
2016-04-28 10:43:19 +00:00
naddy
ed27f40d40
replace gettext module
2016-04-26 17:47:36 +00:00
naddy
5ea80c92b5
remove final instances of DEPBASE, long forgotten
2016-04-26 16:37:47 +00:00
sthen
d3f5168cbc
update to pecl-lzf 1.6.5, from maintainer Johan Huldtgren
2016-04-22 22:22:57 +00:00
sthen
01d52b9d33
Use HW_PHYSMEM64 to retrieve memory, from Josh Grosse (maintainer). I found
...
this with a distfiles search following graphics/darktable fix earlier, and
Josh fixed my fix (I missed an ifdef, and he also found places which needed
a ps pledge after enabling this).
2016-04-12 23:13:22 +00:00
naddy
32cd7e42e2
replace gettext module
2016-04-12 15:19:39 +00:00
naddy
3f14a23e1c
maintenance update to 5.31
2016-04-12 15:03:11 +00:00
naddy
2f0bc9fb1f
Update: 15.09 -> 15.14.1
...
While here removes some trailing whitespace in pkg/DESCR-main noted
by portcheck(1).
From maintainer Josh Grosse.
2016-04-10 19:53:09 +00:00
naddy
c6629cd4ad
replace gettext module with library dependency
2016-04-06 21:14:13 +00:00
naddy
91abebf71b
replace libiconv module with library dependency
2016-04-06 14:16:58 +00:00
jca
c9c383fa63
+lz4json, ok sthen@
2016-04-04 11:35:13 +00:00
jca
c134e1a25a
Import lz4json; ok sthen@
...
cat pkg/DESCR:
A little utility to unpack lz4json files as generated by Firefox's book
mark backups. This is a different format from what the normal lz4
utility expects. The data is dumped to stdout.
$ lz4jsoncat bookmarks-2014-12-27_151_0UCIWGB4x3hhQXpuSMs5WQ==.jsonlz4
2016-04-04 11:26:22 +00:00
naddy
cfbb239b6a
Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
...
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
2081760307
remove SHARED_ONLY from non-CPAN Perl ports
2016-03-20 16:36:33 +00:00
naddy
88c5a3338b
For all our ports that use the pecl module, SHARED_ONLY is always
...
defined and "c" is always added to WANTLIB. Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00
ajacoutot
b52a520759
Remove cyphertite ports.
...
from David Hill
ok sthen@
2016-03-19 10:23:11 +00:00
naddy
fbe8082fe1
remove SHARED_ONLY from simple lua ports
2016-03-18 20:49:27 +00:00
naddy
ef68f42b62
remove SHARED_ONLY from ports that don't use any MODULES
2016-03-16 16:46:31 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
naddy
c07aaff4f9
garbage collect CONFIGURE_SHARED
2016-03-11 20:11:39 +00:00
naddy
c253f424ca
garbage collect CONFIGURE_SHARED
2016-03-11 19:59:11 +00:00
naddy
407f17974c
remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
...
fold PFRAG.shared into PLIST
2016-03-10 21:58:51 +00:00
sthen
3ed9d74707
update to ripole-0.2.2, and while there fix an attempt at freeing a static
...
constant if the -d flag was not used. ok william@ (maintainer)
2016-03-02 13:34:32 +00:00
tb
dcd1484562
Further pledge(2) fallout due to password protected archives.
...
Listing or checking the integrity may call readpassphrase(3)
and thus requires a "tty" promise.
Report and fix by provided by Andre S, thanks!
ok czarkoff@, Josh Grosse (MAINTAINER)
2016-02-04 10:38:26 +00:00
sthen
65893c92de
Bump pecl-* and a couple of other ports which have now lost their
...
MESSAGE/UNMESSAGE. Add @extra lines in place of UNMESSAGE. Docs about
activating these have been rolled into the general PHP pkg-readmes file.
OK/feedback aja@ jasper@
2016-02-01 21:55:38 +00:00
sthen
a6fea3759d
p7zip needs to pledge tty as well (in standard and SFX archives), it's needed
...
for password entry. Reported by Andre S, debugging tb@, fix from Josh Grosse.
ok tb@
2016-01-31 22:29:37 +00:00
naddy
e2dd70eb66
Apply patches for multiple security vulnerablities;
...
- CVE-2013-0211: denial of service via unspecified vectors
- CVE-2015-2304: directory traveral via absolute paths
- crash/infinite loop on malformed CPIO archives
From upstream git (commits 2253154, 5935715, 3865cf2, e6c9668, 24f5de6)
via FreeBSD.
Minor bump for the new ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option.
2016-01-30 23:34:44 +00:00
kili
d7def8066d
Let portroach ignore ports on which meta/haskell-platform depends.
...
Except lang/ghc for now (in case someone doesn't like my diff on ports@).
2016-01-29 20:28:07 +00:00
jasper
627e22cd71
Security fix for CVE-2016-1925; from upstream git
2016-01-27 13:36:35 +00:00
jasper
15f7df17a9
- extend pledge to handle self-extracting archives and the remaining main binaries
...
from Josh Grosse (MAINTAINER) and brynet@
ok brynet@ sthen@
2016-01-27 10:36:00 +00:00
jasper
b1c1f5b376
Unbreak build on 'mips64' where 'mips' is a CPP define
2016-01-25 19:42:46 +00:00
sthen
93122bf94b
add a "# uses pledge()" marker for ease of finding it again
2016-01-22 13:39:08 +00:00
sthen
fbfba5c9a7
pledge p7zip, from maintainer Josh Grosse (thanks for digging into this Josh!).
2016-01-22 13:38:37 +00:00
kili
8cd2335a46
Bump after ghc change.
2016-01-20 16:15:45 +00:00
naddy
a3dab8196f
add pledge to xz, xzdec, lzmadec; ok sthen@
2016-01-17 20:28:36 +00:00
sthen
c3bd7f9864
add an easily-greppable marker for ports known to use pledge().
...
it's not so important while they're only in patches in the ports tree,
but for any which get upstreamed it saves a ~100GB grep to find them.
2016-01-15 19:57:23 +00:00
jasper
d6e85d6790
DISTNAME is set by bsd.port.mk for these ports now
2015-12-29 19:49:39 +00:00
jasper
db644a787e
use GH_PROJECT to construct DISTNAME
2015-12-29 12:54:10 +00:00
kili
f7181a1505
Hook new hs- ports.
2015-12-29 12:52:12 +00:00
kili
e92fb37f16
Import archivers/hs-zip-archive.
...
The zip-archive library provides functions for creating, modifying,
and extracting files from zip archives.
ok sthen@
2015-12-29 12:43:19 +00:00
kili
3dd951da05
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:15:21 +00:00
benoit
d0be7f9c36
Update to p5-Archive-Zip-1.56.
2015-12-18 10:26:57 +00:00
jasper
9e642bed6a
update to p5-Archive-Zip-1.55
2015-12-12 19:40:05 +00:00
benoit
6030a5ed5d
Update to p5-Compress-Bzip2-2.24.
2015-12-09 10:45:32 +00:00
sthen
97889e162c
switch my distfiles mirror to https
2015-12-03 21:24:29 +00:00
sthen
28f6bfa972
add portroach marker, skipv:552
2015-11-30 15:16:29 +00:00