Commit graph

87441 commits

Author SHA1 Message Date
joerg
e82819d8c2 -lossaudio ==> $(LIBOSSAUDIO) 2005-11-06 23:49:03 +00:00
rillig
b59bd19d70 + check for magic numbers like 0755, 755, 644 2005-11-06 22:38:36 +00:00
jlam
f24a3e971c In the "update" target, use "${UPDATE_TARGET}" to install the new
pkg_install tools.  This allows customizing UPDATE_TARGET=package to
produce a binary package instead of just installing the package.
2005-11-06 22:17:53 +00:00
jlam
c0fc027891 Remove @exec from PLIST and put the action into an INSTALL script instead.
Also, simplify the package by making use of the PKGMANDIR-handling in
pkgsrc to remove the custom MANDIR code from the package Makefile and
the PLIST.

Technically, this type of a change would require a PKGREVISION bump,
but as this is the pkg_* tools package and there were no changes to the
binaries, we refrain from doing so.
2005-11-06 22:15:44 +00:00
kristerw
49e24d6370 Change "../p5-I18N-LangTags" to "../../misc/p5-I18N-LangTags" to silence
warnings from "make show-depends-dirs".
2005-11-06 22:15:02 +00:00
kristerw
7d230d552c Change ../ns-plugger-common to ../../www/ns-plugger-common to silence
warnings from "make show-depends-dirs"
2005-11-06 22:11:26 +00:00
joerg
78ac3986eb Bless FreeBSD with the usergroup functions used by DragonFly. 2005-11-06 19:45:08 +00:00
joerg
69d9ee5e68 Use O_FSYNC instead of O_SYNC on DragonFly. Disable extattr_get_file
on DragonFly, the semantic is different and it isn't very useful
in the current form.
2005-11-06 19:39:49 +00:00
tonio
a38a1dc0e2 Use INSTALL_GAME instead of INSTALL -m game
Honor VARBASE, instead of hardcoded /var
2005-11-06 19:25:23 +00:00
adrianp
29725a83b1 FreeBSD build fix from FreeBSD CVS tree
Minor pkglintification of Makefile
2005-11-06 17:40:47 +00:00
rillig
0b797e7b5b Fixed grammar in a comment. 2005-11-06 17:14:07 +00:00
rillig
84755182d3 Added basic checks to make sure the values from the configuration file are
somewhat sane. If a check fails, the bulk build is terminated. Removed the
conditional under which MAKECONF is exported, as it is not needed anymore.
2005-11-06 17:12:55 +00:00
joerg
de67b21eee lighttpd update to 1.4.7. 2005-11-06 16:57:56 +00:00
joerg
8d68e0e099 Update lighttpd to version 1.4.7, changes from NEWS:
* added FD_CLOEXEC to fds which are kept open for a longer time
  * added smaller, moving mmaped windows to network_writev
  * added madvise() to instruct the kernel the do proper read-ahead in
    network_writev
  * added support for %I in mod_accesslog
  * added better compat to Apache for ?auto in mod_status
  * added support for userdirs without a entry in /etc/passwd in
    mod_userdir
  * added startup-time selectable network-backend
  * added location of upload-files to config as array
  * added webdav.log-xml for logging xml-content in mod_webdav
  * added Cache-Control: max-age to mod_expire
  * workaround missing client-bug by assuming we received a close-notify
    on non-keep-alive requests in SSL request
  * disabled kerberos5 support by default to fix compilation on RHEL
  * fixed order of library checks to fix compilation on Solaris 9
  * fixed open file-descriptors on read-error
  * fixed crash if /var/tmp is not writable
2005-11-06 16:47:33 +00:00
joerg
4688ef8e69 PLIST fix for nsd. 2005-11-06 16:41:57 +00:00
joerg
b959836a60 Don't advertise RC script and forget it in the PLIST. Bump revision. 2005-11-06 16:36:48 +00:00
rillig
0ce39795b4 * check Makefile directives
* check _every_ line of the Makefiles
* warn about the use of ${SED} in {pre,do,post}-install
2005-11-06 15:59:48 +00:00
rillig
7fb5f1c563 + include "../../mk/bsd.prefs.mk" before any .if. 2005-11-06 15:55:24 +00:00
rillig
f6f03b2d1e Added a note that SUBST_SED might be changed to a List instead of a
List* later.
2005-11-06 15:54:06 +00:00
abs
2cfcd0c3be Update devel/cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:32:36 +00:00
abs
5c9d5eae15 Update cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:31:20 +00:00
salo
fc4ed81601 Sync SuSE 9.1 packages with latest updates. 2005-11-06 14:52:43 +00:00
wiz
13950de799 Use config.h and add appropriate #if HAVE_FOO_H. 2005-11-06 12:37:43 +00:00
wiz
8c0767b82d + gauche-0.8.6, gimp24-2.3.5, lighttpd-1.4.7, mimedefang-2.54. 2005-11-06 12:36:56 +00:00
minskim
5202192c5d Add geos. 2005-11-06 10:37:52 +00:00
minskim
81648a72c1 Import geos from pkgsrc-wip. Packaged by David Price.
GEOS (Geometry Engine - Open Source) is a C++ port of the Java
Topology Suite (JTS).  It contain the complete functionality of JTS in
C++.  It includes all the OpenGIS "Simple Features for SQL" spatial
predicate functions and spatial operators,and JTS topology functions
like IsValid().
2005-11-06 10:36:46 +00:00
seb
077b34890e Only export MAKECONF if it is not null, <bsd.own.mk> does not really like
an empty MAKECONF...

$ echo ".include <bsd.own.mk>" > Makefile
$ env MAKECONF= make
make: "/usr/share/mk/" line 1: Need an operator
make: "/usr/share/mk/" line 2: Need an operator
...
2005-11-06 10:32:58 +00:00
seb
db0f78b3d1 Remove extra ${pkgsrc_dir} that slipped in. 2005-11-06 10:27:57 +00:00
martti
820b2cd95b Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson. 2005-11-06 05:29:55 +00:00
gdt
a3f38abc13 ${QTDIR}, not {$QTDIR} (tnx pkglint). 2005-11-06 01:48:59 +00:00
gdt
48d12cbbdf adjust Makefiles to honor LDFLAGS, and set LDFLAGS to -L/-R both
${PREFIX}/lib and also ${QT3_LIBDIR}.  (This is probably not right due
to -R portability issues, but I'd rather make upstream lprof use auto*
than deal with that now.)
2005-11-06 01:47:47 +00:00
gdt
7f3b119399 descend into lprof 2005-11-06 00:55:48 +00:00
gdt
d723dd6b5a following is not 100% right, but will adjust after getting to use it:
lprof is a tool to build ICC profiles.  The common uses an IT8 target
and an input device.
2005-11-06 00:51:48 +00:00
minskim
6506e4f149 Add vtwm. 2005-11-06 00:44:29 +00:00
minskim
de7a000e83 Import vtwm from pkgsrc-wip. Packaged by Mehul Sanghvi.
VTWM is a X11 window manager based on TWM.  It adds support for a
virtual desktop, processing configuration files using m4, support for
sound effects using rplay, and 3D buttons, frames, titlebars, etc.
VTWM also has support for regular expressions in the configuration
files.
2005-11-06 00:43:11 +00:00
rillig
2f5783121f - Replaced spaces with tabs in the "build --help" message.
- Added file post-build-conf, which provides functions to print and
  export the config variables from build.conf.
- All config variables are shown at the start of a bulk build.
- Added a configuration variable MAKECONF with the obvious meaning.
2005-11-05 23:22:05 +00:00
rillig
98b675d0c8 - Condensed the code.
- Sorted the command line options alphabetically in the parse loop.
2005-11-05 21:52:33 +00:00
rillig
031a9be746 Reformatted the --help output. Instead of many echo(1) commands, one
cat(1) is used.
2005-11-05 21:38:34 +00:00
joerg
deb813e20e Bump nsd for new rc script and other goodies. 2005-11-05 21:28:58 +00:00
joerg
6b36385c7e Add a RC script for NSD. Set default database location to
${VARBASE}/db/nsd.db on all platforms and use user/group nsd for the
daemon to run as. Install sample configuration without .sample
extension. Take maintainership. Bump revision.
2005-11-05 21:27:53 +00:00
joerg
5b6bc50f6d Do not intermingle build phases, CONFIGURE_DIRS can specify a list of
directories to process. The removal of pre-configure fixes the config.*
handling at the same time. Also specify the config.status overrides.
Patch configure to not try to detect -lrfftw, just link the static
version explicitly. Do the same for -lfftw. This ensures that we
actually do get the static versions without having to worry about
libtool being too clever. Retire manual config.sub hacks, this should be
handled by config.guess already.

<jlam> just go ahead and commit that benchfft patch and let's
<jlam> never speak of it again :)
2005-11-05 21:04:36 +00:00
rillig
e3fc3f4f0e The configuration variables had no apparent order. Now they are sorted
chronologically. First come the common definitions, then updating pkgsrc,
fetching distfiles, building packages and finally uploading them.
2005-11-05 20:54:38 +00:00
minskim
679ca0b974 Note update of ruby-doc-stdlib. 2005-11-05 20:14:12 +00:00
minskim
467b02cfe0 Update ruby-doc-stdlib to 0.10.1.
Changes:

0.10.0
- first update in about 10 months
- therefore, status report probably inaccurate; will hopefully fix soon
- Delegate and Forwardable documentation updated (that's what spurred
  this release)
- some other documentation probably updated too
- most packages now have a one-line description (see "Packages" link)

0.10.1
- documentation added: enumerator, etc, fcntl, rational, pstore
- changes to site CSS to improve readability
- added 'profile' and 'profiler' to package list (no documentation though)
2005-11-05 20:12:36 +00:00
kristerw
2c3bca2c67 Regenerate hand-edited patches so that the Mac OS X patch program
can apply them.
2005-11-05 19:47:51 +00:00
kristerw
af7b0c42b9 This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
kristerw
680ebd0f84 Regenerate so that the Mac OS X patch can use it. 2005-11-05 18:58:03 +00:00
rillig
c17f30dd82 - Rewrote the "man page" comment.
- When printindex is called with two arguments, the second argument
  specifies the base directory of the <brokenfile>. The complete path is
  then <brokenbasedir>/${pkgdir}/<brokenfile>. This is useful for creating
  the log files in a directory outside the pkgsrc root.
2005-11-05 18:34:45 +00:00
seb
b1999455d6 Fix HOMEPAGE 2005-11-05 17:53:44 +00:00
rillig
6a417285d9 Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}. 2005-11-05 17:25:39 +00:00