summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2002-08-19It seems that the new combo patchfile dropped the silly `nb1' suffixseb1-3/+3
on shared libs in $PREFIX/lib. So adjust the PLIST.
2002-08-17fix after last lang/gcc update. Tested on 1.5.3 sparc.dmcmahill3-72/+10
2002-08-16Beautify: correct tab-stops.jschauma1-16/+16
2002-08-16Fix spacing problems reported in pkg/17951.wiz1-4/+4
2002-08-13add patch which got left out of previous commit (why??? I _know_ it was listeddmcmahill1-0/+21
in the Modified Files: section).
2002-08-12Make this package compile on NetBSD.agc6-14/+153
2002-08-12pull in most recent patches to gcc-2.95.3 from the netbsd-1-6dmcmahill71-14889/+43
branch. Includes fixes for sparc, alpha, and others. Should help in keeping pkgsrc running on 1.5.* systems. The patches which mirror those in the main netbsd source tree have been all put into a single distribution patch file. This makes it much easier to maintain and easier to easily see which patches are specific to pkgsrc.
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-08Add a comment for this package.agc1-1/+3
2002-08-08Allow non-Darwin platforms to build perl58. We're in pkgsrc lockdown downjlam1-5/+1
just prior to branching for 1.6, so this should be okay now. I also want to see this built in the bulk-builds for testing purposes.
2002-08-07Make use of our new JAVA magic.jschauma1-6/+4
2002-08-07Install files in proper location, now that we have sorted out the wholejschauma3-15/+24
JAVA situation. Also adjust MASTER_SITES and HOMEPAGE and add a license ("single-user-license"), as the software has specific restrictions on the usage. This fixes the problem pointed out during Huberts most recent bulk-build.
2002-08-06Make sure that the compiler finds the non-standard includefiles normallykristerw1-1/+5
found on NetBSD (i.e. FlexLexer.h) This corrects the issue in the remark to my closing of pkg/17638.
2002-08-01These packages are available for Linux and NetBSD-1.6*-i386,jschauma2-3/+3
not only Linux and -current. (Pointed out by zuntum.)
2002-08-01s/i386/${MACHINE_ARCH}/, as proposed by Julien T. Letessier in pkg/17795.wiz1-32/+32
2002-08-01Add and enable blackdown-jre13.wiz1-1/+2
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-2/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-31Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with theschmonz1-3/+3
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-07-29r5rs, not r4rsperry1-2/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam2-4/+4
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-28Format paragraphs. Normalize indentation. Apostrophize. Spell "your"schmonz4-26/+26
using only 7-bit ASCII.
2002-07-28Avoid including bsd.pkg.mk twice on not-Darwin.schmonz1-3/+4
2002-07-28Uncomment inadvertently out-commented JDK_HOME definition. Sprinkleschmonz1-2/+9
some Darwin ifdefs. Now that we can't rely on "emulators/suse_linux/Makefile.application" being included, include bsd.pkg.mk directly.
2002-07-28Entab.schmonz1-7/+7
2002-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz1-4/+3
unsupported by this JRE. In such cases, this avoids the error message "CATEGORIES and DISTNAME are mandatory" and allows the usual NOT_FOR_PLATFORM message to be displayed.
2002-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz2-16/+15
unsupported by this JRE. In such cases, this avoids the error message "CATEGORIES and DISTNAME are mandatory" and allows the usual NOT_FOR_PLATFORM message to be displayed. Also, entab a bit.
2002-07-28Entab (not as serious as previous).schmonz1-2/+2
2002-07-28Tabs are significant to make(1). Entab to avoid a parse error aroundschmonz1-13/+13
do-install. Entab elsewhere for readability.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma6-1212/+968
subdirectories under ${PREFIX}/java/ -- Change VI of many (the last). Thus install this JDK into ${PREFIX}/java/blackdown-1.3.1 and remove CONFLICTS with other JDKs/JREs. Split this package into blackdown-jre13 and blackdown-jdk13 much like sun-j* (see previous import of lang/blackdown-jre13). Bump PKGREVISION. Note: this package is available for i386, sparc, powerpc and the blackdown-jre is also available for arm. If you have any of sparc, powerpc or arm, please make sure this works properly.
2002-07-27Initial import of blackdown-jre13, split off from lang/blackdown-jdk13.jschauma7-0/+306
Common Makefile functionality for this and lang/blackdown-jdk13 is in Makefile.common.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-90/+20
subdirectories under ${PREFIX}/java/ -- Change VI of many. Thus install this JDK into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.4.0 to sun-jdk14-0 (avoids conflict with sun-jre13). Pull in common stuff by including lang/sun-jre14/Makefile.common. Extend MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-661/+651
subdirectories under ${PREFIX}/java/ -- Change V of many. Thus install this JRE into ${PREFIX}/java/sun-1.4.0 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.4.0 to sun-jre14-0 (avoids conflict with sun-jre13). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk14 (commit coming up). Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma3-134/+27
subdirectories under ${PREFIX}/java/ -- Change IV of many. Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jdk-1.3.1.0.2 to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14). Include lang/sun-jre13/Makefile.common for shared info. Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma4-272/+283
subdirectories under ${PREFIX}/java/ -- Change III of many. Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove CONFLICTS with other JDKs/JREs. Rename package from sun-jre-1.3.1.0.2 to sun-jre13-1.0.2 (avoids conflict with sun-jre14). Split Makefile into Makefile and Makefile.common, to allow reusing of some of the stuff in lang/sun-jdk13 (commit coming up). Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma2-9/+7
subdirectories under ${PREFIX}/java/ -- Change II of many. Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove CONFLICTS with other JDKs/JREs and bump PKGREVISION.
2002-07-27We allow several JDKs/JREs to coexist, installing them in separatejschauma5-135/+116
subdirectories under ${PREFIX}/java/ -- Change I of many. Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe rather than ${PREFIX}/java While we're at it, update kaffe to version 1.0.7. Changes since 1.0.6: - New version of KJC - New encoding converters based on iconv(). - Lots of bug fixes Furthermore, the website says that 1.0.7 has added support for Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for Compaq Tru64 GNU/Linux and support of PowerPC without libffi. People with access to any of these platforms are encouraged to test this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.
2002-07-25Add and enable perl58.wiz1-1/+2
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-24Make use of USE_PERL5 and the other perl-related bits in bsd.pkg.mk insteadjlam1-25/+4
of duplicating all of the logic in this file.
2002-07-23Apply the suggested fix from Urban Boquist (urban@boquist.net) in PR 15128agc2-1/+15
to avoid problems if guile is built in the background.
2002-07-23My old email address is dead.jlam1-2/+2
2002-07-22Correctly build from lang/perl58 if we need perl-5.8.0 on Darwin.jlam1-5/+6
2002-07-22libperl needs perl<5.8.0 and perl>=5.6.1.jlam1-2/+2
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam2-3/+8
DynaLoader.a is now an archive of PIC objects.
2002-07-22Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0jlam6-0/+298
which differs from perl-5.6.1 in the improved threading support and much improved Unicode support. Perl 5.8.0 is binary-incompatible with perl 5.6.1, so any compiled perl modules will need to be rebuilt in order to work with the new perl. This package is currently only for Darwin, though the restriction will be lifted prior to branching.
2002-07-19Add share/emacs/site-lisp/rep-debugger.el.mycroft1-1/+2
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill2-13/+16
Should still work on gcc-2.95.* systems.
2002-07-17Mark this package as only being for SunOS platforms again. Theagc1-1/+3
changes to get it to build on NetBSD are extensive - for reference, and the one who comes after me, they are: + awk.h defines "proc" in a cpp macro. This doesn't sit too well with "struct proc" references, as found in <sys/uio.h>. The good news is that only awk.h and awkgram.y need to be modified to workaround this. + the present Makefile copying wrt gettext Makefile.in.in is unnecessary + automake is a pre-req of this package + and there is a problem in Makefile.in/configure with ${AUTOMAKE} not being defined properly and many, many more...
2002-07-17Make this package compile:agc3-2/+19
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time