Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2000 13:40:06 -0700 (PDT)
From:      Kelly Yancey <kbyanc@egroups.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/19681: patch to fix devel/libcoro
Message-ID:  <200007032040.NAA43956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19681; it has been noted by GNATS.

From: Kelly Yancey <kbyanc@egroups.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/19681: patch to fix devel/libcoro
Date: Mon, 3 Jul 2000 13:39:40 -0700 (PDT)

   Alright, last patch, I promise :)
   This patch fixes the port so it doesn't strip the library when
 installing it (very important). Just apply it after applying the patch
 originally supplied in this PR. Thanks,
 
   Kelly
 
 diff -ru libcoro.orig/patches/patch-ab libcoro/patches/patch-ab
 --- libcoro.orig/patches/patch-ab	Mon Jul  3 13:31:14 2000
 +++ libcoro/patches/patch-ab	Mon Jul  3 13:34:25 2000
 @@ -1,6 +1,6 @@
 ---- arch/x86-freebsd/Makefile.in.orig	Mon Jul  3 12:52:20 2000
 -+++ arch/x86-freebsd/Makefile.in	Mon Jul  3 12:53:50 2000
 -@@ -1,10 +1,13 @@
 +--- arch/x86-freebsd/Makefile.in.orig	Mon Jul  3 13:33:09 2000
 ++++ arch/x86-freebsd/Makefile.in	Mon Jul  3 13:33:55 2000
 +@@ -1,10 +1,12 @@
  -CFLAGS=-O2 -Wall
  +CFLAGS?=-O2 -Wall
   
 @@ -9,20 +9,19 @@
   HINST=@HINST@
   MINST=@MINST@
   
 -+BSD_INSTALL_PROGRAM?=install -C -m 644
  +BSD_INSTALL_DATA?=install -C -m 644
  +
   all: libcoro.a
   
   libcoro.a: coro.o
 -@@ -14,9 +17,9 @@
 +@@ -14,9 +16,9 @@
   coro.o: coro.h
   
   install: libcoro.a coro.h $(MAN)
  -	install -m 644 libcoro.a $(LINST)/libcoro.a
  -	install -m 644 coro.h $(HINST)/coro.h
  -	install -m 644 $(MAN) $(MINST)/man2/coro.2
 -+	$(BSD_INSTALL_PROGRAM) libcoro.a $(LINST)/libcoro.a
 ++	$(BSD_INSTALL_DATA) libcoro.a $(LINST)/libcoro.a
  +	$(BSD_INSTALL_DATA) coro.h $(HINST)/coro.h
  +	$(BSD_INSTALL_DATA) $(MAN) $(MINST)/man2/coro.2
   
 
 


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?200007032040.NAA43956>