Commit Graph

925 Commits

Author SHA1 Message Date
landry
86fd56acf2 Remove hppa-specific hack adding -O0, it seems to just build and run
fine now. Fold back common MAKE_FLAGS in a single place.
From Brad.
2011-05-17 19:01:39 +00:00
naddy
86003c5464 update to 5.0.2; prodded by Wim Lewis 2011-05-03 19:48:08 +00:00
sthen
e97f165195 update to 2.0.5; small changes which appear to result in nearly 2x
the compression speed on recent-ish amd64 boxes. ok benoit@
2011-04-25 21:46:48 +00:00
jolan
1a3df9cf28 remove dead mirrors and use MASTER_SITE_BACKUP explicitly 2011-04-25 15:01:28 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
68bcd20076 Bump after ghc update. 2011-04-11 14:33:07 +00:00
kili
53fd764f5d Update to 0.5.3.1. 2011-04-11 14:32:52 +00:00
jasper
29fe8310c6 - update libzip to 0.10.0, fixes CVE-2011-0421,
libzip "_zip_name_locate()" NULL Pointer Dereference Vulnerability
2011-03-22 09:20:15 +00:00
sthen
e4d14fc887 update to 9.20.1, from maintainer Josh Grosse 2011-03-21 12:54:17 +00:00
naddy
bd3be081c6 Update to 4.00 release; maintainer timeout.
Switch version numbering to the official version from version.hpp,
different from the distfile numbering.  jasper@ agrees.

The current license allows PERMIT_*=Yes.  sthen@ agrees.
2011-03-18 20:14:58 +00:00
naddy
150ee9c6fd update to bugfix release 1.26 2011-03-15 21:10:13 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
sthen
068496c57a remove iso-8859-1 chars that display badly with a utf-8 terminal.
pointed out by Anthony J. Bentley
2011-03-14 08:51:25 +00:00
jasper
0c592a2737 - fix build on mips64*
ok dhill@ (MAINTAINER)
2011-03-13 20:43:24 +00:00
dhill
2f9e465d18 libshrink
ok landry@
2011-03-11 21:25:45 +00:00
dhill
ec48c56b6d libshrink port 2011-03-11 21:24:03 +00:00
giovanni
bd1765cd74 Update to 0.13.60 2011-03-08 15:37:28 +00:00
naddy
3ff738f4dd Update to 5.0.1:
* xz --force now (de)compresses files that have setuid, setgid,
  or sticky bit set and files that have multiple hard links.
  The man page had it documented this way already, but the code
  had a bug.
* gzip and bzip2 support in xzdiff was fixed.
2011-03-02 20:53:36 +00:00
jasper
8eabdf1242 - tighten dependencies according to the cabal files.
ok kili@
2011-01-19 17:19:51 +00:00
miod
a60af20a1f Change sprintfw() from a macro to an inline function, as g++ 2 doesn't like
variadic macros (yet gcc 2 does), and remove the no longer necessary alpha
optimization flags downgrade.
ok giovanni@ benoit@
2011-01-11 18:23:12 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jasper
74024da86e set NO_REGRESS 2010-12-30 11:11:41 +00:00
benoit
7fe2ad4550 - update unrar to 4.02
- maintainer timeout
- add and regen patches

ok giovanni@
2010-12-30 07:51:27 +00:00
jasper
5086d2eecb -sync 2010-12-08 12:44:32 +00:00
jasper
2eeb92a657 import hs-zlib-bindings
Low-level bindings to the zlib package.

ok kili@
2010-12-08 12:44:04 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
naddy
e1e7068a4a Fix bug with --one-file-system and --listed-incremental. This is
important for at least misc/amanda-client.  From upstream.
2010-11-27 21:02:54 +00:00
jasper
91d45d6e46 - sync 2010-11-27 09:17:40 +00:00
jasper
fb6d30f3b5 import libzip 0.9.3
libzip is a C library for reading, creating, and modifying zip archives.
Files can be added from data buffers, files, or compressed data copied
directly from other zip archives. Changes made without closing the
archive can be reverted.

ok sthen@
2010-11-27 09:16:57 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
espie
3759fd0ba1 forgotten commit 2010-11-11 19:39:23 +00:00
naddy
c24db02341 allow building as root; requested by ckuethe@ 2010-11-09 16:28:59 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
naddy
9ef62d28db update to first non-beta release 5.0.0; mostly from steven@ 2010-11-08 20:11:13 +00:00
naddy
b3cc96497f update to 1.25: fixes extraction with the -C option in effect 2010-11-08 16:31:51 +00:00
jasper
8d332e7992 don't reset BUILD_DEPENDS if we're using the static flavor, so we keep
xz as a build dependency there. fixes build of gtar,static on a clean box
2010-11-04 22:51:13 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
benoit
3efca309a7 - update lzo2 to 2.04
ok steven@
2010-11-01 11:20:46 +00:00
naddy
e31f897ea2 don't preformat the man pages now that man(1) calls mandoc(1) 2010-10-30 17:27:03 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
naddy
f59334ed04 update to 1.24: various bug fixes, no major changes 2010-10-28 13:50:30 +00:00
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
merdely
e0f038524e + pecl-lzf 2010-10-27 23:09:07 +00:00
merdely
4967608efe Initial import of pecl-lzf:
This package handles LZF de/compression.

From MAINTAINER: Johan Huldtgren
Tweaks by me.
ok sthen@
2010-10-27 23:08:11 +00:00
jasper
1dd9d5d3bb - sync 2010-10-24 11:38:50 +00:00
jasper
743487af26 import p5-POE-Filter-Zlib 2.02
POE::Filter::Zlib provides a POE filter for performing
compression/uncompression using Compress::Zlib. It is suitable for use
with POE::Filter::Stackable.

ok sthen@
2010-10-24 11:38:22 +00:00
naddy
4be689a796 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-19 21:04:52 +00:00
espie
b02283c3fe LIB_DEPENDS -> WANTLIB 2010-10-19 19:45:53 +00:00
sthen
4e1488e52a fix tabs 2010-10-18 21:55:51 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
3ed7d907a5 USE_GROFF=Yes 2010-10-18 16:47:00 +00:00
sthen
94f3dde2b7 Add a taint mode fix for newer Perl, from CPAN RT. Fixes a problem with
MailScanner noted by Brad, tested by Brad and myself.
2010-10-15 18:50:23 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
sthen
33fe97dfb9 bump 2010-09-24 15:23:05 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
naddy
4c9983c6be SECURITY update to 1.0.6, which fixes an integer overflow, CVE-2010-0405.
ok jasper@
2010-09-20 18:21:10 +00:00
naddy
667c7e5294 maintenance update to 2.8.4, no changes of note 2010-09-13 17:10:31 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
fgsch
9719068811 Bump revision after python's default change. 2010-08-30 16:48:31 +00:00
jasper
e2a7aee7e4 - add working master_site 2010-08-26 09:18:30 +00:00
jasper
4c1fe006e3 - remove dead master site 2010-08-26 08:48:21 +00:00
jasper
8c385375f7 - Security update of libmspack to 0.2alpha
* fixes libmspack MS-ZIP Infinite Loop Denial of Service (SA40719)

ok naddy@
2010-08-04 17:36:26 +00:00
jolan
394d5206d6 update to 20100731 which incorporates a 64-bit fix from tedu@ 2010-07-31 16:52:24 +00:00
kevlo
9be02aeebf SECURITY update to 1.3:
http://www.cabextract.org.uk/#changes

ok merdely@, sthen@
2010-07-31 00:30:27 +00:00
jolan
42789545ec +luazlib 2010-07-26 01:18:31 +00:00
jolan
a855b06ae1 luazlib-20100725, lua binding of zlib 2010-07-26 01:17:48 +00:00
jolan
ec2a7b809e drop maintainer 2010-07-25 02:59:44 +00:00
sebastia
9422359321 Use gcc3 module to build on sparc.
OK naddy@, landry@, steven@
2010-07-19 12:04:12 +00:00
kili
70282e44c8 PKGNAME not needed here. 2010-07-17 13:50:14 +00:00
sebastia
e5ac612e78 fix compilation on gcc-2.95 archs.
OK naddy@, landry@.
2010-07-13 12:45:49 +00:00
espie
cbd9341a86 switch to REVISION 2010-07-11 15:57:46 +00:00
naddy
8055126324 remove binary-only port that relies on broken or (soon to be) removed
foreign OS compatibility
2010-07-05 21:54:53 +00:00
naddy
8ecf05effe update to 1.5.1 (there were 89 alpha versions) 2010-07-02 05:20:26 +00:00
sthen
ab52e8db7b pudate to 9.13, Josh Grosse (maintainer) ok 2010-06-20 15:54:35 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
naddy
224f8d7051 Fix dead loop on extracting existing symlinks with the -k option.
From upstream.
2010-06-12 15:17:11 +00:00
ajacoutot
3704999ee6 Both the rpm and rpm2cpio pkg provide the rpm2cpio utility, so make it
possible to use either one of both.

ok kevlo@ (maintainer)
2010-06-08 08:14:46 +00:00
sthen
6ac802b8c8 mirror the distfile, hu-berlin's ftp server is broken with EPSV 2010-06-07 09:26:41 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
kili
57f4237591 WANTLIB += m stdc++.
While here, update license marker (LGPLv2.1)
2010-06-02 09:57:17 +00:00
jasper
ac35c6ef87 - workaround no longer needed for mips64 2010-05-22 07:44:29 +00:00
jasper
800ce315d4 - mips64 workaround no longer needed 2010-05-21 22:43:14 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
giovanni
c4c5908e8b Update to 0.13.59 2010-05-12 16:08:15 +00:00
robert
a0cf6234c2 pull gcc4 fix from freebsd 2010-05-09 15:30:53 +00:00
robert
e250361755 - make gcc4 happy
- add a working MASTER_SITE
2010-05-09 15:22:43 +00:00
jsg
f53bbab61e update to unzip 6.0 which adds support for ZIP64 & UTF8 filenames
among other things.
2010-04-25 10:36:05 +00:00
kili
f40a51b4cb Add hs-zlib 2010-04-22 22:22:22 +00:00
jolan
b496e24f57 update to 2.0.0 2010-04-22 03:44:13 +00:00
kevlo
d9fe976631 update to 1.6.1.1
ok jasper@
2010-04-20 10:25:09 +00:00
ajacoutot
ba27702cd7 PREFIX -> TRUEPREFIX 2010-04-19 08:16:17 +00:00
ajacoutot
2de1ea51a9 +libtar 2010-04-16 13:12:03 +00:00
ajacoutot
a33e6c9c96 Import libtar-1.2.11
libtar is a library for manipulating tar files from within C programs.
Here are some of its features:

  * Handles both POSIX tar file format and the GNU extensions.
  * API provides functions for easy use, such as tar_extract_all().
  * Also provides functions for more granular use, such as 
    tar_append_regfile().

Patches from pkgsrc.

requested by xsa@
WANTLIB and SHARED_LIB military look from kili@
ok kili@
2010-04-16 13:10:47 +00:00