summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.)
2005-04-29Update glabels to 2.0.2.reed3-10/+9
ChangeLog has: 2005-01-22 Jim Evins <evins@snaught.com> * NEWS: Final prep for 2.0.2 release. 2005-01-22 Jim Evins <evins@snaught.com> * glabels.spec.in: Added '--remove-original' flag to desktop-file-install, so that there is only one menu entry. 2005-01-20 Jim Evins <evins@snaught.com> * data/glade/object-editor.glade: - Font family entry should not be editable. - img_key_entry should have sensitivity=YES, so that it follows the sensitivity of img_key_combo. - Barcode key entry should not be editable. 2005-01-17 Jim Evins <evins@snaught.com> * src/view.c: (screen_changed_cb): Don't do anything, if we don't have a screen. 2005-01-06 Jim Evins <evins@snaught.com> * src/view.c: (get_home_scale): Fixed bad call to gtk_widget_has_screen() -- huh? 2005-01-04 Jim Evins <evins@snaught.com> * AUTHORS: * data/templates/avery-iso-templates.xml: * data/templates/misc-iso-templates.xml: * data/templates/misc-us-templates.xml: Added templates, submitted by Larry Harriman, Juan Carlos Valero , and Nick Hill. 2004-11-26 Jim Evins <evins@snaught.com> * AUTHORS: * po/fr.po: Updated french translations provided by Florent Morel <florent@t aket.org>. * src/view-barcode.c: * src/view-box.c: * src/view-ellipse.c: * src/view-image.c: * src/view-line.c: * src/view-text.c: Added '#include <config.h>' -- HAVE_*GETTEXT macros were not def ined and thus _() strings were not being translated. 2004-11-14 Jim Evins <evins@snaught.com> * src/debug.h: * src/debug.c: (gl_debug_init), (gl_debug): Borrowed from gedit: use environmental variables to select debu g sections. * src/splash.c: Removed unused include of debug.h. * src/glabels.c: (main): Added call to gl_debug_init(), and removed debug clutter from co mmand line options. * src/glabels-batch.c: (main): Added call to gl_debug_init(). 2004-11-13 Jim Evins <evins@snaught.com> Drawing and property toolbars were being initialized with the "icons and text" look in Fedora Core 3. Even though none of the buttons had any text att ached to them, the buttons were being sized as if they were. This led to less re al estate for the property editor, leading to Bug #1064630. The * data/ui/glabels-ui.xml: Added explicit "look" property to both drawing and property tool bars. * src/prefs-model.c: (gl_prefs_model_save_settings), (gl_prefs_model_load_settings): * src/prefs-model.h: Removed drawing_toolbar_button_style configuration parameter. * src/ui.c: (view_menu_item_toggled_cb), (set_app_drawing_toolbar_style): Do not attempt to adjust look property of the drawing toolbar. 2004-10-28 Jim Evins <evins@snaught.com> * data/pixmaps/glabels-about-logo.png: Updated about logo. 2004-10-28 Jim Evins <evins@snaught.com> * data/man/glabels.1: * src/glabels-batch.c: (main): * src/print.h: * src/print.c: (gl_print_batch): Added option to glabels-batch to select the first label to begin printing on. 2004-09-26 Jim Evins <evins@snaught.com> * data/desktop/glabels.desktop.in: Point to app icon, "glabels.png" * data/mime/glabels.keys.in: Point at mime icon, "glabels-application-x-glabels.png" * data/pixmaps/Makefile.am: Added glabels_app_icondir. Renamed icons. * data/pixmaps/glabels.png: New cleaned up app icon. Deleted glabels-icon.png. * data/pixmaps/glabels-application-x-glabels.png: New mime icon. * data/pixmaps/glabels-splash.png: Renamed glabels-logo to glabels-splash to be more correct about role. * src/glabels.c: * src/template-designer.c: Point at app icon, "glabels.png" * src/splash.c: Point at renamed splash image, "glabels-splash.png" 2004-08-22 Jim Evins <evins@snaught.com> * AUTHORS: * src/glabels-batch.c: (main): Applied patch with minor mods to allow selecting merge source and crop-marks on glabels-batch's command line. Original patch prov ided by Jos<E9> Dapena Paz <jdapena@igalia.com>. 2004-08-15 Jim Evins <evins@snaught.com> * configure.in: Updated version to 2.0.2. * data/desktop/glabels.desktop.in: - Added encoding line - Removed period from comment - Fixed Terminal line, changed "0" to "false" - Added semicolen to Categories line * po/ja.po: - Made sure desktop.in comment string above still translated pro perly
2005-04-29Include stdlib.h instead of malloc.h to build on Darwin.minskim2-1/+15
2005-04-29Updated gxemul to 0.3.2xtraeme1-1/+2
2005-04-29Update to 0.3.2xtraeme3-9/+28
The most important/visible changes from 0.3.1 to 0.3.2 are: x) NetBSD/cobalt can run from a harddisk image. (Installation must be done using another OS though, for example NetBSD/pmax.) x) Some minor fixes to make the binary translation system a bit more stable.
2005-04-28Use :sh instead of != to defer execution of ${PERL} until the configurejlam1-5/+6
phase. This avoids needing ${PERL} in the top-level make.
2005-04-28Use :O instead of ${SORT}.jlam1-3/+2
2005-04-28Use :sh instead of != to defer evaluation until later in bsd.pkg.mk.jlam1-4/+4
2005-04-28Use :sh instead of != to define WWWSERVER to defer evaluation until it'sjlam1-2/+2
used in the make targets.
2005-04-28Avoid using != to define OS_VER .. use :sh instead to defer evaluationjlam1-3/+3
until the make targets are invoked. This avoids needing ${ECHO} and ${SED} in the top-level make.
2005-04-28Avoid using != to define LOWER_PAPERSIZE .. use :sh instead to defer itjlam2-4/+6
until the make targets are invoked. This avoids needing ${ECHO} and ${TR} in the top-level make.
2005-04-28Avoid using != to define some variables .. just use :sh instead to deferjlam1-5/+7
evaluation until the make targets are invoked. This avoids needing ${ECHO} and ${TR} in the top-level make.
2005-04-28Avoid using != to define _PVM_ARCH ... use :sh instead to defer thejlam1-2/+3
evaluation until we invoke the make targets. This avoids needing ${TR} in the top-level make.
2005-04-28We don't need ${SORT} to sort a list .. just use the :O modifier instead.jlam1-3/+2
2005-04-28We don't need to use ${SORT} to sort a list -- just use the :O modifier.jlam6-21/+15
2005-04-28We don't need to use ${SORT} to sort a list... just use the :O modifier.jlam1-3/+2
2005-04-28Replace consecutive /'s in a path with a single /.jlam1-2/+2
2005-04-28Pull out the first word of GZIP_CMD without using ${SED}.jlam1-3/+2
2005-04-28Let zlib/builtin.mk handle checking for the correct version of zlib.jlam1-8/+1
2005-04-28Make this conflict with foomatic-filters (just imported)reed1-2/+4
which also provides bin/foomatic-gswrapper. Maybe this old package should be removed?
2005-04-28Add foomatic-filters-3.0.2.reed2-2/+4
2005-04-28Remove unused variables.jlam1-10/+3
2005-04-28From pkgsrc-wip and originally packaged byreed5-0/+76
Bruce J.A. Nourish. Thank you, Bruce. The foomatic-filters package provides foomatic-rip and foomatic-gswrapper. foomatic-rip uses an external renderer (like GhostScript) to translate PostScript to printer's native language. The printer capabilities are described in PPD files. foomatic-rip works with every known spooler. foomatic-gswrapper massages arguments to make Ghostscript execute properly as a filter.