Commit graph

64138 commits

Author SHA1 Message Date
atatat
27b27a2e7b Upgrade to lsof version 4.72. Changes related to or affecting NetBSD
(or pkgsrc) from the 00DIST file:

4.72            July 13, 2004
                ...
                Added support for NetBSD 2.0 with patches supplied by
                Andrew Brown <atatat@atatdot.net>.  Andrew also
                provided two test systems.
                ...
2004-07-13 13:42:41 +00:00
markd
fb8ec2c955 ps2epsi needs to use "test -e" so substitute ${SH} for /bin/sh.
Fixes use on Solaris, no change on most other systems.
2004-07-13 13:40:35 +00:00
markd
42a6ac4c16 s/with/enable/ to fix build when QPOPPER_USER != pop 2004-07-13 13:24:37 +00:00
markd
ab4f4fcf00 Be explicit about enabling or disabling cups support based on value of
USE_CUPS. Patch similar to that described by Bob Bernstein and Jeremy C.
Reed in tech-pkg@.

Fixes PR 26261 from Ian Zagorskih.
2004-07-13 13:14:41 +00:00
cjep
ba1a9c31b2 note update of misc/bsdiff to 4.2 2004-07-13 12:46:55 +00:00
cjep
a59202a2cf Update to bsdiff 4.2. Changes since 4.1
* Correct a bug which can cause patches to be randomly
  mis-detected as "corrupt".
2004-07-13 12:45:18 +00:00
jdolecek
3dcf7bef4c move the PKGREVISION out of Makefile.common and into Makefile.php,
so that it affects only the core iterpreter packages (php4 and ap-php4);
individual php4-* modules have their own PKGREVISION
2004-07-13 12:34:33 +00:00
markd
b60769fd22 Fix build on recent NetBSD-current (statvfs).
Patch from Julian C. Dunn in PR 25481 slightly modified by me.
2004-07-13 12:27:13 +00:00
jdolecek
2a2f467af2 fix a memory-use-after-free bug in the Zend engine constant code
bump php4 PKGREVISION
2004-07-13 12:22:29 +00:00
sekiya
5d9e2acbbd Updated ifp-line to 0.2.4.3. 2004-07-13 11:35:39 +00:00
sekiya
834eb153a5 Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:
* Fix upload bug
    * Fix "ls" bug for ifp-8xx.
    * Fix "mkdir" and "rmdir" bug.
    * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>.
    * 7XX and 8XX series can download any file, change behavior of "download".
    * Change behavior of "ls"("ls" is same as "ls /").
2004-07-13 11:34:58 +00:00
darcy
6cf9391166 Added DEPENDS line for www/tidy. This package is needed to regen the
files used by the guide,
2004-07-13 11:25:58 +00:00
jmmv
d483773317 Note addition of xdkcal, version 0.9d. 2004-07-13 11:01:44 +00:00
jmmv
bbbf4e18b7 Add and enable xdkcal. 2004-07-13 10:59:48 +00:00
jmmv
d1512f1789 Initial import of xdkcal version 0.9d:
X Desktop Calendar (xdkcal) is a calendar for the X Window System: it simply
draws a calendar on your desktop.  You can customize its fontset, its color
and/or its drawing style.  This application is completely internationalized,
so that it reads the locale database and draws locale specific strings, such
as the name of months or weeks.

Package provided by Mike M. Volokhov in pkgsrc-wip.
2004-07-13 10:58:28 +00:00
tron
ea88535db7 Add entries for new SuSE 9.1 packages. 2004-07-13 10:44:40 +00:00
tron
332eda1e0a Print out a warning about the state of these packages under NetBSD. 2004-07-13 10:40:59 +00:00
tron
f44ccbf569 Comment out the "suse91_linux" package because it isn't finished yet,
the directory contains only common makefiles at the moment.
2004-07-13 10:35:35 +00:00
tron
7c89603f3d Add SuSE 9.1 packages. 2004-07-13 10:32:37 +00:00
tron
c4c7c20050 Initial import of SuSE Linux 9.1 based packages for Linux emulation.
Warning:
NetBSD's Linux emulation does *not* work stable with these packages.
2004-07-13 10:31:13 +00:00
martti
681b8c4349 Added xfce4-wavelan-plugin-0.3.2 2004-07-13 09:22:41 +00:00
martti
ff078ec8f7 Added xfce4-wavelan-plugin 2004-07-13 09:20:49 +00:00
martti
4481983e97 WLAN plugin for XFce4. 2004-07-13 09:20:35 +00:00
adam
775e4a73d7 Updated xplanet to 1.1.0 2004-07-13 08:20:34 +00:00
adam
56b090ae31 Changes 1.1.0:
* Added the -fork option
* Fixed a bug where stars were not drawn when using the -proj option
2004-07-13 08:19:24 +00:00
adam
bacf9c1490 Updated libungif to 4.1.3 2004-07-13 08:03:27 +00:00
adam
1775430502 Changes 4.1.3:
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE
  so user defined WRITE methods will output them correctly.
* Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
  so we won't output broken GIFs when dealing with GIFs with multiple
  subblocks.
* More -Wall fixes revealed while testing on Solaris and FreeBSD.
* Updated the gif_lib.html documentation to not use EGifPutExtension when
  dealing with multiple subblocks.  Use EGifPutExtension{First,Next,Last}
  instead.
* Some Windows code from the old CVS repository now available in the windows
  subdirectory.  I don't have a Windows environment to test and maintain this
  but maybe someone out there will find it useful.  Caveat hacker.

Changes 4.1.2:
* Numerous bug fixes from people on the old libungif mailing list.
* GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also
  utility helper functions rather than essential to the functioning of the
  library.
* Complete deprecation list is now in the README file
* Audited the sources with gcc -Wall. Everything detectable has now been fixed.
* Ran the library code through indent.

Changes 4.1.1:
* libungif is now hosted on sourceforge:
  http://sourceforge.net/projects/libungif
* Merge in many bug fixes that were sent in while I was hiking the
  Appalachian Trail.
* The qprintf methods of the library are now deprecated.  Do not use
  GifQuietPrint or GifQprintf.  These should have been pushed out into the
  utility helper library instead of sitting around in the library proper at
  the same time as the getarg functions were moved out.  Getting rid of these
  will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif
  reading library has no business requiring.)
2004-07-13 08:01:31 +00:00
erh
bfe1cf6f02 Add p5-Data-Formvalidator subdirectory 2004-07-13 04:37:13 +00:00
erh
8075bd9658 Added p5-Data-FormValidator-3.59 2004-07-13 04:35:20 +00:00
erh
0a22862eae Add package p5-Data-FormValidator version 3.59
Validates used input based on input profile
2004-07-13 04:31:05 +00:00
thorpej
8af4f1d798 Make this compile on Darwin: rename lround() to xlround() to avoid
a conflict with a declration in a system header file.
2004-07-13 02:16:43 +00:00
danw
bbea3bea94 add Darwin to INCOMPAT_READLINE to work around PR 26268 2004-07-13 01:20:32 +00:00
wiz
507cc4ed8a Actually, let's only use one of the dependency files, as intended. 2004-07-12 23:10:50 +00:00
salo
9c85b6d6fa Bring patch from SILC cvs, "extern inline" -> "static inline".
Fixes build on Solaris with SunPro compiler.
2004-07-12 21:40:02 +00:00
wiz
82805edbf6 Add patch so this does not depend on GNU make. 2004-07-12 21:28:28 +00:00
cube
d24b17b105 For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.
2004-07-12 19:27:05 +00:00
cube
e364c6f686 Always register USE_MMX as a BUILD_DEF, and test against [Yy][Ee][Ss], as
everywhere else.  About PR 26243.
2004-07-12 19:08:03 +00:00
wiz
6d5d137e0d + mathomatic-11.3, p0f-2.0.4, wmweather-2.4.3, ysm-2.9.6. 2004-07-12 13:54:33 +00:00
tron
0dad86ad01 Note update of "xemacs-packages" package to version 1.15. 2004-07-12 08:44:48 +00:00
tron
e32233bb87 Because the version number of this package is freely chosen there is no
to use (ugly looking) package revision. We can simply increase the
version number.
2004-07-12 08:40:23 +00:00
martti
70ab3f0cbd Updated XFce to 4.0.6 2004-07-12 08:25:18 +00:00
martti
5c9ec30dad Updated XFce to 4.0.6
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.

The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
2004-07-12 08:25:11 +00:00
cube
a275ac51c4 Make this work on netbsd-1-6, and probably netbsd-1-5. It will break on
earlier versions, but we don't support them in pkgsrc anyway.  The reason
for this is that the configure script uses ac_cv_target, but we don't pass
a version number in there.
The workaround I use is gross, I know.  Oh, well, that won't prevent me
from sleeping well at night.
Final fix for 26249.
2004-07-12 08:14:44 +00:00
grant
b31ad145af there are no builds for NetBSD yet and the Linux builds don't work out
of the box because they need a newer glibc which needs compat_linux
fixes, so just remove it for now instead of pretending it will work.
2004-07-12 07:21:38 +00:00
jdolecek
bbd12c2062 don't depend on psi-ssl direct; suggest the installation of psi-ssl
plugin in MESSAGE instead

bump PKGREVISION for this change
2004-07-12 05:23:38 +00:00
jdolecek
ce763f8230 the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done
2004-07-12 04:32:21 +00:00
wiz
718ffe9bd3 Add a standard that will be in the next groff release.
No PKGREVISION bump since the 1.19.1 update was committed only a short while ago.
2004-07-11 21:17:00 +00:00
cube
4ef87bbf26 I forgot to add Christos's patches for NetBSD support... 2004-07-11 20:54:16 +00:00
cube
109e4b9d44 Note update of top. 2004-07-11 19:54:22 +00:00
cube
1c79ce604e Update to version 3.6alpha7. Thanks to Christos Zoulas for NetBSD support.
Fixes PR 26249.
2004-07-11 19:53:06 +00:00