Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2004-01-21 | Sync with reality. Reported by Min Sik Kim in PR 24187. | cube | 1 | -3/+3 | |
2004-01-21 | Apply a fix for library naming on IRIX 5 and 6, based on a patch | jwise | 3 | -24/+84 | |
submitted in private mail by Georg Schwarz. Prevents PLIST mismatches on these platforms. Tested for non-interference with other platforms, but no specific IRIX testing of this version of fix yet performed. | |||||
2004-01-21 | Add USE_GCC3 to files/gcc3.mk to work better when included in mk.conf | abs | 2 | -3/+4 | |
2004-01-21 | Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS} | jlam | 1 | -3/+3 | |
into the Perl module build. OPTIMIZE works for all versions of Perl. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 53 | -106/+107 | |
2004-01-19 | If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properly | jlam | 2 | -4/+4 | |
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031. | |||||
2004-01-19 | Back out previous change... it doesn't seem to be needed. | jlam | 1 | -3/+1 | |
2004-01-16 | Fix build problem on NetBSD -current. | kristerw | 2 | -6/+19 | |
2004-01-16 | Add a variable "PERL5_PATH" that's the full path to the actual perl | jlam | 1 | -1/+3 | |
binary. This is different from ${PERL5} in that if perl is installed using pkgviews, then PERL5_PATH points within perl's depot directory. | |||||
2004-01-16 | ilasm is installed by mono and pnet, add CONFLICTS between them and | xtraeme | 2 | -3/+10 | |
bump PKGREVISION. | |||||
2004-01-16 | Add patches from the nhc98 web page: | kristerw | 7 | -183/+369 | |
* A degenerate type synonym like type T a = a in some circumstances incorrectly caused an occurence check error. * Several new features in gcc-3.3 cause breakage in the nhc98 build. This patch fixes many [but ot all] of those problems. PKGREVISION++. | |||||
2004-01-15 | Include module.mk to get PLIST-generation code. Noted by tacha@NetBSD.org | jlam | 1 | -1/+2 | |
in private email. | |||||
2004-01-14 | Add missing `*', noted by Min Sik Kim in private email. | xtraeme | 1 | -2/+2 | |
2004-01-14 | Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previous | xtraeme | 1 | -2/+2 | |
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069. | |||||
2004-01-13 | Make this compile with gcc-3.3 by replacing multi-line strings | jschauma | 2 | -1/+348 | |
"foo string" in inline asm with "foo\n" "string" (Noted in agc's latest bulk build.) | |||||
2004-01-13 | Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly... | xtraeme | 1 | -2/+2 | |
2004-01-13 | Move the contents of do-build target to do-install, and use NO_BUILD=yes, | xtraeme | 1 | -11/+3 | |
so we can build it without root permissions, suggested by Julio Merino in private email. | |||||
2004-01-13 | Make this package compile when using gcc 3.3. | kristerw | 4 | -1/+57 | |
2004-01-13 | Homepage has moved. | kristerw | 1 | -2/+2 | |