1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/archivers
John Marino 5b071f7d0f archivers/liborange: Unbreak port by working around configure flaw
The configure error "Not configured with libgsf or libole2 but that's
needed for MSI support" is caused by using the wrong configure option
of MSI that was introduced in last commit.

Changing to MSI_CONFIGURE_ENABLE=libgsf to MSI_CONFIGURE_WITH=libgsf
should have solved the problem, but unfortunately there is a logic
flaw in the configure script.  If --without-libgsf is passed to it,
it mistakenly tries to find it anyway with pkgconfig and then fails.

The way to fix this properly is to patch the configure script, but I am
going to cheat by making libgsf an unconditional requirement as it was
before adamw fixed the options reversal.
2014-07-16 22:21:55 +00:00
..
9e Update maintainer email address 2014-01-29 09:17:41 +00:00
advancecomp - Update from 1.18 to 1.19 2014-03-12 13:00:43 +00:00
amigadepacker Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
arc Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
arj Mark MAKE_JOBS_UNSAFE to fix the build. 2014-06-26 18:18:58 +00:00
ark KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
bicom Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
bzip - Add WWW link 2014-07-04 09:27:59 +00:00
bzip2 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist. 2014-07-15 23:11:12 +00:00
cabextract Support stage 2013-12-26 16:34:35 +00:00
dact Support stage 2014-03-24 23:17:20 +00:00
deb2targz Support staging 2013-10-22 20:45:54 +00:00
deco Switch to use rpm 4 as the default rpm 2014-07-03 09:13:35 +00:00
deutex Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
dpkg Update to version 1.17.9 2014-05-06 20:44:17 +00:00
dzip Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
ecm Quiesce mkdir 2014-03-18 14:26:57 +00:00
epkg Support stage 2013-12-26 16:19:08 +00:00
fastjar Allow to build with texinfo from ports 2014-06-26 08:41:34 +00:00
file-roller Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
fpc-bzip2 Stage support 2014-01-28 00:16:57 +00:00
fpc-paszlib Stage support 2014-01-28 00:16:57 +00:00
fpc-unzip Stage support 2014-01-28 00:16:57 +00:00
freetar Support stage 2013-12-10 20:44:05 +00:00
freeze Remove trailing whitespaces from category archivers 2014-02-21 13:34:56 +00:00
gcpio USE_BZIP2 -> USES+=tar:bzip2 2014-03-13 16:11:14 +00:00
grzip - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
gtar Allow to build with texinfo from ports 2014-06-25 19:37:36 +00:00
gzip Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
gzrecover Quiesce mkdir 2014-03-18 14:26:57 +00:00
ha - Add/update license when possible 2014-05-20 06:06:35 +00:00
hffzip Support stage. 2013-09-25 02:22:52 +00:00
hlextract Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
hpack.non-usa.only Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
hs-tar - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
hs-zip-archive - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
hs-zlib - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
hs-zlib-bindings - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
hs-zlib-conduit - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
hs-zlib-enum - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
javatar Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
jzip.org Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
jzlib Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
kzip - Reassign lioux' ports to the heap 2014-02-14 16:51:44 +00:00
laszip archivers/laszip: allow staging 2013-11-09 11:31:36 +00:00
lbrate Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
lbzip2 Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
lcab Support stage. 2013-09-25 02:56:20 +00:00
lha - use STAGEDIR 2013-10-27 22:29:46 +00:00
lha-ac Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
libarc Support stage. 2013-09-25 02:59:32 +00:00
libarchive Fix some LIB_DEPENDS 2014-07-16 07:53:29 +00:00
libcabinet Fix install on HEAD and 10.0. 2014-02-21 21:22:17 +00:00
libcomprex <OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead. 2014-07-04 20:08:27 +00:00
libdynamite - Drop .la files, no dependees require them 2014-06-10 20:57:03 +00:00
liblzxcomp - Add liblzxcomp_p.a to orphans whitelist 2014-05-20 15:14:13 +00:00
libmspack Convert from USE_AUTOTOOLS=libtool to uses=libtool 2014-04-28 13:12:26 +00:00
liborange archivers/liborange: Unbreak port by working around configure flaw 2014-07-16 22:21:55 +00:00
libpar2 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
librtfcomp - Use USES=libtool 2014-07-10 15:47:18 +00:00
libunrar Support stage 2013-12-26 14:36:02 +00:00
libunrar4 Support stage 2013-12-26 14:36:58 +00:00
libzip Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all 2014-05-05 22:50:59 +00:00
linux-f10-ucl Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
linux-f10-upx Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
lrzip Take. 2014-06-30 15:57:47 +00:00
lz4 Support stage 2013-12-26 14:37:37 +00:00
lzip Adopt this port. 2014-03-02 01:40:36 +00:00
lzlib Support stage 2013-12-26 16:06:13 +00:00
lzma Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
lzmalib Support stage 2013-12-26 14:42:14 +00:00
lzo2 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
lzop Support staging. 2013-10-23 21:20:18 +00:00
macutils Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist. 2014-07-15 23:11:12 +00:00
makeself Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
mar Quiesce mkdir 2014-03-18 14:26:57 +00:00
mate-file-archiver For several MATE related ports: 2014-05-18 21:05:53 +00:00
minizip Enable the libminizip library which will be used by multimedia/vlc: 2014-06-02 20:38:38 +00:00
mscompress - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
mtf Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
nomarch Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
nulib Support stage. 2013-09-25 03:24:11 +00:00
nwreckdum - Remove Author line 2014-05-03 18:21:43 +00:00
ocaml-bz2 Stage support 2014-03-26 20:18:38 +00:00
ocaml-zip - Remove Author line 2014-05-02 09:41:34 +00:00
p5-Archive-Any - update to 0.0941 2014-07-15 03:31:34 +00:00
p5-Archive-Any-Lite - Update to 0.09 2014-04-26 18:09:39 +00:00
p5-Archive-Any-Plugin-Rar Support stage 2014-01-04 18:51:39 +00:00
p5-Archive-Extract - Remove outdated PERL_LEVEL check 2014-03-06 18:51:17 +00:00
p5-Archive-Extract-Libarchive Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Archive-Peek Support stage 2014-01-04 22:54:00 +00:00
p5-Archive-Rar - Support STAGEDIR 2013-09-28 17:12:21 +00:00
p5-Archive-SimpleExtractor - Support STAGEDIR 2013-09-28 17:12:25 +00:00
p5-Archive-Tar - Update to 2.00 2014-06-16 13:31:05 +00:00
p5-Archive-Zip - Update to 1.37 2014-02-07 15:08:17 +00:00
p5-Compress-Bzip2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-LZF Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-LZO Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-LZW - Update to 0.03 2014-02-07 16:26:42 +00:00
p5-Compress-Raw-Bzip2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-Raw-Lzma Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-Raw-Zlib Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Compress-Snappy Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-IO-Compress - Update to 2.064 2014-02-04 13:15:16 +00:00
p5-IO-Compress-Lzf - Update to 2.064 2014-02-04 13:15:20 +00:00
p5-IO-Compress-Lzma - Update to 2.064 2014-02-04 13:15:24 +00:00
p5-IO-Compress-Lzop - Update to 2.064 2014-02-04 13:15:28 +00:00
p5-IO-Zlib Support stage 2014-01-04 18:50:26 +00:00
p5-Mac-Macbinary Support stage. 2013-09-25 12:30:08 +00:00
p5-PerlIO-gzip Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-PerlIO-via-Bzip2 Support stage. 2013-09-25 12:42:49 +00:00
p5-POE-Filter-Bzip2 - Support STAGEDIR 2013-09-28 17:12:34 +00:00
p5-POE-Filter-LZF - Support STAGEDIR 2013-09-28 17:12:38 +00:00
p5-POE-Filter-LZO - Support STAGEDIR 2013-09-28 17:12:42 +00:00
p5-POE-Filter-LZW - Support STAGEDIR 2013-09-28 17:12:47 +00:00
p5-POE-Filter-Zlib - Fix various distinfo errors 2014-05-31 16:37:58 +00:00
p7zip Unbreak 2014-07-04 05:35:34 +00:00
p7zip-codec-rar - Modernize and simplify the archivers/p7zip port's Makefile by getting rid 2014-01-02 00:20:19 +00:00
packddir Quote ${CC} and similar variables in MAKE_ARGS. 2014-05-20 19:32:39 +00:00
paq Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 14:39:56 +00:00
par Support stage 2014-01-05 00:13:03 +00:00
par2cmdline Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
par2cmdline-tbb Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
parchive - Remove NO_STAGE as these have been tested to be safe 2013-09-25 00:54:08 +00:00
pbzip2 Support stage 2014-01-03 18:26:48 +00:00
pear-File_Archive - fix badly converted PORT_OPTIONS 2014-04-19 11:13:18 +00:00
pear-Horde_Compress Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
pear-Horde_Compress_Fast 2014-07-09 19:40:30 +00:00
pear-Horde_Pack Horde replacement for serialize()/json_encode() that will automatically use the 2014-07-10 05:30:16 +00:00
pear-PHP_Archiv Stage support for non-IGNORED pear classes 2013-11-25 17:59:58 +00:00
pecl-lzf Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
pecl-phk Support stage 2014-01-04 23:48:45 +00:00
pecl-rar - Update to 3.0.2 2013-12-07 09:01:11 +00:00
php5-bz2 Stagify. 2013-10-30 13:32:02 +00:00
php5-phar Stagify. 2013-10-30 13:32:02 +00:00
php5-snappy - Add missing USES=libtool to archivers/snappy 2014-06-16 15:16:17 +00:00
php5-zip Stagify. 2013-10-30 13:32:02 +00:00
php5-zlib Stagify. 2013-10-30 13:32:02 +00:00
php53-bz2 - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php53-phar - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php53-zip - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php53-zlib - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php55-bz2 Stagify. 2013-10-30 13:32:02 +00:00
php55-phar Stagify. 2013-10-30 13:32:02 +00:00
php55-zip Stagify. 2013-10-30 13:32:02 +00:00
php55-zlib Stagify. 2013-10-30 13:32:02 +00:00
php-horde_lz4 Update php-horde_lz4 to 1.0.2 2014-02-09 14:00:38 +00:00
pigz Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
pixz - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
plzip Support stage 2013-12-26 16:27:35 +00:00
ppmd Quiesce mkdir 2014-03-18 14:26:57 +00:00
ppmd-7z Use MAKE_CMD instead of GMAKE 2014-06-24 21:46:28 +00:00
ppunpack Support stage. 2013-09-25 12:45:36 +00:00
pxz Give up maintainership on pxz, return to ports@ 2014-01-19 11:43:22 +00:00
py-liblzma Update my ports to be compliant with new USES framework and fix other issues. 2014-04-24 20:11:01 +00:00
py-librtfcomp - Use USES=libtool 2014-07-10 15:47:22 +00:00
py-lzma Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
qpress - Use /usr/bin/unzip for zip files extraction (part 2) 2014-06-06 15:26:41 +00:00
quazip - Add a patch to fix build, when a previous version is installed 2014-03-30 03:10:03 +00:00
rar - Update to 5.10 2014-07-16 09:20:29 +00:00
rox-archive - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
rpm2cpio Drop archivers/xz dependency: included in base system on all supported releases 2014-01-12 21:16:05 +00:00
rpm4 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
rpm5 - Chase database/sqlite3 slib bump 2014-06-27 17:21:06 +00:00
ruby-lha Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist. 2014-07-15 23:11:12 +00:00
ruby-zip Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
rubygem-archive-tar-minitar - Add stage support 2013-10-30 02:20:20 +00:00
rubygem-archive-zip Support stage 2014-01-05 00:24:08 +00:00
rubygem-bzip2 - Fix build with Ruby 2.0 2013-12-13 01:22:30 +00:00
rubygem-libarchive Convert to USES=dos2unix 2014-05-11 23:33:00 +00:00
rubygem-minitar - Add stage support 2013-10-30 02:20:20 +00:00
rubygem-rubyzip - Update to 1.1.0 2013-11-30 18:29:25 +00:00
rubygem-rubyzip2 Support stage 2014-01-05 00:26:40 +00:00
rvm replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need modern c++ 2013-10-08 20:48:34 +00:00
rzip - Add LICENSE 2013-11-15 09:41:40 +00:00
sectar - Remove NO_STAGE as these have been tested to be safe 2013-09-25 00:54:08 +00:00
sharutils . Update to 4.14 2014-03-13 12:43:19 +00:00
snappy - Add missing USES=libtool to archivers/snappy 2014-06-16 15:16:17 +00:00
snappy-java Replace GMAKE by MAKE_CMD 2014-06-24 21:47:12 +00:00
squeeze Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
squsq - Support STAGEDIR 2013-10-16 11:27:24 +00:00
stuffit Support stage 2013-12-10 20:33:16 +00:00
szip Use framework properly to build 2014-06-24 21:49:08 +00:00
tardy archivers/xz is in base for all versions and has been removed from the ports tree 2014-01-13 07:23:43 +00:00
tclmkziplib Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist. 2014-07-15 23:11:12 +00:00
thunar-archive-plugin Add USES=libtool. 2014-06-22 20:12:36 +00:00
torrentzip Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
ucl Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
unace Reset maintainer, maintainer no longer wishes to maintain those ports 2014-05-29 23:18:42 +00:00
unadf Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
unalz archivers/unalz: Adjust patch for DragonFly support (dports) 2014-07-07 10:47:37 +00:00
unarj Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
undms Support stage. 2013-09-25 13:16:50 +00:00
unfoo - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
unlzx Quiesce mkdir 2014-03-18 14:26:57 +00:00
unmakeself Support stage. 2013-09-25 13:26:03 +00:00
unmass Use dos2unix USES macro. 2013-12-18 11:53:20 +00:00
unrar - Update to 5.01 (5.0.14) 2014-02-28 15:15:14 +00:00
unrar-iconv - Update to unrar 5.01 (5.0.14) 2014-02-28 15:15:19 +00:00
unshield - Use USES=libtool 2014-06-03 12:44:13 +00:00
untar Support staging. 2013-11-15 09:29:35 +00:00
unzip Now that this port is staged and DOCS defined we can stop testing for DOCS in 2014-02-12 19:23:05 +00:00
unzip-iconv Bring back masterdir 2013-12-26 16:50:13 +00:00
unzoo Fix @@${MKDIR} -> @${MKDIR} 2014-03-18 14:41:08 +00:00
upx Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
wzip Support stage 2014-01-05 00:03:49 +00:00
xar Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
xarchive Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
xarchiver Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. 2014-07-03 19:06:07 +00:00
xdms Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
xmill archivers/xmill: fix build with clang 2014-07-09 23:03:04 +00:00
xpk Convert from USE_AUTOTOOLS=libtool to uses=libtool 2014-04-28 13:12:26 +00:00
zip - fix sanity in CAT archivers 2014-06-01 07:59:15 +00:00
zip-ada Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
zipmix Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
zipper Stage support 2014-02-11 17:59:57 +00:00
zoo - Support staging 2014-02-12 21:23:24 +00:00
zopfli Convert archivers to USES=zip 2014-03-07 15:35:40 +00:00
zutils Make those ports more likely to build with texinfo from ports 2014-07-01 17:37:41 +00:00
Makefile Horde replacement for serialize()/json_encode() that will automatically use the 2014-07-10 05:30:16 +00:00