[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/47379: patch for elm port
>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@xxxxxxxxxxxxxxxxxxxx:/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@xxxxxxxxxxx
with "unsubscribe freebsd-ports-bugs" in the body of the message