pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/mail/imap-uw Pullup ticket 796 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bac9796891f
branches:  pkgsrc-2005Q3
changeset: 499552:6bac9796891f
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Oct 03 08:47:42 2005 +0000

description:
Pullup ticket 796 - requested by Min Sik Kim
portability fix for imap-uw

Revisions pulled up:
- pkgsrc/mail/imap-uw/Makefile          1.100

   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Sun Oct  2 20:26:24 UTC 2005

   Modified Files:
        pkgsrc/mail/imap-uw: Makefile

   Log Message:
   Set BUILD_TARGET correctly on OSF1.  Patch provided by Hideo Masuda
   through PR pkg/31445.

diffstat:

 mail/imap-uw/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3a0b56b78894 -r 6bac9796891f mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Sun Oct 02 20:13:03 2005 +0000
+++ b/mail/imap-uw/Makefile     Mon Oct 03 08:47:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2005/08/12 19:47:17 tv Exp $
+# $NetBSD: Makefile,v 1.98.2.1 2005/10/03 08:47:42 salo Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -37,6 +37,8 @@
 .  else
 BUILD_TARGET=  sgi
 .  endif
+.elif ${OPSYS} == "OSF1"
+BUILD_TARGET=  osf
 .else
 BUILD_TARGET=  neb
 



Home | Main Index | Thread Index | Old Index