diff options
author | chuck <chuck> | 2008-11-12 18:53:52 +0000 |
---|---|---|
committer | chuck <chuck> | 2008-11-12 18:53:52 +0000 |
commit | c48b9cc31b1b07cdb8c786c51ccb2b5fe984e722 (patch) | |
tree | bbd2ceda7ac6e1b76f1c64f7d95ec725619f3a26 /news | |
parent | 541dccc0a514747cea6ec8a54ee6495252318bdc (diff) | |
download | pkgsrc-c48b9cc31b1b07cdb8c786c51ccb2b5fe984e722.tar.gz |
add darwin.sh compile hints file
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/distinfo | 3 | ||||
-rw-r--r-- | news/trn/patches/patch-ae | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/news/trn/distinfo b/news/trn/distinfo index ae0e8766097..c3c8ea5e43d 100644 --- a/news/trn/distinfo +++ b/news/trn/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2006/11/01 17:12:21 christos Exp $ +$NetBSD: distinfo,v 1.10 2008/11/12 18:53:52 chuck Exp $ SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = fe2d378d3600938025846998f222d1f239549045 SHA1 (patch-ab) = 683c2ac9d34ca0d6220752218646cbf9e359f23d SHA1 (patch-ac) = 96dd4bd4ca73baf552c4d8172f7ad6d6a600bd7f SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc +SHA1 (patch-ae) = 979c560ef89c4eaca2216fd78a1ac2e8085759f6 diff --git a/news/trn/patches/patch-ae b/news/trn/patches/patch-ae new file mode 100644 index 00000000000..bc4c810ae7d --- /dev/null +++ b/news/trn/patches/patch-ae @@ -0,0 +1,7 @@ +$NetBSD: patch-ae,v 1.1 2008/11/12 18:53:52 chuck Exp $ + +--- /dev/null 2008-11-12 13:40:59.000000000 -0500 ++++ hints/darwin.sh 2008-11-12 13:19:30.000000000 -0500 +@@ -0,0 +1,2 @@ ++so='dylib' ++libs='-lresolv' |