Commit graph

34610 commits

Author SHA1 Message Date
bouyer
633f0cffc4 Use lex instead of flex on SunOS, as configure fails to find -lfl
XXX Maybe we need a buildlink2 file for the flex package ?
2002-10-26 20:04:31 +00:00
wiz
8145a67584 www/bozohttpd-0.15nb1 update 2002-10-26 20:03:06 +00:00
wiz
0ba39c9fcf Add a patch that fixes a problem with some quoted chars and cgibins.
Patch provided by mrg -- thanks!
Bump PKGREVISION.
2002-10-26 20:01:46 +00:00
bouyer
f2417194ce Use daemon:other for SunOS
Fix sed command to disable pam checks to avoid an empy for loop in configure
Add configure check for setlogin(), and use it in daemon/slave.c
Need to define BSD_COMP before including sys/ioctl.h on SunOS to get BSD ioctls.
2002-10-26 19:51:07 +00:00
bouyer
b4a6c42dfb Xaw may need xpm, add support for this in configure. 2002-10-26 19:47:06 +00:00
bouyer
10d70b8423 Correct XPM include and lib paths. 2002-10-26 19:45:00 +00:00
bouyer
44e5874a7e Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world. 2002-10-26 19:43:45 +00:00
dmcmahill
c85bb6ed17 note update of www/bins to 1.1.18 2002-10-26 19:39:25 +00:00
dmcmahill
04cefdebc0 update to bins-1.1.18. Changes are:
BINS 1.1.18
-----------

- joi templates has been updated by Joachim Kohlhammer :
* The Albumtree works now correctly, even the thumbnail for the
  root-album works, i.e. no more broken images.
* New icon for the albumtree.
* Redesign of the image-view. The icons moved to the left border.
* Leave was renamed to Home; the variable in the template is now called
  HOME_LINK. The icon was changed to a little house. The old icon is
  still included.
* If the option pathImgNum is set, the image-view shows
  (Image/Imagecount) in the path.
* The path contains a icon for each level (corresponding to the type of
  the level (albumtree, album, image)) if the variable pathShowIcon is
  set to 1.
* In the Thumbnailview the bar with the next/prev-buttons shows only if
  there are two or more pages. If the bar shows, it now has a grey
  background.
* The "cycling" of the thumbnailpages and the imageviews can be disabled
  by setting the options thumbnailPageCycling and imagePageCycling to 1.

- If only one Thumbnailpage exists, the navigation bar shows
"Thumbnail Page" instead of "Thumbnail Page 1".
(from Joachim Kohlhammer's patch)

- select LATIN1 as default encoding on systems lacking the locale
command (like *BSD systems)
(patch from Dan <mcmahill at mtl.mit.edu>).

- added new parameter emptyAlbumDesc to get rid of the "No long/short
description available" message if no description was set.

- added Spanish translation.
(thanks to David Barroso).
2002-10-26 19:38:12 +00:00
grant
e94898d94c Note update to freetds-0.60. 2002-10-26 18:47:14 +00:00
grant
248bf22f9c Update to freetds-0.60.
Changes since 0.53 include:

*  Much improved support for Microsoft servers, including SQL Server 2000
   datatypes and domain logins.

*  Support and convertibility of all major datatypes.

*  Much expanded coverage of the ODBC API.

*  An all-new BCP implementation, including host variable support.

*  Character set conversions, via the iconv library.

*  Threadsafe operation.
2002-10-26 18:45:28 +00:00
seb
7aa8af76f3 Fix whitespace. 2002-10-26 18:45:14 +00:00
seb
5170cbdceb Provide buildlink2.mk. 2002-10-26 18:44:20 +00:00
grant
8d227ea1be be quiet during `make clean'. 2002-10-26 18:40:36 +00:00
grant
9aa4db855f rename phoenix Linux binary package to `phoenix-linux' and allow
it to co-exist with natively built phoenix.
2002-10-26 18:11:45 +00:00
bouyer
5d340ed460 Don't compile/install libmd5 on solaris, there is one in /usr/lib which
seems good enouth, and using libwww's one breaks other system lib (librt).
2002-10-26 18:11:20 +00:00
bouyer
cd07256be0 Solaris's iconv library doesn't work here, add INCOMPAT_ICONV= SunOS-*-* 2002-10-26 18:08:54 +00:00
bouyer
3cb755c513 Also need @X_EXTRA_LIBS@ for X libraries. 2002-10-26 18:06:47 +00:00
bouyer
2046ebd9d5 Don't hardcode MAKEINFO as /usr/bin/makeinfo 2002-10-26 18:04:06 +00:00
bouyer
1ebd9a3c58 termios and UTMP fixes for Solaris. 2002-10-26 18:02:16 +00:00
frueauf
e0dc53079d According to Avon Barksdale <avon@flatlet.net>, the casting of NULL to (void *)
in the execl call is to make sure it is 64 bit on 64 bit archs.

Not verified by myself since I have no 64bit arch to test on.

Patch provided in private email.
2002-10-26 17:05:29 +00:00
grant
8938046035 Note update to less-378. 2002-10-26 16:02:13 +00:00
grant
029cbf29fa Update to less-378.
Changes since less-376:

* Bug fixes:
  Default buffer space is now 64K as documented.
  Search highlighting works properly when used with -R.
  Windows version works properly when input file contains carriage returns.
  Clean up some compiler warnings.

See the NEWS file for the full list of changes.

Update MASTER_SITES and HOMEPAGE.
2002-10-26 16:01:37 +00:00
grant
6b1da449c2 Note update to fileutils-4.1.11. 2002-10-26 15:48:55 +00:00
grant
9d201c9c8d Update to fileutils-4.1.11.
Changes since 4.1.8 include:

* miscellaneous bug fixes
* additional dircolors entries
* documentation fixes

See the ChangeLog for the full list of changes.
2002-10-26 15:43:50 +00:00
seb
fb10528480 GNU make with its support of micro- and nano-second timestamp and stat(2)
related information keeps pestering me while building this package on Solaris.
So...
- Replace WRKDIR and SRCDIR hack with CONFIGURE_DIRS and BUILD_DIRS tuning:
automake-*-override can now properly do their job.
- Prevent gperf invocation with the right touch command in pre-configure
target.
- Create BUILD_DIRS in pre-configure target.
2002-10-26 14:32:49 +00:00
drochner
df75b5067e from the koffice site:
21th October 2002 - Fix available for KSpread's crash
A fix is available for kspread's crashes when working with long text
which overlaps several cells or when working with merged cells.
2002-10-26 14:31:12 +00:00
drochner
773796aef5 install the README file - the only piece of documentation available
(requested by Hubert F.)
2002-10-26 14:27:22 +00:00
bouyer
481cdd1560 Solaris's yacc doesn't work too well here, use bison on SunOS.
Solaris doesn't have yy_size_t, use int instead on SunOS.
2002-10-26 13:20:21 +00:00
bouyer
1c8728ddb6 Need more libraries for X11 on Solaris. 2002-10-26 13:13:29 +00:00
bouyer
bc77fc8f89 Solaris's /bin/sh doesn't like
for file in ${CODEC_FILES}; do
when CODEC_FILES is empty. .if out this part of the code if CODEC_FILES
is not defined or is empty.
2002-10-26 13:11:37 +00:00
bouyer
19da4b53c2 Fixes for Solaris:
Add links in ksysguard/ksysguardd/Solaris/
/bin/sh and grep works in a different way, need a different BUILDLINK_FILES_CMD
2002-10-26 13:09:07 +00:00
bouyer
a2ee04590d Fixes for Solaris:
Add libgcc to libraries list
Set KDED_WORKAROUND for non-NetBSD case too
Solaris's grep and sh works in a different way, we need a different
  BUILDLINK_FILES_CMD
Fix typos in c++ file in !netbsd case
Use CXXLINK for linking c++ libraries
2002-10-26 13:07:29 +00:00
wiz
2c905f67dd Add buildlink2.mk. 2002-10-25 21:11:27 +00:00
cjep
d489cf98d4 Note addition of python-mode-4.6 as devel/python-mode 2002-10-25 20:04:34 +00:00
cjep
b9164e15de Add and enable python mode. 2002-10-25 20:03:23 +00:00
cjep
2083b3679c Initial import of python-mode 4.6 into the NetBSD packages collection
as devel/python-mode.

This package provides an Emacs editing mode for Python code.
2002-10-25 20:02:39 +00:00
wiz
46a8f26980 Clean up a bit. Only installs shell scripts, so USE_X11 and amanda-common's
buildlink2.mk are not needed.
2002-10-25 19:37:06 +00:00
wiz
b5cf777382 Convert to buildlink2. Actually, pretty easy when one considers it only installs shell scripts.
While here, remove USE_X11, since it has no point for shell scripts.
2002-10-25 19:36:08 +00:00
wiz
50a80b7265 Convert to buildlink2. 2002-10-25 19:29:00 +00:00
wiz
39a3c63de7 Convert to buildlink2. 2002-10-25 19:05:04 +00:00
wiz
7ce36b610d Unused. 2002-10-25 19:00:57 +00:00
wiz
f4b43dd808 Convert to buildlink2.
Remove dependency on readline -- it does not get used, contrary to
what a comment (which has now been annotated) here says.
2002-10-25 18:59:46 +00:00
wiz
66f45d9efe Slight cleanups. 2002-10-25 18:59:42 +00:00
wiz
0024e86b11 Add buildlink2.mk. 2002-10-25 18:59:25 +00:00
wiz
2f55598a22 Convert to buildlink2.
Remove dependency on readline -- it does not get used, contrary to
what a comment (which has now been annotated) here says.
2002-10-25 18:52:44 +00:00
wiz
5b1986ee7f Add buildlink2.mk. 2002-10-25 18:51:17 +00:00
wiz
bc0b44ab11 buildlink1 -> buildlink2. 2002-10-25 18:40:53 +00:00
wiz
cea80e5c43 buildlink1 -> buildlink2. Use texinfo.mk so that deinstall and binary packages work. 2002-10-25 18:40:23 +00:00
wiz
e8241d5cf2 buildlink1 -> buildlink2. 2002-10-25 18:33:29 +00:00