summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-08-25Revert the previous change. ONLY_FOR_PLATFORMS is already defined inkent1-3/+1
dependent package.
2003-08-25Add ONLY_FOR_PLATFORM.kent1-1/+3
2003-08-23Add dependency on bison if there is no yacc; addresses PR 20772.wiz1-4/+7
Add HOMEPAGE and remove ONLY_FOR_PLATFORMS (from the same PR).
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma4-9/+9
2003-08-22Add missing include file to BUILDLINK_FILES.librsync.seb1-2/+2
2003-08-22Add and enable fastdep.jmmv1-1/+2
2003-08-22Initial import of fastdep, version 0.15:jmmv5-0/+46
fastdep is a fast dependency generator for C/C++ files. It generates a file ready to be parsed by the make(1) utility containing dependancy specifications for all source files given to it. The program is written in C++ with a handoptimized parser for just the preproccesor tokens; therefore it is faster than GCC because it does just one thing.
2003-08-21Add correct TEST_TARGETheinz1-1/+3
2003-08-18Correct XEmacs support.minoura2-9/+8
Tested with xemacs214.
2003-08-18xemacs211 -> xemacs214minoura1-4/+4
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
2003-08-17Allow also Python 2.3 to be used.recht1-2/+2
2003-08-17install private header files as well. an application (latest version ofkei5-5/+41
lang/gauche, actually) needs them. there are some comments in doc/README.changes about this issue.
2003-08-15Fix Python binding, which has been broken since 0.24.epg4-29/+53
Pass BUILDLINK_CPPFLAGS to subversion-python build so building with a Python package using pth will work.
2003-08-15Update to 0.27.0recht6-38/+38
Lots of bug-fixes and changes. Eg.: * fixed 'svn merge': . (r6447,#1402) -r FOO:PREV works correctly . (r6452,#1379) no longer prints confusing no-op lines . (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied * cvs2svn.py: lots of bugfixing related to branch/tag support * fixed 'svn diff' and 'svn merge': . (r6604, #1311) diff URL URL on files now works . (r6668, #1142) diff comparing wc to repos branch . (r6687, #1297) diff/merge interaction in file adds . (r6703, #1319) merge problem with adding subtrees . (#6607) new default ancestry-following behavior for diff, merge (Have a look at CHANGES for a complete list.) OK'ed by epg@
2003-08-14Update librsync to 0.9.6: - Required for updated rdiff-backupabs4-14/+13
* Large file support fixes. * [v]snprintf or _[v]snprintf autoconf replacement function fix. * Changed installed include file from rsync.h to librsync.h. * Migration to sourceforge for hosting. * Rollsum bugfix that produces much smaller deltas. * Memory leaks bugfix patches. * mdfour bigendian and >512M bugfix, plus optimisations patch. * autoconf/automake updates and cleanups for autoconf 2.53. * Windows compilation patch, heavily modified. * MacOSX compilation patch, modified to autoconf vararg macro fix. * Debian package build scripts patch.
2003-08-12A somewhat recent makeinfo is needed.seb1-1/+3
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>. But version 4.0 is good enough and this is what is available on the 1.6 branch.
2003-08-10Update Gorm to 0.3.0.rh3-115/+72
Noteworthy changes in version `0.3.0' ===================================== * Preferences added. * User can now enable and disable guidlines for easier editing. * Refactored code into GormLib which is a clone of the InterfaceBuilder framework. This facilitates creating palettes and inspectors outside of Gorm. * Added class inspector for easier editing of classes. This gives the user the option to use either the outline view or the inspector to edit new classes. * Added inspectors for the following: NSScrollView, NSProgressIndicator, NSColorWell, GormImageInspector (for images added to .gorm files). * Improved look of NSTabView inspector. * Removed all warnings from the code. * various bug fixes.
2003-08-10s/gui/GUI/grant3-6/+6
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb50-100/+50
2003-08-09add TEST_TARGETheinz1-1/+3
2003-08-09HOMEPAGE and TEST_TARGETheinz1-1/+4
2003-08-07Updated cpuflags to 0.56abs3-7/+8
- If !defined BSD_PKG_MK and DBG is set to -Os, do not alter COPTS. This stops setting of -march=XXX causing overflowing of install media - disable -fomit-frame-pointer for lua and koffice
2003-08-07Improve description.wiz1-3/+10
2003-08-06Correct PLIST for version for 1.6.0.jtb1-2/+220
2003-08-06h5perf isn't installed by this packagejmc1-2/+1
2003-08-05Update to 2.2.4:jmmv2-5/+5
- Chain to BonoboSocket's hierarchy_changed parent handler - #118705 (Federico)
2003-08-05update for revision bumpsdrochner1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner4-6/+8
2003-08-05Update to 4.3.wiz4-20/+38
Version 4.3 21-May-03 Refactoring for code improvements. POSIX compat fix (constification). UTF-8 fixes. Version 4.2 14-Apr-03 Build fixes. Removed some compiler warnings. UTF-8 fixes. Version 4.1 12-Mar-03 Compilation fixes. A bug fix, and two optimization fixes. Highlights of the 4.0 release: 1. Support for Perl's \Q...\E escapes. 2. "Possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's Java package. They provide some syntactic sugar for simple cases of "atomic grouping". 3. Support for the \G assertion. It is true when the current matching position is at the start point of the match. 4. A new feature that provides some of the functionality that Perl provides with (?{...}). The facility is termed a "callout". The way it is done in PCRE is for the caller to provide an optional function, by setting pcre_callout to its entry point. To get the function called, the regex must include (?C) at appropriate points. 5. Support for recursive calls to individual subpatterns. This makes it really easy to get totally confused. 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to name a group. 7. Several extensions to UTF-8 support; it is now fairly complete. There is an option for pcregrep to make it operate in UTF-8 mode. 8. The single man page has been split into a number of separate man pages. These also give rise to individual HTML pages which are put in a separate directory. There is an index.html page that lists them all. Some hyperlinking between the pages has been installed.
2003-08-05Revision bump, because libexif.so.major changedadam1-2/+2
2003-08-05Add a missing header file.jtb1-2/+4
2003-08-04some more X11BASE->LOCALBASE changesdrochner1-2/+2
2003-08-04Update to 1.6.0.jtb3-21/+21
Summary: This release has the following new features that are not available in 1.4.* releases 1. Generic properties to give application more control on I/O pipeline 2. Time allocation and fill value properties 3. New filters: external compression filter szip internal shuffling and checksum filters 4. Compact storage layout for datasets 5. Redesigned I/O pipeline for better performance. For more information see http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/index.html http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide.html http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/Changes.html
2003-08-04Deal with the changed layout of the "Idle" IDE stuff in Python-2.3:drochner1-5/+25
All the meat coms with the base installation; we just install a small wrapper here.
2003-08-04Removed gpasm which has been supersceeded by gputilswulf5-168/+0
2003-08-03Added and enabled gputils: a collection of tools for Microchip's PICwulf1-2/+2
micro-processors, replacing obsoleted package gpasm. Removed obsoleted package gpasm.
2003-08-03Initial commit of gputils-0.11.6, a collection of development tools forwulf4-0/+485
Microchip's PIC micro-processors, replacing obsoleted package gpasm.
2003-08-03Update bmake and mk-files.sjg4-11/+11
Changes to mk-files: * install-mk: add ability to use cp -f when updating destination .mk files. Also now possible to play games with FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk into dest - not recommended unless you seriously want to. * own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc for semi-compatability with NetBSD. Changes to bmake: * boot-strap: Allow setting configure args on command line. * configure.in: add --with-defshell to allow sh or ksh to be selected as default shell. * Merge with NetBSD make 20030731 Pick up .SHELL spec for ksh and associate man page changes. Also compat mode now uses the same shell specs. * var.c (Var_Parse): ensure delim is initialized. * unit-tests/Makefile.in: use single quotes to avoid problems from some shells. * makefile.boot.in: Run the unit-tests as part of the bootstrap procedure. * unit-tests/Makefile.in: always force complaints from ${TEST_MAKE} to be from 'make'. * configure.in: add check for 'diff -u' also fix some old autoconf'isms * Makefile.in (BMAKE_VERSION): bump version to 20030728. if using GCC add -Wno-cast-qual to CFLAGS for var.o * Merge with NetBSD make 20030728 Pick up fix for :ts parsing error in some cases. Pick unit-tests.
2003-08-03CVSync 0.24.3gehenna2-5/+5
Changes: * Fix a bug to fail to update a symlink status. (client) * New keyword: nordiff (server) On updating a regular file, a server send a whole file instead of using rdiff algorithm. It is efficient to update tarballs or similar. * Improve a rdiff performance slightly. (server)
2003-08-02Make this compile on archs where size_t != unsigned int.kristerw2-1/+14
2003-08-02Override config.guess and config.sub to make the pkg recognize and buildkristerw1-1/+3
on more systems (e.g. NetBSD 1.6.1/shark).
2003-08-02gcc 2.95.3/arm gives "internal compiler error" when compiling this with -O2.kristerw1-1/+5
Use -O1 instead for arm.
2003-08-02Undo last. While it may make live easier, it's not good for binarywiz1-2/+2
packages.
2003-08-02when determining whether iconv is required, don't require gettext-libgrant1-2/+2
0.11.5nb1 or higher, 0.11.5 is good enough. fixes build with slightly older installation of gettext-lib.
2003-08-02use USE_GNU_TOOLS+= so we can co-exist with a user's setting.grant1-2/+2
2003-08-02USE_GNU_TOOLS=awkgrant1-4/+3
2003-08-01Depend on latest kde1. Bump PKGREVISION.wiz1-3/+3
2003-08-01fix makesum.gehenna1-3/+3
2003-07-30Add TEST_TARGETheinz1-1/+3
2003-07-30Update to 2.2.3:jmmv3-8/+45
- Fixed BonoboSocket so that it will autoactivate controls appropriately; this did not work for in-process controls. - Merged changes from the HEAD branch so that toolbar buttons are not focusable.