Commit graph

78599 commits

Author SHA1 Message Date
minskim
c062979938 Honor BINOWN and BINGRP. 2005-04-30 17:10:30 +00:00
jlam
60da9f8bc9 net/qmail has been taught to not need expr and wc in the top-level make. 2005-04-30 15:07:57 +00:00
jlam
797d2663a0 Use :sh instead of != to assign QUEUE_EXTRALEN to defer evalutation of
command until it is referenced within subst.mk's make targets.  This
avoids needing ${EXPR} and ${WC} in the top-level make.
2005-04-30 15:06:58 +00:00
jlam
88a657f75e Avoid checking for !empty(...) so that we that defer variable references. 2005-04-30 15:05:06 +00:00
drochner
a1c0a94254 +lsh2 2005-04-30 12:25:29 +00:00
drochner
0271a0b85b Move the freshly update lsh-2.0.1 into a separate pkg and leave
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-30 12:23:42 +00:00
rillig
b65911e7f3 Added TODO list for pkglint. 2005-04-30 11:50:42 +00:00
wiz
fa784dd419 Add LICENSE and corresponding NO*ON* and RESTRICTED variables. 2005-04-30 11:17:06 +00:00
wiz
712b73fb78 + apache-ant-1.6.3, clamav-0.84, gnutls-1.2.3, gocr-0.40, plptools-0.13,
py-ldap-2.0.7, sqlitemanager-1.0.6.
2005-04-30 09:52:32 +00:00
agc
ae5246faff Update MASTER_SITES and HOMEPAGE. 2005-04-30 08:54:59 +00:00
schmonz
17d1597f80 Repair forward declarations of read() and write() on 64-bit platforms,
where ssize_t != int. Compile fix for 64-bit platforms, no change
otherwise, thus no PKGREVISION bump. Addresses pkg/30004.
2005-04-30 04:56:10 +00:00
jlam
c368f44eea Split replace.mk into two parts, one of which is included by bsd.prefs.mk
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-30 04:35:54 +00:00
augustss
e931f43189 Use correct home page. 2005-04-30 03:38:29 +00:00
jlam
183c1ce2f5 Rewrite to avoid needing egrep. 2005-04-30 03:01:06 +00:00
jlam
a6fed947f8 We don't need egrep since we're using a basic RE. 2005-04-30 02:16:12 +00:00
rillig
97e265c918 Read the definitions for MASTER_SITES_* from <mk/bsd.sites.mk> instead of
hard-coding them in the source code. Approved by wiz.
2005-04-29 22:22:09 +00:00
rillig
71d08c9d1e Added three patches that fix the "undeclared snprintf()" errors.
Approved by wiz.
2005-04-29 22:20:45 +00:00
rillig
5b152c4f92 Added compatibility patches for ISO C90. Approved by wiz. 2005-04-29 22:18:30 +00:00
rillig
83ea962e56 Added compatibility patch for ISO C90. Approved by wiz. 2005-04-29 22:17:13 +00:00
rillig
8d9404300b Placed the substitution actions from the build phase into the configure
phase to avoid a warning. Approved by wiz.
2005-04-29 22:16:12 +00:00
rillig
be1100829a Added compatibility patch for ISO C90. Approved by wiz. 2005-04-29 22:14:46 +00:00
kristerw
4c54bf3946 Include converters/libiconv/buildlink3.mk 2005-04-29 19:46:52 +00:00
kristerw
52a4df34b7 Include mk/pthread.buildlink3.mk. 2005-04-29 19:01:33 +00:00
kristerw
d040ba8811 Add missing #ifdef guards for semaphore.h, to make this build on
NetBSD 1.6.
2005-04-29 18:45:00 +00:00
kristerw
cabe5ad111 Make this package find the compiler after bl3 were enabled. 2005-04-29 16:59:02 +00:00
drochner
d4ec42c6fe update to 0.45
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-29 16:14:41 +00:00
drochner
fa46fe612f remove entry which is a leftover from previous versions appearently,
should fix error seen in bulk build
2005-04-29 15:12:05 +00:00
gson
c338366200 Note addition of databases/tcl-postgresql74 2005-04-29 14:02:40 +00:00
gson
bd349f8a89 Add and enable tcl-postgresql74 2005-04-29 14:00:44 +00:00
gson
e38ea31921 Tcl interface to PostgreSQL, including front-end clients and a loadable
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-29 13:58:04 +00:00
reed
f1af018522 For Linux, add workaround for bug noted in PR #25402.
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-29 13:49:02 +00:00
minskim
a21ce19031 Note update of mathomatic. 2005-04-29 13:06:21 +00:00
minskim
84873a711b Update mathomatic to 12.3. Bug fixes and many enhancements. See
changes.txt for the complete list of changes.
2005-04-29 13:05:28 +00:00
abs
4b06f53243 updated cpuflags to 0.86 2005-04-29 12:56:37 +00:00
abs
ae3c620d0f Update cpuflags to 0.86:
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-29 12:56:05 +00:00
agc
56f434c66c Under NetBSD, the update-desktop-database command may fail at install
time, so ignore the return code.
2005-04-29 12:39:25 +00:00
cube
b671664505 No need to include ppp-comp-local.h on NetBSD >= 2.99.16, as the MPPE
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-29 11:41:29 +00:00
cube
a2f865da46 Fix a typo in comment. 2005-04-29 11:37:27 +00:00
heinz
7bf7a789d3 Update of spamassassin to 3.0.3 2005-04-29 08:50:59 +00:00
heinz
a1e5cae8d3 Updated to version 3.0.3.
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-29 08:48:40 +00:00
wiz
feae717f5f TeXmacs update and new maxima package. 2005-04-29 08:12:56 +00:00
reed
1d3f0716a0 Updated print/glabels to 2.0.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-29 04:51:19 +00:00
reed
f834a21724 Update glabels to 2.0.2.
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-29 04:48:24 +00:00
minskim
0cc83173bf Include stdlib.h instead of malloc.h to build on Darwin. 2005-04-29 02:31:48 +00:00
xtraeme
560c7a1ec4 Updated gxemul to 0.3.2 2005-04-29 01:00:09 +00:00
xtraeme
14ec60ee7e Update to 0.3.2
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-29 00:59:00 +00:00
jlam
cde305aa35 Use :sh instead of != to defer execution of ${PERL} until the configure
phase.  This avoids needing ${PERL} in the top-level make.
2005-04-28 23:42:48 +00:00
jlam
9a8c8d4cae Use :O instead of ${SORT}. 2005-04-28 23:39:35 +00:00
jlam
f9325dcd62 Use :sh instead of != to defer evaluation until later in bsd.pkg.mk. 2005-04-28 23:37:31 +00:00
jlam
0af93478f0 Use :sh instead of != to define WWWSERVER to defer evaluation until it's
used in the make targets.
2005-04-28 23:32:43 +00:00