summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-30Update to 1.1.6:wiz7-61/+9
1.1.6: (2005-04-30) - modified patch from Tiziano Cappellari and Igor Baldachini to optionally force a prepended system header. - modified patch from Tiziano Cappellari and Igor Baldachini to optionally drop trailing packs that have system headers. - compilation patches from Eric Jorgensen and Barry Roberts. - NetBSD off_t patch from Thomas Klausner. 1.1.5: (2005-04-30) - improved gopchop.desktop - added debian menu file - fixed compile regression in new display code 1.1.4: (2005-04-30) - suse patch from Rainer Lay - changed scroll wheel usage to try and fix file select windows - schmidtw - changed the menus & menu items to be more "standard" where possible - schmidtw - added XML based load/save using libxml for editing sessions - schmidtw - added text enterable gop selector box - schmidtw - added view menu to control GOP Info window & in the future the video window - schmidtw - changed the menu items to be more descriptive - schmidtw - fixed details need to read other MPEG2 PES packets - locale clean-ups - Xv display is now aspect-correct - TODO reorganized - bryce
2005-04-30Fix path to directory for "opera" package.tron1-2/+2
2005-04-30Note new "opera" package and removel of "opera7" package.tron1-1/+3
2005-04-30Replace outdated an insecure "opera7" package with a new "opera" packagetron10-23/+21
based on version 8.0. Major changes since version 7.54u2: - New and improved security features - "Fit to window width" abolishes horizontal scrolling - Improved default menu and toolbar setups - Support for XmlHttpRequest giving full Gmail support - New Start bar gives easy access to useful features - Notification of blocked pop-ups - Simple retrieval of closed pages and blocked pop-ups. - Elegant e-mail attachment handling - Improved newsfeed reader - Automated weekly check for new updates - New User JavaScript feature
2005-04-30s/upto date/up-to-date/jschauma1-2/+2
2005-04-30Given that I've done all the latest updates, pick up maintainership.jmmv1-2/+2
Requested by the current maintainer, schmonz@.
2005-04-30Include stdlib.h instead of malloc.h to build on Darwin.minskim2-1/+15
2005-04-30Enable pkgviews installation.minskim1-1/+5
2005-04-30Honor BINOWN and BINGRP.minskim1-1/+3
2005-04-30net/qmail has been taught to not need expr and wc in the top-level make.jlam1-2/+2
2005-04-30Use :sh instead of != to assign QUEUE_EXTRALEN to defer evalutation ofjlam1-3/+3
command until it is referenced within subst.mk's make targets. This avoids needing ${EXPR} and ${WC} in the top-level make.
2005-04-30Avoid checking for !empty(...) so that we that defer variable references.jlam1-7/+1
2005-04-30+lsh2drochner1-1/+2
2005-04-30Move the freshly update lsh-2.0.1 into a separate pkg and leavedrochner10-50/+167
security/lsh at 1.4.3. lsh-2.0.1 has interoperability problems with openssh servers (always gets "Invalid server signature" errors). lsh-1.4.3 is not affected by CAN-2003-0826. Add a patch to address CAN-2005-0814 and bump PKGREVISION.
2005-04-30Added TODO list for pkglint.rillig1-0/+7
2005-04-30Add LICENSE and corresponding NO*ON* and RESTRICTED variables.wiz1-1/+8
2005-04-30+ apache-ant-1.6.3, clamav-0.84, gnutls-1.2.3, gocr-0.40, plptools-0.13,wiz1-5/+8
py-ldap-2.0.7, sqlitemanager-1.0.6.
2005-04-30Update MASTER_SITES and HOMEPAGE.agc4-13/+13
2005-04-30Repair forward declarations of read() and write() on 64-bit platforms,schmonz2-1/+17
where ssize_t != int. Compile fix for 64-bit platforms, no change otherwise, thus no PKGREVISION bump. Addresses pkg/30004.
2005-04-30Split replace.mk into two parts, one of which is included by bsd.prefs.mkjlam4-93/+129
to provide "TOOL" definitions for tools used by a top-level make process (usually because it uses them in a != variable definition). This allows USE_TOOLS to be defined before bsd.prefs.mk is included by a package Makefile, where USE_TOOLS lists the additional (non-default) tools that are required to build the package. Also, drop the fallback to existing "TOOL" definitions because we now have TOOLS_PLATFORM.* for each platform in pkgsr/mk/tools/tools.*.mk.
2005-04-30Use correct home page.augustss1-1/+1
2005-04-30Rewrite to avoid needing egrep.jlam1-32/+32
2005-04-30We don't need egrep since we're using a basic RE.jlam1-2/+2
2005-04-29Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead ofrillig1-48/+56
hard-coding them in the source code. Approved by wiz.
2005-04-29Added three patches that fix the "undeclared snprintf()" errors.rillig4-1/+44
Approved by wiz.
2005-04-29Added compatibility patches for ISO C90. Approved by wiz.rillig6-5/+106
2005-04-29Added compatibility patch for ISO C90. Approved by wiz.rillig2-1/+32
2005-04-29Placed the substitution actions from the build phase into the configurerillig1-3/+4
phase to avoid a warning. Approved by wiz.
2005-04-29Added compatibility patch for ISO C90. Approved by wiz.rillig2-1/+26
2005-04-29Include converters/libiconv/buildlink3.mkkristerw2-2/+4
2005-04-29Include mk/pthread.buildlink3.mk.kristerw2-2/+4
2005-04-29Add missing #ifdef guards for semaphore.h, to make this build onkristerw3-1/+31
NetBSD 1.6.
2005-04-29Make this package find the compiler after bl3 were enabled.kristerw2-4/+4
2005-04-29update to 0.45drochner4-26/+26
changes: - Makefile no longer appends 'static' to statically linked binaries - Add optional SSH_ASKPASS support to the client - Respect HOST_LOOKUP option - Fix accidentally removed "return;" statement which was removed in 0.44 (causing clients which sent an empty terminal-modes string to fail to connect - including pssh, ssh.com, danger hiptop). (patches independently from Paul Fox, David Horwitt and Sven-Ola Tuecke) - Read "y/n" response for fingerprints from /dev/tty directly so that dbclient will work with scp.
2005-04-29remove entry which is a leftover from previous versions appearently,drochner1-2/+1
should fix error seen in bulk build
2005-04-29Note addition of databases/tcl-postgresql74gson1-1/+2
2005-04-29Add and enable tcl-postgresql74gson1-1/+2
2005-04-29Tcl interface to PostgreSQL, including front-end clients and a loadablegson5-0/+59
shared object for Tcl clients. This is based on, and almost identical to, the tcl-postgresql73 package, but for PostgreSQL 7.4 rather than 7.3.
2005-04-29For Linux, add workaround for bug noted in PR #25402.reed1-1/+7
arts fails to build under Linux with many lines like: .libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base' Use BUILDLINK_TRANSFORM to remove -Wl,--allow-shlib-undefined -Wl,--no-undefined (Note that KDE packages still have same problem.)
2005-04-29Note update of mathomatic.minskim2-4/+3
2005-04-29Update mathomatic to 12.3. Bug fixes and many enhancements. Seeminskim3-18/+12
changes.txt for the complete list of changes.
2005-04-29updated cpuflags to 0.86abs1-1/+3
2005-04-29Update cpuflags to 0.86:abs4-31/+33
Add Linux 'Pentium III (Katmai)' - from Toni Viemero Remove some outdated gcc references from manpage Clarify the mk examples are BSD makefile specific Add a basic Makefile for out-of-pkgsrc usage
2005-04-29Under NetBSD, the update-desktop-database command may fail at installagc2-1/+15
time, so ignore the return code.
2005-04-29No need to include ppp-comp-local.h on NetBSD >= 2.99.16, as the MPPEcube2-33/+36
definitions have been added to the kernel source around that time. No need to bump PKGREVISION, and no need to update to 0.0.5, the only change in that release is in code not used by this package.
2005-04-29Fix a typo in comment.cube1-1/+1
2005-04-29Update of spamassassin to 3.0.3heinz1-1/+2
2005-04-29Updated to version 3.0.3.heinz3-21/+12
Merged the two rules in netbsd_lists.cf into one because problem reports mostly do not contain "x-send-pr" anymore. Disabled installation of netbsd_lists.cf in PKGSYSCONFDIR (it is still included in the "examples" directory). Changes since 3.0.2 =================== - Fixed possible memory bloat from large AutoWhitelist db files - Fixed where user defined rules scores became ignored - Updated parsing code for several Received: header formats - Increased some BAYES_* scores for the network+bayes score set - Document set_tag for Plugin API and added get_tag - Additional bug fixes.
2005-04-29TeXmacs update and new maxima package.wiz2-3/+4
2005-04-29Updated print/glabels to 2.0.2.reed1-1/+2
(This software worked great for me; it included a template for my business card and the GUI made it easy to design my business card.)