summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-04-19Missed revision in ticket 454:salo1-4/+4
Revisions pulled up: - pkgsrc/lang/ruby18/Makefile 1.9 Module Name: pkgsrc Committed By: taca Date: Tue Apr 19 15:24:01 UTC 2005 Modified Files: pkgsrc/lang/ruby18: Makefile Log Message: Fix depending packages' version. Thanks much for wiz notifying me.
2005-04-19Pullup ticket 454 - requested by Takahiro Kambesalo1-2/+2
dependency fix for ruby18 Revisions pulled up: - pkgsrc/lang/ruby18/Makefile 1.8 Module Name: pkgsrc Committed By: taca Date: Tue Apr 19 15:19:18 UTC 2005 Modified Files: pkgsrc/lang/ruby18: Makefile Log Message: Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz.
2005-04-19Pullup ticket 453 - requested by Takahiro Kambesalo1-2/+2
dependency fix for ruby16 Revisions pulled up: - pkgsrc/lang/ruby16/Makefile 1.6 Module Name: pkgsrc Committed By: taca Date: Tue Apr 19 15:19:18 UTC 2005 Modified Files: pkgsrc/lang/ruby16: Makefile Log Message: Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz.
2005-04-06Pullup ticket 428 - requested by Dan McMahillsalo5-21/+8662
portability fix for tcl-itcl-current Revisions pulled up: - pkgsrc/lang/tcl-itcl-current/Makefile 1.4 - pkgsrc/lang/tcl-itcl-current/distinfo 1.4 - pkgsrc/lang/tcl-itcl-current/patches/patch-aa 1.3 - pkgsrc/lang/tcl-itcl-current/patches/patch-ac 1.3 - pkgsrc/lang/tcl-itcl-current/patches/patch-af 1.1 Module Name: pkgsrc Committed By: dmcmahill Date: Tue Apr 5 01:42:46 UTC 2005 Modified Files: pkgsrc/lang/tcl-itcl-current: Makefile distinfo pkgsrc/lang/tcl-itcl-current/patches: patch-aa patch-ac Added Files: pkgsrc/lang/tcl-itcl-current/patches: patch-af Log Message: Pull in various tcl.m4 patches from the lang/tcl package. In particular this makes the shared lib naming match what tcl uses with regards to dots or no dots. This includes fixes for older a.out netbsd systems and several other OS's as well.
2005-04-02Pullup ticket 416 - requested by Klaus Heinzsalo1-2/+2
build infrastructure fix for perl5 Revisions pulled up: - pkgsrc/lang/perl5/module.mk 1.44 Module Name: pkgsrc Committed By: heinz Date: Fri Apr 1 22:37:44 UTC 2005 Modified Files: pkgsrc/lang/perl5: module.mk Log Message: BUILDING_PERL5 is _always_ defined now, so test for a specific value. This fixes (at least) the build of mail/p5-razor-agents on NetBSD 1.6.2. Ok'ed by jlam.
2005-04-01Pullup ticket 408 - requested by Takahiro Kambesalo3-271/+2525
PLIST fix for ruby18-base Revisions pulled up: - pkgsrc/lang/ruby18-base/Makefile 1.3 - pkgsrc/lang/ruby18-base/PLIST 1.2 - pkgsrc/lang/ruby/rubyversion.mk 1.11 Module Name: pkgsrc Committed By: taca Date: Thu Mar 31 16:31:10 UTC 2005 Modified Files: pkgsrc/lang/ruby18-base: Makefile PLIST Log Message: Add missing ri ralated data files. Noted by Min Sik Kim <minskim>. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Wed Mar 30 16:16:20 UTC 2005 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Add RUBY_VER_DIR to PLIST_SUBST.
2005-03-20This package installs a libc.la file which is manually created; i.e., itjmmv2-5/+27
has no matching .so nor .a files (but the .la file lists them). This breaks automatic PLIST generation WRT .la files, so set LIBTOOLIZE_PLIST to NO and handle them all manually. While here, explicitly disable emacs support so that we can avoid some directory removals from the PLIST. No revision bump since the binary package couldn't be built before.
2005-03-19Make this compile on NetBSD 3.kleink2-4/+4
2005-03-18With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed.tv1-5/+1
2005-03-12sr-2.3.3nb4 --- Replace sr_ptrval() by code that:is3-2/+50
- works per the specification and - works on LP64 machines as well as ILP32 machines. Designed to work anywhere where sizeof(L) >= sizeof(P). Cannot use %p, as we want to feed back the patch to the SR people, who maintain SR also on some very old systems.
2005-03-11Add test case for pointer-string and string-pointer conversions.is3-25/+33
2005-03-11Replace sr_ptrval() by code that:is1-4/+6
- works per the specification and - works on LP64 machines as well as ILP32 machines. Add test case for pointer-string and string-pointer conversions.
2005-03-11Add test case for pointer-string and string-pointer conversions.is1-2/+2
2005-03-10Fix typos. (Thanks for minskim@.)taca2-4/+4
2005-03-10Fix a typo.minskim2-4/+4
2005-03-09Add RMD160 of the distfile.is1-1/+2
2005-03-09Add RMD160 of distfile.is1-1/+2
2005-03-09Add regression test for pointer-string-pointer conversion.is4-1/+56
2005-03-09Some patches to make perl58 build on AIX 4.3.3. Tested build only on 4.3.3.garbled3-7/+41
2005-03-08Fix botch in previous: argument after : in DEPENDS must be a relativetv1-2/+2
path, not an absolute path.
2005-03-08sr-2.3.3nb2: create correct X11 linking instructions.is3-14/+21
2005-03-08Actually, that conditional doesn't even need the !empty() now; just defined().tv1-2/+2
2005-03-08Fix bug in previous: Check for a variable's definition before checking itstv1-2/+2
value (otherwise older [b]make breaks on a "malformed conditional").
2005-03-08use defined() instead of !empty()dmcmahill1-2/+2
2005-03-07add LDFLAGS when linking libpython. Needed to find -ldb4dmcmahill2-17/+20
2005-03-07+ Add GDBM support and enable it by default.uebayasi3-8/+46
+ Use PKG_OPTIONS.
2005-03-06On 64bit capable platforms, --enable-64bitjschauma1-1/+5
2005-03-06On 64bit capable platforms, --enable-64bitjschauma1-1/+5
2005-03-06Add a line:taca2-0/+4
No package should depend on this package directly.
2005-03-06Add and enable ruby16-base and ruby18-base.taca1-1/+3
2005-03-06Make this package to meta packagea containing ruby18-base, ruby18-iconv,taca16-1391/+26
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest, ruby18-opnessl, ruby18-tcltklib and ruby18-tk. Bump PKGREVISION.
2005-03-06Make this package to meta packagea containing ruby16-base, ruby16-dbm,taca16-1245/+21
ruby16-gdbm, ruby16-curses, ruby16-readline, ruby16-digest, ruby16-tcltklib and ruby16-tk. Bump PKGREVISION.
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca2-7/+8
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Correct content to really buildlink3.mk; fix many mistakes.taca1-61/+15
2005-03-06Some clean up along with introducing ruby16-base/ruby18-base and maketaca2-45/+44
ruby16/ruby18 package to meta pacakge. - Define RUBY_BASE to refer ruby16-base or ruby18-base name. - Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory. - Move some definition from Makefile.comon to rubyversion.mk. - Add X11BASE to CONFIGURE_ENV. - Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06Importing ruby18-base package.taca16-0/+1374
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package will be meta pacakge later.
2005-03-06Importing ruby16-base package.taca16-0/+1253
This is minimum ruby 1.6.8 based on current ruby16 and ruby16 package will be meta pacakge later.
2005-03-06Cosmetic change with pkglint(1).taca1-4/+4
2005-03-05Disable aix64 when building gcc on AIX. It seems to cause wierdgarbled1-1/+5
problems. I don't think gcc works properly on that target yet.
2005-03-03Add and enable sr and sr-examples.wiz1-1/+3
2005-03-02Not all the world is a VAX.is2-1/+15
2005-03-02size_t -> socklen_tis2-1/+15
2005-03-02Not all the world is a VAX.is1-1/+2
2005-03-02Not all world is a VAX.is1-0/+32
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-1/+2
RISC machines. Version bump to 2.3.3nb1.
2005-03-02All the world is not a VAX!is2-1/+15
2005-03-02vfork() needs unistd.his5-1/+51
2005-03-02Be more careful when abusing libpthread internals. Should help SR onis1-16/+12
RISC machines. Version bump to 2.3.3nb1.
2005-03-02Be more careful when abusing libpthread internals. Should help (at least)is1-2/+2
SR on RISC CPUs.
2005-03-02s/elseif/elif/grant1-3/+3
fixes PR pkg/29562 from Robert Elz.