Commit graph

93751 commits

Author SHA1 Message Date
joerg
3c3844312c Add DragonFly support. Use kqueue also on NetBSD. 2006-02-24 19:53:52 +00:00
reed
afbc5ec7c4 Also allow Darwin to be a valid operating system -- by using "BSD".
This is from John D. Baker via PR 32924. I didn't test this myself.
2006-02-24 19:47:02 +00:00
joerg
9e5700da2b Add DragonFly support. Honour system CFLAGS & friends. 2006-02-24 19:43:56 +00:00
joerg
8fe5b9357d Add DragonFly and try to fix the reliance on zeroness of undefined
symbols. Feature tests should be done with defined() after all.
2006-02-24 19:25:33 +00:00
joerg
47523967be Yawn. Also disable HAVE_STATVFS for DragonFly. 2006-02-24 19:12:18 +00:00
joerg
5f504824c0 Add DragonFly support. When will the Large File Hacks for/from Linux
finally die?
2006-02-24 19:05:40 +00:00
joerg
95f444e974 Add DragonFly support. Don't subtract FILE pointers to determine
the order, FILE might be incomplete, the computation overflow and
the compiler is clever enough anyway.
2006-02-24 18:37:20 +00:00
ghen
772755b3e3 Reindent. 2006-02-24 18:17:43 +00:00
rillig
174cdf8c53 - builtin.mk files must not be included directly. 2006-02-24 15:05:10 +00:00
joerg
25e74f91b5 perl dependency in bglibs. 2006-02-24 14:56:13 +00:00
joerg
d2adabea21 Correctly depend on perl and embedded the right location into
cli-generate. Bump revision.
2006-02-24 14:55:45 +00:00
joerg
683e79e4ae Use EXTRACT_CMD, the old use of DECOMPRESS_CMD doesn't work anymore.
Fix pkglint -Wall warnings while here, e.g. sort PLIST.
2006-02-24 14:53:27 +00:00
ghen
3491d0cf9e Updated net/pure-ftpd to 1.0.21. 2006-02-24 14:36:07 +00:00
ghen
03ad8dcc80 Update pure-ftpd to version 1.0.21 and add an option for (experimental) utf8-
support, from unex@linija.org via PR pkg/32901.

Changes:

* When SHA1HANDSOFF is defined, we shouldn't cast a pointer to a large union to
  a char buffer, because of alignment required by some architectures.
* WITH_THROTTLING should actually be THROTTLING in src/log_extauth.c . It fixes
  throttling with extauth. Reported and fixed by Marcus Merighi <mcmer@tor.at>
  through Brad our beloved OpenBSD maintainer.
* Rendezvous has been renamed Bonjour.
* A double-close in the CHMOD command has been fixed.
* The old PAM sample has been removed.
* -F option added to pure-pw.
* MAX_USER_LENGTH has been bumped to 127 due to popular demand.
* pam/* can now be used if security/* doesn't exist. Fixes PAM detection on
  MacOS X.
* Call tzset() in chrooted apps in order to get correct time zones in syslog
  messages.
* simplify() simplifies paths ending by /. and /..
* MySQL's hash_password() needs 3 arguments since mySQL 4.1.
* Experimental support for RFC2640 (UTF-8 filename encoding) has been added,
  derived from code by Jui-Nan Lin  ===>  added as "utf8" pkgsrc option.
* The LDAP schema has been changed: FTPStatus should be a boolean.
* New switch: -p (--pidfile=) for pure-authd and pure-uploadscript, by Old
  Sparky.
* By popular request, even non-chrooted users are now denied access if their
  home directory is not mounted.
* If die() is called during a TLS-enabled session, encrypt the death message.
  Contributed by Cynix.
* Don't wrongly abort transfer during file upload. Fix by Patrick Gosling.
* WITH_LARGE_FILES is now defined by default.
* sendfile64() support on Linux.
* privsep and main processes were swapped out so that pure-ftpwho displays the
  right pid.
* OPTS MLST has been implemented.
* SITE UTIME has been implemented.
* TCP_CORK is on by default again. A new configure switch, --without-cork, can
  disable it.
* Correctly format %c and %% in fakesprintf().
* The connection socket is now created with the Nagle algorithm disabled.  It
  was the trick to dramatically improve performance when transfering a lot of
  small files.
* Updated getopt_long() and realpath() substitutes.
* Allow logging to named pipes (thanks to Steve Marple).
* Use CLIENT_MULTI_STATEMENTS while connecting to a MySQL server.
* Documentation updates.
* MySQL errors are now logged.
2006-02-24 14:35:30 +00:00
rillig
7cb3b4bcc8 - Fixed path handling when ${PKGSRCDIR} appears in Makefiles.
- Be stricter when checking for Identifiers (e.g. BUILD_TARGET).
  Variable assignments are not allowed here and should go to
  BUILD_MAKE_FLAGS.
- Check for quoting in assignments to list variables.
- gettext-lib/builtin.mk must not be included directly.
- .orig files should not be in the PLIST.
2006-02-24 14:24:42 +00:00
rillig
e27525a616 Fixed the remaining pkglint warnings. 2006-02-24 14:15:12 +00:00
ghen
0e74f8adf3 Remove description and default for the obsolete PURE_* variables. 2006-02-24 10:14:36 +00:00
ghen
ba15cdab53 * properly mark the legacy variables.
* remove the -I flag for mysql option as this is handled by the bl3.mk file.
2006-02-24 09:15:38 +00:00
adam
47eacf726b Updated audio/libsndfile to 1.0.14 2006-02-24 08:13:12 +00:00
adam
a25fb1b227 Changes 1.0.14:
* Really fix MinGW compile problems.
* Minor bug fixes.
2006-02-24 08:11:26 +00:00
minskim
89872a35e4 Do not declare a static function as non-static. This makes the package
build with gcc-4.
2006-02-24 02:52:22 +00:00
minskim
5a6af97f8e Do not declare static variables in a header file. This makes the package
build with gcc-4.
2006-02-24 01:56:35 +00:00
joerg
1ad3a4a72b Fix errno. 2006-02-24 01:34:36 +00:00
joerg
0a498280f1 Add DragonFly support. Allow build on newer NetBSD versions.
Don't require MTREE. Simplify Makefiles by building directly
as bin/rat -- pkgsrc doesn't support multiple builds in one
WRKSRC anyway.
2006-02-24 00:35:59 +00:00
joerg
8ddad61ff2 qalculate's pkgconfig file now uses correct pthread flags. 2006-02-24 00:05:40 +00:00
joerg
8507799fc1 Match PKGCONFIG_OVERRIDE with reality. Replace hard-coded -lpthread
reference to unbreak qalculate subpackages on DragonFly. Bump revision.
2006-02-24 00:05:00 +00:00
minskim
81f5231e4f This package needs tcl>=8.4.12nb1 and tk>=8.4.12nb2 to build. 2006-02-23 23:37:47 +00:00
rpaulo
c80c9512fb mention wmmp 2006-02-23 23:37:32 +00:00
rpaulo
ba25077021 Add wmmp. 2006-02-23 23:35:27 +00:00
rpaulo
fcec251d20 A little app in the style of wmusic and wmapmload/wmcpuload. It represents
a fairly complete interface to MPD.

With the precious help from Johnny Lam. Thanks.
2006-02-23 23:34:29 +00:00
minskim
ab5c98eccd Note PKGREVISION bump of tcl/tk. 2006-02-23 23:33:08 +00:00
minskim
a8ae64698b Add link options to have a correct dependency_libs line in .la files
on NetBSD.  This fixes PR pkg/32915.

Bump PKGREVISION.
2006-02-23 23:31:51 +00:00
minskim
4e88909889 Add link options to have a correct dependency_libs line in .la files
on NetBSD.

Bump PKGREVISION.
2006-02-23 23:30:57 +00:00
jlam
e60366d25b Tell the buildlink3 framework where the installed shared libraries are so
that the path isn't automatically stripped out by the wrappers.
2006-02-23 23:17:30 +00:00
rillig
79d30e1ecb Fixed pkglint warnings and one that has been discovered by wiz. 2006-02-23 23:01:00 +00:00
darcy
c01192279a Note update of mftrace. 2006-02-23 22:49:10 +00:00
darcy
322119ac5b - lilypond-2.6.3
+ lilypond-2.7.9
2006-02-23 22:23:44 +00:00
darcy
429a5ece21 Upgrade to version 1.1.18.
The web site has no description of changes but the version we had was too
old for print/lilypond so I bumped it to the latest version anyway.
2006-02-23 22:22:05 +00:00
joerg
19ff684726 Fix errno. Work around gnucash trying clever things with struct lconv,
which breaks with -Werror on DragonFly.
2006-02-23 22:19:45 +00:00
joerg
be3eb43b52 Use IMAKE_MAN_SUFFIX. Let imake decide where to put the man pages.
Fix errno.
2006-02-23 21:24:11 +00:00
joerg
3f092b20be Use IMAKE_MAN_SUFFIX. Let imake decide itself where it wants to install
the man page.
2006-02-23 21:16:16 +00:00
joerg
1cdc987af7 Reuse NetBSD config for DragonFly. 2006-02-23 21:05:02 +00:00
joerg
8051605c42 Fix errno. Add missing prototype. 2006-02-23 20:49:49 +00:00
kleink
61afc35430 Note addition of textproc/p5-XML-Handler-Trees 0.02.
Note addition of textproc/p5-XML-Atom-Stream 0.02.
2006-02-23 20:38:08 +00:00
kleink
99b1eb1c9c Add and enable p5-XML-Atom-Stream. 2006-02-23 20:29:15 +00:00
joerg
e4ba0ea882 For DragonFly, OMIT_UTMP like on the other BSDs do. 2006-02-23 20:28:54 +00:00
kleink
2f1bb60463 Initial import of p5-XML-Atom-Stream 0.02.
XML::Atom::Stream is a consumer of AtomStream.
2006-02-23 20:28:29 +00:00
kleink
9d781d827e Add and enable p5-XML-Handler-Trees. 2006-02-23 20:25:02 +00:00
kleink
3908f36321 Initial import of p5-XML-Handler-Trees 0.02.
XML::Handler::Trees provides three PerlSAX handler classes for
building tree structures. XML::Handler::Tree builds the same type
of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree
builds the same type of tree as the "EasyTree" style added to
XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder
builds the same type of tree as Sean M. Burke's XML::TreeBuilder.
These classes make it possible to construct these tree structures
from sources other than XML::Parser.
2006-02-23 20:24:12 +00:00
joerg
288e6428d1 Add DragonFly support. Make pthread linkage more portable. 2006-02-23 20:15:21 +00:00