Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 1999 15:41:02 -0400 (EDT)
From:      "Donald J. Maddox" <dmaddox@conterra.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13323: Current mutt port fails if USE_SLANG is defined
Message-ID:  <199908221941.PAA50080@dmaddox.conterra.com>

next in thread | raw e-mail | index | archive | help

>Number:         13323
>Category:       ports
>Synopsis:       The recently-upgraded mutt port fails if USE_SLANG is defined
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 22 12:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Donald J. Maddox
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

FreeBSD dmaddox.conterra.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Aug 20 23:51:05 EDT 1999     root@dmaddox.conterra.com:/usr/src/sys/compile/RHIANNON  i386

>Description:

	The mutt port was recently upgraded, and the new version needs an
additional patch, or it will fail when USE_SLANG is defined.


>How-To-Repeat:

# cd /usr/ports/mail/mutt
# export USE_SLANG=yes && make

>Fix:

	Add the below as ports/mail/mutt/patches/patch-09:


--- charsets/Makefile.in.orig	Sun Aug 22 15:26:24 1999
+++ charsets/Makefile.in	Sun Aug 22 15:26:43 1999
@@ -37,7 +37,7 @@
 all: charsets.list
 
 parse_i18n: parse_i18n.o $(LIBOBJS)
-	$(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) @LIBS@
+	$(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) $(LDFLAGS) @LIBS@
 
 strcasecmp.o $(LIBOBJS):
 	cd .. && $(MAKE) $(LIBOBJS)

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908221941.PAA50080>