summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-03-30* Install info files into ${EMACS_INFOPREFIX}, which is the correctjlam4-21/+29
location for both emacs and xemacs. * List the info files directly in the PLIST. * Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
2006-03-30Update to kdevelop 3.3.2 (Part of KDE 3.5.2)markd1-3/+2
2006-03-30Update to kdevelop 3.3.2 (Part of KDE 3.5.2)markd3-10/+14
changes unknown
2006-03-30Update to KDE 3.5.2markd2-7/+5
* KBabel o Improve loading of Gettext PO files, especially in case of recoverable or unrecoverable errors o Settings of the SVN/CVS dialogs are now project-releated (and not global anymore). o Improve sending PO file(s) as email. * Umbrello o Use horizontal and vertical lines when drawing association o Import Rose model files (no diagrams yet, o Automatically fill useful info into the Perl writer heading template o Documentation for association roles not saved o Default data types not added for old Java generator o Problem reordering methods in classes/interfaces o Problem with font size computation/word wrap in note widgets o Custom operations in sequence diagrams become class operations o Fork/join symbol appears as a black box o Multiplicity labels positioned incorrectly when moving entities o Types of entity's attributes are displayed instead of their names o Unable to delete entity from entity list in "UML Model" frame o Interface names not italicized in diagram view o Cannot Resize Sequence Diagram Synchronous Messages o Sequence diagram: constructor message only works at 100 percent zoom o Documentation for associations is not retained o Crash when importing Python files o "void" is imported as a class o Crash when creating a datatype with the same name as a class o Crash when a non existing data type is used for an argument of a new method o Drag'n'drop doesn't put class under mouse cursor when zoom is not 1:1 o Crash when refusing to rename a class on importing typedef o Java import fails at abstract methods or interfaces
2006-03-29Update devel/netbsd-iscsi to 20060329 - more Solaris 9 portability mods.agc2-6/+6
2006-03-29Include <sys/param.h> before checking __NetBSD_Version__ value.uebayasi2-5/+5
2006-03-28Add DragonFly support.joerg3-8/+18
2006-03-28Fix pthread linkage.joerg2-1/+20
2006-03-28Update the (leaf package) NetBSD iSCSI target software to version 20060327,agc2-8/+8
to pick up portability mods. Notable changes in this version: + now runs on FreeBSD 6.0 (thanks to F. Senault) + now runs on Solaris 9 + Vital Product Data part of INQUIRY SCSI command handling added (to appease the Solaris initiator, untested as yet, due to Solaris 10 update 1/06 not running on my Ultrasparc hardware).
2006-03-23Update to 1.041. From the changelog:schmonz2-7/+6
- Modified cli-generate to add man page and HTML output options, and more formatting commands. - Tweaked the hmac_finish prototype to properly indicate that the midstate is const and unmodified by the function.
2006-03-23Make this build on Darwin.yyamano3-1/+29
2006-03-23add "IS_BUILTIN.pthread-stublib=no"; this fixes a mysterious breakagedrochner1-1/+3
in x11-links/xfree.mk reported by mlh@goathill.org (I don't know what I'm doing.)
2006-03-23Fix typo in message.wiz1-2/+2
2006-03-23Create a platform-dependent symlink only when it doesn't exist.minskim1-3/+6
2006-03-23Make this package build on NetBSD/amd64 by creating a symlink to a properminskim1-2/+7
config file.
2006-03-22* Fix PLIST in the "esound" PKG_OPTION case.jlam6-41/+39
* Avoid hardcoding paths with sed when using the preprocessor is much nicer. * We don't need to explicitly add ${LIBOSSAUDIO} to LIBS since the configure script already knows to search for -lossaudio. * Directly list the info files in the PLIST. Bump PKGREVISION to 2.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv2-4/+4
PR-responsible person (such as I am ;) a little easier.
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam1-3/+1
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-21Add a library to catch calls to pthread_mutex* and *specific* functionsdrochner6-0/+118
where the base system doesn't provide stubs for non-threaded programs (which is just NetBSD<=2 for now). This is absolutely primitive and just sufficient to make MesaLib usable with nonthreaded programs.
2006-03-21Remove BROKEN_IN because this is not broken in recent bulk builds on i386.minskim1-3/+1
2006-03-21Include the static definition of strlcpy() only when it is not availableminskim5-6/+65
on the system. This makes the package build with gcc-4.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam5-8/+11
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam8-21/+28
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20* Set GNU_CONFIGURE_PREFIX instead of setting each of the --bindir,jlam2-22/+18
--infodir, --mandir, etc. As a side-effect, this corrects the location of the installed info files and man pages to be under "gdbada". * Pass LDFLAGS through to the build via MAKE_FLAGS so that pkgsrc's rpath flags are passed to the linker. * Remove deprecated USE_NEW_TEXINFO. * List info files in the PLIST instead of the package Makefile. Bump the PKGREVISION to 2.
2006-03-20Replace INFO_DIR with EMACS_INFOPREFIX, which is the correct location forjlam2-9/+10
info files for both emacs and xemacs. Install the info files correctly by handling the case where there may be split info files. List the info files in the PLIST. Use EMACS_MODULES where appropriate to replace the conditional dependency on xemacs-packages. Bump the PKGREVISION.
2006-03-20Use PKGINFODIR to refer to the installation directory for info files.jlam2-5/+8
Modify the default INFOPATH to use ${PKGINFODIR} consistently. List the info files in the PLIST. Bump the PKGREVISON to 4.
2006-03-19Manually add dependency on gmp. Should be implied by ghc dependency,wiz1-2/+4
but that doesn't seem to work. Workaround for PR 33100. Bump PKGREVISION.
2006-03-19Don't thrash %ebx in inline assembly, fixes GCC 3.4+.joerg2-1/+18
2006-03-18Make directory names in PLIST match with those created by "make install".minskim2-8/+9
2006-03-17Add forgotten HAVE_STRUCT_LWP entry to gdb/config.h.in to fixjoerg2-1/+11
botchup on NetBSD current.
2006-03-16The plist module automatically handles converting "man" entries intojlam1-2/+2
${PKGMANDIR} entries -- no need to do it here.
2006-03-16Consistently use NetBSD.org address for shell, shellhung.org does not exist.wiz2-4/+4
2006-03-16Reset maintainer, host says:wiz1-2/+2
Name service error for name=wongs.net type=MX: Host not found, try again. for five days in a row, on two separate occasions (more than a week apart).
2006-03-16Don't patch both the texinfo file and the generated info file. Thisjlam2-18/+1
avoids problems with timestamps and make's dependency graph calculations.
2006-03-16Stupid code using zlib's prototype header. Patch away.joerg2-1/+17
2006-03-15Libtoolify trio. Bump revision.joerg3-15/+53
2006-03-15Fix build before someone tries to use this. *blush*joerg2-4/+7
Honour PKGMANDIR. Bump revision.
2006-03-14USE_PKGINSTALL isn't needed here to make these packagse use thejlam1-4/+4
pkginstall framework. In the case of libtool-base, avoid using FILES_SUBST_SED where it isn't needed.
2006-03-14Modify .if statement introduced in previous commit so that it workskristerw1-2/+2
for the NetBSD 1.6 make too.
2006-03-14Update buddy to 2.4.kristerw6-73/+15
The changes since last packaged version are only build related.
2006-03-14Make "pango-querymodules" work under Mac OS X again. This allows totron3-3/+17
run GTK2+ applications again. Bump package revision.
2006-03-14Drop maintainership for packages that I no longer have time to maintain.jlam4-8/+8
2006-03-14remove a bashism ("select") in the merge scriptdrochner3-3/+48
(this is quite invasive: it disables "FileMerge.app" on MacOS) bump PKGREVISION
2006-03-14Remove an entry that is also in x11/kdelibs3/PLIST. Bump PKGREVISION.minskim2-4/+4
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-12/+6
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-14Add DragonFly support. Hack around gettext brokeness. Since it isjoerg11-17/+241
easier to patch the output of autoconf, also create gdb/configure with the changes from configure.in directly, removing the build dependency on autoconf.
2006-03-13Fixed compilation errors with patch-ba and "old" OpenSSL versions. Canrillig2-14/+15
someone please have a look if the data types are all correct, as I don't know OpenSSL.
2006-03-13Try to fix compilation for older OpenSSL and NetBSD -current.joerg3-11/+30
Remove BROKEN_IN.
2006-03-13Update to 1.12.0:wiz4-28/+30
Overview of changes between 1.11.99 and 1.12.0 ============================================== * Compilations fixes for MSVC. [#333115, Tor Lillqvist] * More NULL-check against unusable fonts, helps with Win32 fonts without a Unicode cmap. [Tor] * Use g_print instead of printf for debugging output in Win32 backend. [#332855, Tor] Overview of changes between 1.11.6 and 1.11.99 ============================================== * Fix problem recently introduced that made Win32 backend render boxes only. [#332538, Hans Breuer] * Insert '?' chars instead of invalid UTF-8 sequences in pango_layout_set_text [#33195] * Bugs fixed in this release: 332167,332538,331995 Overview of changes between 1.11.5 and 1.11.6 ============================================= * Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface. * Fix a few crashers, especially when a font cannot be read. [#314239] * Change some g_critical's to g_warning, where it's not application's fault. [#331723] * Bugs fixed in this release: 330795,331038,329148,331994,331995,331996,314239,331723 Overview of changes between 1.11.4 and 1.11.5 ============================================= * Cleanup work on the win32 backend. Families are not listed all in lower case anymore. * New public function: pango_win32_font_description_from_logfont. * pango-view accepts --wrap now, and lists backends in --help output. * A couple minor bug fixes. Overview of changes between 1.11.3 and 1.11.4 ============================================= * Major change in the low-level interface of Pango. The special value PANGO_GLYPH_EMPTY is now defined to mean a "draw nothing" glyph. This was what glyph 0 was used for previously. As a result, bumped up the Pango module version, meaning that modules compiled against earlier versions are probably not compatible with this release. [#73147] * New framework in examples for building a binary called pango-view, that can be used to render a text file using any of the available backends. This is installed into bindir now. * Enhancements to the FT2 backend, to draw boxes on missing glyphs. * Better hexbox drawing for cairo backend: Hinting hexbox, and drawing a single-row hexbox for very small font sizes. * Improved documentation. Overview of changes between 1.11.2 and 1.11.3 ============================================= * Do not crash if the shapers fail. * Use g_slice for various struct allocations. * 100% symbol coverage in docs. * Misc bug fixes and documentation improvements. * Janitory works, like removing unneeded files. Overview of changes between 1.11.1 and 1.11.2 ============================================= * Draw hex box on missing glyphs for cairo-fc backend. * New --with-dynamic-modules option added to configure. * Use g_slice for various small memory allocations [Matthias Clasen] * Misc bug fixes, optimizations, and documentation improvements. Overview of changes between 1.11.0 and 1.11.1 ============================================= * ATSUI support for the cairo backend. [Anders Carlsson] * Fixed a couple of regressions with font size and scaling. * Draw a dashed empty box on missing glyphs for cairo-fc backend. * Support OpenType features for basic (Latin/Greek/...) module. * Support swash feature in Arabic module. * Misc bug fixes. * Misc documentation improvements. Optimizations: * Cache GObject private data in PangoFcFont.priv [Federico Mena Quintero] * Add a constant-sized light-weight cache for glyph extents. * Use g_slice_* instead of GMemChunk in mini-fribidi. Overview of changes between 1.10.1 and 1.11.0 ============================================= * Line-breaking algorithm updated to Unicode 4.1. * Code borrowed from GNU FriBidi resynched to version 1.0.7. * New improved Tibetan shaper module. [Pema Geyleg] * Bug fix in Khmer shaper module. [Jens Herden] * Respect fontconfig reassignment of font pixelsize. [Funda Wang] * Make OpenType GPOS handling more robust/correct. [Greg Aumann] * Various documentation fixes and improvements. * Various gcc warning fixes. * Misc bug fixes. Optimizations: * Add a lazy fixed-size per-font cache to map characters to glyphs, in the cairo backend. [Federico Mena Quintero] * Optimize character to script mapping by adding a linear table for characters < U+2000, and also caching the last mid point in bsearch. [Federico, Matthias Clasen] * Enabled mini-fribidi's trashstack instead of direct mallocs. * Short circuit the bidi algorithm for provably unidirectional text. * Make mini-fribidi process UTF-8 directly. * Several strlen and g_utf8_strlen calls removed. [Owen Taylor, Billy Biggs] * Use call tables in the OpenType layout code. * Use quarks for accessing GObject data. [Federico] * Open Pango modules with lazy-bind flags. [John Rice] * Use new negative offsets in g_utf8_pointer_to_offset to avoid scanning from the beginning of line on cursor movement. * Avoid redundant PANGO_IS_FC_FONT checks.
2006-03-12Changes 2.8.5:adam3-13/+9
* Windows Build: - ustring.h: Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug 332438. - Updated MSVC++ build files and README, for MS Visual Studio 2005. * gmmproc code generator: - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext - so that we can insert the appropriate doxygen tag in the documentation, where the C documentation does not do it for us.