pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/metamail FreeBSD also has stty() and gtty() in li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a575318a3f3d
branches:  trunk
changeset: 462479:a575318a3f3d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Oct 03 18:20:53 2003 +0000

description:
FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here.

diffstat:

 mail/metamail/distinfo         |  4 ++--
 mail/metamail/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 36b67944da95 -r a575318a3f3d mail/metamail/distinfo
--- a/mail/metamail/distinfo    Fri Oct 03 18:20:40 2003 +0000
+++ b/mail/metamail/distinfo    Fri Oct 03 18:20:53 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2003/09/15 11:26:44 agc Exp $
+$NetBSD: distinfo,v 1.5 2003/10/03 18:20:53 xtraeme Exp $
 
 SHA1 (mm2.7.tar.Z) = 8f213baec9b17c05bcb066f616977a561757d7a6
 Size (mm2.7.tar.Z) = 262881 bytes
-SHA1 (patch-aa) = a2854927d2bfde0b71fc4de6b19b54819c5bd6b6
+SHA1 (patch-aa) = 9586ae34132f5c831473c5244187a7c7c66ad5bb
 SHA1 (patch-ab) = 7cd0a70de63ba86172b5628bb082fb46100262b9
 SHA1 (patch-ac) = c2e0c044df30c3cc33c7f3ff2c620cd29816e1d6
 SHA1 (patch-ad) = f722790d8e72f58a0b351715aec9407506b0443f
diff -r 36b67944da95 -r a575318a3f3d mail/metamail/patches/patch-aa
--- a/mail/metamail/patches/patch-aa    Fri Oct 03 18:20:40 2003 +0000
+++ b/mail/metamail/patches/patch-aa    Fri Oct 03 18:20:53 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2003/03/23 13:39:26 jmmv Exp $
+$NetBSD: patch-aa,v 1.5 2003/10/03 18:20:53 xtraeme Exp $
 
 --- Makefile.orig      1994-01-26 18:32:33.000000000 +0100
 +++ Makefile
@@ -29,7 +29,7 @@
  # On BSD 4.4 systems, you will need the following
 -# LDLIBS = -lcompat
 +OPSYS!= uname -s
-+.if ${OPSYS} == "NetBSD"
++.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
 +LDLIBS = -s -lcompat
 +.endif
  # On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.



Home | Main Index | Thread Index | Old Index