summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-10rc is in /usr/pkgsrc/, even in sandboxeshubertf2-4/+4
2005-01-10fix bug uncovered by recent wrapper changesdillo2-4/+4
2005-01-10_ALIASES.<wrappee> should be cumulative.jlam2-6/+6
2005-01-10Upload pkgs built in sandboxhubertf1-0/+11
(wrapper to 'upload' script, similar to do-sandbox-build).
2005-01-10-sendmail811adrianp2-3/+3
2005-01-10Removal of sendmail 8.11.x branch from pkgsrc. We already have theadrianp23-646/+0
8.12.x and 8.13.x branches in pkgsrc.
2005-01-10Allow the creation of error handlers for shell commands in make targets.jlam1-3/+41
PKG_ERROR_CLASSES is a list of error handlers, PKG_ERROR_HANDLER.<class>, to create. The default error handler will rethrow the exit code after emitting an error message that may be specified per-class with PKG_ERROR_MSG.<class>. Create error messages for the configure and build phases that inform the user of places to go looking for why the build didn't complete.
2005-01-10Fix held over "wip" path; p5-GnuPG-Interface is now in "security".tv1-2/+2
2005-01-10+p5-GnuPG-Interface, +pgpenvelopetv1-1/+3
2005-01-10+pgpenvelopetv1-1/+2
2005-01-10Import pgpemvelope from the pkgsrc-wip project. From DESCR:tv5-0/+55
The purpose of pgpenvelope is to allow easy use of GnuPG to encrypt/sign/decrypt/verify messages using Pine's send- ing/displaying filters. Simply make the appropriate filter entries in one's Pine configuration, and run Pine as normal. When sending mail, choose the pgpenvelope_encrypt filter. Additionally, one can use it as a procmail filter.
2005-01-10+p5-GnuPG-Interfacetv1-1/+2
2005-01-10GnuPG::Interface and its associated modules are designed to provide antv5-0/+60
object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing.
2005-01-10Fix error in previous that turned off all transformations in alljlam1-3/+3
wrappers. "Oops". We now do transformations by default, and turn them off explicitly for wrappers that don't want them, e.g. IMAKE.
2005-01-10Update to work with current bsd.wrapper.mk.jlam1-13/+5
2005-01-10note revision bumps for cdrecord and dvdrecord (amd64 partition fix)dillo1-1/+3
2005-01-10bump PKGREVISION for amd64 partition fixdillo2-3/+4
2005-01-10Update homepage, and uppercase some variables.wiz1-8/+8
2005-01-10wxhugo update donedillo1-2/+1
2005-01-10note update of wxhugo to 3.1.01 (various bugfixes)dillo1-1/+2
2005-01-10update to 3.1.01 (various bugfixes)dillo4-102/+33
2005-01-10Horde has a run-time dependancy on ../../sysutils/pear-Logbouyer1-1/+2
2005-01-10Updated wv to 1.0.3adam2-3/+3
2005-01-10Changes 1.0.3:adam2-6/+5
* A few bug fixes
2005-01-10Update distinfo (hi hamajima!)dillo2-4/+4
Should the PKGREVISION be bumped for this fix?
2005-01-10Clean up the test for the version of Python.darcy1-6/+6
Use ${TRUE} instead of true. Reorder a few lines.
2005-01-10mysql4-{client,server}-4.1.8axtraeme1-1/+3
2005-01-10amd64 uses d partition, same as i386.hamajima2-4/+4
2005-01-10Update mysql4-* to 4.1.8a.xtraeme22-198/+211
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to see the list of changes, new features added and a bunch of bugs were fixed.
2005-01-10Updated gimp to 2.2.2adam1-1/+2
2005-01-10Changes 2.2.2:adam3-7/+7
- let Decompose plug-in create layers with alpha channel - fixed crash in save dialog (bug #162443) - fixed misbehaviour in Scale and Resize dialogs (bug #162387) - fixed preview in Imagemap plug-in (bug #162592) - fixed handling of broken menu path translations (bug #162590) - fixed bugs in the Sparkle plug-in and the Frosty Logo script (bug #132145) - fixed two broken Python scripts (bug #162707) - changed default response in Close dialog (bug #162872) - flush the display when plug-in dialogs are disposed (bug #163084) - fixed build problem on amd64 with gcc-4.0 (bug #163041) - fixed problem in locales that are rendered right-to-left (bug #162663) - fixed bug in Frosty Logo Script-Fu (bug #132145) - raise the toolbox when it is selected from the Tools menu (bug #163381) - improved usability of Keyboard Shortcuts editor (bug #163385) - fixed gradient selection widget in libgimpui (bug #163427) - workaround a problem in the MMX code (bug #162778)
2005-01-10The HTTP site is apparently no longer available. Use the FTP site instead.schmonz1-3/+3
2005-01-10Updated compface to 1.5adam2-3/+3
2005-01-10Changes 1.5:adam3-14/+19
* Minor feature enhancements
2005-01-10Disable compilation warnings (which also removes -Werror). Should fix thejmmv1-1/+4
build under NetBSD 1.6.2/i386 as shown in latest kristerw@'s bulk build.
2005-01-10+kenosisdrochner1-1/+2
2005-01-10this doesn't belong heredrochner1-1/+0
2005-01-10import kenosis-0.92, a P2P RPC library for Pythondrochner5-0/+285
2005-01-10Sort the compiler list in the comments.jlam1-3/+3
2005-01-10Whitespace nits.jlam2-10/+10
2005-01-10Remove redundant CONFIGURE_ENV lines (they're already present in thejlam1-3/+1
shell environment passed in the do-configure target.
2005-01-10Note ezmlm-idx update.schmonz1-1/+2
2005-01-10Update to 0.433. Changes from 0.432nb1:schmonz5-48/+5
-Fixed the Japanese language code from "jp" to "ja" as per ISO 639.
2005-01-10Avoid the silly optimization in the make logic and push it into thejlam2-9/+10
shell script instead. We can't avoid invoking sed at least once since we need to protect the arguments against shell expansion, but we avoid invoking sed for transformations unless there actually are transformations to perform. The code is simpler, more straightforward, and logically correct now. This fixes problems with using a non-GCC compiler with packages that haven't been converted to use buildlink3, noted in PR pkg/28896.
2005-01-10Added fix for includes so mtr will compile on Mac OS X.jklos2-7/+24
2005-01-09Modify krb5.buildlink3.mk so that we choose a single, well-knownjlam1-59/+19
package (heimdal) for all Kerberos 5 dependencies instead of choosing the best installed Kerberos 5 package by default. This can be overridden with the following variables: KRB5_DEFAULT is a user-settable variable whose value is the default Kerberos 5 implementation to use. KRB5_ACCEPTED is a package-settable list of Kerberos 5 implementations that may be used by the package.
2005-01-09Modify bdb.buildlink3.mk so that we choose a single, well-known packagejlam1-70/+41
for all Berkeley DB dependencies instead of choosing the best installed DB package by default: 1. BDB_DEFAULT is set in /etc/mk.conf for the life of pkgsrc and represents the package we use when either (1) a db-1.85 interface isn't required, or (2) a db-1.85 interface *is* required, but it's not builtin. It defaults to "db4" but can be any of db[234]. 2. BDB185_DEFAULT is set in /etc/mk.conf for the life of pkgsrc and represents the package we use when a db-1.85 interface is required. It defaults to "db1" if it's builtin, or to ${BDB_DEFAULT} otherwise.[**] 3. If we want db1, then we use the package named in BDB185_DEFAULT. If we don't want db1, then we use the package named in BDB_DEFAULT. 4. If ${BDB_DEFAULT} isn't listed in BDB_ACCEPTED for a package, then that package will be marked with PKG_FAIL_REASON as "${BDB_DEFAULT} not a supported Berkeley DB type for ${PKGNAME}." Using the above scheme, on NetBSD, the default of BDB_DEFAULT=db4 and BDB185_DEFAULT=db1 will cause db1 to be used whenever we want a db-1.85 interface and db4 to be used for all other packages.
2005-01-09--enable-c++ isn't a valid option name because of stupidity on the tiffjlam1-2/+1
configure script. Remove this from CONFIGURE_ARGS.
2005-01-09gtar-1.15.1recht2-3/+5
2005-01-09update to gtar 1.15.1recht12-94/+88
changes: - enable installation of grmt changes in gtar: version 1.15.1 - Sergey Poznyakoff, 2004-12-21 This version fixes a bug introduced in 1.15 which caused tar to refuse to extract files from standard input. version 1.15 - Sergey Poznyakoff, 2004-12-20 * Compressed archives are recognised automatically, it is no longer necessary to specify -Z, -z, or -j options to read them. Thus, you can now run `tar tf archive.tar.gz'. * When restoring incremental dumps, --one-file-system option prevents directory hierarchies residing on different devices from being purged. With the previous versions of tar it was dangerous to create incremental dumps with --one-file-system option, since they would recursively remove mount points when restoring from the back up. This change fixes the bug. * Renamed --strip-path to --strip-components for consistency with the GNU convention. * Skipping archive members is sped up if the archive media supports seeks. * Restore script starts restoring only if it is given --all (-a) option, or some patterns. This is to prevent accidental restores. * `tar --verify' prints a warning if during archive creation some of the file names had their prefixes stripped off. * New option --exclude-caches instructs tar to exclude cache directories automatically on archive creation. Cache directories are those containing a standardized tag file, as specified at: http://www.brynosaurus.com/cachedir/spec.html * New configure option --with-rmt allows to specify full path name to the `rmt' utility. This supercedes DEFAULT_RMT_COMMAND variable introduced in version 1.14 * New configure variable DEFAULT_RMT_DIR allows to specify the directory where to install `rmt' utility. This is necessary since modifying --libexecdir as was suggested for version 1.14 produced a side effect: it also modified installation prefix for backup scripts (if --enable-backup-scripts was given). * Bugfixes: ** Fixed flow in recognizing files to be included in incremental dumps. ** Correctly recognize sparse archive members when used with -T option. ** GNU multivolume headers cannot store filenames longer than 100 characters. Do not allow multivolume archives to begin with such filenames. ** If a member with link count > 2 was stored in the archive twice, previous versions of tar were not able to extract it, since they were trying to link the file to itself, which always failed and lead to removing the already extracted copy. Preserve the first extracted copy in such cases. ** Restore script was passing improper argument to tar --listed option (which didn't affect the functionality, but was logically incorrect). ** Fixed verification of created archives. ** Fixed unquoting of file names containing backslash escapes (previous versions failed to recognize \a and \v). ** When attempting to delete a non-existing member from the archive, previous versions of tar used to overwrite last archive block with zeroes.