summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-19portability fixes (use correct shell and avoid non-portable construct)dmcmahill2-1/+19
2007-06-19Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrectjoerg1-3/+3
RCS IDs.
2007-06-19Reorder SUBDIR list slightly to give parallel scans a change to runjoerg1-2/+5
the very slow jobs in x11 when other jobs are available for processing. Some packages need up to 10min for pbulk-index on my build system and the reorder reduces the overall scan time with 4 clients from 35min to 30min. Discussed with jlam@.
2007-06-19Give Xinerama to KDE on non-native X11.joerg1-3/+4
2007-06-19Needs libXScrnSaver or rsibreak is not build. This is the most stupidjoerg1-1/+2
default behaviour in autoconf land I've seen so far.
2007-06-19On the sed expression used to extract $NetBSD$ and $Id$ tags, adddmcmahill1-4/+4
a "^" to the beginning to anchor the expression. No change in the ouput but on SunOS-5.9 it runs up to 90,000 times faster on some files (probably much less of an improvement on some, maybe more improvement on others). Committed during the freeze as bulk builds that call 'make debug' were unusable.
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg32-32/+96
2007-06-19Note update of libupnp to 1.6.0rc1rh1-1/+2
2007-06-19Update libupnp to 1.6.0 (currently a leaf package). Changes are mainlyrh11-185/+34
bugfixes, including a couple of serious bugs that prevented the library from working on NetBSD and Darwin (for anything other than trivial tests). Add a buildlink3.mk while at it.
2007-06-19Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pickjoerg1-4/+4
them up for +BUILD_VERSION. This makes matching against the output of ident impossible to verify whether the package is up-to-date.
2007-06-19Fix RCS ID.joerg1-1/+1
2007-06-18Needs libtool, says Joerg. I concur.tnn1-1/+2
2007-06-18Missing unistd.h include.joerg2-1/+14
2007-06-18Create man page directories.joerg1-1/+3
2007-06-18Merge upper and lower bound, otherwise the upper bound is seen toojoerg1-3/+2
late by pkg_add and the newer g-wrap picked.
2007-06-18Fix the broken test for when to enable Xft. Addresses the remainder ofdmcmahill2-5/+4
PR/31481.
2007-06-18Fix linkage with -lintl. In one plugin, disable the -Wl,-z,defs usagejoerg14-1/+268
as it breaks on DragonFly.
2007-06-18Set OPENGL_INCLUDE_DIR, needed for modular Xorg.joerg1-1/+2
2007-06-18Same idea, different file: don't install the build settings file.joerg2-13/+14
2007-06-18Make the usage of hostent POSIX-compliant to compile on Darwin.minskim2-4/+13
2007-06-18Don't install the cmake build setting file. It directly referencesjoerg5-5/+31
the wrkdir and is therefore not useful without. It is unclear whether anything actually depends on it being present, so don't bother faking it for now. Bump revision.
2007-06-18Needs pkg-config. Use INSTALLATION_DIRS for all directories.joerg1-4/+3
2007-06-18+ x11vnc-0.9.2obache1-1/+2
2007-06-18* Use subst framework instead of custom code for replacing rmail andjlam6-31/+98
uucpd Makefiles. * Modify rmail and uucpd makefiles to be standalone instead of requiring BSD make. * Fix build on MacOS X where libcrypt and libutil don't exist. * Fix build on MacOS X and older NetBSDs that don't support utmpx. * Install the example UUCP /etc snippets into the examples directory for the benefit of binary package users. * Sort the PLIST. Bump PKGREVISION to 4.
2007-06-18Added an explanation to the "Don't add quotes around SUBST_MESSAGE" rule.rillig1-1/+9
2007-06-18Change DragonFly to use modular Xorg by default. Haven't heard much badjoerg1-3/+3
from users of the binary packages, so assume it works well enough.
2007-06-18Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.rillig1-2/+2
Apparently, the tools directory isn't in the PATH at the point where this code is executed. Fixes PR 35487.
2007-06-18Added the usual documentation.rillig1-2/+54
2007-06-18correct build for modular-xorg. no functional changes.dogcow1-1/+2
2007-06-18Don't --enable-mmx on Darwin/i386, as it doesn't build.schmonz1-2/+4
2007-06-18Try to fix devel/guile16-gtk entry.taca1-2/+2
2007-06-18Set TEST_TARGET instead of running it unconditionally in post-build.schmonz1-4/+2
2007-06-18Don't use x86 assembly on Darwin, as it doesn't build.schmonz1-1/+6
2007-06-18Added lang/guile16-gtk version 0.5dmcmahill1-1/+2
2007-06-18Point at guile16-gtk instead of guile-gtk and the latter now buildsdmcmahill1-3/+3
against the guile-1.8.x series and gwave will not compile with guile newer than the 1.6.x series.
2007-06-18add and enable guile16-gtkdmcmahill1-1/+2
2007-06-18Add guile16-gtk-0.5. This is based on the guile-gtk package with thedmcmahill6-0/+118
exception that it points at the lang/guile16 package. Imported during the freeze because it fixes some of the fallout from the recent lang/guile update to the 1.8.x series.
2007-06-17Depend on guile rather than guile16. Mostly resolves gnucashgdt1-3/+3
dependency issue where gnucash depends on 3 guile packages that before this commit have a mix of 1.6 and 1.8. Only gnucash and guile-gnome depend on this, via g-wrap and g-wrap points to 1.8. Following discussion with wiz@ and dcmahill@.
2007-06-17clamav PKGREVISION bump.wiz1-1/+2
2007-06-17Fix path to pidfile. Noted by Peter Avalos.wiz2-4/+4
Bump PKGREVISION.
2007-06-17The update of tightvnc-1.3.9 has been done.tnn1-2/+1
2007-06-17Make this package build on case-insensitive filesystems by renamingminskim1-2/+4
conflicting files.
2007-06-17Note updates of net/tightvnc{,viewer} to 1.3.9.tnn1-1/+3
2007-06-17Update to tightvnc-1.3.9. pkgsrc changes:tnn5-24/+33
--- o patch-{ad,al}: regen o patch-ak: recognise NetBSD/amd64 o Makefile: support X11_TYPE=modular and NetBSD/amd64 Major upstream changes that affect the server portion of the unix port: 1.3.9 ----- o Added support for the standard RFB protocol version 3.8 with TightVNC extensions. o Made "host:port" parsing maximally compatible with VNC4. Interpreting a number in host names like somehost:5900 as an actual port number if it's not in the range [0..99]. o Applied patches from Debian Linux that port Xvnc to x86_64 platform (tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks to Quanah Gibson-Mount. 1.3dev7 ------- o Fixed a serious bug with sending cursor updates when there was no FrameBufferUpdateRequest from that client. o Fixed problems with building Xvnc on modern linux distributions, such as Fedora Core 3. o Disallowing clipboard transfers for view-only clients. 1.3dev5 ------- o A number of bugfixes -- copying clipboard to non-authenticated clients in Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching between KDE virtual desktops in vncviewer. o Support for the new -autopass option has been added, a patch from Ki NETWORKS, Inc.
2007-06-17Update to tightvncviewer-1.3.9.tnn2-8/+6
Major upstream changes to the viewer are: 1.3.9 ----- o Added support for the standard RFB protocol version 3.8 with TightVNC extensions. 1.3.8 ----- o Port numbers are now calculated modulo 65536 with vncviewer's -listen option. That makes it possible to listen on TCP ports under 5900. 1.3dev4 ------- o Fixed a bug with the viewer crashing on selecting text in Xvnc, and then choosing F8 / Clipboard: local -> remote, twice.
2007-06-17Reorder slightly so that the more restrictive dependency fromjoerg1-2/+2
apache.mk comes first.
2007-06-17guile is forcing pthread linkage now.joerg1-1/+4
2007-06-17Modify the patch so that it compiles without a c99 compiler.minskim2-10/+14
2007-06-17Add default definition of ManPath to host.def so that packages thatjlam2-3/+5
use X.org Imake rules will honor the PKGMANDIR in effect when xorg-cf-files was built. Bump PKGREVISION to 2.
2007-06-17Use stdlib.h instead of non-standard malloc.h.minskim2-1/+15