Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 02:38:50 +0100 (CET)
From:      Stefan Zehl <sec@btl.42.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9087: misc/sls port update
Message-ID:  <199812150138.CAA26794@btl.42.org>

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

>Number:         9087
>Category:       ports
>Synopsis:       misc/sls port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 14 17:40:03 PST 1998
>Last-Modified:
>Originator:     Stefan Zehl
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

the sls port did not honor CFLAGS. It does with the attached patch

>How-To-Repeat:

	

>Fix:

diff -burN /usr/ports/misc/sls/patches/patch-aa sls/patches/patch-aa
--- /usr/ports/misc/sls/patches/patch-aa	Sat Jul 11 20:26:03 1998
+++ sls/patches/patch-aa	Tue Dec 15 02:30:34 1998
@@ -1,11 +1,12 @@
 --- Makefile.orig	Sun Aug 20 02:54:45 1989
-+++ Makefile	Tue Dec 16 01:18:34 1997
++++ Makefile	Tue Dec 15 02:29:50 1998
 @@ -1,7 +1,8 @@
 -BIN= /usr/local/bin
 -MAN= /usr/local/man/man1
+-CFLAGS= -O
 +BIN= ${PREFIX}/bin
 +MAN= ${PREFIX}/man/man1
- CFLAGS= -O
++#CFLAGS= -O
  
 +all: sls
  sls:	sls.o
>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?199812150138.CAA26794>