summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-02-05Make sure ${PREFIX}/bin exists before the perl executable is put there.uebayasi1-1/+2
At least, I needed this for pkgviews installation. Ok'ed by jlam.
2004-02-05bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk filesjlam6-11/+30
if it's being included by bsd.prefs.mk, so we can safely move the BUILDLINK_DEPENDS line to its usual location.
2004-02-05List the correct directories for finding GCC libraries so that they willjlam6-6/+18
be added automatically to library and run-time library search paths.
2004-02-04+ USE_LANGUAGES=c c++abs2-2/+4
2004-02-03update to mono 0.30recht9-38/+103
Lots of bug fixes and new features. See http://www.go-mono.com/archive/mono-0.30.html for details. Note: Starting with this release to use the System.Drawing APIs, libgdiplus is needed. (will be added next)
2004-02-03Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in thextraeme1-2/+4
last bulk build.
2004-02-02Don't rely on _GCCARCHSUBDIR.jlam1-8/+8
2004-02-02There was an extra slash where there shouldn't have been.jlam1-2/+2
2004-02-01"Update" lang/gcc3 to 3.3.2. This package is now a meta-package forjlam12-305/+24
lang/gcc3-*.
2004-02-01Add a buildlink3.mk file for use by bsd.compiler.mk. Note that we alwaysjlam1-0/+22
add the dependency regardless of the depth.
2004-02-01Use _GCC_REQD instead of GCC_REQD since we just want a single value.jlam1-2/+4
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam25-219/+446
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2004-02-01Changes to support new compiler selection framework.jlam2-19/+19
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-31Add two missing directories when removing the package, reported byxtraeme2-3/+5
Min Sik Kim in PR pkg/24225. Bump PKGREVISION.
2004-01-29use ${EGREP} instead of relying on GNU grep features.grant8-16/+16
2004-01-28Make this compile with gcc 3.3. Fixes problems in agc's bulk build.jschauma2-8/+267
2004-01-27Add USE_GCC_SHLIB to python2 packages:abs10-13/+21
python20 to python20-2.0.1nb6 python21 to python21-2.1.3nb2 python21-pth to python21-2.1.3nb4 python22 to python22-2.2.3nb1 python22-pth to python22-2.2.3nb1 python23 to python23-2.3.3nb1 python23-pth to python23-2.3.3nb1
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz5-12/+12
2004-01-26Set 'MAKE_ENV+= NOGCCERROR=yes' to avoid a warning causing sparc64 build toabs1-3/+4
break. Reported to lua authors.
2004-01-26use ${PY_VER_SUFFIX} in @dirrm.grant1-29/+29
2004-01-26add Solaris PLIST missed in previous commit.grant1-0/+17
2004-01-26use -h instead of -soname= when creating shared objects to appeasegrant2-4/+13
Solaris linker.
2004-01-26fix build and install on Solaris:grant4-15/+31
- use -h instead of -soname= when creating shared objects to appease Solaris linker. - link against librt for fdatasync(). - tweak PLIST for installed modules.
2004-01-26remove empty PLIST.grant1-1/+0
2004-01-26use the right python platform name in PLIST.grant1-11/+11
2004-01-26whitespace fixgrant1-5/+5
2004-01-25Fix the plist on Linux after the introduction of Makefile.common forrecht1-11/+11
python23{,pth}.
2004-01-25Revert python23{,pth} back to buildlink2. The build fails on NetBSD 1.6recht2-9/+9
since BUILDLINK_CPPFLAGS and friends are undefined in db's buildlink3.
2004-01-25* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.jlam8-111/+71
* Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead of using BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> since we're just dealing with adding directories to the various search paths.
2004-01-25bl3ifyrecht5-13/+13
2004-01-25add buildlink3 supportrecht1-3/+26
2004-01-25add buildlink3.mkrecht4-0/+120
2004-01-25add buildlink3.mkrecht2-0/+60
2004-01-25shorten createbuildlink's generated comment a bitrecht1-5/+1
2004-01-25fix comment and shorten createbuildlink's generated comment a bitrecht1-6/+2
2004-01-25add missing BUILDLINK_DEPMETHOD.pythonrecht1-1/+5
2004-01-25add buildlink3.mkrecht2-0/+64
2004-01-25Compile and install etc/bin2c, which is expected by some modules. Fixescube5-7/+25
PR 24219 by pancake at phreaker dot net. Bump PKGREVISION.
2004-01-25set LANG="" in MAKE_ENV to avoid build failure if LANG is set.grant1-1/+2
from Min Sik Kim in PR pkg/24211.
2004-01-24bl3ifyrecht2-9/+9
2004-01-24Follow grant@'s lead and use Makefile.common for python23 and python23-pth.recht8-5350/+2673
2004-01-24fix typorecht1-2/+2
spotted by grant@
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant39-78/+78
2004-01-24fix typo in commentgrant1-2/+2
2004-01-24split the common parts of python22 and python22-pth into Makefile.commongrant14-4355/+2251
and fix PLIST for some modules which are only installed on Solaris.
2004-01-24split the common parts of python21 and python21-pth into Makefile.commongrant8-3539/+1820
and fix PLIST for some modules which are only installed on Solaris.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam4-8/+8
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-23Update lang/perl58 to 5.8.2. Changes from version 5.8.1nb1 include:jlam3-32/+42
* Build without sparc64 hacks on NetBSD-*-sparc64 if using a gcc>=3.3. * The hash randomisation introduced with 5.8.1 has been amended to be binary compatible with 5.8.0. * Several memory leaks associated with variables shared between threads have been fixed. * Several modules were updated: Devel::PPPort Digest::MD5 I18N::LangTags libnet MIME::Base64 Pod::Perldoc strict Tie::Hash Time::HiRes Unicode::Collate Unicode::Normalize UNIVERSAL * Some syntax errors involving unrecognized filetest operators are now handled correctly by the parser.