Commit graph

3427 commits

Author SHA1 Message Date
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
is
ccdad65f64 Replace sr_ptrval() by code that:
- works per the specification and
- works on LP64 machines as well as ILP32 machines.
Add test case for pointer-string and string-pointer conversions.
2005-03-11 23:24:13 +00:00
is
be4e576920 Add test case for pointer-string and string-pointer conversions. 2005-03-11 23:24:12 +00:00
taca
171f95381b Fix typos. (Thanks for minskim@.) 2005-03-10 06:20:17 +00:00
minskim
72e2c1e12b Fix a typo. 2005-03-10 06:00:05 +00:00
is
a2b72c4e75 Add RMD160 of the distfile. 2005-03-09 20:50:24 +00:00
is
ce18f7d227 Add RMD160 of distfile. 2005-03-09 20:47:59 +00:00
is
58d6dbd743 Add regression test for pointer-string-pointer conversion. 2005-03-09 20:38:26 +00:00
garbled
294e8bc714 Some patches to make perl58 build on AIX 4.3.3. Tested build only on 4.3.3. 2005-03-09 03:49:23 +00:00
tv
c7260c11e9 Fix botch in previous: argument after : in DEPENDS must be a relative
path, not an absolute path.
2005-03-08 16:31:02 +00:00
is
2fa05f5cff sr-2.3.3nb2: create correct X11 linking instructions. 2005-03-08 13:49:49 +00:00
tv
5ab9d5914e Actually, that conditional doesn't even need the !empty() now; just defined(). 2005-03-08 13:04:14 +00:00
tv
675241cf8b Fix bug in previous: Check for a variable's definition before checking its
value (otherwise older [b]make breaks on a "malformed conditional").
2005-03-08 13:03:23 +00:00
dmcmahill
010e59b2b2 use defined() instead of !empty() 2005-03-08 00:26:31 +00:00
dmcmahill
e9baf2c702 add LDFLAGS when linking libpython. Needed to find -ldb4 2005-03-07 12:11:49 +00:00
uebayasi
733012f6d2 + Add GDBM support and enable it by default.
+ Use PKG_OPTIONS.
2005-03-07 03:16:46 +00:00
jschauma
975ddbe234 On 64bit capable platforms, --enable-64bit 2005-03-06 19:27:16 +00:00
jschauma
972f8eb122 On 64bit capable platforms, --enable-64bit 2005-03-06 18:20:52 +00:00
taca
986cd66df3 Add a line:
No package should depend on this package directly.
2005-03-06 17:57:59 +00:00
taca
d6917246ee Add and enable ruby16-base and ruby18-base. 2005-03-06 17:02:34 +00:00
taca
30ee139b56 Make this package to meta packagea containing ruby18-base, ruby18-iconv,
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest,
ruby18-opnessl, ruby18-tcltklib and ruby18-tk.

Bump PKGREVISION.
2005-03-06 16:58:13 +00:00
taca
a4200d6036 Make this package to meta packagea containing ruby16-base, ruby16-dbm,
ruby16-gdbm, ruby16-curses, ruby16-readline, ruby16-digest,
ruby16-tcltklib and ruby16-tk.

Bump PKGREVISION.
2005-03-06 16:56:55 +00:00
taca
f4f48af2c5 Change depends to ruby16-base/ruby18-base package from ruby16/ruby18
package and tweak the package's COMMENT.

Bump PKGREVISION.
2005-03-06 16:46:05 +00:00
taca
cf05ad3543 Correct content to really buildlink3.mk; fix many mistakes. 2005-03-06 16:44:04 +00:00
taca
43c31406a7 Some clean up along with introducing ruby16-base/ruby18-base and make
ruby16/ruby18 package to meta pacakge.

- Define RUBY_BASE to refer ruby16-base or ruby18-base name.
- Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory.
- Move some definition from Makefile.comon to rubyversion.mk.
- Add X11BASE to CONFIGURE_ENV.
- Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06 16:42:30 +00:00
taca
98d835e4c9 Importing ruby18-base package.
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package
will be meta pacakge later.
2005-03-06 16:36:56 +00:00
taca
6125a20f3c Importing ruby16-base package.
This is minimum ruby 1.6.8 based on current ruby16 and ruby16 package
will be meta pacakge later.
2005-03-06 16:36:08 +00:00
taca
cf24692f45 Cosmetic change with pkglint(1). 2005-03-06 13:05:38 +00:00
garbled
21796009f9 Disable aix64 when building gcc on AIX. It seems to cause wierd
problems.  I don't think gcc works properly on that target yet.
2005-03-05 01:19:30 +00:00
wiz
a7d11c31c8 Add and enable sr and sr-examples. 2005-03-03 09:30:00 +00:00
is
1c20be2599 Not all the world is a VAX. 2005-03-02 21:07:06 +00:00
is
b023f8f607 size_t -> socklen_t 2005-03-02 14:23:35 +00:00
is
ff21359f3f Not all the world is a VAX. 2005-03-02 14:11:27 +00:00
is
a006cd939b Not all world is a VAX. 2005-03-02 14:07:39 +00:00
is
4e48b9396c Be more careful when abusing libpthread internals. Should help SR on
RISC machines. Version bump to 2.3.3nb1.
2005-03-02 13:47:45 +00:00
is
e9a78737df All the world is not a VAX! 2005-03-02 13:45:22 +00:00
is
fe44dabbc7 vfork() needs unistd.h 2005-03-02 13:29:03 +00:00
is
3a99b11388 Be more careful when abusing libpthread internals. Should help SR on
RISC machines. Version bump to 2.3.3nb1.
2005-03-02 13:21:34 +00:00
is
2a0caba344 Be more careful when abusing libpthread internals. Should help (at least)
SR on RISC CPUs.
2005-03-02 13:21:33 +00:00
grant
a091b49476 s/elseif/elif/
fixes PR pkg/29562 from Robert Elz.
2005-03-02 10:31:23 +00:00
schwarz
6a7e1d3524 on IRIX 5.3 inttypes.h and sys/types.h are known to conflict. 2005-03-01 21:05:46 +00:00
wiz
f5fa54d30d Avoid mentioning the version number of the package
in the DESCR. It was already incorrect.
2005-03-01 14:38:34 +00:00
is
546b2b16f7 Make this actually link for non-i386, as intended.
Problem reported by Klaus J. Klein, Method suggested bei Nick Hudson.
2005-03-01 12:55:01 +00:00
is
0485ffa22a Make this actually link for non-i386, as intended.
Problem reported by Klaus J. Klein and Alistair G. Crooks,
Method suggested bei Nick Hudson.
2005-03-01 12:55:00 +00:00
is
ae5ca8c619 More cleanup of patches. 2005-03-01 11:18:43 +00:00
is
219878fb6b clean up patches. 2005-03-01 10:50:46 +00:00
is
6564b7d261 Clean up patches. 2005-03-01 10:00:47 +00:00
veego
4488cdcf48 Bumpd the PKGREVISION for the following packages:
emulators/compat13
  emulators/compat14
  emulators/compat14-crypto
  emulators/twin
  lang/blackdown-jdk13
  multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.

compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27 22:30:43 +00:00
dmcmahill
e64be73dbf make this work on solaris (pick the correct config name) 2005-02-27 21:33:17 +00:00
wiz
0a8c25b73f Drop trailing whitespace. 2005-02-27 00:46:39 +00:00
is
ca13dd378c Preserve modification times of the documentation. 2005-02-26 22:45:11 +00:00
is
bf031be6a3 Update to SR-2.3.3 distribution. 2005-02-26 22:42:23 +00:00
is
a72e973216 Update to SR-2.3.3. 2005-02-26 22:28:38 +00:00
is
ceba6d13ec Add a test target. 2005-02-26 18:48:19 +00:00
is
c384715df0 Moved to the versioned distribution files. 2005-02-26 18:26:04 +00:00
jlam
73f10c0cf4 Enforce the values that PERL5_MODULE_TYPE can take. 2005-02-26 00:04:48 +00:00
is
78d5917102 Examples for SR, a language for concurrent programming from the University
of Arizona.
2005-02-25 16:24:07 +00:00
wiz
9ed6b7d771 Depend on latest p5-Module-Build to get .packlist files. 2005-02-25 15:57:12 +00:00
is
b5c36df76f This is the SR, a language for concurrent programming from the
University of Arizona, version 2.3.2.

SR is described in "The SR Programming Language: Concurrency in Practice"
by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN
0-8053-0088-0).
2005-02-25 15:54:58 +00:00
jlam
cc44d0be98 * Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pm
does.  This allows us to use dynamic PLISTs for Perl modules that are
  built using Module::Build.  Bump the PKGREVISION of p5-Module-Build
  to 1.

* Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable
  PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that
  names the framework used to build/install the module.

* Split out the variables set in perl5/buildlink3.mk that are also used
  by perl5/module.mk into a new file perl5/vars.mk.  Move some PERL5_*
  variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk.
  This just centralizes the common PERL5_* definitions into a single
  file location.

* Convert the known packages that use Module::Build to set
  PERL5_MODULE_TYPE and PERL5_PACKLIST:

	devel/p5-Class-Container
	devel/p5-Exception-Class
	devel/p5-Log-Dispatch
	devel/p5-Array-Compare
	textproc/p5-Pod-Coverage
	www/p5-Apache-Session-Wrapper
	www/p5-MasonX-Request-WithApacheSession
2005-02-24 22:38:41 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
wiz
7077a89a60 Remove :Q that broke things, introduced in previous. 2005-02-23 10:42:07 +00:00
adam
26f4be645c Patch-aa written in a different way, for people who, like me, use gnu-make -j2
to speed-up the build process on Dual-CPU Macs. :)
2005-02-21 23:58:35 +00:00
veego
a020eef60f Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set
to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the
same handling we now use in bsd.pkg.mk.
2005-02-21 21:22:26 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
taca
c580fa17c2 Add h2rb command wrapper for ruby18 package.
Bump PKGREVISION.
2005-02-21 15:35:53 +00:00
taca
0509fe8f38 Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.

This fix PR pkg/29227 by Curt Sampson.

And install h2rb command for DL extention module.

Bump PKGREVISION.
2005-02-21 15:29:15 +00:00
taca
098a408410 Merge databases/ruby-dbm and security/ruby-digest to ruby16.
Bump PKGREVISION.
2005-02-21 15:27:35 +00:00
taca
4b716b2c3b Move common configure related parameter from ruby16/Makefile and
ruby18/Makefile.
2005-02-21 15:25:36 +00:00
wiz
24ccacd771 Add basic Module::Build support; set PERL5_USES_MODULE_BUILD
for packages that want it.
2005-02-21 12:08:45 +00:00
wiz
0f780af217 Use header files for prototypes instead of just guessing.
Fixes PR 29455.
2005-02-19 15:40:54 +00:00
recht
05b681e81b ride last change.. bump PKGREVISION for the PLIST.common change 2005-02-18 22:26:17 +00:00
recht
ee59204f46 add dl.so to PLIST.common (conditionally)
addresses PR 29402 by salo
2005-02-18 22:25:22 +00:00
tron
860a102aa1 Update two more occurances of the old version number. 2005-02-16 10:41:50 +00:00
tron
00386ce424 Update Python 2.3.x version number here, too. 2005-02-16 10:38:02 +00:00
drochner
60fbe387c7 update to 2.3.5
This is a bug-fix release. It contains the fix for
http://www.python.org/security/PSF-2005-001/
which we added in 2.3.4nb7.
2005-02-15 12:25:07 +00:00
taca
0987652a41 Fix version suffix of shared library, libruby.so for OpenBSD.
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
2005-02-09 15:28:46 +00:00
adrianp
faf56eaad9 - Fix for patch-ah on Darwin, problem spotted by Antoine Reilles in
private email.
2005-02-06 15:25:35 +00:00
minskim
2138ffd030 Update tcl-otcl to 1.9.
Changes:
  - Change the default versions in conf/configure.in.{tcl,tk,otcl,TclCL}.
  - Change configure support for Fedora's /usr/share/tcl8.3.
2005-02-06 04:32:00 +00:00
adrianp
55bb4bd887 - Update of coq from 7.4 to 8.0pl2
- Initial patches supplied by Antoine Reilles, thanks !
- Lots of changes/fixes/updates, see: CHANGES
2005-02-05 11:19:02 +00:00
wiz
2cc8b0b8a6 Edit down patch-ah so it does not include an RCS Id. 2005-02-05 00:49:34 +00:00
adrianp
1bb208ba9c fix broken patch from last update - ride the recent update 2005-02-05 00:26:18 +00:00
adrianp
a8d392cc46 fix broken patch from last update - ride the recent update 2005-02-05 00:04:20 +00:00
adrianp
b9d22b116c remove obsolete patches for recent update 2005-02-04 23:25:50 +00:00
adrianp
da24824e10 - Update from 3.06 to 3.08.2
- Lots of changes/bugfixes - see Changes for all the details
2005-02-04 21:35:51 +00:00
drochner
2cefade65d apply the security fix from
http://www.python.org/security/PSF-2005-001/
This disables hierarchical object lookups in SimpleXMLRPCServer.
Unfortunately, this breaks some applications (eg kenosis). Don't
shoot me for this.
bump PKGREVISION
2005-02-04 15:39:04 +00:00
jlam
5ef84919fe Fix a local root exploit and a buffer overflow (CAN-2005-{0155,0156}).
Patches from Nicholas Clark in private mail.  Bump the PKGREVISION to
3.
2005-02-02 19:09:52 +00:00
wiz
196957561d Remove .pkgsrc files from PLIST, they should not be here.
Fixes PR 29180 by H. Todd Fujinaka.
2005-02-02 13:32:34 +00:00
ben
dbfad9c7d4 Change MAINTAINER email address and add buildlink3.mk.
This addresses PR#29171
2005-02-01 15:04:58 +00:00
jmmv
da5adc365e Convert the Java related packages to use the alternatives system. To do
this, we only need some simple logic in java-env.mk to automatically
generate an ALTERNATIVES file for us.

There are two exceptions, though: fastjar and jikes (pointed out by tv@),
which do not use this file; they have to be handled manually.

Bump PKGREVISION for all affected packages.

While doing this, remove the java-wrapper package, obsoleted by the new
functionality provided by pkg_alternatives.
2005-01-30 23:18:37 +00:00
jmmv
df333169fb Convert the python packages to use the alternatives system to install a
bin/python wrapper.  Bump their PKGREVISION to 1.

Also remove the python package.  In order to preserve a similar behavior to
this one using the new framework, start by installing pkg_alternatives.
Then just open its manpage, scroll down to the EXAMPLES section, Applying
filters subsection, and follow the (rather short) directions given there.
2005-01-30 12:44:39 +00:00
minskim
f28a1a7502 Fix two bugs in gawk bracket handling under UTF-8 locale. Patches
borrowed from Debian.  Reported by Hiramatsu Yoshifumi and Kibum Han
on tech-pkg@.

Bump PKGREVISION.
2005-01-30 05:34:16 +00:00
dmcmahill
21e4aa0d45 update to f2c-20001205nb8
This addresses a temp file symlink race vulnerability.  The f2c patch
is adapted from the debian one.  The f2c-f77 (wrapper script which emulates
a fortran compiler) patch was done a bit differently.
2005-01-28 23:37:42 +00:00
hira
0371f64c0e Fix typo (BUILDLINK_DENTH -> BUILDLINK_DEPTH). 2005-01-28 22:28:44 +00:00
taca
b7bfa051b1 I've completely forgot that the ruby library directory name on Linux
is still differ with Ruby 1.6.8.  So, tweak it Linux and ruby16 base.
2005-01-28 13:51:24 +00:00
minskim
d5251d86fb The ruby library directory name on Linux has been changed in Ruby
1.8.2 to be consistent with other platforms.  Update RUBY_ARCH to
match the change.  This makes lang/ruby18 build again on Linux.

Approved by MAINTAINER.
2005-01-28 13:30:15 +00:00
minoura
c6c141f087 Correct GNUC detection.
Fixes (at least) i386--netbsd compilation.
2005-01-27 10:15:35 +00:00
minoura
f5475bb211 Update for 0.8.3. 2005-01-26 09:27:38 +00:00
jschauma
ac9381558a Update sun-j*13 to version 1.0.15.
Changes according to http://java.sun.com/j2se/1.3/ReleaseNotes.html

Incorrect clsid is registered in windows registry for jre 1.3.1_14 release

NullPointerException with no stack trace
Focus disappears after deiconifying frame
Runtime exec hangs if ulimit nofiles is unlimite
CTW assertion at srcsharevmoptolock.cpp, 379
A bug of javax.swing.JTextField
GregorianCalendar uses wrong ERA value in non-lenient mode
Application crashes using :XX+UseTLE and -server on Windows
REGRESSION: 4789981 fails for 1.3.1_13-b01 on Solaris for Mozilla 1.0.1
java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP
JCK: QuickSilver api test fails with -Xprof flag
2005-01-25 18:06:44 +00:00
jschauma
10aee0afc8 Update sun-j*14 to Sun JDK/JRE version 1.4.2_07.
Bugs fixed according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:
1.4.2_04 Server JVM crashes on Linux
ClassLoaders do not get released by GC, causing OutOfMemory in Perm Space
PE with no stack Trace: Enable -XX:-OmitStackTraceInFastThrow for 1.4.2
1.4.2 fastdebug assert on linkResolver.cpp, 49
Unexpected Full GC occurs at 54% of old generation capacity
CMS: precleaning causes crash if perm gen collection enabled
SIGSEGV in ContiguousSpace::prepare_for_compaction(CompactPoint*)
async exception can be delivered on entry from native to vm
indirecting typecodes is wrong
(cs) Charset.isSupported is slow when invoked for different charsets
java.lang.IllegalStateException: recursive invocation using LANG=hu_HU.ISO8859-2
NPE @ sun.awt.font.AdvanceCache.get(AdvanceCache.java:135)
Exponential performance regression in AWT components (multiple monitors)
J2SE 142_06: Regression in java.beans.Introspector (property re-ordering)
Error msg on exception is not displayed correctly in Japanese on XP
ServerSocket(Proxy) and Socket(Proxy) do not work with sun one proxy server
InetAddress.getAllByName does not obey setting of java.net.preferIPv6Addresses
(fs) MappedByteBuffer.force() throws IOException / ENOSPC
(se) select not immune to EINTR (linux)
Need JKS KeyStore with case sensitive alias names
Accelerator keys don't work when JPopupMenu is outside its parent
1.4.2 REGRESSION: JComboBox has problem in JTable in Windows L&F
JFileChooser in Motif L&F does not comply with Section 508
JDI can't connect to the app server a second time
Vmark hang after 66 hours with 1.5.0-beta-b19 C2 on itanium2 with RH AS
stack size assertion failure in hotspot\src\os\win32\vm\os_win32.cpp:2410
NullPointerException when trying to pass byte[] between JVM and ActiveX
JVM Leaks large amount of memory when running applets
Java Plug-In no longer supports 'javascript:' URLs after MS Hotfix 867801
LiveConnect method eval() runs in incorrect context when using frames (IE only)
Occasional ConcurrentModificationException during applet download
Javascript in Applet hangs Netscape Browser
Kerberos library should only select keys of types that it supports
Problem with Kerberos Obfuscated classes
2005-01-25 17:37:37 +00:00
tv
04e678d35d Add PLIST for Interix, and move a couple more now-platform-dependent
modules into the other PLIST fragments.
2005-01-25 13:09:03 +00:00
tv
767b8636f0 First stab at Interix support. 2005-01-24 22:10:44 +00:00
tv
a374e2c5f7 Pull in first-stab Interix support from lang/python23. 2005-01-24 21:46:33 +00:00
tv
688de62aea Backport first-stab Interix support from lang/python23. 2005-01-24 21:43:40 +00:00
tv
20a8ec28f1 Recognize Interix as a valid platform. 2005-01-24 21:18:16 +00:00
recht
070ebeec7c Sync DESCR with reality -- python* is now build with thread support. 2005-01-24 20:18:06 +00:00
recht
d5fee7491a Really enable threads for python23.
Noted by:
Jeffery Lee ravenix2 <at> yahoo <dot> com

Bump PKGREVISION
2005-01-24 19:50:43 +00:00
recht
06a05b69b4 Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case.
It builds and runs just fine.
2005-01-24 08:04:41 +00:00
recht
c36f3a8719 + python23-nth 2005-01-23 22:58:08 +00:00
recht
e45eeb9d70 Intial import of Python 2.3.4 / without thread
support (what used to be the python23 package).

Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

This package has been compiled without support for threads.
2005-01-23 22:57:19 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
taca
e794da07d3 Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet.  Please refer ChangeLog.

Here is pkgsrc changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Now install database for ri(1).  Fix PR pkg/28566.

o Net::IMAP

	* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]

o NKF:

	* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
	  variables.  fixed: [ruby-list:40445]

	* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
	  0xfe.

	* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
	  properly.

o WEBrick

	* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
	  raise NotImplementedError if password is encrypted by digest
	  algorithms. This patch is contributed by sheepman. [ruby-list:40467]

	* lib/webrick/httpauth/digestauth.rb
	  (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
	  This patch is contributed by sheepman. [ruby-list:40482]

	* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
	  pack/unpack-template char "m" instead of lib/base64.rb to do base64
	  encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
tv
5e36931b25 Temporarily mark as not for Interix, until platform config and libtool fixed. 2005-01-21 20:52:24 +00:00
tv
0a56cb7e05 Add usemymalloc=false for Interix; this is now part of the hints file
officially submitted to perl.org.  (Nonfunctional change, as pkgsrc
already sets -Uusemymalloc at build time.)
2005-01-21 20:23:22 +00:00
tv
a3a481378c nb1: Add entirely ugly but ultimately necessary workaround for Interix,
fortunately not required for ruby 1.8.

Rather than printf-interpolating $DLDFLAGS, which screws with % characters,
put %s in its place and supply $DLDFLAGS as an arg to printf.
2005-01-21 16:36:41 +00:00
drochner
f91b583570 update to 3.3.5
There was just a build system fix which we weren't affected by afaict.
2005-01-21 15:08:14 +00:00
tv
ae68ffa9dd Interix fix: don't prototype setmode() differently unless it'll actually
be used that way; #ifdef guard it.
2005-01-21 12:55:11 +00:00
tv
0aa0cf2f89 Another Interix fix. Ruby 1.6 used printf to expand these variables, so %%
was needed.  1.8 doesn't, so that extra % is now noise.
2005-01-21 12:49:36 +00:00
tv
3663314176 Add ruby build support for Interix, modeled on NetBSD config. 2005-01-21 06:13:36 +00:00
tv
894f83d117 Build fixes for Interix. (Oy, this file needs a good mopping. :) 2005-01-21 02:01:37 +00:00
tv
5a8104e7b5 Fix ld -h argument. 2005-01-19 17:45:34 +00:00
tv
f0b07e06e5 Override config.guess and config.sub manually, since GNU_CONFIGURE is not
correct here (and thus automatic overriding doesn't work).
2005-01-19 17:43:59 +00:00
tv
43f9945aea First stab at Interix support; --image-base hack not yet used here. 2005-01-18 18:22:34 +00:00
jlam
4b1d594265 Teach perl58 about DragonFlyBSD. Patches provided by Todd Willey in
PR pkg/28963 with minor modifications by me.  Also teach all of the
BSDs (and Interix) to pass the rpath to libperl.so if a module needs
to link with libperl.so when built with MakeMaker.pm.  Bump the
PKGREVISION to 2.
2005-01-18 00:56:43 +00:00
jschauma
c6d726de74 Under IRIX64, this really needs -Dcc='${CC} -64' even if '-64' is in
CFLAGS.
2005-01-17 20:21:44 +00:00
jmmv
d402fb6272 Humm... fix PLIST, which got completely broken during previous update.
Bump PKGREVISION to 1.
2005-01-17 16:17:24 +00:00
jmmv
791541537d Update to 1.89. Too many changes since the last version of the package to
list here.  See the installed PREFIX/share/doc/chicken/ChangeLog file for
a complete list.

Closes PR pkg/28980 by Peter Bex.
2005-01-16 15:11:30 +00:00
taca
449c9cf5ce Introduce RUBY_HAS_ARCHLIB.
RUBY_HAS_ARCHLIB	This package contains machine dependent binaries.

This macro takes boolean value (yes/no) and if it is yes, the requierd
version of Ruby will change to current pkgsrc's version not minimum
version like 1.6.8 or 1.8.1.  (It would make sence when Ruby package
step to 1.8.2 or lator.)
2005-01-16 11:48:56 +00:00
kei
4e8cef0fb0 updated Gauche to 0.8.3. changelog follows. it now builds with boehm-gc-6.x.
2004/12/2

    Gauche 0.8.3: Bug fix release

    It turned out that 0.8.2's source-code encoding detection feature had a
    bug; if you're using Windows-style (CRLF) line-separator, the coding-aware
    port repeats one character at the beginning of the second line. It doesn't
    do any harm if first few lines of your code are comments, but it's annoying
    when you stumbled on it, so I decided to release a fixed version.

    This release also includes a couple of improvements: The coding-aware ports
    recognizes Emacs-style coding name (e.g. euc-jp-unix) and just ignores the
    Emacs-specific suffix (e.g. -unix). And external representations of
    f32vector and f64vector are now accurate.

2004/11/29

    Gauche 0.8.2: Major revision of infrastructure.

     * New features
         - A condition (exception) system a la srfi-35 and (part of) srfi-36
            is supported. Used with guard (srfi-34), now it is possible to
            handle exceptions in more comprehensive way. See the "Exception"
            section of the manual, which has been rewritten accordingly.
         - Source-code encoding detection. Now Gauche recognizes a special
            comment like "coding: utf-8" near the beginning of the source file,
            and use appropriate conversion to load the source file. See
            "Multibyte Script" section of the manual for the details. This
            feature alone can be used independently from loading programs, via
            coding-aware ports, so the programs that processes Scheme scripts
            can also recognize the special comments.
         - Virtual ports are supported. Virtual ports are the ports whose
            behavior can be customized in Scheme. See the description of
            gauche.vport module in the manual for the details.
     * Improvements
         - Updated GC to Boehm GC 6.3. It fixes some GC-related problems on
            64bit architectures.
         - gauche.fcntl: F_GETOWN and F_SETOWN are supported, if the system
            provides them.
         - gauche.termios: c_cc field of struct termios is now accessible from
            Scheme. (Thanks to Kogule Ryo).
         - gauche.uvector: Added string->s8vector! and string->s8vector!.
            TAGvector-copy!'s API is changed so that it matches with srfi-13's
            string-copy! and srfi-43's vector-copy!.
         - Port implementation is cleaned up. Now line count is available not
            only for file ports but any ports (as far as it's doing character I
            /O). byte-ready? is added for binary I/O polling.
         - text.csv: quote character is customizable.
     * Bug fixes
         - INCOMPATIBLE CHANGE: The previous version's rfc.mime's API was
            broken. It couldn't handle MIME part whose message was non-encoded
            binary. Now MIME part stream parser is re-implemented using virtual
            ports, and the reader argument passed to the MIME part handler is
            dropped. www.cgi is also affected if you're using customized
            handler for file uploads. See the reference manual for the new API.
         - SONAME of the library is now set, if the platform supports it.
         - gauche.array: Some functions were not exported, although they were
            mentioned in the manual.
         - gauche.charconv: Fixed a bug in converting 2nd plane of JIS.
         - gauche.regexp: regexp-replace-all looped infinitely for some
            patterns. Now it raises an error.
         - dbm.fsdbm: It couldn't store binary data.
         - rfc.822: rfc822-parse-date returned wrong month number (off by
            one).
         - util.match: Fixed a bug in quasipattern. The description of
            quasipatterns in the reference manual is also revised to explain it
            better.
         - srfi-19: date->julian-day didn't recognize tz-offset.
         - Some bugs in numeric code are fixed.
         - let-args had a bug in parameter handling of 'else' clause.
         - directory-list: when :filter-add-path? is true, there was a bug
            that "." and ".." were included in the results even :children?
            argument was true.
         - There was a bug that causes an infinite loop during class
            redefinition.
         - let-keywords*: fixed a bug that corrupts expansion when used in
            r5rs macro.
     * C API Change
         - Class initialization API is overhauled. Scm_InitBuiltinClass is
            obsoleted; use Scm_InitStaticClass instead.
         - Port structure is changed quite a bit.
         - Functions to convert Scheme integers to C integers are revised, to
            handle out-of-range error in more flexible way.
         - API of Scm_Load, Scm_LoadFromPort and related functions are changed
            to support more flags.
2005-01-16 08:57:55 +00:00
jmmv
df4b2c99c9 Update sun-jdk15 and sun-jre15 to 1.5.0_01 (which in pkgsrc is represented
by version 5.0.1).

List of bugs fixed in this release:

5087041 - hotspot - compiler1 - Tiger b62 vm crashes in client compiler
5026838 - hotspot - compiler2 - 1.4.2_04 Server JVM crashes on Linux
5033614 - hotspot - compiler2 - ClassLoaders do not get released by GC,
          causing OutOfMemory in Perm Space
5071820 - hotspot - compiler2 - server VM crashes with -Xcomp in 1.4.2_05
5090967 - hotspot - garbage_collector - SIGSEGV in
          ContiguousSpace::prepare_for_compaction(CompactPoint*)
5096167 - hotspot - jvmti - null class name crashes VM if ClassFileLoadHook
          is enabled
6195632 - hotspot - other - jhelper must be recompiled with the beta version
          of dtrace
5095421 - hotspot - runtime_system - amd64 vm should not crash on em64t
5101288 - hotspot - runtime_system - async exception can be delivered on entry
          from native to vm
4993280 - java - apt - apt should favor source files over class files for
          type information
4996963 - java - apt - apt could accept class files and java files on the
          command line
5095716 - java - apt - RoundState.finalRound computed improperly
5096931 - java - apt - TypeDeclaration.getMethods needs to screen out static
          initializers
5096932 - java - apt - Bad comparator in SourceOrderDeclScanner
6174696 - java - apt - apt getTypeDeclaration(Strings) cannot find classes
          that are not already loaded
5079070 - java - build - metadata incorrect for 1.5.0_01
5099622 - java - build - Don't use javah_g in j2se build
5106516 - java - build - Please define JDK update version in makefile
5108366 - java - build - invalid characters in English LICENSE file in tiger
          b64 solaris/linux bundles
6174598 - java - build - Need to backout fix for 5106516
6201982 - java - build - Solaris 8 Build patch requirement change, need
          109147-32/109148-32 (ld/dtrace issue)
4806753 - java - char_encodings - Using alternating charsets with
          String(byte[]) and String.getBytes is very slow
5002890 - java - char_encodings - (cs) Charset.isSupported is slow when
          invoked for different charsets
5066464 - java - classes_2d - JDK 1.5 fontconfig.properties should not include
          abolute path to physical font
6173770 - java - classes_2d - JCK-5.0 test
          api/java_awt/Graphics/index.html#CopyArea[Graphics0018_14] fails
          intermittently
4972534 - java - classes_awt - [Tiger]Can't input anything into textfields on
          solaris10 by JRE1.5-B32
5076963 - java - classes_awt - JNI bugs in sun.awt.windows.WToolkit.eventLoop()
5085626 - java - classes_awt - Exponential performance regression in AWT
          components (multiple monitors)
5088782 - java - classes_awt - AWT application does not load : throws NPE
5093198 - java - classes_awt - XAWT: Java crashes on window
          dispose/getLocationOnScreen
6178323 - java - classes_awt - REGRRESSION: sun.awt.windows.WComponentPeer
          throws exception "couldn't create component peer"
5097856 - java - classes_lang - (reflect) hashCode of TypeVariable causes
          StackOverflowError
5101311 - java - classes_lang - NullPointerException thrown when environment
          contains strings without `='
5101626 - java - classes_lang - Unexpected NPE from toLowerCase
5082105 - java - classes_net - InetAddress.isReachable() leaves open handles
          after execution
5086348 - java - classes_net - URL.openConnection(Proxy.NO_PROXY) throws
          NULLPointerException
5087907 - java - classes_net - InetAddress.getAllByName does not obey setting
          of java.net.preferIPv6Addresses
6197569 - java - classes_net - VM crash if java application tries to use
          system proxy (Solaris10 build 71 CDE only)
5100121 - java - classes_nio - (se) select not immune to EINTR (linux)
5072953 - java - classes_security - AuthorityInfoAccess certificate extension
          is being ignored.
5100603 - java - classes_security - Need JKS KeyStore with case sensitive
          alias names
4890345 - java - classes_swing - 1.4.2 REGRESSION: JComboBox has problem in
          JTable in Windows L&F
4959489 - java - classes_swing - NPE in
          javax.swing.text.html.ParagraphView.paint()
5036904 - java - classes_swing - JFileChooser in Motif L&F does not comply
          with Section 508
5059744 - java - classes_swing - [App]Press Ctl+Space, there is exception
          thrown in jgraphpad
5061077 - java - classes_swing - Exception with JFileChooser in GTK LNF
5073869 - java - classes_swing - Synth does not resolve styles with name and
          region matches correctly
5077647 - java - classes_swing - Under GTK L&F JFileChooser does not have
          drag support at all.
5080144 - java - classes_swing - REGRESSION: XP L&F: JTextField.setEditable()
          does not change background color
5082298 - java - classes_swing - REGRESSION:
          com/sun/java/swing/plaf/gtk/5048769/bug5048769.sh fails
5084107 - java - classes_swing - Regression: JTextPane doesn't wrap with RTL
          ComponentOrientation
5087905 - java - classes_swing - REGRESSION: CSS cause NPE for unknown colours
5088268 - java - classes_swing - REGRESSION: Suns Default CSS has bad styles
          for lists
5089077 - java - classes_swing - Regression: NPE when relative font sizes used
          in html
5092815 - java - classes_swing - REGRESSION: Simplified chinese file name not
          displayed correctly in JFileChooser
5094122 - java - classes_swing - Applets fail w/ GTK L&F due to security
          manager.
5096948 - java - classes_swing - 1.5.0 Regression: NPE when switching from
          Metal L&F with JComboBox
5097973 - java - classes_swing - REGRESSION: table border nonumerical width
          is broken
6175284 - java - classes_swing - REGRESSION:
          javax/swing/JScrollPane/5096948/bug5096948.java fails to compile
5101540 - java - classes_util_i18n - New Turkish currency
4856983 - java - compiler - (crash) mutually f-bounded type vars with multiple
          bounds may crash javac
5081785 - java - compiler - (enum) Empty enum declartion allowed in non-static
          context
5090006 - java - compiler - javac fails with assertion error
5090126 - java - compiler - Clean up com.sun.tools.javac.Main specification
          to reflect CCC 5087488
5092545 - java - compiler - Assertion failed in javac (ClassWriter.java:513)
5094318 - java - compiler - REGRESSION: Array cloning is not backwards
          compatible
5097548 - java - compiler - (crash) Stack overflow in capture conversion
5105890 - java - compiler - (codegen) constant folding broken for conditional
          operator
4853713 - java - doc - Dummy bug report
5092670 - java - doc - tiger supported platforms - discrepancy between internal
          and external matrix
5100416 - java - doc - JDK5.0 README.html references deprecated JVMPI/JVMDI,
          should reference JVM TI
5104731 - java - doc - README files need info about CA certificates
5082481 - java - drag&drop - normal DnD program causes "FATAL ERROR in native
          method"
5057832 - java - install - update releases need to be resolved for namechange
5066525 - java - install - Java Control Panel desktop file needs to be fixed
          (for Cinnabar)
5083395 - java - install - SUNWj5cfg missing class action script for "e" type
          files
5084556 - java - install - Regression: Java icon isn't updated to 1.5.0_01
          on Win98 only
6173968 - java - install - ALT_JRE_CAB_URL default does not need a -jre or -jdk
6175102 - java - install - xpi installer is broken as a result of 5.0 jinstall
          arg changes
6175981 - java - install - Uninstallation through Add/Remove
          Programs/Change/Remove fails and throws a fatal error on AMD
6177485 - java - install - jre1.5.0.10 found in Fearure Descripion of the
          JDK1.5.0_01 b03 Install Wizard
6196130 - java - install - Java default selection not robust on Micro release
6176978 - java - javadoctool - current Javadoc's invocation and extension
          (Doclet) mechanisms are problematic
5109805 - java - localization - l10n for 4996963: apt resource has 6 new
          properties
6174188 - java - localization - l10n for 5081785 & 5097250: compiler resource
          has 2 new properties
5054778 - java - qa_web_eng - problems in http://java.sun.com/
6208691 - java - qa_web_eng - 5.0u1 releasenotes has "SDK"
5093343 - java - runtime - Verifier allows hidden field initialization before
          super() call
5078608 - java_deployment - compression - Digital signatures are invalid after
          unpacking
5062648 - java_deployment - configuration - Wrong initialization order in
          Config.initialize()
6182774 - java_deployment - update - Java Update on XP causing increase in
          java.sun.com traffic
5077565 - java_plugin - iexplorer - Java Script event handlers issue.
5081700 - java_plugin - iexplorer - Java Plug-In no longer supports
          'javascript:' URLs after MS Hotfix 867801
5050796 - java_plugin - misc - REGRESSION: Graybox is not resizable for
          relative dimension applet
5094966 - java_plugin - misc - Mimetypes 1.5.0_01 not recognized on Mozilla
          browser for Solaris and Linux
5100835 - java_plugin - misc - mime type should be updated automatically for
          java update
5076437 - java_plugin - solaris - [cinnabar14] mozilla crashes when opening a
          java applet - intermittent
5047548 - javawebstart - download_engine - Lazy downloading of parts with
          packages is broken
5109575 - javawebstart - download_engine - Authenticating Proxy causes
          NoSuchMethodError when using pre-1.4 jre's
5074087 - javawebstart - general - if title is not specified for
          related-content, app cannot start on windows
5086391 - javawebstart - other - please refert back to 1.4.2 behaviour of
          checking changed jar files...
5093922 - jmx - classes - NotificationBroadcasterSupport should not use
          synchronized(this)
4425728 - jsse - examples - rmi server closes the connection early
5091352 - jsse - runtime - Allow null localKeyID attribute in pkcs12 with
          one private key
2005-01-15 21:56:46 +00:00
kristerw
4085e4f46d This package goes into an infinite loop when installing on NetBSD amd64
because of LP64 problems.

Mark it as NOT_FOR_PLATFORM for LP64 architectures.
2005-01-14 23:40:16 +00:00
adam
3a61b3abda Changes 3.2.6:
* add patch of yerfino@delsatgroup.com for ordcltn -includes:
* some filer tweaking
2005-01-14 09:18:56 +00:00
minskim
e54ef9f625 Use TCL_VERSION instead of hardcoding the Tcl version number. 2005-01-13 14:39:25 +00:00
minskim
4108ba5083 Define TCL_VERSION in a separate file so that it can be included by
other packages (e.g. tcl-tclX).
2005-01-13 14:37:43 +00:00
jschauma
ad3ce1259c Update drscheme to version 209.
While here, also add the rather useful documentation.

Changes since 207:

Several small errors in the ProfessorJ compiler have been corrected.
Additionally, the native method interface has been updated to
provide more access to class members by the native method.

* The interfaces and implementations for several HtDP and HtDCH
  teachpacks have changed:
  + the World class for HtDCH now supplies 'draw' and 'erase' methods
  + its event callbacks are guaranteed to call erase before and draw
    after handling a tick or keyboard event
  + the world.ss teachpack provides a nw:rectangle function for
    creating rectangles whose pinhole is in the northwest corner.

* Oleg Kiselyov's SSAX/SXML is included in the distribution.

The SSAX/SXML libraries provides functions for reading, writing and
manipulating XML data.  In addition, the package supports the
definition of XML languages and exports machinery for transforming
XML documents based on concise specifications.  SSAX/SXML is the
foundation for a variety of other XML packages in Scheme.  For more
information, see http://ssax.sourceforge.net/ and the documentation
in the "ssax" collection.

* Swindle is now included and maintained with PLT Scheme.

  Swindle is an extension of PLT Scheme.  The main feature is a
  CLOS-like object system based on Tiny-CLOS from Xerox.  Additional
  syntactic extensions include: :keyword values and optional CL-style
  argument lists; syntactic sugar for `define's and `let's; generic
  `set!'; `defsubst' & `letsubst' for defining simple macros,
  `letsyntax', `letsubst' and `letmacro' than can bind identifier
  macros; a list-comprehension macro `list-of' with an extensive
  generic version `collect'; an `echo' mechanism for complex output
  formatting including list iterations; customizing printings via a
  `print-object' generic; `amb', adopted from Dorai's TYSiFD, and
  more.

Like Scheme in DrScheme, Swindle has several language levels.  It is
also possible to use its features on a selective basis.
Those extensions that are not directly related to Tiny CLOS are
likely to migrate into MzLib.
2005-01-12 20:32:04 +00:00
jlam
011455d41a Nuke PKG_FC definition here which broke the semantics of PKG_FC as defined
by the wrapper framework.  This commit is part of the USE_FORTRAN-removal
commit.
2005-01-12 15:43:39 +00:00
minskim
07a17bf58c Sync with the recent tcl/tk update. 2005-01-08 23:14:52 +00:00
wiz
198d0b81b0 Remove duplicate "the". 2005-01-08 00:09:01 +00:00
tv
acbc46e495 Fix email address in header of hints/interix.sh. 2005-01-06 06:46:52 +00:00
tv
de6b002330 Add LIBSWANTED and SYSLIBPATH for Interix to fix configure step. 2005-01-06 06:46:26 +00:00
adam
db722e511a Changes 8.4.9:
* Fixed segfault in info vars trivial matching branch (new in 8.4.8)
* Fixed the treatment of backslashes in file join on Windows
* Improved readdir_r detection and usage on unix
* Fixed potential unix fileevent issue on 64-bit systems
* Remove file normalize on tcl_findLibrary search path uniqification
  added in 8.4.8
* Ensure tilde paths are not returned specially by 'glob'
* Fixed clipping of partially transparent images on buttons on unix to
  avoid X error
* Fix Tk_PhotoPut(Zoomed)Block overlay compositing of partially
  transparent areas on blank targets
2005-01-05 09:15:29 +00:00
minskim
0a68f22994 Set LC_ALL to "C". Otherwise, the package doesn't build due to
warnings from perl.  See PR pkg/24211 for related discussion.
2005-01-04 23:38:31 +00:00
manu
11ef7f33c4 Enable SQLite 2005-01-04 13:50:00 +00:00
jlam
85efacebfc Fix instances of insecure use of /tmp that is subject to symlink attacks
due to race conditions [CAN-2004-0976].  Also fix builds on *BSD boxes
without a hostname set.  Bump the PKGREVISION to 1.
2005-01-04 09:50:15 +00:00
jlam
192963838b Drop maintainership of perl-5.6.x. We should move pkgsrc to using
perl58 for everything, and remove this package altogether.
2005-01-03 03:37:08 +00:00
minskim
198988c162 Use PKGDIRMODE and DOCMODE instead of 555 and 444, respectively.
Bump PKGREVISION because the default value of PKGDIRMODE is 755, which
is different from 555.
2005-01-02 20:19:06 +00:00
minskim
f17e1c704e Use PKGDIRMODE and DOCMODE instead of 555 and 444, respectively.
Bump PKGREVISION because the default value of PKGDIRMODE is 755, which
is different from 555.
2005-01-02 20:13:49 +00:00
minskim
ff7fee44a5 Honor LDFLAGS when building shared libraries on Linux. Previously,
python2[34]{,-pth} failed on Linux when Berkeley DB from pkgsrc was
used.
2004-12-30 21:56:20 +00:00
kristerw
1e106f4f65 Use the same configure flags for NetBSD 1.[56] as for 1.[56].x (i.e.
adjust the tests to understand that 1.[56] is not written as 1.[56].0).
Bump PKGREVISION.

This solves PR pkg/28499.
2004-12-30 17:01:27 +00:00
jlam
26d50782db Update lang/perl58 to perl-5.8.6. Selected hanges from version 5.8.5
include:

* By default, platforms that have native threads will build a threaded
  perl.  Note that you will likely have to rebuild your Perl modules
  after this update unless your Perl is already threaded.

* The perl interpreter is now more tolerant of UTF-16-encoded scripts.
* Several core modules were updated.
* Perl has a new -dt command-line flag, which enables threads support in
  the debugger.

* "foreach" on threads::shared array used to be able to crash Perl. This
  bug has now been fixed.
* A regexp in "STDOUT"'s destructor used to coredump, because the regexp
  pad was already freed. This has been fixed.
* Using "delete" on an array no longer leaks memory. A "pop" of an item
  from a shared array reference no longer causes a leak.
* "eval_sv()" failing a taint test could corrupt the stack - this has
  been fixed.
* On platforms with 64 bit pointers numeric comparison operators used to
  erroneously compare the addresses of references that are overloaded,
  rather than using the overloaded values. This has been fixed.
* From now on all applications embedding perl will behave as if perl were
  compiled with -DPERL_USE_SAFE_PUTENV.
2004-12-29 19:41:25 +00:00