Commit graph

4935 commits

Author SHA1 Message Date
jlam
a002208c66 buildlink3.mk files for libidn and libksba. 2004-02-10 10:22:03 +00:00
sekiya
ae8b9a9128 Override config.sub/config.guess for mipseb. 2004-02-10 03:23:51 +00:00
jlam
162376fd71 bl3ify, and set USE_LANGUAGES appropriately 2004-02-10 02:44:24 +00:00
sekiya
9e55ccec0d Yet another config.guess/config.sub override for mipseb. 2004-02-10 02:33:26 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
xtraeme
3791bb1ea4 Initial import... 2004-02-10 02:09:02 +00:00
xtraeme
875fd978fd bl3ify 2004-02-10 02:04:54 +00:00
xtraeme
1f87f5d76c bl3ify 2004-02-10 01:56:42 +00:00
jlam
42055451ff bl3ify 2004-02-10 00:20:29 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
wiz
8ee0d8ff9e Let's just use the .tar.gz again. 2004-02-09 12:38:08 +00:00
wiz
9e0a11dd16 Add a comment about when to remove the EXTRACT_SUFX line. 2004-02-09 12:34:08 +00:00
jlam
18d2d556fc Always use ${SED} instead of having the configure script try to figure out
the path to it.
2004-02-09 06:08:02 +00:00
jlam
fe2ee8a9f9 Set USE_LANGUAGES to "c c++ fortran" since we want to use the same versions
of the the compiler for all three tools, especially for gcc.
2004-02-09 01:04:45 +00:00
mjl
227cb5750e Increment pkgrevision. 2004-02-09 00:09:10 +00:00
snj
e479b0b7e7 Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
Fix an English error in DESCR.

Okayed by wiz.
2004-02-08 23:54:53 +00:00
mjl
60c32037f1 Make FreeBSD patch for ld.so semantic differences between linux and bsd
apply for NetBSD too: this closes PR/21452 (problem with gnucash not
finding its symbols in dynamically loaded modules) for -currentish
installations (this needs RTLD_DEFAULT support in ld_elf.so).
1.6 installations still suffer unless a -current ld_elf.so and
/usr/include/dlfcn.h are installed, sorry.

Make other FreeBSD-specific patch apply too since it looks sensible
(adds error checking).
2004-02-08 23:22:45 +00:00
grant
d579e8cc91 add a CONFLICT on the old PKGNAME. 2004-02-08 23:04:55 +00:00
snj
4b5ec1617d s/then/them/ 2004-02-08 22:55:53 +00:00
kim
c6c585065f Update to 1.04:
- Documentation fixes
- Seek will not reset the input_line_number (aka $.) for the IO::String
  object any more.
- Workaround for core dump in close() in perl-5.6.x.

Prerequisite for p5-Image-Info-1.16
2004-02-08 21:17:43 +00:00
skrll
6bab53dede Fix the installation of libltdl on non-NetBSD platforms and correct a
typo in version_type for BSD/OS.

PKGREVISION++
2004-02-08 11:21:58 +00:00
jlam
e412e30869 Don't set LD to ${BUILDLINK_DIR}/bin/ld in the libtool script. 2004-02-08 02:08:21 +00:00
wiz
6913760fe6 Use bz2 tarball; suggested by Michal Pasternak in PR 24351. 2004-02-08 00:01:35 +00:00
wiz
dfe3a472a9 texinfo-4.0 is not enough, 4.5 works ok.
Addresses PR 24347 by Garry Page.
2004-02-07 17:05:38 +00:00
wiz
ba118e8526 Use CXXLINK instead of LINK in some places
to fix build on -current.
2004-02-07 13:50:27 +00:00
seb
69e4af1459 Fix endless loop in pathname canonicalization in install mode.
As seen in PR pkg/24333.

Fix from skrll@.

Bump PKGREVISION.
2004-02-07 09:25:39 +00:00
wiz
450d21b3df When removing patches, it is a good idea to remove
them from the distinfo file too (hi jmmv! ;) ).
2004-02-06 22:54:00 +00:00
jmmv
b593aa4906 Update to 2.0.8:
* Build fixes and other improvements (Bastien)
2004-02-06 21:40:19 +00:00
jmmv
54149ee350 Update to 2.4.3:
* control activation signal emission (Federico)
2004-02-06 20:35:31 +00:00
jmmv
2d429b48f1 Update to 2.4.3:
* Fix bug in logic in the property bag code (Thanks to Dave Jones)
* Backport fix for bonobo-activation from HEAD (Michael)
2004-02-06 20:34:59 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
grant
0c151088f0 this module is named 'Expect'. s/expect/Expect/ in PKGNAME. 2004-02-06 08:38:59 +00:00
jlam
9346ac187a Reorder some lines so they appear before bsd.prefs.mk and set
USE_BUILDLINK3 to "yes".  This should fix installation of libtool-base
using gcc3 from pkgsrc.
2004-02-05 21:30:00 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
salo
9a18a843bc Update to version 1.13.
Based on a patch from MAINTAINER, sent privately.

Changes:

- DESCR should contain a short description, not manual.
- style nits.

No changelong available.  Recursive diff to previous version shows some build
fixes, documentation updates and user authentication support(?).
2004-02-05 14:03:26 +00:00
markd
c98145b460 Removed umbrello - now part of kdesdk 2004-02-05 09:11:26 +00:00
markd
ee7376942e Remove umbrello package - now part of kdesdk 2004-02-05 09:09:33 +00:00
markd
958e52c723 Update to KDE 3.2
Changes:
SDK

KUIViewer
* NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian
  Reinhart Geiser

UI Thumbnail
* NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser

KCachegrind
* NEW IN KDE: KCachegrind, a profile data visualisation. The data is
  generated with the Valgrind derived tool Calltree (see homepage) Josef
  Weidendorfer

Cervisia
* Login support for pserver cvs servers Christian Loose
* DCOP service that provides easy access to CVS functions (cvsservice)
  Christian Loose
* Optimize and improve Cervisia's file and directory view (UpdateView)
  Andre Woebbeking
* Better SSH support. Add ability to start and use ssh-agent.
  Christian Loose
* More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre
  Woebbeking
* Remember last opened directory in "Open Sandbox..." dialog Christian
  Loose
* Add new command line option (-log) to display a log dialog for a
  single file without starting Cervisia Christian Loose
* Add "diff to HEAD" functionality to display changes made by other
  developers before updating the local working copy Andre Woebbeking
* Make list views configurable (column order/widths, sorting) Andre
  Woebbeking
* Add "Hide Empty Directories" functionality to display only
  directories which contain any "changes" Andre Woebbeking
* Use user's settings (locale and timezone) to display dates and times
  Andre Woebbeking
* Add splitters to resolve dialog Christian Loose
* Add new view to log dialog that shows the cvs output in a similar
  form as the command-line client. Christian Loose

KFilePlugins
* ts: Displays the number of translated, untranslated and obsolete
  messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus
* diffAdded support for recognizing Subversion diff output. Otto
  Bruggeman

KBabel
* Catalog Manager caching Stefan Asserhall
* Bookmarks Marco Wegner
* TMX dictionary plugin Stanislav Visnovsky
* Highlighting code rewrite Marco Wegner
* CVS integration in Catalog Manager Marco Wegner
* GNU gettext plural forms Stanislav Visnovsky
* Validation plugin-based tools Stanislav Visnovsky
* Create plural form translation from single text Stanislav Visnovsky
* Marking using mouse in Catalog Manager Stanislav Visnovsky
* RegExp marking in Catalog Manager Marco Wegner
* Plugin-based file import/export Stanislav Visnovsky
* Autosave feature Marco Wegner
* Whitespace translations validation plugin Dwayne Bailey
* Translation length validation plugin Dwayne Bailey
* Translations still in English validation plugin Dwayne Bailey
* Qt Linguist import/export plugin Marco Wegner

Kompare
* Fixed some problems with the interaction between the navigation part
  and the komparepart, mostly preventing double emitted signals so it
  got a bit faster. Otto Bruggeman
* Added the ability to load a file and diff output and to patch the
  file. Otto Bruggeman
* A lot of internal cleanups so maintenance will be easier. Otto
  Bruggeman
* Added an interface class/library you can link your application against
  to expose the extra methods the komparepart implements over a standard
  KPart. This is not guaranteed to be binary compatible yet. I might
  need to add support for the encoding in the interface. Otto Bruggeman

Umbrello
* NEW IN KDE: Umbrello UML Modeller Umbrello Developers
* refactoring agent Umbrello Developers
* improved code export Umbrello Developers
* changing properties of multiple items at one time Sebastian Stein
* refactor internal code (Widget and WidgetData classes) Oliver Kellogg
* Add Datatype widget and internal representation Umbrello Developers
2004-02-05 08:27:59 +00:00
grant
1d1b3d4fec USE_LANGUAGES=c c++ 2004-02-05 08:00:08 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
d9c0b79cbb add missing subst for RLPREFIX in setup.py. 2004-02-05 03:42:32 +00:00
abs
5b1cad1352 Update rt-mysql and rt-pgsql to rt-mysql-2.0.15 and rt-pgsql-2.0.15
Various changes from 2.0.13, most obvious of which appears to be that
RT no longer causes problems with the HTML::Mason in pkgsrc.
Also add a note as to how to get an Apache configuration which does not
ignore POSTs. Still some configuration issues, but we are now _nearly_
working without some small hacking, as opposed to completely broken.
2004-02-04 22:19:09 +00:00
jmmv
bd3f2aa609 Update to 0.15:
Version 0.15 (2004/02/04)
-------------------------

* Documentation changes to match Buildtool 0.15.

  - Removed all information about bt_make and bt_wrap.

  - Added preliminar information about the new bt_logic module.

* Added a simple tutorial for developers, guiding them in the creation of
  a simple project from the beginning.
2004-02-04 17:14:19 +00:00
jmmv
84c7b36877 Update to 0.15:
Fifteenth alpha version, released on 2004/02/04.

     o   Finally dropped bt_make and bt_wrap, together with all compatibility
         code introduced around them.

     o   M4 is no longer needed.  It was introduced to clean up code, but it
         has proven to only ofuscate it.  As a side effect, bt_swcgen uses
         shell scripts instead of macro files to generate system wide configu-
         ration.

     o   Added some checks to bt_config: bt_check_hdr_time(),
         bt_check_prog_cc_flag() and bt_check_prog_cxx_flag().

     o   Support for the `+=' operator (append text to a variable) was added
         to bt_sh.  This can be used to simplify syntax when writting scripts.

     o   Support for pkgconfig files was added to bt_pkgflags.

     o   Support for pkgconfig command line syntax was added to bt_pkgflags
         (it is not exactly the same, but we now support operators in their
         real form, like `=' or `!=', plus spaces to separate keywords).

     o   Multiple portability problems fixed.
2004-02-04 17:12:09 +00:00
grant
0a55d7d6cd simplify by commenting the pkg's Makefile variables as they're
already set by pkgsrc. override the do-install target.
2004-02-04 13:33:36 +00:00
grant
3c03a15b10 add files installed on Solaris. 2004-02-04 12:19:57 +00:00
grant
58ce2c63e6 replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
2004-02-04 04:38:54 +00:00