Commit graph

119634 commits

Author SHA1 Message Date
dillo
bda29e210e Add define of new type to mpeg4ip.h replacement.
Bump revision, since depending packages failed to compile.
2007-11-19 09:48:43 +00:00
rillig
4d0c26aa79 Even on non-BSD systems, the "-R all" option should disable printing of
the "time" attribute. Noticed by Malcolm Herbert on tech-pkg.
2007-11-19 08:41:25 +00:00
hiramatsu
71f78d371a Updated editors/zile to 2.2.50. 2007-11-19 07:13:47 +00:00
hiramatsu
5a4ace2e90 Update zile to 2.2.50.
Changes are not provided.  Please consult sourceforge's cvs
if you are interested in.
2007-11-19 07:12:45 +00:00
adrianp
edf2afdb23 Updated devel/exctags to 5.7 2007-11-19 06:42:49 +00:00
adrianp
3c98065082 ctags-5.7 (04 Sep 2007)
* Added support for DIM AS [Freebasic, Bug 1741778].
* Added support for arbitrary nesting depth [Python, Bug 1684786, Debian bug 409078].
* Added support for verbatim string literals [C, Bug 1515910].
* Added support for .ctags as well as ctags.cnf on Windows [Bug 1246506].
* Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch 1458930].
* Added support for numerous revision control systems including Bazaar and Mercurial [Bug 1472894].
* Added support for enums [Java, Bug 1730485, Bug 1517143, Patch 1027395, Patch 1528507].
* Added support for multiple-level namespace declarations [C].
* Added .svn to list of directories ignored during recursion (--recurse).
* Added support for BlitzBasic, PureBasic and FreeBasic [FR 1100506].
* Added support for interfaces and static/public/protected/private functions [PHP].
* Added support for 'package' keyword [Perl].
* Added support for multi-line subroutine, package, and constant definitions [Perl].
* Added support for optional subroutine declarations [Perl].
* Added support for formats [Perl].
* Added support for new convert keyword [Eiffel].
* Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++].
* Changed parsing of option input file (-L) to strip trailing white space.
* Ignore comments mixed into definitions and declarations [Perl].
* Fixed detecting labels with whitespace after label name [Perl, Bug 1752361]
* Fixed parsing of generic classes/interfaces [Java, Bug 1447756].
* Fixed misidentification of fully qualified function calls as labels [Perl].
* Fixed parsing of inner classes [Python, Bug 1411963].
* Fixed line continuation [Python, Bug 928001, Patch 819471].
* Fixed parsing of annotations [Java, Bug 1691412].
* Fixed block-comment parsing [Verilog, Patch 1458042, Bugs 960316, 1111214, 1606569, 1615060].
* Fixed typo in man page [Debian bug 366412].
* Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug 271323].
* Fixed parsing of ` as a method name [Ruby].
* Fixed parsing of keywords in string literals [Ruby, Bug 1742588].
* Fixed potential segmentation violation [Bug 1672834, Bug 1222926].
* Fixed parsing of destructors with whitespace after the '~' [C++, Bug 1585745].
* Fixed default access of unions to be public [C++, Bug 1548443].
* Fixed various memory leaks, mostly contributed by Dmitry Antipov.
* Fixed parsing of `define [Verilog, Bug 961001].
* Fixed crashes involving '/' [Verilog, Bug 1743330].
* Fixed compilation problem on MinGW [Bug 1517424].
* Fixed generation of HTML-formatted man page [Bug 1645864].
* Fixed recognition of Python scripts having '!/usr/bin/python' as first line [Bug 1764148].
* Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug 432872].
* Fixed parsing of << [C/C++, Bugs 1020715, 1093123, 1770479, 1770607].
* Fixed parsing of fully-qualified type names [Java, Bug 814263].
* Fixed handling of lone carriage-return characters in file [Bug 1773926].
2007-11-19 06:42:21 +00:00
bjs
dcaee45a20 + Updated devel/scmgit to 1.5.3.6 [bjs 2007-11-19] 2007-11-19 06:32:54 +00:00
bjs
d36bb853aa Update to v1.5.3.6, a maintenance release. Remove patch-ac (handled
properly upstream).

Fixes since v1.5.3.5
====================

 * git-cvsexportcommit handles root commits better.

 * git-svn dcommit used to clobber when sending a series of
   patches.

 * git-svn dcommit failed after attempting to rebase when
   started with a dirty index; now it stops upfront.

 * git-grep sometimes refused to work when your index was
   unmerged.

 * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21".

 * git-hash-object did not honor configuration variables, such as
   core.compression.

 * git-index-pack choked on a huge pack on 32-bit machines, even when
   large file offsets are supported.

 * atom feeds from git-web said "10" for the month of November.

 * a memory leak in commit walker was plugged.

 * When git-send-email inserted the original author's From:
   address in body, it did not mark the message with
   Content-type: as needed.

 * git-revert and git-cherry-pick incorrectly refused to start
   when the work tree was dirty.

 * git-clean did not honor core.excludesfile configuration.

 * git-add mishandled ".gitignore" files when applying them to
   subdirectories.

 * While importing a too branchy history, git-fastimport did not
   honor delta depth limit properly.

 * Support for zlib implementations that lack ZLIB_VERNUM and definition
   of deflateBound() has been added.

 * Quite a lot of documentation clarifications.
2007-11-19 06:31:55 +00:00
bjs
75f37170e2 + Added sysutils/psftools version 1.0.5 [bjs 2007-11-19] 2007-11-19 05:00:14 +00:00
bjs
e047df33ec SUBDIR+= psftools 2007-11-19 04:59:01 +00:00
bjs
16372c38e8 Import psftools-1.0.5.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.

Note that these programs share no code with the Linux console utilities
(kbd).

NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers.  Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)
2007-11-19 04:58:15 +00:00
minskim
3a7155e12a Generalize the condition for defining PERL5, so that PERL5 is never
overridden if it is defined by individual packages.
2007-11-19 04:08:58 +00:00
minskim
24ad30c540 When buildlinking perl, set PERL5 to pkgsrc perl, not the one selected
by the tools framework.
2007-11-19 03:53:10 +00:00
minskim
f9e0b3d008 Note PKGREVISION bump of perl. 2007-11-19 00:50:20 +00:00
minskim
4fd3a33d7e Bump PKGREVISION because of the mk/tools/perl.mk changes. There was
a window during which perllink didn't work properly on Darwin.
2007-11-19 00:49:29 +00:00
rillig
89870d4887 Sunpro doesn't need -rdynamic, since the linker is sensible by default.
This change also works around shells/scsh's broken check for -rdynamic.
2007-11-19 00:45:49 +00:00
minskim
4d09ed8f21 Do not define PERL5 as a tool when building devel/perl5, which defines
its own PERL5 in Makefile.
2007-11-19 00:40:14 +00:00
hubertf
b1f61045d9 Add options for ao, arts, flac, mad, mikmod, modplug, mpcdec, vorbis
Patch from the 8th Hackathon, see
http://wiki.netbsd.se/Hackathon8#Tickets

Tested on NetBSD 4.0_RC3.
2007-11-19 00:10:31 +00:00
hubertf
5d34ad241e add a few more options 2007-11-18 23:56:57 +00:00
tron
1065fcff24 Fix warning reported by "pkglint". 2007-11-18 23:38:12 +00:00
tron
7cbebdfaeb Add buildlink3 support file. 2007-11-18 23:37:59 +00:00
adrianp
36c417e0da Darwin 9.* can use Java too 2007-11-18 22:17:50 +00:00
ghen
4433acbb38 Remove patch-aq which is included in openldap-2.3.39. 2007-11-18 21:45:11 +00:00
minskim
8cfdb52849 If perl is buildlinked, used perl in ${BUILDLINK_PREFIX.perl} and
do not rely on the tools framework.
2007-11-18 21:44:56 +00:00
ghen
2394ce935a Updated databases/openldap, databases/openldap-client, databases/openldap-doc
and databases/openldap-server to 2.3.39.
2007-11-18 19:47:39 +00:00
ghen
171865096d Update openldap packages to 2.3.38, the latest stable release.
The next stable release will be 2.4.x.

OpenLDAP 2.3.39 Release (2007/10/26)
	Fixed slapd database/overlay config conflict (ITS#4848)
	Fixed slapd password_hash config order (ITS#5082)
	Fixed slapd slap_mods_check bug (ITS#5119)
	Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
	Fixed slapd ordered values add normalization issue (ITS#5136)
	Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
	Fixed slapd-ldap search control parsing (ITS#5138)
	Fixed slapd-ldap SASL idassert w/o authcId
	Fixed slapd-ldif directory separators in DN (ITS#5172)
	Fixed slapd-meta conn caching on bind failure (ITS#5154)
	Fixed slapd-meta bind timeout assertion (ITS#5185)
	Fixed slapd-sql concurrency issue (ITS#5095)
	Fixed slapo-chain double-free (ITS#5137)
	Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
	Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
	Fixed slapo-rwm modlist handling (ITS#5124)
	Fixed slapo-rwm UUID in filter (ITS#5168)
	Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
	Fixed liblber Windows x64 portability (ITS#5105)
	Fixed libldap ppolicy control creation (ITS#5103)
	Build Environment
		Fixed termios macro check (ITS#4880)
		Updated Makefiles
	Documentation
		Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
		Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
		Added max-depth/return-error to slapo-chain(5)
		slapadd/slapindex note about file ownership (ITS#5166)
		slapcat note about using against running slapd (ITS#5028)
		Fixed Admin Guide URL in README (ITS#5107)
2007-11-18 19:46:15 +00:00
adrianp
f83f238106 Fix build on Darwin 9.x 2007-11-18 16:22:06 +00:00
seb
09bdfd3ad3 Note update of textproc/p5-XML-LibXML-Iterator to version 1.04
[bugfixes release]
2007-11-18 16:06:37 +00:00
seb
a5443f8890 Update to version 1.04.
Changes since last packaged version (1.03):

1.04 Fri Sep 28 2007
    - fixed RT#29262
    - minor documentation fixes
2007-11-18 16:05:47 +00:00
gdt
abe979cbc6 add:
# uses built libpng without synchronization
MAKE_JOBS_SAFE=	no
2007-11-18 14:32:50 +00:00
hiramatsu
50980d6370 Note following updates.
- Updated devel/p5-Class-Fields to 0.203.
  - Updated devel/p5-Class-Trigger to 0.12.
2007-11-18 13:31:29 +00:00
hiramatsu
d14c69ffd3 Update p5-Class-Trigger to 0.12.
Changes from 0.10:
0.12 Mon Aug 20 16:06:50 PDT 2007
    - Make this a release

0.11_03  Wed Jun 20 12:12:36 PDT 2007
    - Fixed a bug in backward-compatiblity code to handle multiple
      hooks in one add_trigger() call. (Thanks to mark addison)

0.11_02  Sun Jun 10 18:09:58 PDT 2007
    - Added a test to make sure $_ is not clobbered
      (Thanks to mark addison)
    - Killed the hidden feature to add multiple hooks in one
      add_trigger() call because it interfers with named parameter style
      calls. (Thanks to clkao)

0.11_01  Mon May 28 21:03:03 PDT 2007

    - Added support for abortable triggers.
    - Added named-parameters calling convention for add_trigger
    - Added new last_trigger_results method and began capturing trigger return values.

    - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef.
      (Thanks to Jesse Vincent)

0.11  Thu Feb 22 19:02:09 PST 2007
        - Fixed a bug due to Class::Data::Inheritable, where
          triggers added to the superclass after trigger is added in
          the child class are ignored in the child class.
          See t/03_inherit.t for example.
          (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
2007-11-18 13:28:26 +00:00
hiramatsu
80ed201a97 Update p5-Class-Fields to 0.203.
Changes from 0.201:

0.203  Fri Sep  7 16:59:15 PDT 2007
    Test Fixes
    - Moved some tests that were really testing base.pm to base.
    - Made a test less dependent on the formatting of a base.pm warning.

0.202  Sun Jul  1 22:43:41 PDT 2007
    Test Fixes
    - A warning changed in base or fields.pm which broke t/bugs.t.
      [rt.cpan.org 5293]
    - Cleanup tests to use Test::More.
2007-11-18 13:27:09 +00:00
wiz
d939fb2f5b Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-18 10:39:56 +00:00
wiz
03cb434cad Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-18 10:23:22 +00:00
wiz
3418f798e9 + fluidsynth-1.0.8, gnutls-2.0.4, metacity-2.20.1. 2007-11-18 09:51:36 +00:00
adam
4335d2fff6 Updated cairomm to 1.4.6; gtkmm to 2.12.3 2007-11-18 08:46:13 +00:00
adam
4a14da9ff2 Changes 1.4.6:
* Bugfixes:
  - Bug 11972: Cannot build cairomm with Quartz enabled
2007-11-18 08:44:49 +00:00
adam
aeb389c581 Changes 2.12.3:
* Documentation: Improved the devhelp file to
  - show the full method name, including the class name.
  - really jump to the method's anchor on the page.
* Build: Fix the win32 build.

Changes 2.12.2:
* IconView: set_cursor(): Actually implement this.
* LinkButton: Correct the implementation of the
  constructor that takes just the URI. Bug 492200
* Build: Fix the build on MacOS X. Bug 493057.
2007-11-18 08:37:04 +00:00
schmonz
89ec63417c + freepops-0.2.6 2007-11-18 04:35:51 +00:00
adrianp
824183de3d For the moment disable the building of a shared libperl.dylib on Darwin
=> 9.0 as it breaks the build.  This should just be considered a temporary
work around until the actual problem can be fixed as this worked for
Darwin < 9.0.

There are no changes to perl on any other platforms.

This should address PR# 37225
2007-11-18 00:42:50 +00:00
adrianp
6eb4b8ca55 Fix builds on Darwin 2007-11-18 00:36:37 +00:00
adrianp
032fd5a97a Updated net/echoping to 6.0.2 2007-11-18 00:17:05 +00:00
adrianp
f299d75aed Update to 6.0.2
Unfortunately the only information available is "Bug fixes only"
2007-11-18 00:16:38 +00:00
adam
00339d81bc Updated fonts/fontforge to 20071110 2007-11-17 21:21:46 +00:00
adam
0f5f1dd10a Changes 20071110:
* Bug fixes
* Improvements
2007-11-17 21:20:49 +00:00
bouyer
bc7ff7b2d4 Make it build and run on amd64. 2007-11-17 16:45:32 +00:00
hira
1b9c97f5c0 Note PKGREVISION bump of misc/openoffice2. 2007-11-17 16:30:03 +00:00
hira
588bdc350d Use external db4 and neon. Bump PKGREVISION. 2007-11-17 16:28:09 +00:00
rillig
0a6bd0ea38 Don't install corrupted catpages on Solaris and AIX. PKGREVISION++
Cleaned up the Makefile.
2007-11-17 16:00:20 +00:00