summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-22GNU make strongly dislikes it when MAKE is already set to bmake.joerg2-23/+15
So ensure that we don't pollute the environment at all and push down the arguments for install-dependencies via the command line. Thanks to seb@ for the problem report and test.
2007-05-22+ afterstep-2.2.6, drscheme-370, geany-0.11, gmpc-0.15.0,wiz1-4/+9
libgnomekbd-2.18.2, opera-9.21, py-prewikka-0.9.11, xv-20070520.
2007-05-22Note fromcvs PKGREVISION bump.wiz1-1/+2
2007-05-22Fix path to python interpreter in tohg.rb and depend on python.wiz1-1/+9
Bump PKGREVISION.
2007-05-22While investigating xtraeme's bug report about duplicate running of thejoerg1-1/+2
dependency installation, it occured to me that "make depends" doesn't run the bootstrap-depends target correctly anymore. A deeper analysis didn't show why it happened to work as it is only requested explicitly by fetch. It wasn't an issue as all bootstrap dependencies were checked again before, but fix this correctly by listening as dependency of depends as well.
2007-05-22update obexapp to version 1.4.7, which contains compiler warning fixesplunky9-143/+39
and NetBSD compatibility in the source. ok by xtraeme@
2007-05-22Remove an unused, just added internal target.joerg1-6/+1
2007-05-22Add a couple of success reports.tnn1-1/+4
2007-05-22On OS X, build a double-clickable Mac package.schmonz1-8/+45
2007-05-22Add Mac OS X PackageMaker project file for bootstrap tools. Createdschmonz1-0/+652
with /Developer/Applications/Utilities/PackageMaker.app, then converted from blob to the equivalent XML with: $ plutil -convert xml1 macpkg.pmproj mkbinarykit will run this file through a bit of sed, then use the result to generate a double-clickable Mac package.
2007-05-22Fix a small logic bug. When running install-dependencies for the firstjoerg2-11/+7
time for bootstrap-dependencies, only really only look at the bootstrap dependencies. Skip them in the second run. Confusion reported by xtraeme@
2007-05-22Eggdrop updated to 1.6.17nb1 due to security issuelkundrak1-1/+2
2007-05-22Fix for the following:lkundrak4-2/+37
eggdrop<=1.6.18 arbitrary-code-execution http://www.eggheads.org/bugzilla/show_bug.cgi?id=462
2007-05-22Make depends-cookie a flavor indendepent target. Before it was used tojoerg9-156/+305
trace the dependency information. This is computed and stored in .depends directly now before anything else is done. The output is locked and the locking is supposed to work before the bootstrap-depends are installed. Add a new hook for flavors after all dependencies are added and before the depends-cookie is created. Use this to compute which package is used to fulfill each dependency and store it in .rdepends. Adjust register-dependencies and some other places to use this information directly instead of recomputing it all the time. The code to list all dependencies and to recursively install missing ones is moved to a separate shell script. This makes it easier to understand what is going on and extend them later. Change the calling of pkg_create to prepend the dependencies directly to the passed-in PLIST and not via -P and -T. This is in preperation of changing the way they are stored in the packages. Discussed with, recieved minor disagreement about install-dependencies, but otherwise OKed by jlam.
2007-05-22Update HOMEPAGE url.obache1-2/+2
2007-05-22Also buildlink the include directory.reed1-1/+2
This is for PR 36352. Alternatively, maybe this could have been done in the package that needed it instead.
2007-05-22Updated net/wide-dhcpv6 to 20070507.obache1-1/+2
2007-05-22Update wide-dhcpv6 to 20070507.obache2-7/+13
pkgsrc changes: Fix hard-coded paths in manual pages. Pointed out in PR 36316 by Jonathan A. Kollasch. Changes: [Common to all programs] - supports compilation on Solaris - supports interface names other than {alphabet}{numeric} format. - allows a user to specify the owner/group for the installed files. - fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they have the same IA-ID. [DHCPv6 Relay] - supported script execution for dhcp6relay. - accepts ULA - changes the destination port of a relayed DHCP packet from 546 to 547, when it is supposed to be bound for a relay, instead of a client. [DHCPv6 Server] - implemented DHCPv6 Confirm message processing - implemented DHCPv6 Decline message processing - fixed a Solicitation message validation as stated in RFC3315 15.2. - fixed a bug that Rebind does not work for IA-NA. - supported an address pool that has only one entry. - fixed an IA allocation failure from pool when it doubly requested by the same client - recognizes "-P" option.
2007-05-22Note update of "samba" package to version 3.0.24nb3.tron1-1/+2
2007-05-22Fix package list issue affecting Linux, "sbin/mount.cifs" andtron2-3/+5
"sbin/umount.cifs" were missing. Bump package revision. This should fix PR pkg/36372 by Ondrej Tuma.
2007-05-22pkglint -Wall fix.martti1-1/+3
2007-05-22Remove trailing spaces. This will fix my problems with pkglint:martti1-3/+3
# pkglint -Wall FATAL: ../../mk/fetch/sites.mk:56: Unknown line type.
2007-05-22Note updates of "xchat", "xchat-perl" and "xchat-python" package.tron2-3/+5
2007-05-22Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.tron5-45/+10
Changes since version 2.8.0: - Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN). - Fixed the "Save As" function saving to the wrong folder in the URL Grabber. - Fixed a bug in the "Copy Selected Link" URL right-click on non-ASCII chars. - Fixed small bug: #100239 buffer overflow in setup dialog. - Overhauled the Alerts section of the settings and added support for opening system-tray balloons (libnotify required). - Implemented /TRAY -b command on unix. - Nick serv authentication is now sent without the ":" when using the /NICKSERV or /NS method. #1655733. - Added command line argument: --minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray - Plugin API: * Added "modes" to xchat_get_info(). Returns the current channel modes, if they are known. * Fixed "event_event name" for xchat_get_info() to match the docs exactly, but 2.8.0 (mis)behaviour works too. - Perl * Execute the shutdown callback before removing the hooks so commands created by the script can be used in the callback.
2007-05-22new version, a lot less bugsspz2-46/+17
2007-05-22new version, new patches: upstream adopted a bunch of ours, but gcc foundspz43-2836/+111
new things to bitch about
2007-05-22I can adopt this as I'm using clamsmtp on several production servers.martti1-2/+2
2007-05-22Note update of mail/squirrelmail package to 1.4.10anb2.taca1-1/+2
2007-05-22A patch file for squirrelmail-lite option has updated to fix itstaca3-8/+8
minor problem. Bump PKGREVISION.
2007-05-22I'm not maintaining these packages anymore.xtraeme2-4/+4
2007-05-22I don't have time to maintain packages that might be affected byxtraeme3-6/+6
security vulnerabilities.
2007-05-22I'm not maintaining these packages anymore.xtraeme3-6/+6
2007-05-22I'm not maintaining anymore this package.xtraeme1-2/+2
salo feel free to update it and fix the security vulnerabilities.
2007-05-22Add SHA1/RMD160 of squirrelmail-1.4.10a-lite-20070511-patch.taca1-1/+4
2007-05-21Remove some outdated mirror sites. From Zafer Aydogan.wiz1-29/+5
2007-05-21+ lbdb-0.35, prelude-lml-0.9.10.wiz1-1/+3
2007-05-21gnucash-current updated to 2.1.2.wiz1-1/+2
2007-05-21Update to 2.1.2:wiz2-6/+6
Attention: if you're using Scheduled Transactions, this version is not compatible with 2.0.x, so you won't be able to open them with 2.0.x after using them with 2.1.x. 2.1.2 - 19 May 2007 o Welcome to GnuCash 2.1.2 aka "Financially secure yet?"the third of several unstable releases of the GnuCash Open Source Accounting Software which will eventually lead to the stable version 2.2.0. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help tracking down bugs. o WARNING: Make sure you make backups of any files used in testing versions of GnuCash in the 2.1.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases. o Please test any and all features important to you. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash o Compared to the 2.0.x series, there are only very few user-visible new features, except for the completed port to the Microsoft Windows operating system. Minor new features compared to the 2.0.x series are; o The Scheduled Transaction Editor and Management dialogs have been integrated into the overall GnuCash User Interface to give the user a more consistent experience in creating scheduled transactions. o Internally, the programming language wrappers are no longer being generated by the not-so-well-maintained package "g-wrap" but instead by the well-established wrapper generator "SWIG". In effect, gnucash does no longer depend on g-wrap anymore but uses SWIG now. o New printing formats for check printing o Bugfixes and improvements since the last version 2.1.0 include: o Internal GObject integration is much more advanced by now o Crash on OFX import crashing has been fixed o Windows timezone problems fixed o Some memory leaks have been fixed
2007-05-21Add sparse.reed2-2/+4
2007-05-21Import sparse.reed5-0/+100
Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called "sparse". Sparse provides a set of annotations designed to convey semantic information about types, such as what address space pointers point to, or what locks a function acquires or releases. Linus Torvalds started writing Sparse in 2003, initially targeting issues such as mixing pointers to user address space and pointers to kernel address space.
2007-05-21Updated emulators/qemu to 0.9.0xtraeme2-3/+3
2007-05-21Update to 0.9.0. Thanks to Michael Van Elst for sending me the missingxtraeme16-332/+134
patch to let this build on systems without POSIX AIO. version 0.9.0: - Support for relative paths in backing files for disk images - Async file I/O API - New qcow2 disk image format - Support of multiple VM snapshots - Linux: specific host CDROM and floppy support - SMM support - Moved PCI init, MP table init and ACPI table init to Bochs BIOS - Support for MIPS32 Release 2 instruction set (Thiemo Seufer) - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil) - Darwin userspace emulation (Pierre d'Herbemont) - m68k user support (Paul Brook) - several x86 and x86_64 emulation fixes - Mouse relative offset VNC extension (Anthony Liguori) - PXE boot support (Anthony Liguori) - '-daemonize' option (Anthony Liguori)
2007-05-21Change depdencies to be non-ambigious. Bump revision.joerg1-7/+7
2007-05-21Use relational pattern instead of [2-9]*. Bump revision.joerg1-3/+3
2007-05-21Use less ambigious relational matching for guile-gtk dependency.joerg1-3/+3
Bump revision.
2007-05-21Use relational pattern instead of [234].*. Bump revision.joerg1-3/+3
2007-05-21Use relational dependency instead of rrdtool-1*. Bump revision.joerg1-3/+3
2007-05-21Use tcl>=8.4 and tk>=8.4 instead of -8.4*. Bump revision.joerg1-4/+4
2007-05-21Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision.joerg3-6/+6
2007-05-21Updated mail/sylpheed to 2.4.2xtraeme2-3/+3