Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 1998 12:16:31 -0700 (PDT)
From:      Alex <garbanzo@hooked.net>
To:        "David E. O'Brien" <obrien@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/glibstdc++28 Makefile ports/lang/glibstdc++28/files         osfcn.h ports/lang/glibstdc++28/pkg PLIST
Message-ID:  <Pine.BSF.4.00.9808141214360.236-200000@zippy.dyn.ml.org>
In-Reply-To: <199808131749.KAA28364@freefall.freebsd.org>

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

[-- Attachment #1 --]

On Thu, 13 Aug 1998, David E. O'Brien wrote:

> obrien      1998/08/13 10:49:15 PDT
> 
>   Modified files:
>     lang/glibstdc++28    Makefile 
>     lang/glibstdc++28/pkg PLIST 
>   Added files:
>     lang/glibstdc++28/files osfcn.h 
>   Log:
>   Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) so
>   /usr/src/gnu/usr.bin/groff will compile.

Attached is a patch that will get the port to compile and most importantly
install :>

- alex

| "Contrary to popular belief, penguins are not the salvation of modern  |
| technology.  Neither do they throw parties for the urban proletariat." |
| Powered by FreeBSD                            http://www.freebsd.org/  |

[-- Attachment #2 --]
*** Makefile.orig	Fri Aug 14 12:15:11 1998
--- Makefile	Fri Aug 14 12:15:31 1998
***************
*** 39,45 ****
  		${PREFIX}/${GCC28DIR}
  	${MV} ${PREFIX}/lib/libstdc++.a  \
  		${PREFIX}/${GCC28DIR}
! 	${INSTALL_DATA} ${FILESDIR}/osfnc.h  \
! 		${GCC28SUBDIR}/include/g++
  
  .include <bsd.port.mk>
--- 39,45 ----
  		${PREFIX}/${GCC28DIR}
  	${MV} ${PREFIX}/lib/libstdc++.a  \
  		${PREFIX}/${GCC28DIR}
! 	${INSTALL_DATA} ${FILESDIR}/osfcn.h  \
! 		${PREFIX}/${GCC28DIR}/include/g++
  
  .include <bsd.port.mk>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9808141214360.236-200000>