Commit graph

87585 commits

Author SHA1 Message Date
joerg
e7f63a4688 Allow PostgreSQL 7.4 to build on DragonFly. Bump revision of -lib,
since the PLIST changed. Don't define errno manually in contrib/,
depend on errno.h to do so. Explicitly include errno.h in some places.
2005-11-08 16:40:38 +00:00
reed
179967620f Add "para" tags for a "note" paragraph. This fixed a problem
where a "varname" was immediately followed (without a space)
the next word.
2005-11-08 16:39:47 +00:00
joerg
f2277b4745 Don't define tparm on DragonFly as well. This fixes PR 31891. 2005-11-08 16:16:55 +00:00
tonio
b899ba7f5d Note the addition of audio/cplay, submitted by Geert Hendrickx, in PR 31928
Thanks Geert
2005-11-08 16:00:34 +00:00
tv
256a699b9f Test sizeof(unsigned short) in the int types hackery.
Use autoconf to generate configure, until this patch is regen'd at the source.
2005-11-08 15:59:38 +00:00
tonio
5550de2d1e Add audio/cplay 2005-11-08 15:58:16 +00:00
tonio
aae7398c4a Add audio/cplay (by Geert Hendrickx, in PR 31928)
cplay is a curses front-end for various audio players. It aims to
provide a power-user-friendly interface with simple filelist and
playlist control.  cplay is written in Python and can use either
pyncurses or the standard curses module.
Supported players:
* ogg123
* splay
* mpg123
* mpg321
* madplay
* mikmod
* xmp
* sox
2005-11-08 15:56:40 +00:00
minskim
ff7ae0fb79 Make sure that there is always a space between "-o" and its argument
when running gcc or ld.  This makes the package build on Darwin.
2005-11-08 15:52:38 +00:00
tv
215588a402 Use setpgid(), not setpgrp(), on Interix via -D. 2005-11-08 15:51:52 +00:00
tv
f8c08f6ada Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly
changes usage of setpgrp() to setpgid(..., ...).)
2005-11-08 15:50:03 +00:00
tv
1ab0dd64b8 Eliminate use of BSDisms __P() and __const in the only place they are used
(internal strptime(3) replacement prototypes).
2005-11-08 15:47:44 +00:00
tv
4f2f8792ce NOT_FOR_PLATFORM Interix. 2005-11-08 15:41:20 +00:00
joerg
e179a32d68 Remove obsolete check for libXft.a, let the buildlink magic handle it. 2005-11-08 15:40:28 +00:00
tv
c9d3755c0f Include <sys/time.h> for fd_set. 2005-11-08 15:40:27 +00:00
tv
62c35a2584 NOT_FOR_PLATFORM Interix. 2005-11-08 15:37:03 +00:00
tv
1a91551aa9 This depends on libpcap, so say so. 2005-11-08 15:36:06 +00:00
tv
2578eeb399 NOT_FOR_PLATFORM Interix. 2005-11-08 15:32:43 +00:00
tv
040ab9cf47 Require option "inet6" for IPv6 capability. 2005-11-08 15:25:07 +00:00
joerg
ca9979bfc9 Unbreak build on NetBSD, C says that stdio is not a modificable lvalue.
Infact, the LHS is not needed at all.
2005-11-08 14:42:10 +00:00
tv
f875afa92e Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION. 2005-11-08 14:14:36 +00:00
tv
9ba85f83a9 NOT_FOR_PLATFORM Interix. 2005-11-08 14:10:40 +00:00
tv
3e0f03ddc2 Use "int" in place of socklen_t on Interix. 2005-11-08 14:07:11 +00:00
tv
4644f26d1f Pull in libbind resolver on Interix. 2005-11-08 14:05:23 +00:00
tv
fb44a469f5 This needs libpcap, so say so. 2005-11-08 14:04:36 +00:00
rillig
ddb21fb644 Fixed computation of the .broken file, which had been "./dev/null" when the
program was invoked without arguments.
2005-11-08 13:55:29 +00:00
joerg
2494eec21a Let us repeat: isnan is not a function. It does not have external
linkage for C99, so don't try to detect it as such.
2005-11-08 13:52:58 +00:00
tv
cabe7802c6 Use strerror(3) rather than sys_errlist on Interix. 2005-11-08 13:47:40 +00:00
tv
c305d2fcb9 Need libbind resolver on Interix. 2005-11-08 13:45:22 +00:00
tv
21a145f523 Fix missing line terminator. 2005-11-08 13:36:15 +00:00
tv
cf926d5478 devel/sysexits -> 1.1 2005-11-08 13:35:46 +00:00
tv
4d5d6196e6 Add hack for Interix: It has a bogus historic #define for EX_OK in
<unistd.h>, so preload that and undef EX_OK in the Interix case.

Bump version to 1.1.
2005-11-08 13:34:39 +00:00
joerg
357f216e0c Bumped dialog due to stdio abuse. 2005-11-08 13:26:40 +00:00
tv
9d6e9d4949 Include devel/sysexits bl3. 2005-11-08 13:25:38 +00:00
joerg
6f2c35ed2a The stdio abuse is bad enough to warrant a PKGREVISION bump. 2005-11-08 13:25:12 +00:00
tv
9a86ad296f Include devel/sysexits bl3. 2005-11-08 13:22:03 +00:00
joerg
8c4f2eb1c9 Fix another stupid program, which assumes that *stdin =*reopen()
is ever likely to work.
2005-11-08 13:20:45 +00:00
joerg
8d751efc7b Always use the errno from errno.h. 2005-11-08 12:58:47 +00:00
joerg
26418b456b When using find to remove directories, do a depth-first traversal.
This is necessary to prevent find from returning with != 0 at least on
DragonFly.
2005-11-08 11:18:02 +00:00
joerg
82433c38c1 Patch libtool fragment to recognize DragonFly for dynamic linking,
otherwise libtool archives are not generated.
2005-11-08 10:58:00 +00:00
cjs
893c68baa8 The distribution file on the master site has changed; these are the checksums
for the "new" version. This is, when uncompressed, byte-for-byte identical
with the uncompressed old version; only the compression has changed.
2005-11-08 07:50:01 +00:00
ben
05648aade2 add freebsd's libarchive to pkg_install 2005-11-08 05:05:40 +00:00
tv
f52670a674 Include devel/sysexits bl3. 2005-11-08 04:03:08 +00:00
tv
c4fdec3747 Use waitpid() instead of wait3() with null rusage. (waitpid is more portable)
Bump PKGREVISION due to this being an all-platform change.
2005-11-08 04:01:24 +00:00
tv
a365d0dd5b Include devel/sysexits bl3. 2005-11-08 03:55:24 +00:00
tv
42e01c79c9 Include <alloca.h> on Interix. 2005-11-08 03:53:33 +00:00
tv
68d2c94c1f USE_TOOLS+=flex yacc 2005-11-08 03:49:27 +00:00
reed
84257a3ced Add some docs about PKGMANDIR. 2005-11-08 03:45:37 +00:00
tv
9f3cffaadb Include devel/sysexits bl3. 2005-11-08 03:44:23 +00:00
tv
c0a70d69d9 USE_TOOLS+=nroff, and use NROFF. 2005-11-08 03:38:34 +00:00
tv
d608b31590 USE_TOOLS+=soelim 2005-11-08 03:36:58 +00:00