summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-07Only try to build with "libXvMC" support if we use modular X.org.tron2-2/+6
This unbreaks the build under NetBSD using native X11.
2007-09-07Fix build problem with gcc4 (on NetBSD 4/current).taca2-1/+39
2007-09-06+ fetchyahoo-2.11.2, galculator-1.3, libarchive-2.2.7, openssh-4.7p1.wiz1-2/+5
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam24-76/+65
2007-09-06Drop libnbcompat/buildlink3.mk and force all packages that usejlam3-44/+4
libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process.
2007-09-06Use only features available in nawk.jlam1-3/+7
2007-09-06If waitpid was interrupt for some reason, restart it. Error out on alljoerg1-5/+6
other negative return values or when errno != EINTR.
2007-09-06Fix build on QNX. From Sean Boudreau.joerg1-2/+9
2007-09-06If DISTDIR points to a non-existing location and a package has neitherjoerg1-1/+6
PATCHFILES nor DISTFILES, make fetch would complain about an unbuildable dependency. Fix this by explicitly checking that _ALLFILES is not empty. Reported by Sean Boudreau.
2007-09-06Add QNX support. Don't redefine __BEGIN_DECLS and __END_DECLS ifjoerg2-6/+19
system headers provided them. From Sean Boudreau.
2007-09-06Add QNX configuration. From Sean Boudreau.joerg1-1/+11
2007-09-06Fix build on NetBSD. Add QNX support based on patch from Sean Boudreau.joerg3-11/+16
2007-09-06Supports DESTDIR installation.joerg1-1/+2
2007-09-06Try to force a proper shell on Solaris by extending bmake tojoerg11-2891/+3255
expect full path names. Use the default locations in /bin unless overriden explicitly. Bump revision of bmake. On Solaris, use /usr/xpg4/bin/sh if it exists.
2007-09-06Honor PKG_SYSCONFDIR. The default host keys for dropbear are now found injlam3-8/+33
${PKG_SYSCONFDIR}/dropbear. Bump the PKGREVISION to 2.
2007-09-06openpam update.joerg1-1/+2
2007-09-06Update to OpenPAM Figwort (20050616):joerg4-13/+25
- BUGFIX: Correct several small signedness and initialization bugs discovered during review by the NetBSD team. - BUGFIX: Modify gendoc.pl to sort cross-references in dictionary order within each section. - ENHANCE: if a policy specifies a relative module path, prepend the module directory so we never call dlopen(3) with a relative path. - ENHANCE: add a pam.conf(5) manual page.
2007-09-06If the *mplayer* packages are going to default to setting cflagsabs2-11/+9
to target a pentium pro if mplayer-runtime-cpudetection is enabled then at least put it under an option so it can be turned off: mplayer-default-cflags For example, all of my machines are p3 or better, so I prefer to use "-march=pentium3 -mfpmath=sse -msse2", but I still want mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime.
2007-09-06Update mplayer to 1.0rc9nb8 and gmplayer to 1.0rc9nb3abs2-11/+21
sync mplayer and gmplayer buildlink includes. Add the following: - to gmplayer to match mplayer: libXinerama libXv - to gmplayer only: libdvdnav - to both: libXvMC libXxf86dga libXxf86vm
2007-09-06Install the manual pages for dropbear. Bump the PKGREVISION to 1.jlam2-2/+11
2007-09-06Don't assume any pre-installed perl5. This is necessary for pbulk buildsrillig1-1/+2
when Perl is installed in the "outer" pkgsrc. Otherwise, references to the pbulk directory are stored in the binary package.
2007-09-06Put variable declarations at beginning of a block to work with olderjlam2-1/+25
compilers.
2007-09-06For the "pam" package option, one needs to include pam.buildlink3.mk.jlam1-1/+2
2007-09-06Fix typo.reed1-1/+1
2007-09-06Update xine-arts to 1.1.7nb1: addabs1-1/+3
.include "../../audio/libao/buildlink3.mk" to fix a runtime 'Undefined PLT symbol "ao_new_port" (symnum = 551)' Now sound works again for me under kde
2007-09-06Updated wm/ion3-devel to 20070902.ghen1-1/+2
2007-09-06Update ion3-devel to the latest rc version, patch provided by Philip Paepsghen2-6/+6
<philip@freebsd.org>. Release notes: This release features a few minor fixes. If no major problems are discovered, this is likely to be the last "rc" release before the first and hopefully final "stable" release. ChangeLog: o Binding guards weren't being used o Set 'target' to requested instead of None on refused SelectionNotify too. This seems to fix Xterm's paste slowness.
2007-09-06One line of code can say as much as ten.rillig1-5/+2
2007-09-06Why do things in a simple way when there is a complicated alternative?rillig1-11/+5
2007-09-06Allow this code to compile with an older version of GCC and on an olderjlam9-13/+214
version of FreeBSD.
2007-09-06Fix typo in comment.wiz1-2/+2
2007-09-05Add widechar support. From L. Schmidt in PR 36895.wiz2-2/+17
2007-09-05Add license file for tin, and make news/tin use it.wiz2-2/+33
2007-09-05Report it if part of the build fails.wiz2-1/+15
2007-09-05+ icu. Sort.wiz1-6/+7
2007-09-05update to 2.0.0drochner10-59/+116
While an update to a .0 version is somehow risky, it finishes the unfortunate state that the pkgsrc gnutls didn't work with the pkgsrc opencdk, which I wouldn't like to go into the next stable branch. Release candidates have worked for me, and there is some time left before the Q3 branch, so I'm confident. changes: * Support for external RSA/DSA signing for TLS client authentication -many X.509 enhancements Support for Supplemental handshakes messages (RFC 4680) * Support for TLS authorization extension (draft-housley-tls-authz-extns-07) * Improve logic of gnutls_set_default_priority() * New APIs to enumerate supported algorithms in the library * Certtool can export more than one certificate to PKCS#12 * Several message translation improvements * Improved manual * Many bugfixes and minor improvements
2007-09-05Updated sysutils/dmidecode to 2.9xtraeme2-3/+3
2007-09-05Update to 2.9:xtraeme2-6/+6
Update to support SMBIOS specification version 2.5 and others, please review CHANGELOG for the full list of changes.
2007-09-05Mention new youtube-dl package and yougrabber removal.wiz1-1/+3
2007-09-05+ youtube-dl, - yougrabber.wiz1-2/+2
2007-09-05Remove yougrabber -- doesn't work any longer after youtube changed somewiz5-50/+0
URLs, and upstream doesn't have time to fix it. Use pkgsrc/net/youtube-dl instead.
2007-09-05Initial import of youtube-dl-20070824:wiz4-0/+43
youtube-dl is a small command-line program written in Python to download videos from YouTube.com.
2007-09-05update to 0.50drochner3-18/+9
changes: - Add DROPBEAR_PASSWORD environment variable to specify a dbclient password - Use /dev/urandom by default, since that's what everyone does anyway - Exit with an exit code of 1 if dropbear can't bind to any ports - Improve network performance and add a -W <receive_window> argument for adjusting the tradeoff between network performance and memory consumption - Fix a problem where reply packets could be sent during key exchange, in violation of the SSH spec. This could manifest itself with connections being terminated after 8 hours with new TCP-forward connections being established - Add -K <keepalive_time> argument, ensuring that data is transmitted over the connection at least every N seconds - dropbearkey will no longer generate DSS keys of sizes other than 1024 bits, as required by the DSS specification. (Other sizes are still accepted for use to provide backwards compatibility)
2007-09-05PLIST fixshannonjr1-1/+5
2007-09-05Updated archivers/p7zip to 4.53adam2-3/+3
2007-09-05Changes 4.53:adam4-16/+16
- From Windows version of 7-zip 4.53 : - The bug in 7-Zip 4.48 - 4.52 beta was fixed: 7-Zip could create .ZIP archives with broken files. - Some bugs were fixed. Changes 4.52: - From Windows version of 7-zip 4.52 : - 7z now can unpack Compound files (msi, doc, ...). - Some bugs were fixed (CAB decompressing) - lzma (CPP/7zip/Compress/LZMA_Alone) is now multi-threaded. - fixed 632912: Extracting large directories takes quadratic time (this bug was not fully fixed ...) - fixed: "7za x -odirectory archive.7z" now works even if "directory" is a symbolic link. - makefile.linux_s390x added : support for Linux on IBM z/Series Mainframe with s390x CPU - fixed crashes on BeOs with the flag "@filename" - cleanup in the makefile : defining LITTLE_ENDIAN or BIG_ENDIAN is not needed anymore - ppmd.exe added (CPP/7zip/Compress/PPMD_Alone)
2007-09-05-add DESTDIR support, from Blair Sadewitzdrochner2-12/+36
(I didn't adopt the libtool change for now because it is not clear for be whether that PAM modules is useful for non-NetBSD.) -block SIGCHLD while the forked helper process is running, so that a calling process with a SIGCHLD handler won't steal the exit status which is used to report success of the authentication. This makes the "dropbear" ssh server usable if started with user privileges. bump revision to 1.1
2007-09-05+ cdrtools-2.01.01.35, claws-mail-3.0.0, gnome-build-0.2.0,wiz1-6/+12
gnome-vfs-1.14.6, gnumeric-1.7.12, gnutls-2.0.0, goffice-0.4.3, ion3-devel-20070902, lftp-3.5.14, libprelude-0.9.15.2, tea-17.2.1.
2007-09-05others say changing DEPENDS and adding MESSAGE is a reason to bump thejdolecek1-1/+2
PKGREVISION, so make it so
2007-09-05time/pear-Date updated to 1.4.7jdolecek1-1/+2