Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-05 | Make sure ${PREFIX}/bin exists before the perl executable is put there. | uebayasi | 1 | -1/+2 | |
At least, I needed this for pkgviews installation. Ok'ed by jlam. | |||||
2004-02-05 | bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk files | jlam | 6 | -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-05 | List the correct directories for finding GCC libraries so that they will | jlam | 6 | -6/+18 | |
be added automatically to library and run-time library search paths. | |||||
2004-02-04 | + USE_LANGUAGES=c c++ | abs | 2 | -2/+4 | |
2004-02-03 | update to mono 0.30 | recht | 9 | -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-03 | Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in the | xtraeme | 1 | -2/+4 | |
last bulk build. | |||||
2004-02-02 | Don't rely on _GCCARCHSUBDIR. | jlam | 1 | -8/+8 | |
2004-02-02 | There was an extra slash where there shouldn't have been. | jlam | 1 | -2/+2 | |
2004-02-01 | "Update" lang/gcc3 to 3.3.2. This package is now a meta-package for | jlam | 12 | -305/+24 | |
lang/gcc3-*. | |||||
2004-02-01 | Add a buildlink3.mk file for use by bsd.compiler.mk. Note that we always | jlam | 1 | -0/+22 | |
add the dependency regardless of the depth. | |||||
2004-02-01 | Use _GCC_REQD instead of GCC_REQD since we just want a single value. | jlam | 1 | -2/+4 | |
2004-02-01 | bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use | jlam | 25 | -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-01 | Changes to support new compiler selection framework. | jlam | 2 | -19/+19 | |
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 | |
overridden. | |||||
2004-01-31 | s/seperate/separate/ | snj | 1 | -1/+1 | |
2004-01-31 | Add two missing directories when removing the package, reported by | xtraeme | 2 | -3/+5 | |
Min Sik Kim in PR pkg/24225. Bump PKGREVISION. | |||||
2004-01-29 | use ${EGREP} instead of relying on GNU grep features. | grant | 8 | -16/+16 | |
2004-01-28 | Make this compile with gcc 3.3. Fixes problems in agc's bulk build. | jschauma | 2 | -8/+267 | |
2004-01-27 | Add USE_GCC_SHLIB to python2 packages: | abs | 10 | -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-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 5 | -12/+12 | |
2004-01-26 | Set 'MAKE_ENV+= NOGCCERROR=yes' to avoid a warning causing sparc64 build to | abs | 1 | -3/+4 | |
break. Reported to lua authors. | |||||
2004-01-26 | use ${PY_VER_SUFFIX} in @dirrm. | grant | 1 | -29/+29 | |
2004-01-26 | add Solaris PLIST missed in previous commit. | grant | 1 | -0/+17 | |
2004-01-26 | use -h instead of -soname= when creating shared objects to appease | grant | 2 | -4/+13 | |
Solaris linker. | |||||
2004-01-26 | fix build and install on Solaris: | grant | 4 | -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-26 | remove empty PLIST. | grant | 1 | -1/+0 | |
2004-01-26 | use the right python platform name in PLIST. | grant | 1 | -11/+11 | |
2004-01-26 | whitespace fix | grant | 1 | -5/+5 | |
2004-01-25 | Fix the plist on Linux after the introduction of Makefile.common for | recht | 1 | -11/+11 | |
python23{,pth}. | |||||
2004-01-25 | Revert python23{,pth} back to buildlink2. The build fails on NetBSD 1.6 | recht | 2 | -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>. | jlam | 8 | -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-25 | bl3ify | recht | 5 | -13/+13 | |
2004-01-25 | add buildlink3 support | recht | 1 | -3/+26 | |
2004-01-25 | add buildlink3.mk | recht | 4 | -0/+120 | |
2004-01-25 | add buildlink3.mk | recht | 2 | -0/+60 | |
2004-01-25 | shorten createbuildlink's generated comment a bit | recht | 1 | -5/+1 | |
2004-01-25 | fix comment and shorten createbuildlink's generated comment a bit | recht | 1 | -6/+2 | |
2004-01-25 | add missing BUILDLINK_DEPMETHOD.python | recht | 1 | -1/+5 | |
2004-01-25 | add buildlink3.mk | recht | 2 | -0/+64 | |
2004-01-25 | Compile and install etc/bin2c, which is expected by some modules. Fixes | cube | 5 | -7/+25 | |
PR 24219 by pancake at phreaker dot net. Bump PKGREVISION. | |||||
2004-01-25 | set LANG="" in MAKE_ENV to avoid build failure if LANG is set. | grant | 1 | -1/+2 | |
from Min Sik Kim in PR pkg/24211. | |||||
2004-01-24 | bl3ify | recht | 2 | -9/+9 | |
2004-01-24 | Follow grant@'s lead and use Makefile.common for python23 and python23-pth. | recht | 8 | -5350/+2673 | |
2004-01-24 | fix typo | recht | 1 | -2/+2 | |
spotted by grant@ | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 39 | -78/+78 | |
2004-01-24 | fix typo in comment | grant | 1 | -2/+2 | |
2004-01-24 | split the common parts of python22 and python22-pth into Makefile.common | grant | 14 | -4355/+2251 | |
and fix PLIST for some modules which are only installed on Solaris. | |||||
2004-01-24 | split the common parts of python21 and python21-pth into Makefile.common | grant | 8 | -3539/+1820 | |
and fix PLIST for some modules which are only installed on Solaris. | |||||
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 4 | -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-23 | Update lang/perl58 to 5.8.2. Changes from version 5.8.1nb1 include: | jlam | 3 | -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. |