summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-01-08#include statements in asm files that did not match the form:thorpej4-219/+222
#include "foo.h" ..or.. #include <foo.h> would cause mkid to happily loop forever. Fix this, making the scanner properly detect EOL/EOF and defined name tokens in #include statements, as well. Merge all libidu/scanners.c patches into a single patch file. Bump package revision to nb3.
2003-01-07Remove gtk-doc dependancy from buildlink2.mkjmmv2-4/+2
2003-01-07Avoid installing an opencm rc.d file. It does not work under NetBSD.jmmv3-9/+8
Bump PKGREVISION to 1.
2003-01-07Remove duplicate empty line.wiz1-2/+1
2003-01-07Thank createbuildlink; initial buildlink2.mk.uebayasi1-0/+23
2003-01-07Buildlinkify.uebayasi3-8/+9
2003-01-07Actually buildlinkify.uebayasi1-3/+4
2003-01-07Really install the symlink.wiz1-1/+6
2003-01-07always install bin/gpatch (thanks wiz).grant2-3/+10
bump PKGREVISION.
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi8-19/+16
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-06Correctly honour GNU_PROGRAM_PREFIX on non-NetBSD platforms forgrant1-2/+3
consistency (hi wiz!) bump PKGREVISION.
2003-01-06update checksum for patch-ag (hi Jaromir!)grant1-2/+2
2003-01-06string 'audio' has five, not three characters, so skip 5, not 3jdolecek1-2/+2
problem noted and patch supplied in PR pkg/19715 by Andreas Wrede
2003-01-06Update to gail 1.1.7. This version includes pregenerated html documentationjmmv5-20/+19
and a new --with-html-dir option.
2003-01-06Instead of libtool-base>=${LIBTOOL_REQD}, directly specify >=20010614nb1,jlam1-2/+2
which was the last version with a different shared library number on libltdl.so.
2003-01-06Update anjuta to 1.0.1. Changes include:rh12-187/+208
New: Auto-complete takes graphics now. New: Auto-complete automatic. New: Per project editor properties New: Sub windows now float above main window. New: Project version and excluded modules configuration. New: Errors and warnings indications in editor. New: Tools support and tools editor. New: Incremental search (like emacs I-Search) Bug fix: Printing now takes editor default fonts Bug fix: Rpm package fix Bug fix: ChangeLog insert uses spaces (instead of tabs) Bug fix: Fixed compiler warnings. Bug fix: Fixed debug terminal bug Bug fix: Disabled gladen to remove the libssl dep. Bug fix: brace indentation works properly. Bug fix: Wrap-around search Updated: Upgraded scintilla to 1.49+ Updated: Upgraded editor properties and added new properties. Updated: Organized plugins New: CVS support for Projects and individual files, file revisions are displayed in Files pane New: Gnome Print support (including syntax colouring) New: Patch plugin to apply diffs New: Application Wizard support for wxWindows, Xlib, GNOME2, Gtk2 and libglade2 Projects, plus option for dynamic or static libraries as targets in generic Projects New: user identity preferences enabling new editor functions New: better GNOME integration, now uses configured GNOME URL handlers New: MIME handling New: Anjuta kickstart tutorial New: automatic expression tips during debugging (hover-and-show) New: compilation warning/error navigation from terminal New: better find functionality New: enhanced file selection widget New: enhanced Evolution-style about dialog New: Automatic Variable display when mouse hovered on the variable name (in dubugger mode). New: Raw memory veiw for debugger (somewhat resembling ghex). Updated: many usability improvements to the GUI and menus
2003-01-05Avoid a conditional based on the value of GNU_CONFIGURE. This allowsjlam1-9/+21
gettext-lib/buildlink2.mk to be included anywhere in a Makefile instead of only after where GNU_CONFIGURE may be defined.
2003-01-05Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-8/+44
Avoid dependancy on gtk-doc (as the package ships with pre-generated documents) and on gnu gettext (not needed any longer). Some PLIST fixes. Bump PKGREVISION to 4.
2003-01-05Update gail to 1.1.6. Changes since 0.17 are mostly bugfixes and cleanup.jmmv7-81/+27
2003-01-05Update bonobo-activation to 2.1.1. Changes since 2.1.0 include severaljmmv4-23/+7
bugfixes, code cleanup and a new translation to Belarusian.
2003-01-05Install empty directory lib/libglade/2.0, used by packages depending onjmmv2-2/+8
libglade2 to install modules inside it.
2003-01-05Bump PKGREVISION to 3; changes:jmmv4-25/+38
- Fix PKGNAME to use variable modifiers. - Depend on python, which is required to create a script. - Disable gtk-doc detection (not required). - Install documentation in share/doc/html, instead of share/gtk-doc/html.
2003-01-05Fix typo in comment... dirrm -> @dirrmjmmv1-2/+2
2003-01-05Do not try to remove lib/bonobo/{monikers,servers} (removed byjmmv1-3/+3
bonobo-activation).
2003-01-05Do not try to remove lib/bonobo/servers (removed by bonobo-activation).jmmv1-3/+3
Do not try to remove lib/bonobo-2.0/sample (removed by libbonobo).
2003-01-05Note that share/idl is removed by ORBit2jmmv1-1/+2
2003-01-05Do not try to remove lib/gtk-2.0/modules; it is done by the gtk2 dependancy.jmmv1-2/+2
2003-01-04Create/remove empty directory lib/bonobo/monikers, used by dependancies.jmmv2-2/+7
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv5-73/+49
Some PLIST cleanup (tell where shared directories are removed). Bump PKGREVISION to 4.
2003-01-04Require pkgconfig>=0.14.0rh1-2/+2
2003-01-04Make this package install its configuration files under the examples treejmmv4-11/+28
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 3.
2003-01-04Addjschauma1-1/+3
CHECK_SHLIBS=NO SHLIB_HANDLING=NO as suggested by wiz in an attempt to fix problems seen in the recent bulk-builds. (Note: I can't reproduce the problem and IIRC previous bulk- builds did not have them, either, so these fixes are very speculative.)
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv4-21/+40
(and fix the PLIST... it seems docs were not installed before) Do not depend on gtk-doc, as the package comes with prebuilt docs. Bump PKGREVISION to 2.
2003-01-04Use ${GZIP_CMD} instead of gzip in the hope it fixes the bulk build problem.wiz3-7/+13
2003-01-04It's a PKG_SKIP_REASON if OPSYS support is missing, not a PKG_FAIL_REASON.wiz1-2/+2
2003-01-04Fix location of PLIST.common_end. Will probably fix recent bulk build failure.wiz1-2/+2
2003-01-04Append ";" after attribute. From bison CVS repository.cjep3-2/+20
This appears to fix a problem when building print/lilypond. Bump PKGREVISION.
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-38/+40
Also avoid possible detection of gtk-doc and Qt (may generate different binary packages if found). Sort PLIST too. Bump PKGREVISION to 1.
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv4-32/+47
Also avoid possible detection of gtk-doc (not needed). Bump PKGREVISION to 1.
2003-01-04Install documentation under share/doc/html (not share/gtk-doc/html).jmmv2-98/+99
Also avoid possible detection of gtk-doc (not needed). Bump PKGREVISION to 1.
2003-01-04Updated libgnomeui to 2.0.6. Changes:jmmv3-13/+11
* Added am, be, da translations. * libgnomeui/gnome-druid.c (gnome_druid_instance_init): Grab the focus on the next button rather than just setting the HAS_FOCUS flag.
2003-01-04Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:jmmv3-8/+8
- bonobo/bonobo-file-selector-util.c (create_bonobo_selector): fix acute brokenness. - bonobo/bonobo-ui-component.c (ui_event), (impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination. - tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup. - bonobo/bonobo-ui-component.c (bonobo_ui_component_set_translate): don't segv later if we have a NULL / bogus xml string coming in. - Added am and be translations. - samples/controls/Makefile.am, samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir). - bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the screen argument - configure.in: require libxml - fixes breakage from removing it from bonobo-activation's pkg-config requirements.
2003-01-03Updated libgnome to 2.0.6. Changes since 2.0.4:jmmv3-10/+12
- Added el, be, cs and am translations. - Make gnome_program_module_register do what it's supposed to do.
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv9-18/+18
Approved by wiz.
2003-01-03Update Gorm to 0.2.0. Notable changes include:rh3-60/+78
* Custom class support/translations implemented. * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView editing. * Improved test mode support. * Improved drag n' drop support on many items. * Intelligent placement hints. * Read gmodel files. * More inspectors. * Sound and Image support. * gorm files were changed to directory wrappers for more flexibility.
2003-01-03Depend on gnustep-1.5.1 (via buildlink2)rh2-188/+120
Fix PLIST to accommodate gnustep-1.5.1 changes Bump PKGREVISION
2003-01-03Update gnustep-base to 1.5.1.rh3-11/+10
Noteworthy changes in version `1.5.1' ===================================== * Port NSThread to MingW * Better framework support in NSBundle * Added Thai string encodings. * New makeImmutableCopyOnFail: method. * Lots of autogsdoc improvements, Updated gsdoc DTD to 1.0 version. * Added GSPrintf for logging to stdout. * Warning logs selectable at runtime. * NSTimeZone code rewritten for speed.
2003-01-03Update gnustep-make to 1.5.1.rh4-13/+42
Changes in version `1.5.1' ========================== * Framework support rewritten, also supports multiple names. * API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR. * Unified link commands between libraries and frameworks (LIB_LINK_*). * New 'make strings' target for localization support. * Speed improvements. * Doesn't try to build OSX bundle on GNUstep and vice versa. * API change: Tools/Subproj can have resources. * API change: TOOL_INSTALL_DIR.
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv3-7/+3
not try to remove it, even if empty.
2003-01-02fix dependency for m4hubertf1-2/+2