Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-19 | Changes 3.3: | adam | 3 | -8/+14 | |
- The default background color can now be set. - JOE now supports 256 color xterm. - The mouse can now resize windows and select menu entries. - During selection with the mouse, the window will autoscroll when you go past the edge. - An xterm-patch is included which makes "-mouse" mode work better. (With the patch, also set "-joexterm"). - Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL - Improved jpico: search now looks more like real pico - Grep find: use ESC g to grep. Then use ESC space to jump to to indicated file/line. | |||||
2005-07-19 | The sources assume <malloc.h> exists. Create a fake one for platforms | kristerw | 1 | -1/+9 | |
that don't have it. | |||||
2005-07-19 | There is a new variable TOOLS_VALUE_GNU.<tool> for each tool that is the | jlam | 1 | -11/+25 | |
value passed via the shell environment to the GNU configure script for each of the "GNU" variables names for the tool. It defaults to the full path to the real tool so that these may be safely embedded in scripts and config files. One exception is the value for YACC when we use bison. In that case, pass YACC="bison -y" to the configure script so that we will invoke bison in yacc-compatibility mode. | |||||
2005-07-19 | The sources assume <malloc.h> exists. Create a fake one for platforms | kristerw | 1 | -1/+9 | |
that don't have it. | |||||
2005-07-19 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 2 | -13/+7 | |
to apply it. | |||||
2005-07-19 | Whitespace fix. | jlam | 1 | -2/+2 | |
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 4 | -10/+10 | |
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -2/+2 | |
2005-07-19 | the option for fee-based-commercial-use is fee-based-commercial-use, | grant | 1 | -7/+7 | |
not fee-based-commercial. | |||||
2005-07-18 | Avoid trailing spaces in TOOLS_<TOOL> values if TOOLS_ARGS.* is empty. | jlam | 1 | -2/+6 | |
2005-07-18 | - Move option from "starttls" to "tls" as pointed out by schmonz@ in private | adrianp | 2 | -6/+7 | |
email. - Use PKG_OPTIONS_LEGACY_OPTS to deal with the change. | |||||
2005-07-18 | Fix path to RFC-database, it's most certainly not in /usr/local. | hubertf | 1 | -3/+5 | |
Bump revision. | |||||
2005-07-18 | Fix misnamed configuration filei (which cuased it to not install | reed | 1 | -2/+3 | |
the configuration from examples to configuration directory). Bump PKGREVISION. graphics/gimp/Makefile CVS: ---------------------------------------------------------------------- | |||||
2005-07-18 | Let djbware.mk provide paths to bglibs. | schmonz | 1 | -3/+1 | |
2005-07-18 | Configure conf-bg{incs,libs} files, if they exist. | schmonz | 1 | -1/+5 | |
2005-07-18 | Describe althash, badrcptto, bigdns, darwin, ignoreip2, netqmail, | schmonz | 1 | -16/+15 | |
outgoingip, qregex, realrcptto, sasl, starttls, syncdir, tinydns64, tls, viruscan. Remove nullenvsender (obsolete). | |||||
2005-07-18 | rubber-1.0 | tonio | 1 | -1/+2 | |
2005-07-18 | Update to rubber 1.0 | tonio | 3 | -93/+80 | |
Change maintainer address to @netbsd.org Update homepage to avoid redirections Main changelog entries: Version 1.0 (2005-07-11) More intelligent graphics conversion rules. New command-line options "--inplace" and "--into". New command-line option "-W" to report warnings. Modules "index" and "verbatim" fixed. Fixed path searching in Metapost. Fixed paper size handling (in dvips, dvipdfm, ps2pdf). Better handling of aux files from \include'd sources. approved by cube@ | |||||
2005-07-18 | Add patch that should solve the annoying | wiz | 2 | -1/+17 | |
Makefile:126: *** target pattern contains no `%'. Stop. breakage. XXX: If this works, I'll move this package to emulators/, where it belongs. | |||||
2005-07-18 | Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg. | wiz | 2 | -3/+11 | |
2005-07-18 | Removed RCS Id from the patch. | rillig | 2 | -6/+4 | |
2005-07-18 | Sync over files from src/usr.sbin/pkg_install to fix PR pkg/30658: | hubertf | 3 | -23/+9 | |
Warn, but don't error out on pkgs that were built with IGNORE_RECOMMENDED. Bump version to 20050718. | |||||
2005-07-18 | CONFIGURE_ARGS should be appended to, ie. += | grant | 1 | -2/+2 | |
2005-07-18 | no need for patches to remove commandline args, just use | grant | 3 | -15/+8 | |
BUILDLINK_TRANSFORM's "rm", and only on Darwin. hi adam :) | |||||
2005-07-18 | squirrelmail-1.4.5 | martti | 2 | -3/+5 | |
2005-07-18 | Updated mail/squirrelmail-locales | martti | 3 | -721/+69 | |
* sync with squirrelmail 1.4.5 | |||||
2005-07-18 | Updated mail/squirrelmail to 1.4.5 | martti | 6 | -676/+36 | |
* lots of bug fixes * translation updates | |||||
2005-07-18 | Updated mail/ja-squirrelmail to 1.4.5 | martti | 3 | -19/+31 | |
* lots of bug fixes * translation updates | |||||
2005-07-18 | TOOLS_GZIP_CMD only holds the path to gzip now, so no need to strip off | jlam | 1 | -2/+2 | |
arguments anymore. | |||||
2005-07-18 | TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip off | jlam | 2 | -4/+4 | |
arguments anymore. | |||||
2005-07-18 | Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command | jlam | 3 | -138/+63 | |
line (path and arguments) needed to run the real tool. Modify TOOLS_<TOOL> to hold only the path to the real tool. Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y". | |||||
2005-07-18 | Remove an extra ";" that confused the build on Darwin. | kristerw | 1 | -2/+2 | |
2005-07-18 | Do not include <malloc.h>. | kristerw | 2 | -1/+16 | |
2005-07-18 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 5 | -24/+24 | |
to apply it. | |||||
2005-07-18 | The sources assume <malloc.h> exists. Create a fake one for platforms | kristerw | 1 | -1/+9 | |
that don't have it. | |||||
2005-07-18 | Do not include <malloc.h>. | kristerw | 2 | -1/+14 | |
2005-07-18 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 2 | -10/+4 | |
to apply it. | |||||
2005-07-18 | The sources assume <malloc.h> exists. Create a fake one for platforms | kristerw | 2 | -2/+18 | |
that don't have it. | |||||
2005-07-18 | Note update of mail/bogofilter to version 0.92.8nb3 [perl dependency fix] | seb | 1 | -1/+2 | |
2005-07-18 | This package needs perl to run, for the bogoupgrade command. | seb | 1 | -2/+3 | |
Bump PKGREVISION to 3. | |||||
2005-07-17 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 2 | -9/+8 | |
to apply it. | |||||
2005-07-17 | Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to better | jlam | 2 | -23/+23 | |
reflect the possible variable contents. | |||||
2005-07-17 | Regenerate so that the Mac OS X patch program undestands how | kristerw | 4 | -22/+15 | |
to apply it. | |||||
2005-07-17 | Fix C99 variable declarations to make this pkg compile with gcc 2.95. | kristerw | 5 | -1/+330 | |
2005-07-17 | Back out previous... the value will be exported in a different way. | jlam | 1 | -4/+1 | |
2005-07-17 | Export a new variable "TOOLS_<TOOL>_PATH" that holds only the path to the | jlam | 1 | -1/+4 | |
tool. This variable is defined if <TOOL> is defined for that tool (see tools/defaults.mk) and TOOLS_PATH.<tool> is set. | |||||
2005-07-17 | Completed the last change. It could have failed if NONBINMODE was 444. | rillig | 1 | -10/+7 | |
2005-07-17 | Changed the way the host.def file is updated. When doing unprivileged | rillig | 1 | -7/+8 | |
builds, this file may have mode 0444 and was unwritable. | |||||
2005-07-17 | gimp/Gimp -> GIMP | hubertf | 9 | -11/+11 | |
2005-07-17 | Note emulators/spim update to 7.1. | kristerw | 2 | -3/+3 | |