Commit graph

51134 commits

Author SHA1 Message Date
jmmv
fccf139b9f Use ${CD}, ${GREP}, ${RM} and ${RMDIR} instead of directly calling commands. 2003-12-19 23:18:49 +00:00
agc
dd17c7cbf9 Make this package compile in the face of gcc3 and a working
implementation of xor.
2003-12-19 23:00:26 +00:00
grant
b043fa59b4 regen for HAVE_WORKING_LONG_LONG rename 2003-12-19 22:46:01 +00:00
grant
0784cb96bf * Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.
* Don't bother providing compat defs for QUAD_{MIN,MAX} since
  they're not used anymore.
2003-12-19 22:45:14 +00:00
grant
d324f0f468 Sync to lib/libc/stdlib/strtoll.c 1.6:
*	Use LLONG_{MIN,MAX} instead of QUAD_{MIN,MAX}
    *	Use "long long int" instead of "long long"
    *	Appease lint
    *	Use "long long" instead of "quad" in comments.
2003-12-19 22:40:04 +00:00
grant
93098e6d36 sync to NetBSD for Todd's latest license 2003-12-19 22:27:01 +00:00
grant
e06a4eead8 sync to NetBSD for Todd's latest license, and fix for potential SEGV 2003-12-19 22:26:46 +00:00
grant
134f0eab0f Apply change from src/include/fts.h 1.10:
Make fts_pathlen and fts_nitems unsigned.
2003-12-19 22:23:00 +00:00
grant
2c8b5142eb Convert the 4 clause UCB license to the 3 clause license. 2003-12-19 22:16:14 +00:00
grant
ea7c879d95 nuke PKGNAME (not needed) and SVR4_PKGNAME (invalid).
use CPPFLAGS.SunOS instead of a conditional.
2003-12-19 21:30:00 +00:00
veego
aacddadd1d Update for the latest x11-links 0.19. 2003-12-19 19:22:28 +00:00
veego
d1c0597f82 Note the x11-links update to 0.19. 2003-12-19 19:21:09 +00:00
veego
51461ce694 Update for XFree 4.4.0 RC2:
Added shared libraries for libGLw and a different location for ft2build.h.

Version bumped to 0.19.
2003-12-19 19:19:15 +00:00
agc
b054e77f55 Make this compile with gcc3. 2003-12-19 19:15:06 +00:00
agc
e25e0c9a21 Make this build with gcc3 (use <assert.h> explicitly, rather than relying
on implicit inclusion).

We might as well use pkgsrc's libtool.
2003-12-19 18:25:57 +00:00
sketch
446a23ab6e Check for GCC using CC_VERSION rather than _CC_IS_GCC, as the latter is
not defined when building with USE_SUNPRO, breaking the build.
2003-12-19 18:21:03 +00:00
hubertf
a1a892fcb4 Update to xarchon 0.60.
Latest version with countless changes in gameplay.
2003-12-19 16:59:21 +00:00
ben
9af7b585f0 Fix build error introduced by gcc3.
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralsynth/.broken.sys2.html
2003-12-19 16:48:06 +00:00
ben
6fb96afadf Fix build error introduced by gcc3.
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralloops/.broken.sys2.html
2003-12-19 16:37:54 +00:00
skrll
ad3f9a41d8 Update QT3 to 3.2.3.
Far too many new features and bug fixes to list here. Includes a fix for
Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd
dot org>. Thanks.

"Better late than never"
2003-12-19 15:43:31 +00:00
recht
320392b805 remove freetype2 2.1.17 related patches after freetype2 has been reverted
to 2.1.15
2003-12-19 14:34:18 +00:00
adam
58889130d4 Back to freetype-2.1.5 2003-12-19 13:48:39 +00:00
adam
be4fc71def Back to 2.1.5 2003-12-19 13:45:59 +00:00
agc
26dd2c51c8 Avoid some dodgy string pasting - makes this compile with gcc3. 2003-12-19 12:34:30 +00:00
zuntum
3eae6c6ded Note net/whatmask update to version 1.2
Changes from version 1.1:
        * Added support for hex netmasks.
        * Minor bugfixes, cleanup.

Provided by the maintainer - Joe Laffey <joe@laffeycomputer.com>, thanks!
2003-12-19 12:26:12 +00:00
agc
a4501a4216 Bump PKGREVISION for varargs -> stdarg fixes. 2003-12-19 12:25:02 +00:00
agc
7f99714885 fixes for gcc3-isms (varargs -> stdarg) 2003-12-19 12:24:25 +00:00
zuntum
f26e335c1d Update to version 1.2
Changes from version 1.1:
        * Added support for hex netmasks.
        * Minor bugfixes, cleanup.

Provided by the maintainer - Joe Laffey <joe@laffeycomputer.com>, thanks!
2003-12-19 12:23:56 +00:00
recht
9e4fdb68eb note updates:
ghostscript-esp to 7.07.1
ghostscript-esp-nox11 to 7.07.1
2003-12-19 12:10:12 +00:00
recht
8f156af8d5 update to 7.07.1
CHANGES IN 7.07.1

	- The ps2epsi script did not quote ~'s in the sed
	  command (STR #261)
	- ESP Ghostscript now substitutes the space character
	  for missing glyphs in fonts. This is controlled using
	  the espgsMissingChar definition in gs_init.ps (STR
	  #275)

CHANGES IN 7.07.1rc2

	- The configure script did not check for a compatible
	  version of GIMP-print for the STP driver (STR #232)
	- The CUPS driver incorrectly reallocated the page
	  memory, which could cause Ghostscript to crash (STR
	  #246)
	- Fixed pointers treated as integers in src/gomni.c
	  (Thanks to Werner Fink from SuSE)
	- Fixed potential 64-bit portability problem with malloc
	  (Thanks to Werner Fink from SuSE)
	- Fixed X11 anti-aliasing problem (Thanks to Werner Fink
	  from SuSE)
	- Security fix on ps2epsi (Thanks to Werner Fink from
	  SuSE)
	- Update on Canon BJC drivers (Thanks to Werner Fink
	  from SuSE)
	- CUPS Makefile fix (Thanks to Werner Fink from SuSE)
	- Command line option "-c" fixed (STR #225 and #230,
	  thanks to Werner Fink from SuSE)
	- ESP Ghostscript now reads all Fontmap files in the
	  library path (Thanks to Werner Fink from SuSE)
	- The PNG device now correctly detects the version of
	  the PNG library in use (Thanks to Werner Fink from
	  SuSE)
	- ESP Ghostscript should now cleanup all temporary files
	  (Thanks to Werner Fink from SuSE)
	- The configure script did not substitute the OBJEXT and
	  EXEEXT variables in the IJS makefile (STR #218)

CHANGES IN 7.07.1rc1

	- Updated to GNU Ghostscript 7.07.
	- Added preliminary support for a CUPS-based PCL XL/PCL
	  6 driver and sample PPD files.
	- The CUPS pstoraster script put a space between the
	  "-c" option and the color profile code, causing an
	  initialization error.
	- The CUPS driver generated a lookup table that would
	  omit certain values due to rounding errors in the
	  Ghostscript graphics library (STR #136)
	- The psmono and psgray drivers produced shrinked output
	  (STR #6)
	- The SPARCprinter driver did not compile (STR #24)
	- Type-3 masked images did not render properly (STR #79)
	- Fixed pstoraster failures (STR #5 and #166)
	- Fixed bug in Samsung SmartGDI driver which prevented
	  some files from being printed. Thanks to Grant Taylor
	  from linuxprinting.org for the fix.
	- Made src/gdevgdi.c compilable in "-traditional" mode
	  of gcc (patch from Antony Uspensky).
	- Updated the "lxm3200" driver (gdevlx32.c) to the
	  newest version, it features an option to adjust the
	  margins of the Lexmark Z31 and uni-directional
	  printing on the Z12 now.
	- Fix datadir on systems that don't provide a default
	  prefix (MacOS X).  SF Bug #695705.
2003-12-19 12:07:43 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
grant
5b45acc471 use MAKE_ENV.SunOS instead of a conditional. 2003-12-19 12:02:04 +00:00
sketch
511ea1387e Remove patch-ai which worked around a bug previously in bsd.prefs.mk,
which is now causing the build to fail on Solaris since -r1.130 of
that file.

Bump PKGREVISION for Solaris installations which previously had the
package installed correctly, but with a different RUBY_ARCHLIBDIR
location.
2003-12-19 11:59:39 +00:00
markd
bb2bebcee3 Fix building when non-root.
Closes PR pkg/23760
2003-12-19 11:43:19 +00:00
sketch
9e7812cc53 Work around a bug in certain versions of Xmd.h which do not correctly
check for __STDC__, breaking the SIZEOF() macro.
2003-12-19 11:32:52 +00:00
agc
9d8987764d Catch up with the openbox3 -> openbox renaming. 2003-12-19 11:16:39 +00:00
agc
f9f562f2af It might be better to indent the "if", rather than the ".", so that make(1)
DTRT.
2003-12-19 10:52:18 +00:00
jmmv
73514bae38 Note update of pkg_comp to 1.12. 2003-12-19 09:52:36 +00:00
jmmv
321831ac73 Update to 1.12:
* Add the -n flag.  When specified, do not install INSTALL_PACKAGES nor
  MAKE_PACKAGES during the creation of the chroot.
2003-12-19 09:51:55 +00:00
jmmv
1a6cfeadd7 Note revision bump for gaim to 3. 2003-12-19 09:46:12 +00:00
jmmv
22b166c19b Remove the OpenSSL patch; use gnutls instead. Bump PKGREVISION to 3.
According to gaim's developers, it is illegal to link OpenSSL together
with gaim (ewww, GPL).
2003-12-19 09:43:39 +00:00
agc
6979a22238 Refer to the correct category in the pkgsrc tree (www, not wip). 2003-12-19 09:22:30 +00:00
agc
026eb89e4d Catch up with the openbox3 -> openbox renaming 2003-12-19 09:19:15 +00:00
agc
200a286e88 Remove superfluous PKGNAME definition - it takes its value from DISTNAME. 2003-12-19 09:16:52 +00:00
jdc
c7f36bbd8a Increment package revision to 2 after 64-bit and keypad fixes. 2003-12-19 07:14:03 +00:00
jdc
3cf4e32d76 Regenerate after addition of patch-a[lmno]. 2003-12-19 07:10:16 +00:00
jdc
4a18b435b6 Use keypad for control (as well as cursor keys). 2003-12-19 07:08:25 +00:00
jdc
3c421cb874 s/long/int32_t/ to make this work on 64-bit machines.
Tested on alpha and sparc64.
2003-12-19 07:07:19 +00:00
grant
52f6d1cd43 Initial import of p5-Memoize-ExpireLRU into the NetBSD Packages
Collection.

Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.
2003-12-19 06:47:23 +00:00
grant
fc1692e5bb +p5-Memoize-ExpireLRU 2003-12-19 06:46:03 +00:00