Commit graph

83819 commits

Author SHA1 Message Date
reed
cc27231a6c Fix build on Solaris. Include ../../mk/compiler.mk before checking
CC_VERSION. This is noted in mk/compiler.mk and also thanks to grant@
for explaining.

(This was based on my Solaris and gcc check from a couple months ago.)
2005-09-01 01:01:19 +00:00
reed
d805c8c67e Add patch that fixes
error: invalid lvalue in assignment
in editor/pnmaddnoise.c.

This was noticed on DragonFly with gcc 3.4.5.
Found idea from DarwinPorts.
Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5).

I do not know if this is improved in netpbm upstream yet.

Okay'ed by maintainer.
2005-08-31 19:47:53 +00:00
jschauma
ab2685dad2 Allow splint to actually work under NetBSD by applying patch
from FreeBSD (PR ports/61131).
2005-08-31 19:08:21 +00:00
reed
cc432375b8 Use INSTALLATION_DIRS to create "include" directory.
(This broke my bulk builds; it also appears that other directories
are precreated in Makefile's, just not include.)

TODO for non-root installs -- fix the hardcoded 111 mode which causes
binaries to be unreadable for packaging.
2005-08-31 18:47:36 +00:00
tv
b8b30c4d80 Convert to PKG_OPTIONS_GROUP syntax. 2005-08-31 18:32:47 +00:00
spz
73e691bf7d added a workaround for core-dumping f77 on sparc64 (makes the package work on
NetBSD/sparc64 1.6.x)
2005-08-31 16:55:05 +00:00
hira
6f02202249 Use esound instead of esd.
Some packages are already using it with same meaning.
2005-08-31 16:11:34 +00:00
hira
6cb4c1558e Make dbh configurable via options framework.
OK'd by maintainer.
2005-08-31 15:23:09 +00:00
seb
f55a33f4ff Add patch from Tcl cvs repository. See:
http://sourceforge.net/tracker/index.php?func=detail&aid=1222872&group_id=10894&atid=110894
http://cvs.sourceforge.net/viewcvs.py/tcl/tcl/unix/tclUnixNotfy.c?r1=1.11.2.12&r2=1.11.2.13&only_with_tag=core-8-4-branch

This has the added benefit of improving the tcl interpreter stability on
NetBSD/sparc64 2.0_STABLE: no more SIGBUS, due to a LP64 type problem with
a pthread_join() argument, even if the self-test is still shaggy.

Approved by jwise@.
2005-08-31 14:46:59 +00:00
darcy
9e697ebec6 Fix problem where LDFLAGS is not being expanded on the command line.
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp>
Closes PR 31027
2005-08-31 12:13:02 +00:00
drochner
912cf81dc7 Don't do tricks to add modules to the Makefile; there are command line
options to do it. From PR misc/31094 by Sam Steingold, as far as
applicable to 2.33.2.
2005-08-31 12:12:32 +00:00
seb
852e5489f9 Note update of lang/tcl to 8.4.11nb1, lang/tcl83 to 8.3.4nb2, x11/tk to
8.4.11nb1, x11/tk83 to 8.3.4nb1 [t{cl,k}Config.sh syntax fix]
2005-08-31 09:44:56 +00:00
seb
3d9bf3cc3a Restore original quoting syntax of variables in t{k,cl}Config.sh in order
to follow the principle of least surprise between the packages and the
mainstream builds.

Approved by jwise@.

Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
2005-08-31 09:40:15 +00:00
jlam
ae96ace9f1 Match the name of the ruby shared library on FreeBSD and DragonFly to
the way that LIBRUBY_SO is defined in the ruby configure script.  This
fixes PLIST breakage in the ruby18-base package on at least FreeBSD.
2005-08-31 08:50:32 +00:00
jlam
3bd274e5ab Using the included jasper library is a total crapshoot because netpbm
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided.  Just punt on the whole thing and use the
graphics/jasper dependency instead.  This fixes building netpbm on
Solaris and older versions of FreeBSD.

Bump the PKGREVISION to 1.  The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.
2005-08-31 08:04:58 +00:00
taca
38f7147917 Back out previous changes; I was sleeping yet. 2005-08-31 05:02:02 +00:00
taca
06f9f72abb Fix recent textproc/qprint and emulators/generator-cbiere entries
(s/version/to/).
2005-08-31 00:44:38 +00:00
jlam
db9db25b0d Port gamin to NetBSD by rewriting the routines that rely on socket
credentials to understand NetBSD's sockcred.  Bump the PKGREVISION to
1.
2005-08-30 23:24:33 +00:00
tron
64c65a3511 Note update of "nessus-plugins" package to version 2.2.4nb2. 2005-08-30 20:46:59 +00:00
tron
e51f9525f8 Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.
2005-08-30 20:46:23 +00:00
reed
0e7a631888 Make sure this doesn't install the .orig info file created by diff too. 2005-08-30 20:17:50 +00:00
drochner
0b0729b955 this one doesn't look useful anymore 2005-08-30 17:20:16 +00:00
tonio
c4ebc0529d note databases/lbdb update to 0.30 2005-08-30 16:18:43 +00:00
tonio
cae280e506 add descriptions for the options
abook and osx-addressbook, used in database/lbdb
2005-08-30 16:15:44 +00:00
tonio
89dc682d50 Update databases/lbdb to 0.30
Make it use the option framework, to enable/disable abook and gnupg plugins and
dependancies
fix PR 29879, applying the appended patch

approved by cube@
2005-08-30 16:14:53 +00:00
xtraeme
7aa32acbe7 Enable ASM functions when MACHINE_ARCH = i386 for performance,
closes PR pkg/31101.
2005-08-30 16:12:49 +00:00
drochner
b43512d6ff use the "dynamic" version of nss_ldap_initgroups(), to get the
total number of groups
doesn't make much of a difference for standard systems with
NGROUPS==_SC_NGROUPS_MAX, but someone might change this
2005-08-30 16:12:02 +00:00
adrianp
4228a37254 Remove .orig file in pre-install from patch-aa. Spotted by salo@. 2005-08-30 15:28:48 +00:00
adam
b7f87e2527 Updated security/libtasn1 to 0.2.15; opencdk to 0.5.7; gnutls to 1.2.6 2005-08-30 14:31:12 +00:00
adam
a1df2c6335 Changes 1.2.6:
- MiniLZO updated to version 2.01 and moved to separate directory.
- Collision between system LZO header files and MiniLZO header file fixed.
- Will now test for liblzo functionality in liblzo2 too.
- Minilibtasn1 is now 0.2.14 (no code changes).
- Some code changes to avoid GTK-DOC warnings.
- API and ABI modifications:
  No changes since last version.
2005-08-30 14:29:00 +00:00
adam
840995b48e Changes 0.5.7:
* Various build fixes, to make version info not say 0.5.5 any more.

Changes 0.5.6:
* Use libtool -export-symbols-regex instead of GNU ld script.
* Fix license with new FSF address.
* Test for socklen_t, needed for libgcrypt on some platforms.
* A few configure/build fixes.
* Don't use malloc.h.
2005-08-30 14:28:46 +00:00
adrianp
28cd0f815c Update of phpldapadmin for recent security issue 2005-08-30 14:28:09 +00:00
adam
5648d24a0f Changes 0.2.15
- Gnulib is used to implement memmove if your system does not have it.
- Simplified assert/error handling slightly.
2005-08-30 14:28:03 +00:00
adrianp
cf03fe1fe4 Patch via Debian for recent security issue
Bump to nb2
2005-08-30 14:26:32 +00:00
drochner
05e3196c41 -cleanup: honor PKG_SYSCONFDIR, use USE_PKGINSTALL
-support the "getgroupmembership" nsswitch invocation
bump PKGREVISION
2005-08-30 12:47:52 +00:00
salo
bf87663da0 Bump BUILDLINK_RECOMMENDED for latest update with security fixes. 2005-08-30 12:34:07 +00:00
xtraeme
29c60e1ce4 - opera-8.02 [thanks jdolecek] 2005-08-30 11:13:17 +00:00
xtraeme
914af8956b + liferea-0.9.7 2005-08-30 11:12:11 +00:00
xtraeme
a82b112d39 Added emulators/generator-cbiere 2005-08-30 11:08:18 +00:00
xtraeme
b312030d71 Initial import of generator-cbiere-0.35r1.
This is a modified version of Generator by James Ponder based on
version 0.35 and maintained by Christian Biere.

Additional features

    * Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more
      manual decompression or wasted disk space. Yay!
    * Support for X11's XVideo hardware acceleration by SDL for
      faster and smoother graphics.
    * Fullscreen support with or without the classic color frame.
    * SDL audio support (in favour of OSS Audio) which means you can
      use ESound and others for sharing the sound device among other
      applications.
    * Optional mute playing i.e., if you don't have a soundcard or
      the soundcard is busy you can still play.
    * Support for 48kHz sample rate (needs driver support).
    * Automagic CPU usage reduction which is especially cool for
      notebooks. The unpatched Generator uses more or less as much CPU
      as it can get even if needs far less than 10% on any modern system.
    * Working support for Game Genie codes.
2005-08-30 11:06:58 +00:00
simonb
28ebc96bef Note initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
2005-08-30 08:33:32 +00:00
simonb
d94f5ad184 Add and enable qprint. 2005-08-30 08:32:18 +00:00
simonb
cea72e379e Initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
2005-08-30 08:30:00 +00:00
seb
cc6ddb22c5 Note update of audio/amarok to version 1.3 [many changes, bugfixes and new
features, you will want to update]
2005-08-30 06:46:04 +00:00
seb
f625f7fe56 Update to version 1.3 'Airborne'.
Too many changes, bugfixes and features since last packaged version (1.2.4) to
list here. Please see amaroK's homepage or the ChangeLog file enclosed in the
source tarball.
2005-08-30 06:44:37 +00:00
uebayasi
e199dccb5a Correct a make(1) syntax to fix a malformed conditional error seen
on older NetBSD or other *BSD systems.  Reported by Krister
Walfridsson and Jeremy Reed respectively.
2005-08-30 05:55:05 +00:00
schmonz
7a5f464db0 Note cvm update. 2005-08-30 03:57:47 +00:00
schmonz
c3fa3e6ac6 Update to 0.76. From the changelog:
- Fixed the autoconvert feature of cvm-vmailmgr to set the permissions
  and ownership of the created password table to that of the original.

- Added a feature to all qmail-based modules to treat all domains as
  local if $CVM_QMAIL_ASSUME_LOCAL is set.
2005-08-30 03:57:11 +00:00
dmcmahill
a7a51cf575 one more try at expanding the portability of the 'tr' usage to keep this
happy on systems such as solaris which have suboptimal tr's.  Now this works
with /usr/bin/tr.
2005-08-30 01:31:21 +00:00
dmcmahill
700971659f revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/tr
has enough problems of its own.
2005-08-30 00:32:46 +00:00