summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino>2012-08-28 22:58:09 +0000
committermarino <marino>2012-08-28 22:58:09 +0000
commit467bf536000079131b394105c6fdee38c2adae57 (patch)
tree379f73657d3bd14127539d32b1f72ef792c80470
parent410ae3a740b97e57b169760d7cfd52f5e876d72f (diff)
downloadpkgsrc-467bf536000079131b394105c6fdee38c2adae57.tar.gz
textproc/tcl-tDOM: Fix build on DragonFly
DragonFly didn't have a configure entry so piggyback on FreeBSD like NetBSD is doing.
-rw-r--r--textproc/tcl-tDOM/distinfo4
-rw-r--r--textproc/tcl-tDOM/patches/patch-aa5
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/tcl-tDOM/distinfo b/textproc/tcl-tDOM/distinfo
index 381c9adf859..457f2a5da54 100644
--- a/textproc/tcl-tDOM/distinfo
+++ b/textproc/tcl-tDOM/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/08/26 13:05:38 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/08/28 22:58:09 marino Exp $
SHA1 (tDOM-0.8.3.tgz) = 1b7db0357ffb96c0a6c879c385168491380a8ca5
RMD160 (tDOM-0.8.3.tgz) = df52d8b7c3ac9134dae20a3bcaa21e0e512e3289
Size (tDOM-0.8.3.tgz) = 990367 bytes
-SHA1 (patch-aa) = 1e88f15526d2585dc5db7e30dc225c1464a3e5a3
+SHA1 (patch-aa) = 18be9e77a22311cf2029386d88e2050e57657e2b
diff --git a/textproc/tcl-tDOM/patches/patch-aa b/textproc/tcl-tDOM/patches/patch-aa
index 7f663b0ee47..d82c2013935 100644
--- a/textproc/tcl-tDOM/patches/patch-aa
+++ b/textproc/tcl-tDOM/patches/patch-aa
@@ -1,8 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2012/08/26 13:05:38 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2012/08/28 22:58:09 marino Exp $
The TEA autoconf macros assume that NetBSD is some weird old operating system
that can't handle dots in library names. Using the same values as newer FreeBSD
versions yields a uniform PLIST for the platforms supported by pkgsrc.
+It also fixes build on DragonFly.
https://github.com/tDOM/tdom/issues/12
@@ -22,7 +23,7 @@ https://github.com/tDOM/tdom/issues/12
TCL_LIB_VERSIONS_OK=nodots
;;
- FreeBSD-*)
-+ NetBSD-*|FreeBSD-*)
++ DragonFly-*|NetBSD-*|FreeBSD-*)
# FreeBSD 3.* and greater have ELF.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="ld -Bshareable -x"