Commit graph

44243 commits

Author SHA1 Message Date
abs
ddad801ceb g++ -I/usr/pkg/include/gdk-pixbuf-1.0 -I/usr/pkg/include -I/usr/X11R6/include Update gcc3 to gcc3-3.3nb2
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
    '/usr/bin/ld: cannot find -lgcc_eh'
even when they
    .if defined(USE_GCC3)
    .  include "../../lang/gcc3/buildlink2.mk"
    .endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
2003-06-30 22:40:58 +00:00
abs
d53f7c9561 Update gcc3 to gcc3-3.3nb2
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
    '/usr/bin/ld: cannot find -lgcc_eh'
even when they
    .if defined(USE_GCC3)
    .  include "../../lang/gcc3/buildlink2.mk"
    .endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
2003-06-30 22:40:07 +00:00
hubertf
d6fc5aa1e3 Sort SUBDIRs properly 2003-06-30 22:05:11 +00:00
seb
96603e1a4e Convert to USE_NEW_TEXINFO. 2003-06-30 19:46:22 +00:00
rafal
decbcfdc27 Bump PKGREVISION for patch-ae (fixes lame batch encoding). 2003-06-30 19:24:04 +00:00
rafal
ea428e074e Fix lame batch-encoding. Patch also sent upstream to abcde maintainer. 2003-06-30 19:21:29 +00:00
rafal
6838c17cee Fix lame batch-encoding by using the correct shell variables for the encoder
and encoder options.
2003-06-30 19:20:37 +00:00
drochner
ed50e8c206 propagate the USE_GNU_ICONV to dependant packages, otherwise we get
conflicting dependencies
2003-06-30 18:30:55 +00:00
rafal
bf7243f55e Let this build with gcc3 (by adding USE_GCC_SHLIB and a hack to CPPFLAGS
so the build doesn't fall over with undefined template types); tested on
gcc3/netbsd-sparc64 (me) and gcc2/netbsd, gcc3/sol9 (grant).
2003-06-30 18:06:47 +00:00
jdolecek
a5e933b285 Update vmware-module3 to 3.2.1.2
This fixes compilation of the module on stock -current and 1.6.1

Adresses PR pkg/22014 by Todd Vierling
2003-06-30 18:02:04 +00:00
wiz
2b7daf4504 Add three missing locale files. 2003-06-30 16:27:56 +00:00
grant
ba6140957c note update of mtree to 20030630 2003-06-30 15:55:41 +00:00
grant
dc19bd61f1 test for getmode(), setmode(), isblank(), strmode(), tzfile.h.
bump to 20030630.
2003-06-30 15:54:19 +00:00
gson
4e31a97e06 note update of py-dns to 1.0.0 2003-06-30 15:35:29 +00:00
gson
c8353103a8 Update py-dns to 1.0.0. Fixes pkg/22020.
Changes from 1.0.0b3:

	* dns/rdata.py: Rdatas now implement rich comparisons instead of
	__cmp__.

	* dns/name.py: Names now implement rich comparisons instead of
	__cmp__.

	* dns/inet.py (inet_ntop): Always use our code, since the code
	in the socket module doesn't support AF_INET6 conversions if
	IPv6 sockets are not available on the system.

	* dns/resolver.py (Answer.__init__): A dangling CNAME chain was
	not raising NoAnswer.

	* Added a simple resolver Cache class.

	* Added an expiration attribute to answer instances.
2003-06-30 15:33:53 +00:00
grant
48d50cbf9f note update of libnbcompat to 20030630 2003-06-30 15:19:54 +00:00
grant
e5f742fbf2 bump to 20030630 2003-06-30 15:18:02 +00:00
grant
0bdef15848 s/#if !/#ifndef/, since the former confuses some C pre-processors 2003-06-30 15:14:46 +00:00
grant
d0b0537213 fix rcsid 2003-06-30 15:13:17 +00:00
grant
78c00e091c install into into bin, not sbin 2003-06-30 14:58:31 +00:00
grant
79aba7a3d8 remove config.h in distclean target, not clean. 2003-06-30 14:48:00 +00:00
grant
57c9956e09 style nits 2003-06-30 13:46:04 +00:00
seb
29288844cd Convert to USE_NEW_TEXINFO. 2003-06-30 12:06:08 +00:00
grant
9cb2945774 note update of pax to 20030630 2003-06-30 11:48:28 +00:00
grant
633bd0944f install catman pages, like bootstrap-pkgsrc does.
bump to 20030630.
2003-06-30 11:47:27 +00:00
grant
db72255379 sync with -current:
----------------------------
revision 1.18
date: 2003/06/24 16:23:31;  author: christos;  state: Exp;  lines: +44 -9
Revert previous change, and fix the -T problem differently: When the options
of the second argument are exhausted, call the appropriate getopt() routine
to process the rest of the arguments instead of finishing option processing.
Fixes:
        tar cf - -T foo
2003-06-30 11:45:40 +00:00
seb
1fd933d3d9 No need for texinfo.mk here. 2003-06-30 11:24:54 +00:00
uebayasi
19ebb58ae9 readline-4.3pl5; 5 official patches. 2003-06-30 10:27:25 +00:00
uebayasi
3fea780b5e Update to 4.3pl5. Incorporate 5 official patches.
[readline43-001]
Pressing certain key sequences causes an infinite loop in _rl_dispatch_subseq
with the `key' argument set to 256.  This eventually causes bash to exceed
the stack size limit and crash with a segmentation violation.

[readline43-002]
Repeating an edit in vi-mode with `.' does not work.

[readline43-003]
When in a locale with multibyte characters, the readline display updater
will occasionally cause a segmentation fault when attempting to compute
the length of the first multibyte character on the line.

[readline43-004]
When running in a locale with multibyte characters, the readline display
updater will use carriage returns when drawing the line, overwriting any
partial output already on the screen and not terminated by a newline.

[readline43-005]
Using the vi editing mode's case-changing commands in a locale with
multibyte characters will cause garbage characters to be inserted into
the editing buffer.

(Any maintainership taker?)
2003-06-30 10:26:45 +00:00
wiz
3c0d76d352 gopher-3.0.5 update done. 2003-06-30 10:20:45 +00:00
wiz
ab1d416924 Update to 3.0.5, extract of changes:
* Logging with chroot has long since been fixed; added a note to
    startopts about other chroot stuff.  Closes: #82590, #82591.
  * Gopherd sometimes sent "+INFO " instead of "+INFO: ".  Fixed.
  * MAJOR rewrite of regex support.  This should make gopher
    compile and work better on several platforms.
  * Removed the DOMAIN configure support, DOMAIN_NAME in gopherd,
    backupdomain in Socket.c, etc.  This should prevent the no.domain.name
    problem that people have been seeing.  Regenerated configure stuff.
  * Added line for .png to gopherd.conf.in
And many more bug fixes.
Clsoes PR 22013.
2003-06-30 10:20:14 +00:00
jlam
092352eeb6 * Remove Makefile.common since its only used by perl58/Makefile.
* Rename PERL5_DIST_VERS to PERL5_VERS so that the variable name is more
  accurate.
* Make it easier to test perl5 snapshots using the existing perl5 package
  (just to make my life simpler).  Now we simply define PERL5_SNAPSHOT to
  the perl snapshot version and set PERL5_VERS to the appropriate version
  number for the release candidate for the next release of perl5.
2003-06-30 10:15:25 +00:00
wiz
de90d19121 + ImageViewer-0.6.2, dvdrip-0.50.14, getmail-3.1.7 [pkg/22007],
gopher-3.0.5 [pkg/22013], leafnode-1.9.42, lwm-1.01, smalltalk-2.1.3,
  snd-6.8.
2003-06-30 10:10:14 +00:00
seb
45521f3760 Convert to USE_NEW_TEXINFO. 2003-06-30 09:57:54 +00:00
wiz
fbfbf9d3ea Take maintainership. 2003-06-30 08:59:03 +00:00
uebayasi
f2a5ca2f82 bash-2.05.2.7; 3 official patches incorporated. 2003-06-30 08:38:42 +00:00
uebayasi
943f8baec1 Update to 2.05b.2.7. Pull in 3 official patches.
[bash205b-005]
When in a locale with multibyte characters, the readline display updater
will occasionally cause a segmentation fault when attempting to compute
the length of the first multibyte character on the line.

[bash205b-006]
When running in a locale with multibyte characters, the readline display
updater will use carriage returns when drawing the line, overwriting any
partial output already on the screen and not terminated by a newline.

[bash205b-007]
Using the vi editing mode's case-changing commands in a locale with
multibyte characters will cause garbage characters to be inserted into
the editing buffer.

Besides, export Bash's "test" target to Pkgsrc.  Type "make test" to try
this.

XXX The MAINTAINER should be taken by someone really using this.
2003-06-30 08:35:57 +00:00
jlam
282ff5a49d Add a reminder to reset the PKGREVISIONs in the xlockmore* Makefiles if
this package is updated.
2003-06-30 07:47:27 +00:00
jlam
4a8f4e55eb Update x11/xlockmore to 5.08.2. Changes from 5.08.1 include fixing the
maze module for large resolutions (2560x1024) as is possible for
dual-headed configurations.
2003-06-30 07:45:47 +00:00
jlam
b48f0f9468 XLOCK_LIGHT is deprecated, but we still support it in xlockmore/Makefile
until users figure out to install xlockmore-lite instead.
2003-06-30 07:34:37 +00:00
jlam
06b75ed289 Add and enable xlockmore-lite 2003-06-30 07:32:21 +00:00
jlam
b2e1d54a43 Initial import of x11/xlockmore-lite. This is the "lite" version of
xlockmore, which used to be built from the xlockmore package if XLOCK_LIGHT
was defined in /etc/mk.conf.
2003-06-30 07:31:19 +00:00
jlam
607fd0e0dd Bump PKGREVISION of x11/xlockmore to 1. Changes include:
* Move the sound files to the standard location for xlock sound files.
 * On NetBSD, use ossplay instead of audioplay if USE_OSS is defined.

Also split out a xlockmore Makefile.common to be used in a forthcoming
"xlockmore-lite" package.
2003-06-30 07:28:59 +00:00
tron
f7fdc48ea0 Note updates of "ImageMagick" and "p5-PerlMagick" packages. 2003-06-30 06:46:55 +00:00
tron
105ee220ed Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9.
Changes since version 5.5.6:
- File descriptor leak prevented temporary disk pixel cache from being
  removed under Windows.
- Color profile patches provided by (dge at softec.st).
- West/East geometry was computed with image width rather than height.
- The MNG encoder failed to set the JNG bit in the simplicity profile.
- The MNG encoder failed to write FRAM chunks when all images were JNG.
- The JNG encoder wrote the wrong alpha_sample_depth for opaque images.
- Fixed JPEG EXIF problem.
- Added -thumbnail as an option to the utilities.
- No TIFF preview was written on EPT write (patch provided by
  Lars Ruben Skyum).
- NegateImage() now negates the K channel of a CMYK image (patch provided
  by Lars Ruben Skyum).
- Parameter 'elevation' misspeclled for PerlMagick Shape() method.
- A number of minor leak/unitialzed memory problems fixed.
- Allocate free nodes from the heap in QuantizeImage().
- Magick-config --version returned gibberish.
- Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard,
  pattern:bricks, etc.
- We cannot reliably auto rotate PDF files so this feature was removed.
- The conjure program did not correctly handle the gravity attribute.
- The persistent cache reference count was not properly incremented.
- Added $image->Describe() method to PerlMagick to interface to the
  DescribeImage() C API method.
- Added support for the EXIF Tag Parsing Library.  Currently we simply
  display the tags when calling DescribeImage().  In the near future
  there will be support for modifying or adding tags.
- Added Bob Friesenhahn's updated Windows installation instructions.
- Interfaced the drawing routines with the new MagickWand API.
  MagickWand will be the primary public C interface to ImageMagick in
  the near future.
- magick/effect.c: RandomChannelThresholdImage was not handling
  PseudoColor, non-gray images correctly.
- png.c would not compile with libpng versions older than libpng-0.95,
  due to bugs introduced in ImageMagick version 5.5.2.
- Implemented -random-threshold and -ordered-dither options.
- The locale messaging system now uses a hash for fast lookup.
- Updated libtool to the new released version, 1.5.
- Fixed bug with decoding grayscale PNG images and JNG alpha channel
  at Q:32.
- Now recognize 32-bit hex color specifications, patches provided by
  Bob Friesenhahn.
- Started API wrappers based on Bob Friesenhahn's method suggestions.
- Text annotations that started with '\n' were not rendered correctly.
- Removed artifacts from images rotated with a small number of degrees.
- Minor bug fix in the ParseGeometry() method.
- Modified the non-public inline AlphaComposite() to use a PixelPacket
  pointer; previously it returned a PixelPacket structure.
- You can now specify an image geometry as an image file (e.g. -geometry
  image.jpg).
- Use new temporary file manager for JNG components.
- Added support for 12-bit TIFF images.
- Added improved locale message subsystem (contributed by Kyle Shorter).
- Removed a bias from SampleImage() and DrawAffineImage() (bug report
  by Glenn Randers-Pehrson).
- PerlMagick now recognizes percent values for fuzz or opacity.
- Not enough memory allocated for reading PCX (bug report by Trevor
  Willis).
- There were artifacts when using the Bessel function for resizing
  (bug report by Bob Friesenhahn).
- Added -resample to convert to change the resolution of an image.
- Added a temporary file manager that prevents race conditions and
  removes any remaining files on exit.
- Prepped ImageMagick to work with Visual C++ 7.0 under Windows.
  The Windows configure patches came from William Radcliffe.
- The refresh of the display image window no longer lags when the
  magnify window overlay it.
- Numerous code clean-up and minor speed ups based on problem areas
  identified in the Graphics-Magick ChangeLog.
2003-06-30 06:45:01 +00:00
seb
4815db1810 Convert to USE_NEW_TEXINFO. 2003-06-30 02:42:15 +00:00
seb
07f0d088a4 Convert to USE_NEW_TEXINFO. 2003-06-30 02:04:50 +00:00
seb
1c1c5de4b9 Convert to USE_NEW_TEXINFO.
Register all info files.
A '@unexec...${MKDIR}' looked like a thinko, should have been
'@unexec...${RMDIR}'. Anyway rewrote into the usual idiom.

XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future
rototil.
2003-06-30 01:43:12 +00:00
uebayasi
4b834e1bd0 xemacs-packages-1.12; XEmacs packages as of 20030629. 2003-06-30 00:44:00 +00:00
uebayasi
2610db1d89 Update to 1.12, all XEmacs binary packages as of 20030629.
Added / updated packages:
	* auctex-1.35		* bbdb-1.23		* cc-mode-1.33
	* clearcase-1.06	* dictionary-1.12	* ecb-1.08
	* ecrypto-0.13		* edebug-1.18		* ediff-1.47
	* edit-utils-2.02	* eshell-1.05		* ess-1.04
	* eudc-1.38		* games-1.14		* gnus-1.71
	* hm--html-menus-1.21	* ilisp-1.32		* jde-1.45
	* liece-1.12		* mail-lib-1.59		* mh-e-1.23
	* mule-base-1.43	* net-utils-1.32	* os-utils-1.31
	* pgg-1.03		* prog-modes-1.79	* psgml-1.40
	* sasl-1.13		* sieve-1.13		* sml-mode-0.09
	* texinfo-1.24		* text-modes-1.61	* time-1.13
	* tm-1.36		* tramp-1.15		* vc-1.37
	* vhdl-1.17		* viper-1.36		* vm-7.14
	* x-symbol-1.05		* xemacs-base-1.78	* xemacs-devel-1.55
	* xslide-1.07
2003-06-30 00:42:33 +00:00