summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-01-21Sync with reality. Reported by Min Sik Kim in PR 24187.cube1-3/+3
2004-01-21Apply a fix for library naming on IRIX 5 and 6, based on a patchjwise3-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-21Add USE_GCC3 to files/gcc3.mk to work better when included in mk.confabs2-3/+4
2004-01-21Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS}jlam1-3/+3
into the Perl module build. OPTIMIZE works for all versions of Perl.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc53-106/+107
2004-01-19If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properlyjlam2-4/+4
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031.
2004-01-19Back out previous change... it doesn't seem to be needed.jlam1-3/+1
2004-01-16Fix build problem on NetBSD -current.kristerw2-6/+19
2004-01-16Add a variable "PERL5_PATH" that's the full path to the actual perljlam1-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-16ilasm is installed by mono and pnet, add CONFLICTS between them andxtraeme2-3/+10
bump PKGREVISION.
2004-01-16Add patches from the nhc98 web page:kristerw7-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-15Include module.mk to get PLIST-generation code. Noted by tacha@NetBSD.orgjlam1-1/+2
in private email.
2004-01-14Add missing `*', noted by Min Sik Kim in private email.xtraeme1-2/+2
2004-01-14Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previousxtraeme1-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-13Make this compile with gcc-3.3 by replacing multi-line stringsjschauma2-1/+348
"foo string" in inline asm with "foo\n" "string" (Noted in agc's latest bulk build.)
2004-01-13Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly...xtraeme1-2/+2
2004-01-13Move the contents of do-build target to do-install, and use NO_BUILD=yes,xtraeme1-11/+3
so we can build it without root permissions, suggested by Julio Merino in private email.
2004-01-13Make this package compile when using gcc 3.3.kristerw4-1/+57
2004-01-13Homepage has moved.kristerw1-2/+2
2004-01-13add a workaround for Solaris finding libintl.h in ${LOCALBASE}/include.grant1-1/+6
if configure finds this file, it expects to be able to use it, and linking fails because /usr/lib/libintl.so isn't GNU libintl. allows this to be built on Solaris while gettext-lib is installed.
2004-01-13PERL5_INSTALLARCHLIB is no longer directly set by this file, so create onejlam1-2/+5
in the perl5-post-install target where it's needed for perl-5.6.1.