Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 11:38:04 +1100 (EST)
From:      jsutton@pacific.net.au
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jss@genesis.net.au, jsutton@paradigm4.com.au
Subject:   ports/47379: patch for elm port
Message-ID:  <200301230038.h0N0c4Il034469@admin.genesis.net.au>

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

>Number:         47379
>Category:       ports
>Synopsis:       patch for elm port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 22 16:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Joel Sutton
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
Genesis Networks
>Environment:
System: FreeBSD admin.genesis.net.au 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #3: Wed Jan 15 14:02:29 EST 2003 root@admin.genesis.net.au:/usr/src/sys/compile/QUOTA i386

>Description:
	Elm doesn't seem to want to compile without adding extra switches to
	the call to nm in the configure script. I've created a patch for this
	to allow us to compile the port locally. Could you please consider
	that patch (attached) for inclusion into the port.

	Thanks, Joel...
>How-To-Repeat:
	cd /usr/ports/mail/elm
	make install
>Fix:

Save this patch into the files directory inside the elm port.

*** Configure.bak	Fri Dec 13 13:01:06 2002
--- Configure	Fri Dec 13 13:01:59 2002
***************
*** 1987,1992 ****
--- 1987,1994 ----
  '') if test -f /mach_boot; then
  	nm_opts=''
  
+     elif $test "$uname_os" = "FreeBSD" ; then
+            nm_opts='-pD'
      elif $test "$uname_os" = "Linux" ; then
             nm_opts='-p'
      elif $test "$uname_os" = "AIX" ; then
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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