Commit graph

6589 commits

Author SHA1 Message Date
wiz
7239f29672 Apply patch from Debian package against CAN-2004-0996; based on patch
by Gerardo Di Giacomo. Bump PKGREVISION.
2004-12-17 22:29:06 +00:00
jlam
88648515a2 Rewrite func_infer_tag in the libtool script so that it's easier to
specify (hardcoded) compilers from which we can infer the correct tag
(CC, CXX, F77).  Use the following patterns to match compilers to
tags:

	CC:	*cc *xlc
	CXX:	*++ *CC
	F77:	*77 *fort

Bump the PKGREVISION to 1.5.10nb7 since we now infer the F77 tag from
likely Fortran compilers.  Also require at least this version of
libtool when building packages that set USE_FORTRAN.  This should fix
PR pkg/28661.
2004-12-17 16:24:22 +00:00
taca
627ceacb6f Revert PKGNAME not to prefix with ${RUBY_PKGPREFIX}. 2004-12-16 07:10:16 +00:00
reed
e6d09e49a8 patch-aa was removed on Sep. 21 when it was updated to 2.8.0.
This will close PR # pkg/28670 -- thank you David Price for the PR.
2004-12-15 19:19:31 +00:00
minskim
ee95bcfaa5 Add build dependency on pkgconfig. 2004-12-14 19:55:41 +00:00
minskim
c46140c484 Explicitly depend on directly-used packages, including glib2, gtk2,
and pkgconfig.

While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
2004-12-14 19:49:41 +00:00
minskim
f553ea2000 On NetBSD, use statvfs only when sys/statvfs.h is available. This
makes the package build on NetBSD-2.0 and -1.6 again.  OK'ed by jmmv@.
2004-12-13 21:14:12 +00:00
minskim
b487d64bcb Add missing files to PLIST. Bump PKGREVISION. 2004-12-13 06:05:47 +00:00
recht
9a67215dab Fix build on IRIX 5 whichhas a nonstandard /usr/include/getopt.h.
patch by Georg Schwarz in PR 28597
2004-12-12 17:16:27 +00:00
kristerw
1768ae55d6 Remove ONLY_FOR_PLATFORM. It was added 1998, and the package does
indeed work on more platforms now...
2004-12-12 16:10:37 +00:00
kristerw
6974b52cd1 The tar from NetBSD 1.6 fails to extract the distfile. Use pax instead. 2004-12-11 13:24:19 +00:00
jlam
bda6801430 Create directories before putting files in them. This should fix
PR pkg/28480.
2004-12-11 00:32:16 +00:00
markd
2a2b9e36cb locale files moved to under ${PKGLOCALEDIR}/locale/...
Bump PKGREVISION.
2004-12-10 06:40:11 +00:00
markd
27e867ed72 Update to kdevelop 3.1.2 (part of kde 3.3.2) 2004-12-10 06:31:25 +00:00
markd
4b62a39205 Update to kdevelop 3.1.2 (part of kde 3.3.2)
Changes:
* fixed many 3.1.x regressions in project templates
* custommakefiles: don't insert targets twice into the menu, sort
  the targets alphabetically (this time it works)
* fixed the bug "the kdevelop3 custom makefile based project files
  do not work with cmake out-of-source builds"
* Don't overwrite existing files
* Fix the forkbomb created by KDevAssistant when it was told to use
  KDevAssistant to remotely open documentation...
* fix mem leak
* fix amd64 crash
* Perl parser; Don't require a whitespace between function name and
  the opening bracket
* make the incremental qlistview search work in the filelist part
2004-12-10 06:31:05 +00:00
markd
70802d9943 Update to kde 3.3.2
Changes:
Unknown
2004-12-10 06:29:31 +00:00
rh
4c99296e43 Add a missing build dependency on gtk-doc. 2004-12-08 21:53:34 +00:00
wiz
538b6f55cc Add two bl3 files for missing dependencies. Fixes bulk build problem. 2004-12-07 14:25:47 +00:00
adam
4929432f49 Fixed Darwin build PR#26588 2004-12-06 23:00:23 +00:00
cube
c07577e75d Fix mantis.conf path. PR#28497 by Wouter Schoot. 2004-12-05 23:19:08 +00:00
wiz
776b7e4d18 Fix path to guile-slib. 2004-12-05 23:03:18 +00:00
he
bd713eaee3 Update p5-File-Temp from version 0.12 to 0.14.
Add HOMEPAGE pointing into search.cpan.org.


Change log:

2003-08-16  Tim Jenness  <tjenness@cpan.org>

	--- RELEASE V0.14 ---

	* t/object.t: Add test of OO interface and switch to Test::More

	* Temp.pm: Add object-oriented interface.

	* Temp.pm: mpeix fixes from Ken Hirsch <hirschk@labcorp.com>

2003-08-15  Tim Jenness  <tjenness@cpan.org>

	--- RELEASE V0.13 ---

	* Temp.pm: Integrate doc fixes from bleadperl (Slaven Rezic and
	Jeffrey Friedl)

	* Makefile.PL: Add INSTALLDIRS switch on perl version so that the
	module installs into the correct place for perl 5.6.1 and newer.
2004-12-05 19:22:42 +00:00
he
1acf85f923 Update p5-File-Spec from version 0.86 to 0.90.
Add HOMEPAGE pointing into search.cpan.org.


Change log:

0.90  Tue Aug 31 22:34:50 CDT 2004

 - On VMS, directories use vmspath() and files use vmsify(), so
   rel2abs() has to use some 'educated guessing' when dealing with
   paths containing slashes.  [Craig A. Berry]

0.89  Sun Aug 29 19:02:32 CDT 2004

 - Fixed some pathological cases on VMS which broke canonpath() and
   splitdir().  [Richard Levitte and Craig A. Berry]

 - Fixed rel2abs() on VMS when passed a unix-style relative
   path. [Craig A. Berry]

0.88  Thu Jul 22 23:14:32 CDT 2004

 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
   that things like rel2abs('D:foo.txt') work properly when the
   current drive isn't 'D'. This requires Cwd version 2.18.
   [Steve Hay]

 - Got rid of a redundant double-backslash in a character
   class. [Alexander Farber]

 - Added much markup to pod for enhanced readability. [Andy Lester]

0.87  Fri Dec 19 08:03:28 CST 2003

 - With a one-line change in the tests, backported to perl 5.004.
   [Issue reported by Barry Kemble]
2004-12-05 19:18:07 +00:00
he
bbd5560895 Update p5-Exception-Class from version 1.14 to 1.19.
Add DEPENDS on p5-Test-Simple, and update p5-Devel-StackTrace dependency.


Change log:

1.19 Mar 10, 2004

- Identical to 1.18 except that it requires Devel::StackTrace 1.10,
which fixes a failure in this package's test when run with Perl 5.6.1.
Reported by Jesse Erlbaum.


1.18 Feb 21, 2004

- Added RespectOverload class method, which can be used to control the
respect_overload parameter for Devel::StackTrace objects.


1.17 Feb 20, 2004

- Document that new() is always called to create an
Exception::Class::Base object.  Suggested by Steve Hay.

- Fix a test that failed with Devel::StackTrace 1.05.  Basically, the
test expected output from Devel::StackTrace that reflected a bug that
was fixed in 1.05.  Reported by Jesse Vincent.


1.16 Sep 25, 2003

- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04.  This release is
otherwise identical to 1.15.  Reported by Steve Hay.


1.15 Sep 17, 2003

- Exceptions thrown from an alias subroutine always had
"Exception::Class" as their package name.  Patch by David Wheeler.
2004-12-05 19:14:18 +00:00
he
cfb6b4bc4c Update p5-Devel-Profile from version 1.03 to 1.04.
Change HOMEPAGE to author-independent URL on search.cpan.org.


Change log:
1.04	[2004 Apr 29]
	regex issue
2004-12-05 18:49:54 +00:00
he
63a52bc103 Update p5-Config-IniFiles from version 2.23 to 2.38.
Change log:

         Revision 2.38  2003/05/14 01:30:32  wadg
         - fixed RewriteConfig and ReadConfig to work with open file handles
         - added a test to ensure that blank files throw no warnings
         - added a test for error messages from malformed lines

         Revision 2.37  2003/01/31 23:00:35  wadg
         Updated t/07misc test 4 to remove warning

         Revision 2.36  2002/12/18 01:43:11  wadg
	 - Improved error message when an invalid line is encountered in
	   INI file
         - Fixed bug 649220; importing a non-file-based object into a file one
           no longer destroys the original object

         Revision 2.33  2002/11/12 14:48:16  grail
	 Addresses feature request - [ 403496 ] A simple change
	 will allow support on more platforms

         Revision 2.32  2002/11/12 14:15:44  grail
         Addresses bug - [225971] Respect Read-Only Permissions of File System

         Revision 2.31  2002/10/29 01:45:47  grail
         [ 540867 ] Add GetFileName method

         Revision 2.30  2002/10/15 18:51:07  wadg
         Patched to stopwarnings about utf8 usage.

         Revision 2.29  2002/08/15 21:33:58  wadg
         - Support for UTF Byte-Order-Mark (Raviraj Murdeshwar)
         - Made tests portable to Mac (p. kent)
         - Made file parsing portable for s390/EBCDIC, etc. (Adam Fischler)
         - Fixed import bug with Perl 5.8.0 (Marek Rouchal)
         - Fixed precedence bug in WriteConfig (Luc St Louis)
	 - Fixed broken group detection in SetGroupMember and
	   RemoveGroupMember (Kay Ro"pke)
         - Added line continuation character (/) support (Marek Rouchal)
         - Added configurable comment character support (Marek Rouchal)

         Revision 2.28  2002/07/04 03:56:05  grail
	 Changes for resolving bug 447532 - _section::FETCH should
	 return array ref for multiline values.

         Revision 2.27  2001/12/20 16:03:49  wadg
	 - Fixed bug introduced in new valid file check where ';'
	   comments in first lines were not considered valid
	 - Rearranged some tests to put them in the proper files
	   (case and -default)
         - Added more comment test to cover more cases
         - Fixed first two comments tests which weren't doing anything

         Revision 2.26  2001/12/19 22:20:50  wadg
         #481513 Recognize badly formatted files

         Revision 2.25  2001/12/12 20:44:48  wadg
         Update to bring CVS version in synch

         Revision 2.24  2001/12/07 10:03:06  wadg
         222444 Ability to load from arbitrary source
2004-12-05 16:56:37 +00:00
he
bcf676ba6e Update p5-Class-ReturnValue from version 0.51 to 0.52.
Change log:

 0.52  Oct 08, 2003
	- Ported to Module::Install
2004-12-05 16:12:20 +00:00
he
174529271e Update p5-Class-ObjectTemplate from version 0.4 to 0.7.
Re-point HOMEPAGE to page on CPAN instead of at O'Reilly's book.

Change log (yes, dist doesn't say what changed in 0.7):

0.6 Mon Feb 25 14:34:48 MST 2002
	- Fixed a deep inheritance issue.
	- added internals documentation
	- added more user documentation

0.5  Mon Jan  7 14:17:32 MST 2002
	- added README to MANIFEST
	- fixed bug that over-rode method if an attribute was defined
	  with the same name
	- now has use strict
2004-12-05 16:08:33 +00:00
he
1090118ace Update p5-Class-Container from version 0.10 to 0.11.
Point HOMEPAGE to an author-independent CPAN link.

Change log:

0.11  Wed Mar  3 21:34:51 CST 2004

 - Fixed a bug in the code that detects whether Scalar::Util is
   loadable. [Spotted by Michael Alan Dorman]
2004-12-05 15:58:08 +00:00
he
4f2b4fb609 Update p5-Cache-Cache from version 1.02 to 1.03.
Change log:

1.03 2004-10-04-11-23
 - release version 1.03
 - modified the FileBackend to use the more robust File::Temp
 - "officially" recommend FileCache over SharedMemoryCache
 - added more robust error checking for shared memory caches
 - added a check for invalid frozen data
 - added $1 to all error messages
2004-12-05 15:54:15 +00:00
ben
3d8b2b10a0 Correct the version number. 2004-12-05 13:40:56 +00:00
jlam
e964ecaa0d Rename some variables to be more dlcompat-specific, and remove a
redundant conditional.
2004-12-05 07:01:19 +00:00
jlam
727ba81904 dlcompat is considered built-in only if both /usr/lib/libdl.* and
/usr/include/dlfcn.h exist.  Also, correct the setting of
USE_BUILTIN.dlcompat in the loop.
2004-12-05 06:59:21 +00:00
ben
4f5cfed730 Update MASTER_SITES to reflect move to sourceforge and new maintainers.
The changes are minor, but there is no ChangeLog.  The version number
went from 4.6 to 4.54, however 4.6 appears to be the older version.
Setting the package version to 4.6.54.  This addresses PR#28348
2004-12-05 05:55:51 +00:00
jmmv
97aefafa96 Update to 0.1.2rc8. List of changes unknown. Drop maintainership. 2004-12-04 23:37:14 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
jmmv
97c8d45a2c Update to 2.4.8:
* Reduce signal connection complexity from O(n) to O(1) [Sven Neumann]
* GChildWatch
  - Use sigaction instead of signal [Jonas Jonnson, Archana Shah]
  - Make the very first SIGCHLD work [Gustavo Carneiro]
* Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
* Other bug fixes [Andrea Campi, Dave MacLachlan]
2004-12-04 22:17:50 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
wiz
3fde4ffec0 Convert to use guile-1.6. Based on PR 28525 by Andreas Hallmann. 2004-12-04 16:23:42 +00:00
blymn
0a0b6a2441 Add x86_64 (amd64) support 2004-12-04 11:55:28 +00:00
blymn
fa919b44f9 Add support for x86_64 (amd64) architecture 2004-12-04 11:54:54 +00:00
wiz
b8bdace7b4 Update to 1.9.3, from Greg Troxel via pkgsrc-wip.
Changes since 1.3.4:

Version 1.9.3

  - Comes with a compatibility layer that allows GnuCash to be built
    with it.

  - Reverts the enhanced generics support, which was introduced in
    1.9.2, since that currently breaks guile-gnome

  - Bugfixes
    + g-wrap-2.0-guile.pc is now generated correctly, even if the
      internal libffi is used.
    + Types used by constants are now considered when calculating the
      set of referenced types in a wrapset. This bug led to missing code
      and compile errors when a type defined in another wrapset was used
      by only by a constant.
    + On platforms which lack alloca(), the version shipped with
      G-Wrap should now build correctly.

Version 1.9.2

  - Now comes with libffi included, for systems which lack an libffi
    installation

  - SRFI module checks now work correctly, even if you do an in-tree build

Version 1.9.1

 - API change: destruct-value-cg is now named destroy-value-cg

 - Bugfixes
   + A bug in the latent generic code has been fixed
   + The error message for WCP type errors has been fixed

Version 1.9.0

 - Complete rewrite; too many changes to list, see the manual for the
   new GOOPS-based API and the guile-gnome project for an extended
   example.

  - New features:
    + Output arguments
    + Default arguments

  - G-Wrap should be target-language agnostic, like it was in its
    early days.
2004-12-03 17:06:58 +00:00
wiz
d012530c75 Add and enable guile-lib and g-wrap1. 2004-12-03 16:51:08 +00:00
wiz
7eefed1080 Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".

Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.

    * SSAX, S-Exp-based XML parsing/query/conversion
    * HTMLPrag, a permissive ("pragmatic") HTML parser
    * Texinfo processing, enabling literate programming
    * Unit testing framework ala JUnit
    * Logging system
    * String routines (wrapping, completion, soundex algorithm)
    * OS process chains (think "shell pipes in scheme")
    * An LALR parser
    * ANSI escape sequence text coloring
    * Structured text (plain, texinfo, html)
    * SRFI-35 (conditions)
2004-12-03 16:50:22 +00:00
wiz
d97713e398 Mention that this is the guile-1.4 version of the software. 2004-12-03 16:06:06 +00:00
wiz
9bae195af2 Depend on guile14 versions of guile-slib. 2004-12-03 16:04:39 +00:00
wiz
9a9cad3178 Re-import devel/g-wrap as g-wrap1 to make space for a guile-1.6 version
of g-wrap without breaking dependencies.
2004-12-03 16:02:25 +00:00
wiz
ddc383b402 Depend on guile14 versions of guile-slib. 2004-12-03 15:55:36 +00:00
wiz
5acef6dc5a Update guile-slib to 2.4.2nb6: use guile-1.6. Based on pkgsrc-wip
package by Greg Troxel and PR 28524 by Andreas Hallmann.
2004-12-03 15:51:09 +00:00
wiz
e372b4ebb9 Add and enable guile14-slib. 2004-12-03 15:40:09 +00:00