Commit graph

3376 commits

Author SHA1 Message Date
kristerw
8d587fc8a6 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 00:10:45 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
hira
a62edb0fea Add missing RCS Id tag to patch-dc. 2005-06-16 12:44:34 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
minskim
7fa28f3c06 Let x11/labltk use bdb if native ndbm is not available. 2005-06-14 21:00:41 +00:00
kristerw
d1cb71891b Do not #define _POSIX_SOURCE. We do not need that namespace protection,
and _POSIX_SOURCE causes build to fail for NetBSD 1.6 (due to fd_set
not being available).
2005-06-14 11:02:43 +00:00
jschauma
5b87a82011 Not all OS have a ln(1) that only accepts one argument, so let's use two. 2005-06-14 01:35:09 +00:00
jdolecek
485342b9d6 allow PECL-like extensions with different MASTER_SITES or EXTRACT_SUFX 2005-06-12 15:29:48 +00:00
jlam
9877fbb264 Perl embeds the full paths to hostname, ln, and sed in several installed
files, so make sure the paths to the ones in ${TOOLS_DIR} aren't used.
2005-06-11 21:57:11 +00:00
jlam
5a10bac138 SDBM_File/sdbm/sdbm.h explicitly doesn't include perl.h, but fails to
handle errno in the same way that perl.h does.  The workaround in
sdbm.c for the mishandling of errno that redeclares errno if WIN32
and sun are not defined is not correct, as it ends up redeclaring
errno on just about every platform.  Modify sdbm.c so that it uses
the same method of handling errno as perl.h for the sake of consistency.
This fixes PR pkg/30308.
2005-06-08 08:42:33 +00:00
minskim
64e70de383 Make libraries link against libdl if it is available. This fixes PR
pkg/29389.

Bump PKGREVISION.
2005-06-07 03:52:10 +00:00
minskim
6a660e824c Add BUILDLINK_LDADD.dl to LIBS instead of defining platform-specific LIBS. 2005-06-07 03:47:24 +00:00
minskim
ab8bad3336 Make ocaml build with pkgsrc bdb. 2005-06-07 00:59:48 +00:00
seb
d5ee4f3ee6 Hack to make this package build and run its tests on at least
NetBSD/2.0_STABLE sparc64. I bet it also fixes it for other versions
of NetBSD on the same architecture.
2005-06-06 13:49:25 +00:00
jmmv
496b0120b7 Add DragonFly support; patch from Joerg Sonnenberger. Changes reviewed by
the maintainer.

While here, add missing checksums for Linux and FreeBSD bootstrap kits.
2005-06-05 09:47:16 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
rillig
5296c23ad8 Changed $f to ${f}. 2005-05-31 22:45:58 +00:00
drochner
b8dbffc735 don't require native threads, deal with the non-thread case instead.
this enables the pkg for NetBSD-1.6
tested by Roland Illig
2005-05-31 16:40:31 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
jschauma
ca365f2880 PLIST fixes for IRIX.
ok @taca
2005-05-31 02:19:48 +00:00
minskim
cefaa42234 Fix PLIST on NetBSD>=2.
Bump PKGREVISION.
2005-05-29 11:18:35 +00:00
shannonjr
06762bff4a Updated to version 3.4.4. This is a bugfix release. 2005-05-29 11:12:01 +00:00
minskim
6ad10aacd2 Teach about NetBSD 3.x.
PKGREVISION will be bumped after another change.
2005-05-29 11:07:49 +00:00
minskim
04d3881862 Generate files at "build" instead of "install" so that "make clean"
always work.
2005-05-29 09:40:09 +00:00
minskim
fb92acfbdd Make the dbm module build when pkgsrc bdb is used. 2005-05-29 08:41:34 +00:00
minskim
768c08528b Make the bsddb module build when pkgsrc bdb is used. 2005-05-29 08:03:25 +00:00
minskim
be98a95656 Add files installed on Linux only. 2005-05-29 07:54:52 +00:00
minskim
c291b9d1d9 Explicitly disable modules that should not be built. 2005-05-29 07:35:54 +00:00
minskim
bfe28d6d14 Explicitly disable the tkinter module, which is provided by x11/py-Tk. 2005-05-29 06:39:11 +00:00
minskim
78f44bb813 Include bdb.buildlink3.mk on platforms where the bsddb module is built. 2005-05-29 06:26:50 +00:00
minskim
158da2aeee Remove an entry for a nonexistent file. 2005-05-29 00:51:17 +00:00
jlam
c031213a0a Quoting fix. 2005-05-27 22:15:53 +00:00
jlam
df940ef30d .undef is unnecessary since the temporary variable used in the for loop
goes away by itself.
2005-05-27 22:15:34 +00:00
jschauma
8d0398aaf9 Use DIST_SUBDIR to find the collections to set up upon installation.
This should address PR pkg/30335.
2005-05-26 19:17:37 +00:00
rillig
be2a300dec Updated scheme48 from 0.57 (four years old) to 1.2. Changes include many
bug fixes and several "requests for implementation"s. This fixes PR 29788.
2005-05-25 22:31:06 +00:00
kristerw
a0b71b76e9 ake the build find the header files. 2005-05-25 19:21:25 +00:00
kristerw
2e6fdb2ecb Ensure that configure finds ar. 2005-05-25 18:23:46 +00:00
drochner
da2b5c0f9c require gcc>=3 and native threads
This effectively removes support for NetBSD-1.6, thus closing
PR pkg/30317 by diro@nixsys.bz.
2005-05-25 17:48:13 +00:00
wiz
0ecd8e6abf Add RMD160 checksum. 2005-05-25 12:37:37 +00:00
wiz
4ddb642e06 Add RMD160 checksum. 2005-05-25 11:17:11 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
9f94b112f0 Remove the old tools framework and references to _USE_NEW_TOOLS. 2005-05-22 19:11:12 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
minskim
3945866014 Do not strip commands on Linux, where some of them are not regular binaries. 2005-05-21 22:35:46 +00:00
kristerw
8236866935 Update ghc to 6.4.
See
  http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html
for the long list of changes since ghc-6.2.1.

In addition, GHCi and profiling support have been enabled in this
package.
2005-05-21 20:22:21 +00:00
markd
1559029888 s/local/locale/ 2005-05-20 21:34:30 +00:00
shannonjr
63e6bb6772 Update from 3.3.3 to 3.3.4. This is a bugfix release. There is a very
significant reduction in the number of regressions, particularily with
libstdc++.
2005-05-20 19:25:21 +00:00
jlam
5a4310c9a2 Move the PLIST_SUBST lines that substitute for PERL5_* variables from
perl5/module.mk into tools/perl.mk so that the substitution occurs for
all packages that use perl.
2005-05-20 03:00:16 +00:00
dillo
be78f5ef46 reorder lines to please pkglint 2005-05-19 19:45:45 +00:00
drochner
63819b0d5a sync with changed distfile -- they have the habit to do minor updates
without changing the distfile name
changes seem X11/GL related which we don't support anyway
2005-05-19 17:11:45 +00:00
jlam
5e50c57ea0 Split the conditional which seems to occasionally be malformed. This
probably has something to do with how make deals with short-circuit
evaluation of conditionals, but it's a simple matter to split the
conditional since USE_PERL5 is eventually going away.
2005-05-19 05:01:47 +00:00
jlam
c51012ebef When perl5/buildlink3.mk is included by a package Makefile, the buildlink
framework will handle adding the correct dependency.
2005-05-19 03:09:52 +00:00
jlam
d6f6120540 Goal: Remove USE_PERL5 from pkgsrc.
Plan:
	(1) Change USE_PERL5=build into USE_TOOLS+=perl.
	(2) Change all other USE_PERL5 into including perl5/buildlink3.mk.

Possibly, for packages that don't actually build anything with perl,
but merely require it for the perl interpreter, we can instead do:

	USE_TOOLS+=		perl
	TOOLS_DEPMETHOD.perl=	DEPENDS

but this is more verbose than simply including the perl5/buildlink3.mk
file.

Move the PERL5_REQD computation into a lang/perl5/version.mk file,
and only do the USE_PERL5 logic in bsd.pkg.use.mk if we're not using
the new tools framework.  This consolidates all of the perl-handling
into two places -- lang/perl5 and mk/tools/perl.mk.
2005-05-18 22:42:07 +00:00
wiz
f6ce0a82d0 Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them.

Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18 22:39:00 +00:00
jlam
570a1d96f1 Update lang/nawk to 20050425. Pkgsrc changes include:
Grab distfile from ${MASTER_SITE_LOCAL} where it's in a
	${PKGNAME}-specific directory since the distfile has no version
	number.

	Use the .shar instead of .tar.gz distfile to remove the need
	for dependencies to build this package.

Changes from nawk-20040207 include:

Apr 24, 2005:
	modified lib.c so that values of $0 et al are preserved in the END
	block, apparently as required by posix.  thanks to havard eidnes
	for the report and code.

Jan 14, 2005:
	fixed infinite loop in parsing, originally found by brian tsang.
	thanks to arnold robbins for a suggestion that started me
	rethinking it.

Dec 31, 2004:
	prevent overflow of -f array in main, head off potential error in
	call of SYNTAX(), test malloc return in lib.c, all with thanks to
	todd miller.

Dec 22, 2004:
	cranked up size of NCHARS; coverity thinks it can be overrun with
	smaller size, and i think that's right.  added some assertions to b.c
	to catch places where it might overrun.  the RE code is still fragile.

Dec 5, 2004:
	fixed a couple of overflow problems with ridiculous field numbers:
	e.g., print $(2^32-1).  thanks to ruslan ermilov, giorgos keramidas
	and david o'brien at freebsd.org for patches.  this really should
	be re-done from scratch.

Nov 21, 2004:
	fixed another 25-year-old RE bug, in split.  it's another failure
	to (re-)initialize.  thanks to steve fisher for spotting this and
	providing a good test case.
2005-05-18 05:22:43 +00:00
jlam
e767898310 "nbtar" is good enough to extract GNU tar archives. Also remove
unnecessary inclusion of bsd.prefs.mk.
2005-05-17 20:56:51 +00:00
veego
d449090ba7 Add checksum for jce_policy-1_4_2.zip again.
See the note in the Makefile on how to make this happen the next time you
do an update.
2005-05-17 06:33:07 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
jlam
321123308e This package requires yacc. 2005-05-15 19:28:37 +00:00
bouyer
34315dcad1 Remove some local declarations which breaks compilation on DragonFly.
Patch provided by Joerg Sonnenberger in private mail.
2005-05-15 16:38:28 +00:00
veego
506082c3bd Rename BASENAME to BD_BASENAME to fix clashes with ${BASENAME} from pkgsrc/mk 2005-05-15 11:53:20 +00:00
jlam
a5cd03b385 We don't need to check for whether the variables are defined before
using them, as these values are referenced till later when the variables
will definitely have the correct value.  This removes the need to
include vars.mk here.
2005-05-12 21:01:16 +00:00
jlam
500efa9480 Allow vars.mk to be included multiple times. We avoid excessive
computation by caching the variables using MAKEVARS.
2005-05-12 20:59:29 +00:00
kristerw
2c49d2bc15 Correct PLIST for ports other than i386.
Fix a build issue for Darwin.

Bump PKGREVISION.
2005-05-12 17:53:29 +00:00
jlam
fae83f8923 Move the arm-specific hack into the hacks.mk file, and properly document
what is happening.
2005-05-11 16:15:50 +00:00
abs
fcb1dc287b Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment to
python24/Makefile for next update
2005-05-10 22:27:44 +00:00
jschauma
345fd90360 as with sun-jre14 and sun-jre13, add dependency on suse_locale to ensure
that non-us-keyboard characters can be displayed and entered
2005-05-10 02:02:20 +00:00
jschauma
11b407f64e as with sun-jre14, pull in suse_locale to ensure that other charset
characters can be used
2005-05-10 01:55:39 +00:00
jschauma
76b880b320 add a dependency on suse_locale.
This is a light enough dependency to justify adding even if only necessary
for non-plain-english languages.
As per PR pkg/20824.
2005-05-10 01:51:13 +00:00
rillig
1a897d9658 Replaced wip category with lang. Approved by xtraeme. 2005-05-09 23:46:46 +00:00
recht
5bfae3ed28 update to Python 2.4.1
Highlights of this new release include:
  - Bug fixes. According to the release notes, several dozen bugs
    have been fixed, including a fix for the SimpleXMLRPCServer
    security issue (PSF-2005-001).

Also add a patch by Joerg Sonnenberger to add basic support
for DragonFly BSD.

For a detailed list of changes see:
http://python.org/2.4.1/NEWS.html
2005-05-09 20:37:51 +00:00
jdolecek
0d0d9c7d88 once PHP version is selected, set PHP_VERSION_REQD appropriately, so that
the selected version is forced for any sub-builds; this should fix
the bulk build problems for php5-extensions

use := to avoid variable recursion
2005-05-09 19:24:46 +00:00
jdolecek
f4aba13736 follow PHP4 packaeg lead and add 'php5' to CATEGORIES 2005-05-09 18:36:57 +00:00
xtraeme
fd0c1ea533 Modify previous: only enable -fno-cse-skip-blocks when compiler is
gcc-3.x.
2005-05-09 15:41:52 +00:00
xtraeme
72bed45769 Apply patch from Richard Earnshaw on port-arm@ to fix build on
NetBSD/arm.
2005-05-09 15:35:44 +00:00
xtraeme
094b801637 Fix installation after USE_BUILDLINK3 was enabled by default:
* ezm3 installs its files into ${PREFIX}/ezm3, the installation
	  fails due to missing libraries, fixed with
	  BUILDLINK_PASSTHRU_DIRS.
	* Provide a buildlink3 file with DEPMETHOD=build to fix the
	  cvsup packages.

Bump PKGREVISION, this closes PR pkg/29986 and PR pkg/30159.
2005-05-09 12:23:23 +00:00
abs
826500ebe9 Update sun-jre15 and sun-jdk15 to 5.0.3
Changes since 5.0.2:

Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing.
JCK: /api/java_net/URI/[Ctor, Components,Create] Tests failing with [-server -Xcomp] in Linux
The popup menu displays the graphical box but there is no menu items inside the box.
REGRESSION:Compilation error "local schedule failed (not retryable)" with simple loop
JCK1.5: JNI call made with exception when -Xcheck:jni is used.
RedefineClasses causes VerifyError
Verifier must treat all versions of class being redefined as equal types
CompiledMethodLoad reports incorrect addresses in the location map
Solaris-amd64: nsk/regression/b4660518 test exceeds the default 18-page shadow zone size
apt should return members in source order
REGRESSION: apt slower in Tiger update train than FCS due to name lookup
String.getBytes() does not work on some strings larger than 16MB
(cs) CoderResult.isOverflow() returns false when UTF-16 overflows
Drawing GeneralPath crashes JVM if antialias is on
Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only)
REGRESSION: JComboBox don't respond to arrow keys on linux (has focus listener)
[Cinnabar17] On X86, suntea login page can't be input
backspace, arrow keys, and return key not working in java applications
[Cinnabar25 Linux]SunTea hangs the system
[Cinnabar25 Linux]SunTea hangs the system
(ref) test/java/lang/ref/SoftReference/Pin.java fails
REGRESSION: Socket.getLocalAddress() returns address of 0.0.0.0 on outbound TCP
String constructor with "KSC5601" encoding throws AccessControlException
Kerberos module cannot authentiate with different KDCs/principal names
CertStore.getInstance(String,CertStoreParameters,String) throws NoSuchAlgorithmE
JTree should toggle for all even-numbered clicks
Cannot Ctrl-Shift-Click to create disjoint selection interval in list
XP L&F: JComboBox has wrong rollover effect under Windows XP LookAndFeel
1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed
GTK: JColorChooser hue spinner doesn't update the selected color
REGRESSION: JTabbedPane setFocusable(false) and removing tabs
REGRESSION: ArrayIndexOutOfBoundsException in BasicTabbedPaneUI.getTabBounds()
Changing system preferences after switching from GTK L&F causes L&F mixup
Lead Selection index is not shown in JFileChooser on GTK LAF
Make the demo code more friendly to build
test/java/text/Format/CurrencyFormat.java failed for tr_TR
142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently
New Romanian currency
New Currency for Madagascar
Regtest java/util/Currency/ValidateISO4217.java fails after 2005-01-01 due to new Turkish lire
Step requests ignored after an exception in debugee
Error 1722 coming during jre1.5.0 installation by Windows user with limited (+elevated) priviledges
Package based installation of tiger update 1 shows J2SDK
REGRESSION: wrong time stamp for plugin dll files on Win98(2nd)
Tiger Update 2 JRE patch bundle creates msvcrt.dll under jre1.5.0_02/bin
REGRESSION: uninstall JDK 5.0u3 does not remove demo dir on windows
incorrect "group (thousands) separator" in 5.0 sun.text.resources.LocaleElements_sv
S. Chinese translation for Twi language is wrong
S.Chinese localization for JDK software
some of jdk man pages show unnecessary lines in ja locale
S.Chinese localization for JDK software - part II
REGRESSION: JNI Performance Regression in 1.5.0 -server
HPROF: broken when used with HAT, starting with 1.5.0_01, Missing thread dump
remove memory barrier on native transitions
Disable META-INF/* lookup from codebase in applet/plugin classloader
Do not set initial focus on an applet during startup if applet is targeted for JDK 1.1/1.2
Problem with embedded Internet Explorer using Sun Java
Applets hang when using plugin 1.5 in Linux with Mozilla 1.7.x
"javaplugin.classloader.cache.enabled=false" does not work
REGRESSION: isActive call from Javascript no longer works in IE
Applet will not reauthenticate user when returning from another applet
REGRESSION: Loading applet fails if URL contains %7E
Java Webstart application startup is too slow
Regression: updating title or icon in jnlp file will not update shortcuts.
can't remove old app if vendor change title attribute in jnlp file on windows platform
javaws apps are put in Add/Remove progrgrams entries for all users
Java Web Start jnlp file caching problem.
TCK-jnlp 1.5: jnlp_file/resources/j2se/index.html#vmArgs hang in some cases.
Support wrapping of software keys using RSA-PKCS1
2005-05-08 16:13:46 +00:00
jdolecek
4f26e9ed5f do not define MASTER_SITES and EXTRACT_SUFX if PECL_VERSION is set,
so that lang/php/ext.php need not use = assignment and extensions
would be able to use different setting
2005-05-07 18:50:24 +00:00
kristerw
4937aad93a Make this build again after bl3 was enabled by default. 2005-05-04 19:02:33 +00:00
reed
4a5a41e0b5 Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
drochner
2608632872 update to 2.33.2
changes:
-bugfixes
-minor portability fixes
2005-05-02 17:42:06 +00:00
drochner
7347b84a81 update to 5.15.169
This fixes (additionally to internal changes) compilation with gcc3.
(it likely breaks on gcc2 now, but the effort to make it support
both gcc versions isn't worth it imho)
2005-05-02 17:01:34 +00:00
kristerw
44796a62d6 Update nhc98 to 1.18.
Changes from 1.16:
# New: Several more packages of hierarchical libraries are included in
  the build: base, parsec, haskell-src, QuickCheck, HaXml, HUnit, Cabal.
# New: FFI improvements: foreign import "dynamic" is now supported, and
  named C header-files are now used.
# New: The compiler now uses cpphs for Haskell source instead of cpp. This
  removes problems with string gaps, primes in identifiers, and so on.
# New: In hmake-interactive, if the readline library is not available,
  the simple line editor now has a history mechanism.
# Bugfix: hmake's processing of cpp conditional directives is improved also.
# Bugfix: More evil bugfixes for gcc versions ? 3.3
# Bugfix: A numeric pattern can now match against a Num newtype.
# Bugfix: Foreign imports and abstract newtypes now play OK together.
# Bugfix: Methods in qualified classes no longer need to be qualified in
  instance decls.
# Bugfix: GreenCard now accepts <<.../...>> syntax.
2005-05-01 22:55:07 +00:00
perry
e0e9877d8d update to 5d9 2005-04-25 00:55:08 +00:00
perry
a85a654522 oops. remove PKGREVISION. This was up for less than five minutes -- it
should be fine.
2005-04-24 22:18:28 +00:00
perry
bc71f72fdf Update to version 5d9.
Changes appear to be speed improvements, bug fixes, some support for
ia64 architectures, and some improvements to the conformance tests.
2005-04-24 22:06:22 +00:00
wiz
cf9e9fe8b0 Remove RScheme -- broken on 2.0/i386 for other 8 months, and noone stepped
up to fix it.
2005-04-22 19:52:50 +00:00
wiz
36e02ced75 Update MASTER_SITES. 2005-04-22 19:26:30 +00:00
taca
dafef247e7 Fix depending packages' version. Thanks much for wiz notifying me. 2005-04-19 15:24:01 +00:00
taca
02fcb1d0a0 Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz. 2005-04-19 15:19:18 +00:00
wiz
e2d438a1eb Remove wonka -- the project is dead.
skrll@ ok.
2005-04-19 09:49:07 +00:00
jschauma
40c8b687bb Update sun-j*4 to 1.4.2_08, a bug fix release.
Changes since 1.4.2_07 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:

- Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing.
- ShouldNotReachHere() failure at hotspot/src/cpu/i486/vm/c1_FrameMap_i486.cpp, 92
- JVM outputs exceptions or crash with a program using Big interger in 1.4.2_08b2
- Flattened alias type for [KlassPtr + offset] must be consistent
- vtest failed intermittenly when running with tiger b23 -server -Xcomp
- BugFixes from Azul Systems
- SIGSEGV in Type*Type::meet(const Type*)const+0x0
- 1.4.2_06 crashes when setting -XX:CompileThreshold=200 -server on Windows
- -XX:+AggressiveHeap broken in build 1.4.2_22 for Windows/IA64
- CMS: large unused perm gen can degrade scavenge times on MP
- IA64 - JVM crashes on Itanium 2 and AS3.0 box in 1.5b55 when stackoverflow occurs
- JVM abort on unexpected signal
- Add java runtime flag SuppressFatalErrorMessage to skip all error handling logic on fatal error.
- Incorrect abstract interface semantics in JDK ValueHandler
- String.getBytes() does not work on some strings larger than 16MB
- UnixPrintServiceLookup should not require file permission
- Bundled com.sun.image.codec.jpeg JPEG API has errors for a new type of JPEG image
- Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only)
- J2SE NIO: eucJP-open failed to be looked up.
- using defaultReadTimeout appear to retry request upon timeout
- App fails w/ classnotfound exception after restoring n/w connectivity
- ZipFile$ZipFileInputStream doesn't close handle to zipfile
- UDP DatagramSocket close causes delayed IOException
- (ch) Interrupt-signal handler improperly installed, causing random exits (lnx)
- Cannot change file filter on motif look & feel
- 1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed
- ALT + I does not work with Motif L & F
- test/java/text/Format/CurrencyFormat.java failed for tr_TR
- 142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently
- deadlock in locking of TimeZone class during a read
- New Turkish currency
- JarFile.getInputStream throws ClassCastException when jar file is signed
- current version functionality is incorrect in online docs
- normal DnD program causes "FATAL ERROR in native method"
- Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
- JVM Crashes in verifier in Tigerb64
- Problem with embedded Internet Explorer using Sun Java
- classes are loaded 512 bytes at a time, slowing down applet start time
- memory leak in many jni calls (NewString etc.)
- Java Webstart application startup is too slow
- Java Webstart incremental update fails with java.util.ZipException
2005-04-18 15:39:04 +00:00
kristerw
684686b004 Adjust for changes done in the pkgsrc infrastructure to make this
package build again.
2005-04-15 21:58:32 +00:00
jschauma
6af461a38a patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctly 2005-04-13 20:41:03 +00:00
jschauma
c7b474b6d9 As with tcl and tk, patch the itclConfig.sh file to contain the
proper directories etc.

While here, add a buildlink transformation to let packages to pass
-litk or -litcl and get -litk33 and -litcl33.
2005-04-13 20:06:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jdolecek
bcc8db8a6e Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changes
available at:
	http://www.php.net/ChangeLog-5.php#5.0.4
2005-04-11 20:16:02 +00:00
jschauma
f7f6de3c15 patch tclConfig.sh and tkConfig.sh so that they do not contain references
to the build environment, which of course no longer exists once we
install the file.  Also make sure that variables are set using
double quotes, so that variables inside are expanded.  Ok jwise@.
2005-04-11 02:44:26 +00:00
minskim
bff2680fad Add PRINT_PLIST_AWK patterns for ruby modules. 2005-04-10 00:57:58 +00:00
jdolecek
9d3ff20720 disable sqlite extension again - there is databases/php5-sqlite for this
purpose
2005-04-08 20:58:49 +00:00
wiz
92d2b0f827 Update HOMEPAGE. 2005-04-08 16:03:37 +00:00
adam
8e762b9021 Changes 5.43.0:
* Fixed bug in ExpOutputProc that caused misbehavior during partial writes.
* Noted that expect_background ignores timeouts.  Added to documentation.
* Patch for "mkpasswd -vo".
2005-04-08 11:54:04 +00:00
wiz
d0af3665a2 Add patch from Urban Boquist that should fix bulk build on 2.0/i386. 2005-04-06 06:10:12 +00:00
is
e3d7396fee Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,
while it is signed without.
2005-04-05 15:58:05 +00:00
is
0153733865 optimize libraries. 2005-04-05 15:55:54 +00:00
is
e2ec1f8298 optimize libraries 2005-04-05 15:54:02 +00:00
wiz
88864b1589 Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.
Suggested by martin.
2005-04-05 12:42:44 +00:00
wiz
a5290ed9bb mjl is behind the times: use tech-pkg as default maintainer, not packages. 2005-04-05 11:52:15 +00:00
wiz
71302c7f79 Sort. 2005-04-05 11:17:04 +00:00
wiz
012fb14ac7 Sort. 2005-04-05 10:25:41 +00:00
wiz
33664d4cb1 Use sdbm/bl3 instead of DEPENDS. 2005-04-05 10:25:13 +00:00
recht
545731fd0d Add to patches from the BSD# project to only use to isinf from the OS
if it's available and not mono's implementation.
Should fix the build on NetBSD.
2005-04-05 06:45:47 +00:00
dmcmahill
a0dfd2e4fb Pull in various tcl.m4 patches from the lang/tcl package. In particular
this makes the shared lib naming match what tcl uses with regards
to dots or no dots.  This includes fixes for older a.out netbsd systems
and several other OS's as well.
2005-04-05 01:42:46 +00:00
recht
0aaf140301 update to mono-1.1.6
This is a micro-release and only contains some bug fixes:

* Packaging Fixes: Mono 1.1.5 RPM packages were compiled with an option that
  would allow users to downgrade their kernel, but the feature had not been
  tested.
  One simple fix was to compile from source code, but we decided that redoing
  the packages was the major burden of a release, and we could include a few
  other fixes.
* Apple G3 Support: The G3 was not previously supported, this version adds
  support for it.
* KEvent on BSD: A crashing bug on BSD-based systems (OSX included) were
  fixed.
* Cookies: A couple of small bugs were found on the Cookie handling with
  certain web sites, this has now been fixed.
* AMD compilation: Makes sure that libraries are installed in lib, not lib64.
* Compilation: Compilation on some older systems has been fixed.
* SQL Server reset: The reset operation is not supported on all SQL servers.
2005-04-04 07:22:34 +00:00
mjl
da40938d20 Drop me as maintainer, haven't touched it for several years. 2005-04-03 05:10:43 +00:00
minskim
a0f8a5632d Use DEPENDS, instead of including buildlink3.mk, to pull in
dependency when NO_BUILD is set.

Approved by taca@.
2005-04-02 05:10:10 +00:00
heinz
a80c501c1e BUILDING_PERL5 is _always_ defined now, so test for a specific value.
This fixes (at least) the build of mail/p5-razor-agents on NetBSD 1.6.2.
Ok'ed by jlam.
2005-04-01 22:37:44 +00:00
taca
46803f985a Add missing ri ralated data files. Noted by Min Sik Kim <minskim>.
Bump PKGREVISION.
2005-03-31 16:31:10 +00:00
wiz
36273233f9 Add buildlink3 file. 2005-03-30 19:44:44 +00:00
taca
6cb49eb150 Add RUBY_VER_DIR to PLIST_SUBST. 2005-03-30 16:16:20 +00:00
xtraeme
3a06e87cfc Use PKG_FAIL_REASON when the python version is not found, otherwise
will get an unassociated shell command building some packages.
2005-03-29 15:00:35 +00:00
minskim
be53f43b4c Add "ruby" to CATEGORIES. 2005-03-29 13:31:40 +00:00
recht
ee4c732566 commit patch missed in the previous commit 2005-03-27 10:33:08 +00:00
recht
9ade80f75a update to mono-1.1.5
The latest development release -- which is recommended for all users
by the mono project.

Major highlights include Nullable Types and Fixed Size Buffer features in the
compiler; Much more improved Windows.Forms implementations; Increased
performance, reduced memory usage.

See the detailed release notes here:
http://www.go-mono.com/archive/1.1.5/
2005-03-27 10:25:51 +00:00
kristerw
d241dbe6e6 There are platforms that do not have malloc.h. Use stdlib.h instead. 2005-03-26 21:54:09 +00:00
adam
4b64a429f0 New maintainer, new distfile 2005-03-26 16:20:34 +00:00
tv
863fbb6f45 Update to JDK 1.5.1_02. No critical bugs; only security impact is the
addition of new CAs.  For a full (and huge) bug list, see:

http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-03-25 19:17:39 +00:00
tv
4f33417344 I volunteered to manage this. 2005-03-25 18:30:28 +00:00
jmmv
a416d14965 No need to set USE_BUILDLINK3=yes; this is now the default. 2005-03-25 12:45:09 +00:00
jlam
15a7c172aa Remove redundant inclusion of pth/buildlink3.mk. This exact same code
already exists in pthread.buildlink3.mk.
2005-03-24 22:44:37 +00:00
jlam
da2fc85390 Don't check for USE_BUILDLINK3 anymore in these files. These are included
by other package Makefiles, and with the deprecation of USE_BUILDLINK3
support in the infrastructure files, these had the potential to break
existing packages.
2005-03-24 22:42:58 +00:00
tv
1c339cbc89 Don't check USE_BUILDLINK3 any more. 2005-03-24 22:19:06 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
tv
fc05eb808a USE_BUILDLINK3 is mandatory; don't check for it anymore. 2005-03-24 19:20:43 +00:00
agc
fc65b0338d Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:
Version 1.35
          Todd Showalter discovered that the number of free cells reported
          after GC was incorrect, which could also cause unnecessary allocations.

     Version 1.34
          Long missing version. Lots of bugfixes have accumulated in my email, so
          I had to start using them. In this version, Keenan Pepper has submitted
          a bugfix for the string comparison library procedure, Wouter Boeke
          modified some code that was casting to the wrong type and crashed on
          some machines, "SheppardCo" submitted a replacement "modulo" code and
          Scott Fenton submitted lots of corrections that shut up some compiler
          warnings. Brian Maher submitted instructions on how to build on OS-X.
          I have to dig deeper into my mailbox and find earlier emails, too.

Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-03-24 16:30:45 +00:00
adam
28f4ad71a7 Changes 3.08.3:
New features:
- support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320)
- ignore unknown warning options for forward and backward compatibility
- runtime: export caml_compare_unordered (PR#3479)
- camlp4: install argl.* files (PR#3439)
- ocamldoc: add -man-section option
- labltk: add the "solid" relief option (PR#3343)
- compiler: ocamlc -i now prints variance annotations

Bug fixes:
- typing: fix unsoundness in type declaration variance inference.
    Type parameters which are constrained must now have an explicit variant
    annotation, otherwise they are invariant. This is not backward
    compatible, so this might break code which either uses subtyping or
    uses the relaxed value restriction (i.e. was not typable before 3.07)
- typing: erroneous partial match warning for polymorphic variants (PR#3424)
- runtime: handle the case of an empty command line (PR#3409, PR#3444)
- stdlib: make Sys.executable_name an absolute path in native code (PR#3303)
- runtime: fix memory leak in finalise.c
- runtime: auto-trigger compaction even if gc is called manually (PR#3392)
- stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406)
- camlp4: correct parsing of the $ identifier (PR#3310, PR#3469)
- windows (MS tools): use link /lib instead of lib (PR#3333)
- windows (MS tools): change default install destination
- autoconf: better checking of SSE2 instructions (PR#3329, PR#3330)
- graphics: make close_graph close the X display as well as the window (PR#3312)
- num: fix big_int_of_string (empty string) (PR#3483)
- num: fix big bug on 64-bit architecture (PR#3299)
- str: better documentation of string_match and string_partial_match (PR#3395)
- unix: fix file descriptor leak in Unix.accept (PR#3423)
- unix: miscellaneous clean-ups
- unix: fix documentation of Unix.tm (PR#3341)
- graphics: fix problem when allocating lots of images under Windows (PR#3433)
- compiler: fix error message with -pack when .cmi is missing (PR#3028)
- cygwin: fix problem with compilation of camlheader (PR#3485)
- stdlib: Filename.basename doesn't return an empty string any more (PR#3451)
- stdlib: better documentation of Open_excl flag (PR#3450)
- ocamlcp: accept -thread option (PR#3511)
- ocamldep: handle spaces in file names (PR#3370)
- compiler: remove spurious warning in pattern-matching on variants (PR#3424)
- windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)
2005-03-24 11:32:50 +00:00
jlam
45f42ddba8 Perl's Configure needs to be restricted from finding libraries that
we don't want it to find.  The usual buildlink techniques don't work
here since the Configure script uses a file existence test instead of
a linker test to see if the library exists.  For each operating system
that we support in pkgsrc, there should be corresponding
LIBSWANTED.${OPSYS} and SYSLIBPATH.${OPSYS} definitions in the Perl
package Makefiles to ensure we only get what we ask for.

In this particular case, add the appropriate definitions for OpenBSD
so that we don't pick up random libraries that may also be installed
on the system.
2005-03-24 02:33:08 +00:00
jlam
50c3906534 Forcibly set the locations for the version-specific directories.
Before, we were possibly using the values gleaned from a pre-existing
perl binary via perl5/vars.mk (pulled in by bsd.pkg.use.mk), which
would lead to the new perl using the pre-existing perl's version-specific
libraries.  Bump the PKGREVISION of lang/perl5 to 11 and lang/perl58
to 4.
2005-03-23 16:52:01 +00:00
minskim
a7bc9900f2 Add and enable ruby-doc-stdlib. 2005-03-23 15:47:56 +00:00
minskim
fdc5dcc28f Import ruby-doc-stdlib-0.9.13, which is the Ruby Standard Library
Documentation collection, brought by the ruby-doc project.
2005-03-23 15:43:43 +00:00
wiz
323b7c2365 Update HOMEPAGE and MASTER_SITES. Closes PR 29769 by Antoine Reilles. 2005-03-23 11:01:56 +00:00
jmmv
8ed032498f This package installs a libc.la file which is manually created; i.e., it
has no matching .so nor .a files (but the .la file lists them).  This
breaks automatic PLIST generation WRT .la files, so set LIBTOOLIZE_PLIST
to NO and handle them all manually.

While here, explicitly disable emacs support so that we can avoid some
directory removals from the PLIST.

No revision bump since the binary package couldn't be built before.
2005-03-20 13:32:00 +00:00
kleink
7c45415089 Make this compile on NetBSD 3. 2005-03-19 11:56:39 +00:00
tv
271889de03 With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed. 2005-03-18 18:17:07 +00:00
is
c93488d7da sr-2.3.3nb4 --- Replace sr_ptrval() by code that:
- works per the specification and
- works on LP64 machines as well as ILP32 machines.
  Designed to work anywhere where sizeof(L) >= sizeof(P).
  Cannot use %p, as we want to feed back the patch to the SR people,
  who maintain SR also on some very old systems.
2005-03-12 10:22:08 +00:00
is
bce825a666 Add test case for pointer-string and string-pointer conversions. 2005-03-11 23:24:14 +00:00