head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.46 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.44 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.42 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.40 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.38 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.36 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.34 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.32 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.30 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.28 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.26 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.24 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.22 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.20 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.18 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.16 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.14 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.12 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.10 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.8 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.6 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.4 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.2 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.3.0.4 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.8 date 2004.11.28.06.35.31; author taca; state dead; branches; next 1.7; 1.7 date 2003.06.23.21.40.24; author jschauma; state Exp; branches; next 1.6; 1.6 date 2003.03.30.23.45.58; author jschauma; state Exp; branches; next 1.5; 1.5 date 2003.03.24.14.49.38; author taca; state Exp; branches; next 1.4; 1.4 date 2003.03.16.19.44.30; author jschauma; state Exp; branches; next 1.3; 1.3 date 2002.05.13.15.00.02; author yyamano; state Exp; branches; next 1.2; 1.2 date 2002.03.02.09.10.55; author taca; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2002.01.22.17.05.21; author taca; state Exp; branches; next ; 1.2.2.1 date 2002.06.23.18.50.40; author jlam; state Exp; branches; next ; desc @@ 1.8 log @Removing ruby-base package since this is obsolete with new framework for Ruby packages. @ text @$NetBSD: patch-ab,v 1.7 2003/06/23 21:40:24 jschauma Exp $ --- configure.orig Tue Nov 19 03:49:26 2002 +++ configure Mon Jun 23 11:47:50 2003 @@@@ -4524,7 +4524,7 @@@@ case "$target_os" in hpux*) DLDFLAGS="-E" - LDSHARED='ld -b' + LDSHARED="ld -b $LDSHARED" LDFLAGS="-Wl,-E" rb_cv_dlopen=yes;; solaris*) if test "$GCC" = yes; then @@@@ -4539,7 +4539,8 @@@@ rb_cv_dlopen=yes;; sunos*) LDSHARED='ld -assert nodefinitions' rb_cv_dlopen=yes;; - irix*) LDSHARED='ld -shared' + irix*) LDSHARED='ld -shared -L${X11BASE}/lib${ABI}' + LDFLAGS="-L${X11BASE}/lib${ABI} ${LDFLAGS}" rb_cv_dlopen=yes;; sysv4*) LDSHARED='ld -G' rb_cv_dlopen=yes;; @ 1.7 log @Tell Irix where to find the right libs for the used ABI. Subsequent ruby-packages link correctly then. Also, this way, ruby builds completely and we don't need various RUBY_NO_FOO variables. @ text @d1 1 a1 1 $NetBSD: $ @ 1.6 log @Make this find all shlibs on Linux by passing the necessary -Wl,-rpath flags. @ text @d3 21 a23 20 --- configure.orig Tue Nov 19 06:49:26 2002 +++ configure Sun Mar 30 18:31:40 2003 @@@@ -4550,6 +4550,9 @@@@ osf*) LDSHARED="$CC -shared" rb_cv_dlopen=yes ;; linux*) LDSHARED="$CC -shared" + if test "$rb_cv_binary_elf" = yes; then + LDFLAGS="-Wl,-rpath,${PREFIX}/lib" + fi rb_cv_dlopen=yes ;; freebsd*) LDSHARED="$CC -shared" if test "$rb_cv_binary_elf" = yes; then @@@@ -5516,6 +5519,7 @@@@ s%@@setup@@%$setup%g s%@@MINIRUBY@@%$MINIRUBY%g s%@@PREP@@%$PREP%g +s%@@X11BASE@@%$X11BASE%g s%@@LIBRUBY_LDSHARED@@%$LIBRUBY_LDSHARED%g s%@@LIBRUBY_DLDFLAGS@@%$LIBRUBY_DLDFLAGS%g s%@@RUBY_INSTALL_NAME@@%$RUBY_INSTALL_NAME%g @ 1.5 log @Update ruby-base packages to 1.6.8. This is bug fix release of ruby programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-digest and ruby-tcltklib. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2003/03/16 19:44:30 jschauma Exp $ d3 13 a15 3 --- configure.orig 2002-11-19 20:49:26.000000000 +0900 +++ configure @@@@ -5516,6 +5516,7 @@@@ s%@@EXTSTATIC@@%$EXTSTATIC%g @ 1.4 log @Make this work on Linux. All other ruby-packages seem to work just fine after this. @ text @d1 1 a1 1 $NetBSD: $ d3 3 a5 21 --- configure.orig Sun Feb 10 13:05:48 2002 +++ configure Sat Mar 15 19:57:03 2003 @@@@ -4410,8 +4410,6 @@@@ if test "$rb_cv_binary_elf" = no; then with_dln_a_out=yes target_os=${target_os}-a_out - else - LDFLAGS="-rdynamic" fi;; netbsd*) if [ "`$CC -dM -E -