Commit graph

3238 commits

Author SHA1 Message Date
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