pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48513: lang/tcl 8.6.1 DragonFly 3.7-DEVELOPMENT itcl4.0.0 missing gcc -shared -fPIC
The following reply was made to PR pkg/48513; it has been noted by GNATS.
From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/48513: lang/tcl 8.6.1 DragonFly 3.7-DEVELOPMENT itcl4.0.0
missing gcc -shared -fPIC
Date: Wed, 5 Feb 2014 20:11:51 -0800
One small change needs to be added to the patches for lang/tcl to
build on DragonFly: A -*) was left out of one of the configure files.
The patch would be something like this:
diff -Nur tcl.orig/distinfo tcl/distinfo
--- tcl.orig/distinfo 2014-02-05 19:30:05.900316000 -0800
+++ tcl/distinfo 2014-02-05 20:00:50.181586000 -0800
@@ -12,7 +12,7 @@
SHA1 (patch-pkgs_sqlite3.8.0_tclconfig_tcl.m4) =
6891b39dc05a037ba667c92fd2341b418030c0af
SHA1 (patch-pkgs_tdbc1.0.0_configure) =
8964e3617b36435f3bf54bebddae1d34034045c8
SHA1 (patch-pkgs_tdbc1.0.0_tclconfig_tcl.m4) =
db4802f3db9b640a559d7e1c917969c0e2ecf069
-SHA1 (patch-pkgs_tdbcmysql1.0.0_configure) =
470eb422efaa7a9f09f6c1a541b8f498acabcdec
+SHA1 (patch-pkgs_tdbcmysql1.0.0_configure) =
17bf2c0578b8b3316373dd8b1a0c9687033304f3
SHA1 (patch-pkgs_tdbcmysql1.0.0_tclconfig_tcl.m4) =
fbbf5b6c27e50251b56759ae9f0b0317f6e41a60
SHA1 (patch-pkgs_tdbcodbc1.0.0_configure) =
0478fb9c6747a23df66c3c38f9f774606002187c
SHA1 (patch-pkgs_tdbcodbc1.0.0_tclconfig_tcl.m4) =
2d2418c8d7b77e84b77b4c8568f8bc3920d285fa
diff -Nur tcl.orig/patches/patch-pkgs_tdbcmysql1.0.0_configure
tcl/patches/patch-pkgs_tdbcmysql1.0.0_configure
--- pkgs/tdbcmysql1.0.0/configure.orig 2012-11-26 14:24:47.000000000 +0000
+++ pkgs/tdbcmysql1.0.0/configure
@@ -15,7 +15,7 @@
esac
;;
- FreeBSD-*)
-+ FreeBSD-*|DragonFly)
++ FreeBSD-*|DragonFly-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
Home |
Main Index |
Thread Index |
Old Index