summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-08-24Restore USE_LIBTOOL which was silently removed recently (hi xtraeme!).cube3-7/+17
Fix build with recent libtool. Not bumping PKGREVISION, it's in the flow of current PLIST fixes and such...
2004-08-24Revert the BUILDLINK_DEPENDS.png back to previous value (1.2.4)reed1-2/+2
because no ABI change or soname changes. It is important to note that because of the fixed *_RECOMMENDED mechanism, that 1.2.6rc2 will be the default version required.
2004-08-24visudo(8) is still in ${PREFIX}/sbin, at least on NetBSD 2.0_BETA.schmonz1-2/+2
2004-08-24Note getmail update.schmonz1-1/+2
2004-08-24Update to 4.1.0. From the changelog:schmonz2-5/+5
-biggest change is multiple verbosity levels. To support this from rc file, the verbose parameter had to change from a boolean to an integer. Update your getmail rc files: for quiet, set verbose to 0. For more output, set it to 1 or 2. 2 includes info about messages not retrieved, etc. -add rc filename to error messages -change fix from 4.0.11 for email module raising exception during .flatten(). Thanks: Jürgen Nagel. -some types of SSL error could cause getmail to exit instead of continuing to the next mail account; fixed. Thanks: Matthias Andree.
2004-08-24Forgot that one in previous commit: preprocess .s files with the C preprocessoraymeric2-10/+17
on ppc architectures
2004-08-24Note update of lang/ruby-base package to 1.6.8nb5.taca1-1/+2
2004-08-24Fix file permission problem in CGI::Session reported by CAN-2004-0755.taca3-3/+17
Bump PKGREVISION.
2004-08-24Note pkglint-3.89 update.wiz1-1/+2
2004-08-24Apply two patches from Roland Illig:wiz2-33/+30
First two chunks of diff: Fix for perl-5.6.1; addresses PR 26718. Remainder: - made $category a local variable of checkfile_Makefile - redefined the meaning of the return value of the check_* subs (siehe Zeile 37 des Patches) Welcome to 3.89.
2004-08-24Make firefox compile and run on macppc. Patches copied from www/mozilla.aymeric5-17/+357
2004-08-24+ matchbox-0.8.3 [pkgsrc-wip], scons-0.96.1.wiz1-2/+3
2004-08-24+h5utilsdrochner1-1/+2
2004-08-24import h5utils-1.9.1, a set of tools to convert data from/todrochner4-0/+68
the HDF5 format
2004-08-24Use modern resolver api on recent NetBSD systems that have it.markd2-1/+15
From Love in PR 26638. Fixes problems in threaded programs. eg psi and kde3.3's cups support.
2004-08-24import libmatheval-1.1.1, adrochner6-0/+83
Library for evaluating mathematical expressions
2004-08-24+xmlstarletdrochner1-1/+2
2004-08-24import xmlstarlet-0.9.3, a command line tool to manipulate XMLdrochner5-0/+55
files using libxml2 and libxslt
2004-08-24sync with libxslt update to 1.1.9drochner2-5/+5
2004-08-24update to 1.1.9drochner3-8/+8
changes: -improvements: EXSLT date:sum added (Joel Reed), hook for document loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William). +bugfixes
2004-08-24sync with libxml2 update to 2.6.12drochner2-5/+5
python specific changes: avoid a warning with 2.3 (William Brack), tab and space mixes (William), wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-08-24update to 2.6.12drochner3-8/+7
changes: -improvements: DocBook catalog build scrip (William), xmlcatalog tool (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey), xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude to not generate start/end nodes, extend xmllint --version to include CVS tag (William) +bugfixes
2004-08-24update to 23.3drochner3-5/+43
changes: Bug fixes and addition of weakreferences (weakref module)
2004-08-24Add missing files.xtraeme2-4/+6
2004-08-24Process RECOMMENDED *after* including bsd.buildlink3.mk; else it has notv1-9/+9
real effect at all.
2004-08-23Don't pull in Mesa on IRIX - patch by Staffan Thomén (duck@IRC)hubertf2-2/+8
2004-08-23Add some missing files, from PR 26745 from FUKAUMI Naoki.markd1-1/+176
2004-08-23Note multimedia/{libmatroska,mkvtoolnix,mmg} update.salo2-3/+5
2004-08-23On Interix, default to using a threaded Perl. This is how the bundledtv1-7/+10
Perl in Interix ships, so it's an appropriate default for the OS. (Still overrideable in mk.conf explicitly.)
2004-08-23Update to version 0.9.5.salo3-7/+7
Changes: - mkvmerge bug fix: WAV files which contained a 'PAD ' chunk before the 'data' chunk were not processed at all. bug fix: Use 'setjmp' and 'longjmp' Instead of throwing a C++ exception during the chapter parsing stage. Otherwise libexpat will abort with a non-descriptive error message on Windows. bug fix: SSA/ASS subs with the old codec ID 'S_SSA' and 'S_ASS' were accepted, but their codec ID was kept. It is now correctly changed to 'S_TEXT/SSA' and 'S_TEXT/ASS'. bug fix: Try to guess whether tags read from OGM files (for automatic language tag setting and for copying chapter information) are already in UTF-8 or not. If not try to convert them from the current system's charset. bug fix: use the same UID for the EditionUID in the chapters and in the tag targets when parsing a CUE sheet. bug fix: Handle TTA files with ID3 tags correctly (=skip the ID3 tags). bug fix: There was an illegal free() in the OGM reader. bug fix: Block durations with 0s length (e.g. entries in a SSA file) were not written. bug fix: The FLAC packetizer gets the duration from the FLAC packet itself. bug fix: The word 'TAG' occuring in e.g. SRT subs caused the ID3/MP3 frame detection to be stuck n an endless loop. new feature: Abort muxing if the output file name is the same as the name of one of the input files. new feature: If there was no MIME type given for an attachment then mkvmerge will try to guess it based on the file's extension just like mmg. new feature: Implemented sample-precision for timestamps and durations on audio only files. added: 'EditionUID' to valid elements below '<Targets>' in XML tags. Fixed the creation of the 'Targets' with --global-tags and --tags. - mkvextract bug fix: The CUE extraction wrote UTF-8 characters but no UTF-8 BOM (byte order marker) at the beginning. bug fix: The subtitle track extraction used the wrong duration in 0.9.4. new feature: Limited support for extracting chapters as CUE sheets that haven't been created by using a CUE sheet with mkvmerge's "--chapters" option. - mkvmerge, mkvinfo, mkvextract new feature: added support for the new tag elements ('tag language' and 'default/original language'). new feature: Added support for the new 'EditionFlagHidden', 'EditionFlagDefault' and 'EditionManaged' elements. - mkvmerge, mkvextract, mmg Changes to the chapter handling. EditionUIDs are always created. mkvextract outputs EditionUIDs and ChapterUIDs normally. mkvmerge tries to keep EditionUIDs and ChapterUIDs but replaces them if they aren't unique. - mkvmerge/mkvextract new feature: Use the new EditionUID entries when convert CUE sheets to chapters and tracks. This is in preparation for 'multiple CDs to single Matroska file' conversions. - mkvinfo, mmg bug fix: Fixed compilation with Unicode enabled versions of wxWidgets. - mmg bug fix: The 'down' button on the 'input' tab was not working correctly in all cases.
2004-08-23Rename the "smtpauth" option to "sasl" to be consistent with otherschmonz1-8/+8
MTAs' options, since it causes qmail-smtpd to offer several SASL mechanisms. No need to preserve the meaning of the old option, as it was introduced less than a day ago.
2004-08-23Update to version 0.7.3.salo4-39/+7
Changes: - remove patch-aa, it has been merged upstream 0.7.3: ====== - add KaxEditionFlagDefault, KaxEditionManaged, TargetType, TagLanguage, TagDefault, EditionFlagHidden - rename the new KaxTagLanguage to KaxTagLangue - misc small bugfixes 0.7.2: ====== - chapters/tags: add an edition UID and clean the code according to the specs - mingw32: Proper description for the SHARED option. Make building the lib statically the default just like it is for libembl.
2004-08-23Note addition of nget-0.27.recht1-1/+2
2004-08-23Add and enable nget.recht1-1/+2
2004-08-23Update security/sudo to 1.6.8 and convert to use bsd.options.mk, whichxtraeme7-44/+46
adds two new options, ldap and pam. Changes: * Sudo now supports storing sudoers info in LDAP (optionally using TLS). * There is a new -e option to edit files the with uid of the invoking user. This makes it possible to give users to ability to safely edit files without the possibility of editing other files or running commands as the target user. If sudo is run as "sudoedit" the -e flag is implied. * A new tag, NOEXEC, will prevent a dynamically-linked program being run by sudo from executing another program (think shell escapes). Because this uses LD_PRELOAD it has no effect on static binaries. * A uid specified in sudoers now matches the user specified by the -u flag even if the -u flag specified a name, not a uid. * Added a -i option to simulate an initial login similar to "su -". * If sudo is used to run as root shell, further sudo commands will be logged as run by the user specified by the SUDO_USER environment variable. In -e mode (sudoedit), SUDO_USER is used to determine what user to run the editor when the real uid is 0. * The sudoers file is now parsed as the runas user in all cases instead of root. This fixes some issues with running NFS-mounted commands. * If the target user == invoking user a password is no longer required. * Sudo now produces a sensible error message when the targetpw Defaults option is set and a non-existent uid is specified via the -u option. * A negated user/uid in a runas list is now treated the same as a negated command and overrides a previously allowed entry. * PAM support now uses Use pam_acct_mgmt() to check for disabled accounts. * Added a check in visudo for runas_default being used before it was set. * Fixed several issues when closing all open descriptors. Sudo now uses closefrom() if it exists, otherwise it uses /proc/$$/fd if that exists with a fallback of closing all possible descriptors. * Quoting globbing characters with a backslash now works as documented. * Fixed a problem on FreeBSD (and perhaps others) when the user is only listed in NIS (not master.passwd) and netgroups are used in the master.passwd file. * The username in a log entry is no longer truncated at 8 characters. * Added a "sudo_lecture" option that can point to a file containing a custom lecture. * The timeout for password reading is now done via alarm(), not select(). * /tmp/.odus is no longer used for timestamps by default. * Sudo now works on the nsr-tandem-nsk platform. * Fixed the --with-stow configure option. * TIS fwtk authentication now supports fwtk 2.0 and higher. * Added Stan Lee / Uncle Ben quote to the lecture from RedHat. * Added the --with-pc-insults configure to replace politically incorrect insults with other ones.
2004-08-23initial import of nget-0.27recht5-0/+96
Based upon the package provided by Joel CARNAT in PR pkg/26134 nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers and newsgroups. Handles disconnects gracefully, resuming after the last part succesfully downloaded. features: * Automatic multi-part post joining * Automatic binary decoding (using uulib) * Caches header data for quick access * Full multi-server support, transparently joining parts from different servers * Full multi-group support, transparently joining parts from multiple newsgroups * Automatic retries on network errors * Resumes after the last part successfully downloaded * Dupe file detection to avoid unneeded downloads * Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the file's subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references. * Search for newsgroups based on their names and/or descriptions * Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
2004-08-23Emphasize that UNIX Perl must not be installed, and that case-sensitivetv1-13/+36
filesystems are a must. Add instructions on how to change these things after SFU is already installed (so a reinstall is not necessary).
2004-08-23Suck in recent minor changes made to this file.snj1-5/+5
2004-08-23Pull-up -R descripion change from src tree.cube1-3/+3
2004-08-23SUBST_POSTCMD must be globally defined or else it breaks.jlam1-2/+2
2004-08-23Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE}jlam1-2/+2
target takes care of this case already.
2004-08-23Use _SUBST_BACKUP_SUFFIX instead of hardcoding ".subst.sav" everywhere.jlam1-8/+10
2004-08-23Add a missing file.wiz1-1/+2
2004-08-23fidogate -> 4.4.9nb1tv1-1/+2
2004-08-23Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainlytv12-83/+121
changes local to the author's system and changes in doc to note better the newer home on SourceForge. However, this does contain a quasi-security fix: LOGFILE and FIDOGATE_LOGFILE could have been used to alter files owned by user/group "news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from the author.
2004-08-23No objections to remove proposal on tech-pkg; guavac is now Gone.tv7-97/+3
2004-08-23+ auctex-11.52, balsa2-2.2.3, dvipng-1.2wiz1-4/+20
[http://sourceforge.net/projects/dvipng/], gdm-2.6.0.4, icewm-1.2.16, libxml2-2.6.12, libxslt-1.1.9, liferea-0.5.3b, mathomatic-11.3d, mkvtoolnix-0.9.5, mp3splt-2.0e, rox-session-0.1.24, sylpheed-claws-0.9.12a, trac-0.7.1 [pkg/26735]. Add Sunbird (Mozilla calendar application) to suggested packages.
2004-08-23Modify patch-aa to replace -e tests with -d tests, so install will workben2-7/+11
on IRIX. Addresses PR#26647.
2004-08-23Remove unnecessary -p following MKDIR commands.ben2-6/+6
2004-08-23Remove patch for getting this to compile on netbsd-1-5.he2-20/+1
It has (probably long since) been replaced by configuration checks in firefox's configure script. The resulting source still compiles and works on netbsd-1-5 / i386.