summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-29Changes 1.11.0:adam7-55/+43
* Window's path handling has changed to use native paths throughout. * Startup/configuration of the libraries no longer requires environement variables. * Character sets are included in the library rather than being read from data files. * NSRunLoop and related classes use natvie win32 event handling on Windows machines.
2005-07-29Changes 1.11.0:adam6-21/+18
* New rules for building and using DLLs were implemented. Now gcc and other tricks are used to properly export symbols, so no .def file should be needed. * The GNUsteprc file in $GNUSTEP_SYSTEM_ROOT is deprecated. See the new GNUstep.conf file (which is not installed by default). * Psuedo-framwork support was implemented on MingW. This essentially involves copying the framework to several places so it can be used without links, which Windows does not really support. There's no other clean way to do it. * Support for xxx_WINDRES_FILES on MinGW was implemented.
2005-07-29Fix mklivecd entry.wiz1-2/+2
2005-07-29Include unistd.h for readlink prototype instead of adding a prototypewiz2-1/+15
locally (which clashes with the system one on amd64).
2005-07-29Updated graphics/libpixman to 0.1.6adam1-1/+2
2005-07-29Forgot to enable GRUB dependency, do it.xtraeme1-2/+2
2005-07-29Changes 0.1.6:adam2-8/+6
Behavioral changes ------------------ Clips are changed to only affect destination operands, not sources. This gives the desired behavior for cairo. If the X server's Render implementation wants to use pixman it will have to select source clipping, (presumably through a new API call that we can add at that poin). Bug fixes --------- Fix leak of the clip region associated with an image in pixman_image_destroy. Fix units for stride return to be FbStip-sized, (this bug was causing non antialiased text in cairo to appear as garbage). Other changes ------------- The implementation has been merged considerably with xserver/fb. Most of the merge was just name changes, but there were likely some bug fixes or performance improvements in there as well.
2005-07-29Updated mklivecd to 0.12.0xtraeme1-1/+2
2005-07-29Update to 0.12.0.xtraeme5-660/+939
Changes: o cdboot support on NetBSD >=4.0 (-current). o Availability to choose the bootloader through a new option: USE_GNU_GRUB (by default yes). o When using GRUB as the bootloader, it is possible to build and install multiple kernels with the target "kernel", it will install the kernels into the ISO image and the menu.lst file will be modified automatically, see MULTIPLE_KERNELS (mklivecd(8)). o Various misc fixes. o Now /dev uses optimum values for not wasting space. o Added -k flag, that accepts a kernel as argument. To build an additional kernel without looking at the config file.
2005-07-29USE_LANGUAGES=c c++grant1-1/+2
2005-07-29fix build on Solaris:grant3-2/+23
- sunpro wants 'inline' to inline functions, not '__inline' - patch away a rogue ;
2005-07-29build in src/port, too, so libpgport is built on platforms which needgrant1-2/+3
it. fixes build on Solaris.
2005-07-29whitespace fixgrant1-3/+3
2005-07-29honour LDFLAGS and LIBS.grant7-4/+74
2005-07-29this uses a c++ compiler.grant1-1/+2
2005-07-29whitespace fixesgrant1-5/+5
2005-07-29non-void function must return a value.grant2-1/+14
fixes build with sunpro.
2005-07-29honour LDFLAGS and LIBSgrant1-1/+2
2005-07-29fix comment to match realitygrant1-2/+2
2005-07-29wording tweaksgrant1-8/+7
2005-07-29depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-29- indentationgrant1-24/+13
- define NO_BUILD instead of an empty do-build target - eliminate MACHINE_ARCH mangling, i[3-6]86 is already squashed to i386 by bsd.prefs.mk - allow install on Solaris/x86
2005-07-29tidy up formattinggrant2-13/+10
2005-07-29don't assume that all platforms will be able to build a shared librarygrant3-5/+24
out of non-PIC code; do it on NetBSD and Linux/i386 where it is known to be OK.
2005-07-28Convert to options framework, patch provided by Leonard Schmidtwiz2-10/+48
in follow-up to PR 30318.
2005-07-28Document three more options.wiz1-3/+3
2005-07-28Make zlib and x11 explicit dependencies.wiz1-1/+3
2005-07-28+ kde-3.4.2.wiz1-1/+2
2005-07-28Bumped PKGREVISION for openssh. No longer provides MESSAGE.reed1-1/+2
2005-07-28MESSAGE file removed. As mentioned on tech-pkg in May, /etc/ssh.confreed3-25/+5
and /etc/sshd.conf is old (and I assume some configurations from there don't apply any more), user and group are not created automatically (only if PKG_CREATE_USERGROUP is at default YES), UsePrivilegeSeparation is the default, and seems to imply that openssh is insecure without it. Bump PKGREVISION. Change comment regarding MESSAGE.Interix. Removed unused MESSAGE_SUBST settings. Move one to the options.mk as it is for "pam" only.
2005-07-28Update fonts/fontconfig to 2.3.2.reed1-1/+2
2005-07-28Remove the MESSAGE. It is not required. The library will buildreed3-22/+12
caches for individuals as needed. Remove gnome from CATEGORIES. Redo the added font paths because ${LOCALBASE}/lib/X11/fonts is already default as configured above, so don't need to add again. And don't need to list sub-directories of "fonts" because fontconfig already looks in sub-directories too. (I have been using this over a year on various systems like this.) Update to 2.3.2. Changes include: * fc-cache/fc-cache.c: (scanDirs): Fix a few minor leaks in error cases. * fc-cache/fc-cache.c: (main): Destroy font configuration on exit to help valgrind * fonts.conf.in: * src/fcfreetype.c: (FcSfntNameTranscode), (FcFreeTypeCharIndex), (FcFreeTypeCheckGlyph): Use own transcoding routines in preference to iconv which appears to have leaks in some translators. Call iconv_close after using iconv (oops). Prefer unicode encoding of Euro char as some fonts mis-encode Euro in other ones. Must fetch bitmap glyphs to get width values to check for monospace/dual-width fonts. Complete changes at http://www.fontconfig.org/release/ChangeLog-2.3.2 Note that manpage for fc-cache(1) is not installed yet. It is in SGML. Also note that the new version provides same library version libfontconfig.so.1.0.4. This was reported to developer and was an accidently oversite. Nevertheless, it is still ABI compatible.
2005-07-28My fix from eight days ago was broken. Add the "man" subdirectoryreed1-14/+14
for the man entries.
2005-07-28Add an inclusion guard for parts of x11.buildlink3.mk that we don'tjlam1-4/+8
want to be seen over and over again each time that file is included. This stops us from appending the same bits over and over again to CONFIGURE_ARGS and to X11_LDFLAGS.
2005-07-28Updated editors/abiword[-plugins] to 2.2.9adam1-1/+3
2005-07-28Changes 2.2.9:adam4-11/+13
* Bugfixes
2005-07-28Fix some more typos, noted by Leonard Schmidt.dillo1-3/+3
2005-07-28Updated converters/libiconv to 1.10adam1-1/+2
2005-07-28Changes 1.10:adam7-36/+22
* Added ISO-8859-11 converter. * Updated the ISO-8859-7 converter. * Added ATARIST converter, available through --enable-extra-encodings. * Added BIG5-2003 converter (experimental), available through --enable-extra-encodings. * Updated EUC-TW converter to include the Euro sign. * The preloadable library has been renamed from libiconv_plug.so to preloadable_libiconv.so. * Portability to mingw.
2005-07-28+ opera-8.02, xine-lib-1.1.0, xine-ui-0.99.4.wiz1-1/+4
2005-07-28Belatedly note xine-ui-0.99.2 update (hi drochner!).wiz1-1/+2
2005-07-28Updated security/gnupg to 1.4.2wiz1-1/+2
2005-07-28Update to 1.4.2.wiz2-6/+6
Noteworthy changes in version 1.4.2 (2005-07-26) ------------------------------------------------ * New command "verify" in the card-edit menu to display the Private-DO-3. The Admin command has been enhanced to take the optional arguments "on", "off" and "verify". The latter may be used to verify the Admin Pin without modifying data; this allows displaying the Private-DO-4 with the "list" command. * Rewrote large parts of the card code to optionally make use of a running gpg-agent. If --use-agent is being used and a gpg-agent with enabled scdaemon is active, gpg will now divert all card operations to that daemon. This is required because both, scdaemon and gpg require exclusive access to the card reader. By delegating the work to scdaemon, both can peacefully coexist and scdaemon is able to control the use of the reader. Note that this requires at least gnupg 1.9.17. * Fixed a couple of problems with the card reader. * Command completion is now available in the --edit-key and --card-edit menus. Filename completion is available at all filename prompts. Note that completion is only available if the system provides a readline library. * New experimental HKP keyserver helper that uses the cURL library. It is enabled via the configure option --with-libcurl like the other (also experimental) cURL helpers. * New key cleaning options that can be used to remove unusable (expired, revoked) signatures from a key. This is available via the new "clean" command in --edit-key on a key by key basis, as well as via the import-clean-sigs/import-clean-uids and export-clean-sigs/export-clean-uids options for --import-options and --export-options. These are currently off by default, and replace the import-unusable-sigs/export-unusable-sigs options from version 1.4.1. * New export option export-reset-subkey-passwd. * New option --limit-card-insert-tries.
2005-07-28Use PKG_SUGGESTED_OPTIONS instead of a hack.wiz1-5/+5
2005-07-28There is no openldap option any longer.wiz1-1/+0
2005-07-28Use ldap option instead of openldap (consistency).wiz1-3/+5
Add PKG_OPTIONS_LEGACY_OPTS line for openldap.
2005-07-28Describe some more options.wiz1-4/+4
2005-07-28Use docbook-website revision 2.6.0 at least. Required after recentmishka1-3/+3
Hiroki Sato's autolayout.xsl changes at NetBSD htdocs module. Advance package version due to dependency update.
2005-07-28Updated graphics/inkscape to 0.42adam2-3/+3
2005-07-28Changes 0.42:adam5-47/+87
* Flowed text: text objects that automatically reflow in any shape (not only rectangle). * Text selection: finally you can shift+arrow or drag over part of a text and apply any style to the selected span. * Gradient tool: a completely redesigned and much easier to use gradient interface, with gradient handles displayed right on canvas. * Effects are now usable from within Inkscape on all platforms; this version ships with a collection of effects including path interpolation, randomization, and various fractal algorithms. * Color swatches: a standard facility in most graphic software, now in Inkscape too. * Colored clones: clones can now be painted differently from their original. * Tile tracing: the Tile Clones dialog can trace the existing image with the tiling, producing a multitude of exciting effects. * Grid arrange, baseline align, unclumping: new powerful ways to arrange objects. * Better PS/EPS export: gradient support, better text handling, a command line option for batch export. * Command line SVG analysis: use Inkscape from the command line to query coordinates and dimensions of objects in an SVG file. * Better SVG/CSS compliance: notably, internal CSS stylesheets are now supported (read-only). * OS X support: In addition to Linux and Windows, Inkscape 0.42 is available as a fully self-contained dmg package for Mac OS X.