Commit graph

114462 commits

Author SHA1 Message Date
jnemeth
37e75de1aa create manpage directories 2007-06-19 17:10:55 +00:00
joerg
0c29048a15 Create IDENT variable by default. 2007-06-19 17:01:31 +00:00
joerg
93bf771184 Add bzip2 as tool. All platforms that had code to deal with bzcat
also get bzip2, the rest falls back to archivers/bzip2.

OK jlam.
2007-06-19 17:01:12 +00:00
jlam
0dc5786049 Patch the configure script to avoid using "==" in shell tests. I missed
this for the earlier commit because I didn't have PKG_DEVELOPER=yes set
in my /etc/mk.conf.
2007-06-19 16:19:37 +00:00
abs
a831063baf set USE_TOOLS+= gzip:run to get GZIP_CMD - from joerg 2007-06-19 16:08:47 +00:00
jlam
1ab184aa4c Note update of modular-xorg-apps to 1.2. 2007-06-19 15:02:36 +00:00
jlam
c3591209dd Add twm as a dependency for modular-xorg-apps. This makes the default
installation of modular-xorg-apps include the basic window manager that
is used by xinit(1) by default.

Bump the version to 1.2.
2007-06-19 14:59:55 +00:00
jlam
9c5ea25fd3 Add and enable twm. 2007-06-19 14:56:48 +00:00
jlam
31c93a2a36 Note addition of twm-1.0.3 as wm/twm. 2007-06-19 14:56:14 +00:00
jlam
326652c7f3 Import modular X.org's individually packaged twm-1.0.3 as wm/twm.
Twm is the classic Tom's Window Manager for the X Window System.  It
provides titlebars, shaped windows, several forms of icon  management,
user-defined macro functions, click-to-type and pointer-driven keyboard
focus, and user-specified key and pointer button bindings.
2007-06-19 14:54:57 +00:00
joerg
f4ecc6bd31 Add ident as tool and use /usr/bin/ident on those platforms I know to
have it. Fallback to devel/rcs otherwise.

Commited during freeze as it is a dependency of pbulk.
2007-06-19 14:21:18 +00:00
dmcmahill
09e0422cc3 portability fixes (use correct shell and avoid non-portable construct) 2007-06-19 14:19:03 +00:00
joerg
33d42db9d3 Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrect
RCS IDs.
2007-06-19 13:45:50 +00:00
joerg
974e9912ac Reorder SUBDIR list slightly to give parallel scans a change to run
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-19 13:39:56 +00:00
joerg
63423cc7a5 Give Xinerama to KDE on non-native X11. 2007-06-19 13:31:01 +00:00
joerg
65e41af093 Needs libXScrnSaver or rsibreak is not build. This is the most stupid
default behaviour in autoconf land I've seen so far.
2007-06-19 13:30:04 +00:00
dmcmahill
93768ceffe On the sed expression used to extract $NetBSD$ and $Id$ tags, add
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-19 13:11:01 +00:00
joerg
08492918e0 Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users. 2007-06-19 09:39:10 +00:00
rh
21de058e82 Note update of libupnp to 1.6.0rc1 2007-06-19 01:41:19 +00:00
rh
a3acffc63a Update libupnp to 1.6.0 (currently a leaf package). Changes are mainly
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-19 01:40:13 +00:00
joerg
1b2b5a9255 Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pick
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-19 00:45:13 +00:00
joerg
51caae7584 Fix RCS ID. 2007-06-19 00:23:51 +00:00
tnn
b6ab7ae162 Needs libtool, says Joerg. I concur. 2007-06-18 23:42:00 +00:00
joerg
ff19ee9bfb Missing unistd.h include. 2007-06-18 22:53:32 +00:00
joerg
28ddcadcd8 Create man page directories. 2007-06-18 22:45:42 +00:00
joerg
37231cc976 Merge upper and lower bound, otherwise the upper bound is seen too
late by pkg_add and the newer g-wrap picked.
2007-06-18 22:17:07 +00:00
dmcmahill
16b3af6b82 Fix the broken test for when to enable Xft. Addresses the remainder of
PR/31481.
2007-06-18 21:33:32 +00:00
joerg
975f19ec8a Fix linkage with -lintl. In one plugin, disable the -Wl,-z,defs usage
as it breaks on DragonFly.
2007-06-18 21:16:10 +00:00
joerg
6172f81e75 Set OPENGL_INCLUDE_DIR, needed for modular Xorg. 2007-06-18 19:15:44 +00:00
joerg
8ac2341220 Same idea, different file: don't install the build settings file. 2007-06-18 19:15:23 +00:00
minskim
3d93db0ec3 Make the usage of hostent POSIX-compliant to compile on Darwin. 2007-06-18 19:00:21 +00:00
joerg
4c2743f996 Don't install the cmake build setting file. It directly references
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-18 17:58:35 +00:00
joerg
2f3808a51c Needs pkg-config. Use INSTALLATION_DIRS for all directories. 2007-06-18 16:16:38 +00:00
obache
7b2bec3569 + x11vnc-0.9.2 2007-06-18 15:45:29 +00:00
jlam
052dbc0b86 * Use subst framework instead of custom code for replacing rmail and
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-18 14:45:28 +00:00
rillig
ded0e22c13 Added an explanation to the "Don't add quotes around SUBST_MESSAGE" rule. 2007-06-18 09:35:59 +00:00
joerg
bc4f17e592 Change DragonFly to use modular Xorg by default. Haven't heard much bad
from users of the binary packages, so assume it works well enough.
2007-06-18 08:14:54 +00:00
rillig
a43d0cbe68 Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.
Apparently, the tools directory isn't in the PATH at the point where
this code is executed.

Fixes PR 35487.
2007-06-18 07:33:34 +00:00
rillig
68d8260f82 Added the usual documentation. 2007-06-18 07:21:09 +00:00
dogcow
038a4adfde correct build for modular-xorg. no functional changes. 2007-06-18 04:43:45 +00:00
schmonz
55327cea4e Don't --enable-mmx on Darwin/i386, as it doesn't build. 2007-06-18 04:16:47 +00:00
taca
fa54db3064 Try to fix devel/guile16-gtk entry. 2007-06-18 04:02:43 +00:00
schmonz
404ee8dcb7 Set TEST_TARGET instead of running it unconditionally in post-build. 2007-06-18 02:56:05 +00:00
schmonz
07cec4a1dc Don't use x86 assembly on Darwin, as it doesn't build. 2007-06-18 02:45:31 +00:00
dmcmahill
89308f6bd5 Added lang/guile16-gtk version 0.5 2007-06-18 00:42:32 +00:00
dmcmahill
c42767fd7d Point at guile16-gtk instead of guile-gtk and the latter now builds
against the guile-1.8.x series and gwave will not compile with guile
newer than the 1.6.x series.
2007-06-18 00:41:16 +00:00
dmcmahill
7a00f14f5e add and enable guile16-gtk 2007-06-18 00:40:17 +00:00
dmcmahill
2e92208e9f Add guile16-gtk-0.5. This is based on the guile-gtk package with the
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-18 00:38:58 +00:00
gdt
6d1b5ad039 Depend on guile rather than guile16. Mostly resolves gnucash
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-17 23:43:19 +00:00
wiz
3855bb9622 clamav PKGREVISION bump. 2007-06-17 22:07:23 +00:00