Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-26 | revert last - the problem has been fixed in bsd.buildlink3.mk. | grant | 1 | -2/+2 | |
2004-01-26 | Fix build with newer versions of curl where TRUE and FALSE aren't | recht | 1 | -0/+19 | |
defined anymore. | |||||
2004-01-25 | Fix the plist on Linux after the introduction of Makefile.common for | recht | 1 | -11/+11 | |
python23{,pth}. | |||||
2004-01-25 | Note libksba-0.{4.7,9.1}nb1 updates. | kleink | 1 | -1/+3 | |
2004-01-25 | Make ksba-config --libs emit the runtime linker search path. | kleink | 8 | -8/+41 | |
Welcome nb1. | |||||
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 | xfstt-1.6nb1 update for TrueType -> TTF change. | wiz | 1 | -1/+2 | |
2004-01-25 | Convert to look in the TTF subdir for its fonts (instead of the | wiz | 7 | -21/+21 | |
TrueType subdir), since that's where all ttf fonts in pkgsrc are installed into. PKGREVISION=1. | |||||
2004-01-25 | Note some *-ttf updates due to install path change. | wiz | 1 | -1/+11 | |
2004-01-25 | Update path for change in kochi-ttf installation; PKGREVISION=1. | wiz | 2 | -4/+5 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=2. | wiz | 2 | -16/+15 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=3. | wiz | 2 | -34/+34 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=1. | wiz | 2 | -8/+9 | |
2004-01-25 | Install into TTF instead of TrueType subdir. PKGREVISION=2. | wiz | 4 | -86/+84 | |
2004-01-25 | Install into TTF subdir instead of TrueType. PKGREVISION=3. | wiz | 5 | -12/+10 | |
2004-01-25 | Install into TTF subdir instead of TrueType. PKGREVISION=2. | wiz | 4 | -18/+16 | |
2004-01-25 | + dctc-0.85.9, elm-me-2.4pl111, multitail-3.0.4, subversion-0.37.0. | wiz | 1 | -5/+5 | |
2004-01-25 | Purge one more instance of _NULL_SUFFIX. Fix by Marc Recht. | jlam | 1 | -2/+2 | |
2004-01-25 | Add support for Opera on FreeBSD. Provided by Michal Pasternak in | heinz | 3 | -8/+149 | |
PR pkg/24226 (some very small changes by me). | |||||
2004-01-25 | Use -S instead of '-s ""' to check for package matches with a null suffix. | jlam | 1 | -2/+2 | |
This option is available as of pkg_install>=20030918 which is required in pkgsrc. Noted by Klaus Heinz. | |||||
2004-01-25 | pkgsrc requires PKGTOOLS_REQD>=20030918, so we don't need to conditionalize | jlam | 1 | -7/+1 | |
passing "-S" to pkg_admin. | |||||
2004-01-25 | Remove unnecessary inclusion of bsd.prefs.mk. | wiz | 2 | -6/+2 | |
2004-01-25 | version.mk no longer defines MESA_VERSION. Put the version number of the | jlam | 3 | -10/+6 | |
required package in its place. Thanks to Jan Schaumann for diagnosing the problem. | |||||
2004-01-25 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | * Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>. | jlam | 1 | -5/+4 | |
* Match the package version with the one from buildlink2.mk. | |||||
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 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | Note update of openoffice-linux to 1.1.0 | mrauch | 1 | -1/+2 | |
2004-01-25 | Update to version 1.1.0. | mrauch | 8 | -3341/+4179 | |
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * Macro Recorder * Integrated Python-UNO bridge * Locking of user installations against accesses from multiple machines with shared directories * Support for recovering slightly damaged OpenOffice.org files | |||||
2004-01-25 | Use PERL5_REQD to set the required version of perl instead of directly | jlam | 1 | -2/+2 | |
setting BUILDLINK_DEPENDS.perl. | |||||
2004-01-25 | Set the required version of perl using PERL5_REQD instead of directly | jlam | 1 | -2/+2 | |
setting BUILDLINK_DEPENDS.perl. | |||||
2004-01-25 | Remove redundant BUILDLINK_DEPENDS.oss definition -- it's already set | jlam | 1 | -2/+1 | |
correctly in audio/oss/buildlink3.mk. | |||||
2004-01-25 | The new standard for modifying BUILDLINK_DEPENDS.<pkg> is to append to the | jlam | 1 | -2/+2 | |
value instead of overriding. The reason is so that the most restrictive <pkg> dependency will always be a part of the dependency list. | |||||
2004-01-25 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 2 | -4/+4 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | Append to BUILDLINK_DEPENDS.<pkg> instead of overriding it so that the | jlam | 1 | -2/+2 | |
most restrictive dependency is always part of the DEPENDS/BUILD_DEPENDS list. | |||||
2004-01-25 | bl3ify and fix issue with MIPSpro compiler and this package by stripping | jlam | 1 | -3/+10 | |
"-O3" from the compiler options. | |||||
2004-01-25 | show-needs-update target: run ${MAKE}, not "make". | grant | 1 | -3/+3 | |
2004-01-25 | bl3ify | recht | 5 | -13/+13 | |
2004-01-25 | Let build depend on "flex" package as suggested by Georg Schwarz on | tron | 1 | -2/+2 | |
the "tech-pkg" mailing list. | |||||
2004-01-25 | Fix crappy C code which breaks the build with GCC 2.95.3. | tron | 2 | -1/+18 | |
2004-01-25 | Add build dependency on textproc/p5-XML-Parser. | kristerw | 1 | -1/+3 | |
2004-01-25 | Add build dependency on perl (pod2man is used for the man page). | kristerw | 1 | -1/+2 | |
2004-01-25 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-25 | Add build dependency on perl. | kristerw | 1 | -1/+2 | |
2004-01-25 | Fix build problem on NetBSD systems without native pthread support. | tron | 2 | -1/+26 | |
2004-01-25 | bl3ify | recht | 1 | -3/+3 | |
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 | |