Commit graph

190078 commits

Author SHA1 Message Date
marino
76fa8c78b7 print/foo2zjs: Remove bad dependency check of dc
The package assumes that if the dc program doesn't support -V, it must
not support -e either.  This is a bad assumption; DragonFly supports
-e but doesn't support -V.  Rather than try to fix a bad conftest, just
remove it completely.  There's a previous test for dc presence.  If dc
doesn't support -e, let it break during the build rather than before it.
It doesn't take long to build.
2012-08-10 16:30:53 +00:00
drochner
27fc38b34f update to 0.72.4
changes:
- fixed crash in scsi layer for FreeBSD
- fixed double free when reading mode page 1 fails
- fixed DMA misalignment when reading mode page 1
- changed #includes for glibc for compatibility with 2.32
- dropped Darwin/Mac OS X support
- removed dependency on installed md5sum command
- changed libpng test in configure to utilize pkg-config
- fixed some minor flaws for NetBSD
2012-08-10 15:52:12 +00:00
drochner
2b77bc50bc update to 1.2.12
change: fix regression on RPC-I drives handling
2012-08-10 15:44:42 +00:00
drochner
aeeda05dfe update to 0.7.8 to sync w/ current claws-mail version 2012-08-10 15:37:49 +00:00
drochner
c756f4dd2e update to 2.14.4
changes:
-bugfixes
-translation updates
2012-08-10 15:27:29 +00:00
drochner
f1fae7e8a8 sync w/ base pkg 2012-08-10 15:24:11 +00:00
drochner
526634e5d6 update to 2.26.2
changes:
-minor bugfixes
-documentation improvement
-translation updates
2012-08-10 15:23:42 +00:00
drochner
3e3fe9f701 update to 4.6.0
changes:
- New syntax supporting multi-line blocks of code delimited by curly braces
     if (<cond>) { ... } else { ... }
     do for [<iteration-spec>] { ... }
     while (<cond>) { ... }
- Time formats can handle fractional seconds to microsecond precision.
- User-definable linetypes that can be used to establish a locally
  preferred default sequence of colors or dash/thickness/point styles.
- Statistical summary of the data to be plotted (new command "stats")
- New terminal drivers:  qt  context  epscairo  cairolatex
- Improved support for UTF-8, SJIS and other multi-byte encodings

pkgsrc change: added "qt4" and "wxwindows" options (not enabled
 by default)
2012-08-10 15:14:53 +00:00
hauke
b1e5a29dd2 The pyblosxom maintainer changed, and with him the project's home.
XXX Pull-up candidate, I guess?
2012-08-10 15:04:32 +00:00
is
b245c5d60c mtools4.0.17nb2 2012-08-10 15:01:55 +00:00
is
8e20c66504 Forgot patch file... 2012-08-10 14:59:58 +00:00
ryoon
2cf9da227d Updated lang/basic256 to 0.9.6.71 2012-08-10 14:21:37 +00:00
ryoon
706f05a3cb Update to 0.9.6.71
Changelog:
2011-08-08 j.m.reneau <renejm@users.sourceforge.net> 0.9.6.68
        * added TEXTWIDTH statement to return width of a string i the current font before output to the graphics area

2011-08-07 j.m.reneau <renejm@users.sourceforge.net> 0.9.6.67
        * added -r option to command line to switch UI to run only mode
2012-08-10 14:20:54 +00:00
ryoon
7ce5355502 Updated x11/sakura to 3.0.4 2012-08-10 13:54:53 +00:00
ryoon
739c9bc001 Update to 3.0.4
* Switch to gtk3 and vte 0.29 series

Changelog:
unknown
2012-08-10 13:54:14 +00:00
ryoon
40488b1914 Added x11/vte029 version 0.32.2 2012-08-10 13:47:40 +00:00
ryoon
4a1afdccbc Add vte029 2012-08-10 13:46:50 +00:00
ryoon
441b8f54df Import vte029-0.32.2 as x11/vte029.
Terminal widget with improved font, internationalization and
accessibility support for the GNOME 3 desktop.
2012-08-10 13:46:01 +00:00
marino
412f69f1f1 editors/emacs24: update configure* patches for DragonFly
DragonFly needs libc explicitly defined for its linker.
The temacs utility still segfaults, but at least it builds now.
2012-08-10 10:08:14 +00:00
drochner
50b3fedd58 add patch from upstream to fix a possible DOS by HVM guests on teardown
(CVE-2012-3433)
bump PKGREV
2012-08-10 09:59:47 +00:00
marino
59ade835ca lang/ecl: Teach it about DragonFly
Add DragonFly to the configure script.
Patch for configure and aclocal.m4 will be sent to SourceForge.
2012-08-10 08:15:16 +00:00
marino
f77ee083aa editors/gummi: USE_TOOLS+= msgfmt, piggy-back on patch
DragonFly needs <netinit/in.h> header just like NetBSD.
2012-08-09 23:25:04 +00:00
marino
89b4b5d538 security/mit-krb5: USE_TOOLS+= msgfmt
Note: Nobody that uses git from pkgsrc can install this package.
It conflicts with security/heimdal which is sucked in by dependencies
of scmgit-base.  Since the default way of acquiring pkgsrc on
DragonFly is via git, which is provided by the releases and daily
snapshots, effectively this can't be installed by DragonFly users.

Solving the conflict with heimdal, if possible, would be nice.
2012-08-09 20:15:20 +00:00
drochner
412500875c update to 3.0.22
changes: bugfixes
2012-08-09 18:58:11 +00:00
drochner
3b9e47d932 update to 0.6.5
changes: bugfixes (in particular a hash table problem)

pkgsrc changes:
-point to vala016 for regeneration of source files (which is only needed
 after patches, not currently)
-add introspection support
2012-08-09 18:54:12 +00:00
minskim
5f83d0e7cd Add ruby-open4. 2012-08-09 18:16:21 +00:00
minskim
b9e349de00 Import ruby193-open4-1.3.0 as devel/ruby-open4.
Open4 is a Ruby library to open child process with handles on pid,
stdin, stdout, and stderr, and manage child processes and their io
handles easily.
2012-08-09 18:15:19 +00:00
marino
4166b0b50c lang/runawk: USE_TOOLS+= pod2man 2012-08-09 17:09:17 +00:00
ryoon
2073546353 Updated mail/thunderbird10 to 10.0.6nb1 2012-08-09 15:58:25 +00:00
ryoon
217e5bb7f6 Bump PKGREVISION
* Fix version number in ~/.thunderbird/*/prefs.js, s/10.0.6esrpre/10.0.6/
  Originally reported by is@ on tech-pkg@.
  Now firefox10-10.0.6 can be invoked from thunderbird10-10.0.6nb1.
2012-08-09 15:57:06 +00:00
is
6b2b42f875 mtools on big disks 2012-08-09 14:13:31 +00:00
jperkin
54d3d4d98d Pass through the correct ABI flags as this package calls compilers directly.
Fixes build on Solaris where ABI=32 with 64-bit compilers.
2012-08-09 12:42:16 +00:00
jperkin
d0e2c023a0 _LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, remove to avoid confusion. 2012-08-09 12:32:41 +00:00
jperkin
c6c9a7bd28 Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes a
bunch of packages on Solaris when ABI=32 with 64-bit compilers.
2012-08-09 12:16:24 +00:00
jperkin
219b809631 Fix a couple of compile problems on Solaris. 2012-08-09 10:21:19 +00:00
sbd
2b86df1be5 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.
This is to stop pbulk trying to build the packages the python25 and looking
for py25-qt4 dependence which doesn't exists causing Global dependency
resolution failure.
2012-08-09 10:15:28 +00:00
sbd
1642c62f55 Revert the below commit as it didn't work. The py-qt4 buildlink3.mk may
be included after pyversion.mk, which means the setting has no affect.

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Aug  7 09:44:03 UTC 2012

   Modified Files:
   	pkgsrc/x11/py-qt4: buildlink3.mk

   Log Message:
   Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent
   packages won't try to build with python25.

   Fixes Global dependency resolution failure.


   To generate a diff of this commit:
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt4/buildlink3.mk
2012-08-09 10:15:05 +00:00
drochner
e29f04073e att patches from upstream to fix buffer overflow in the base64
decoder which can lead to crashes or potentially code injection
(CVE-2012-3461)
bump PKGREV
2012-08-09 10:06:46 +00:00
jnemeth
d613281b40 sort 2012-08-09 07:41:04 +00:00
asau
37aeae2d9f Added lang/abcl version 1.0.1 2012-08-08 20:34:22 +00:00
asau
34d0f2ccbb + abcl 2012-08-08 20:26:07 +00:00
asau
f68afde587 Import Armed Bear Common Lisp 1.0.1 as lang/abcl
Armed Bear Common Lisp (ABCL) is a full implementation of
the Common Lisp language featuring both an interpreter and
a compiler, running in the JVM. Originally started to be
a scripting language for the J editor, it now supports JSR-223
(Java scripting API): it can be a scripting engine in any Java
application. Additionally, it can be used to implement (parts of)
the application using Java to Lisp integration APIs.
2012-08-08 20:24:44 +00:00
marino
21c8fdc5b1 sysutils/whowatch: Fix LP64 and DragonFly regression
1) The 4th argument of the sysctl function requires type size_t, not int,
   which matters for LP64.
2) DragonFly's kinfo structure changed dramatically a few years ago,
   breaking this package.  Repatched.
3) sysctl can return pid of -1 for pure kernel processes which must be
   skipped to avoid a segfault.
2012-08-08 18:37:07 +00:00
drochner
242327f5d2 CONFLICTS with old py-dbus, from Patrick Welche 2012-08-08 16:35:26 +00:00
marino
50e41292c1 net/synergy1.2: Fix regression on DragonFly
The previous changeset, "Fix issues with new GCC" overwrote the existing
patch-ab which dealt with pre-existing alloca definitions.  Incorporate
the old patch-ab into the current patch-ab to fix regression.
2012-08-08 13:42:42 +00:00
marino
336dce041b ham/tnt: Fix build on DragonFly
Problem 1: $la and $lo would not expand with the intl/makefile
           I couldn't get SUBST_SED to manually replace them either.
	   Use of MAKE_ENV also failed.
Problem 2: DragonFly doesn't have base libintl.  This package will
           not build without -lintl LDFLAG.

Solution was to convert existing SUBST_SED into a patch and expand
$la to "a" and $lo to "o" on the intl/Makefile.in file.
Tested on both DragonFly and NetBSD
2012-08-08 13:11:48 +00:00
wen
6f0a3c2fb5 Updated devel/p5-Moo to 1.000002 2012-08-08 12:33:49 +00:00
wen
45ae7ba22a Update devel/p5-Moo to 1.000002
Upstream changes:
1.000002 - 2012-08-04
  - remove Devel::GlobalDestruction fallback inlining because we can now
    depend on 0.08 which uses Sub::Exporter::Progressive
  - honour BUILDARGS when calling $meta->new_object on behalf of Moose
  - throw an error on invalid builder (RT#78479)
  - fix stupid typo in new Sub::Quote section

1.000001 - 2012-07-21
  - documentation tweaks and cleanup
  - ignore required when default or builder is present
  - document Moo versus Any::Moose in brief with article link
  - remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section
  - localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)
  - ensure constructor gets regenerated if forced early by metaclass inflation

1.000000 - 2012-07-18
  - clean up doc language and expand on Moo and Moose
  - error prefixes for isa and coerce exceptions
  - unmark Moo and Moose as experimental since it's relatively solid now
  - convert isa and coerce info from external role attributes
  - clear method cache after metaclass generation to fix autoclean bug
2012-08-08 12:29:57 +00:00
schmonz
6da9f0e50b Updated mail/getmail to 4.33.0 2012-08-08 12:23:05 +00:00
schmonz
6c056ff11e Update to 4.33.0. From the changelog:
- allow normal exit on interrupt (ctrl-c) to allow the uesr to abort
  message retrieval while still remembering already-retrieved
  messages as successfully delivered. You may get a weird error
  message after you abort, since the server may be in the middle
  of delivering another message to getmail at the time. Thanks:
  Krzysztof Warzecha.
2012-08-08 12:22:58 +00:00