summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-02-08Make FreeBSD patch for ld.so semantic differences between linux and bsdmjl3-14/+14
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-08add a CONFLICT on the old PKGNAME.grant1-1/+3
2004-02-08s/then/them/snj2-2/+2
2004-02-08Update to 1.04:kim2-5/+5
- 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-08Fix the installation of libltdl on non-NetBSD platforms and correct askrll4-6/+96
typo in version_type for BSD/OS. PKGREVISION++
2004-02-08Don't set LD to ${BUILDLINK_DIR}/bin/ld in the libtool script.jlam1-1/+6
2004-02-08Use bz2 tarball; suggested by Michal Pasternak in PR 24351.wiz2-4/+5
2004-02-07texinfo-4.0 is not enough, 4.5 works ok.wiz1-2/+2
Addresses PR 24347 by Garry Page.
2004-02-07Use CXXLINK instead of LINK in some placeswiz2-1/+25
to fix build on -current.
2004-02-07Fix endless loop in pathname canonicalization in install mode.seb3-5/+6
As seen in PR pkg/24333. Fix from skrll@. Bump PKGREVISION.
2004-02-06When removing patches, it is a good idea to removewiz1-5/+1
them from the distinfo file too (hi jmmv! ;) ).
2004-02-06Update to 2.0.8:jmmv3-15/+13
* Build fixes and other improvements (Bastien)
2004-02-06Update to 2.4.3:jmmv2-6/+5
* control activation signal emission (Federico)
2004-02-06Update to 2.4.3:jmmv2-6/+5
* Fix bug in logic in the property bag code (Thanks to Dave Jones) * Backport fix for bonobo-activation from HEAD (Michael)
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam7-18/+18
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06this module is named 'Expect'. s/expect/Expect/ in PKGNAME.grant1-2/+2
2004-02-05Reorder some lines so they appear before bsd.prefs.mk and setjlam2-6/+6
USE_BUILDLINK3 to "yes". This should fix installation of libtool-base using gcc3 from pkgsrc.
2004-02-05The long awaited update libtool to 1.5.2.skrll28-772/+292
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-05Update to version 1.13.salo3-32/+21
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-05Removed umbrello - now part of kdesdkmarkd1-2/+1
2004-02-05Remove umbrello package - now part of kdesdkmarkd4-220/+0
2004-02-05Update to KDE 3.2markd5-88/+378
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-05USE_LANGUAGES=c c++grant1-1/+2
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam12-60/+40
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam12-60/+48
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam12-12/+108
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-05add missing subst for RLPREFIX in setup.py.grant1-1/+2
2004-02-04Update rt-mysql and rt-pgsql to rt-mysql-2.0.15 and rt-pgsql-2.0.15abs4-60/+58
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-04Update to 0.15:jmmv3-9/+9
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-04Update to 0.15:jmmv4-34/+10
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-04simplify by commenting the pkg's Makefile variables as they'regrant3-31/+33
already set by pkgsrc. override the do-install target.
2004-02-04add files installed on Solaris.grant1-0/+6
2004-02-04replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install ongrant1-2/+2
Solaris.
2004-02-04s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion ofgrant1-3/+2
bsd.prefs.mk.
2004-02-04fix CONFLICTS on openldap.grant1-2/+2
2004-02-04Require both the C and C++ compilers since we usually want libtool to findjlam1-1/+6
the same set.
2004-02-04replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install ongrant1-9/+8
Solaris. remove duplicate USE_PKGINSTALL. whitespace cleanup.
2004-02-03Add buildlink3.mk. (needed to bl3ify lang/mono)recht1-0/+21
ok'ed by xtraeme@
2004-02-03add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yaccgrant1-13/+2
to build.
2004-02-03trim whitespace, wrap lines at 75 cols.grant1-8/+8
2004-02-03Update to 0.5.0. No changelog available, but the announcement saysepg3-21/+6
that this release works with Subversion 0.36 and 0.37, so require at least 0.36. patch-aa no longer needed.
2004-02-03run ${MAKE_PROGRAM}, not ${MAKE}, and set the environmentgrant1-2/+2
appropriately.
2004-02-02These packages need a C++ compiler.jlam5-10/+10
2004-02-02fix wrong usage of ${OPSYS} in PLIST. fixes install on non-NetBSD.grant2-4/+4
bump PKGREVISION.
2004-02-02Update mk-files:sjg2-6/+6
- fix a typo in autodep.mk - extract HOST_TARGET stuff to host-target.mk so own.mk and Generic.sys.mk can share it.
2004-02-01Fix cosmetic problem in last change.tron1-2/+2
2004-02-01Fix incorrect path to "gnomesupport.h". The patch was provided bytron1-2/+2
Min Sik Kim in PR pkg/24285.
2004-02-01bl3ifyjlam1-4/+4
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam4-8/+8
overridden.
2004-01-31s/seperate/separate/snj2-2/+2