Upgraded to 6.0 beta, now "makefiles possibly broken"

David LeCount snailboy1 at yahoo.com
Thu Jul 28 02:13:15 GMT 2005


--- Björn König <bkoenig at cs.tu-berlin.de> wrote:

> It seems like that there is a problem with
> /usr/share/mk/bsd.compat.mk. 
> The correct output would be
> 
>  > portupgrade-20041226_5
>  >
>  >
> 
> only. Can you show me your bsd.compat.mk?
> 
> Björn
> 

# $FreeBSD: src/share/mk/bsd.compat.mk,v 1.20
2005/03/02 11:53:21 trhodes Exp $

.if !defined(BURN_BRIDGES)
.for oldnew in \
        NOATM:NO_ATM \
        NOCLEANDIR:NO_CLEANDIR \
        NOCRYPT:NO_CRYPT \
        NODOCCOMPRESS:NO_DOCCOMPRESS \
        NOEXTRADEPEND:NO_EXTRADEPEND \
        NOFORTH:NO_FORTH \
        NOFSCHG:NO_FSCHG \
        NOGAMES:NO_GAMES \
        NOHTML:NO_HTML \
        NOINET6:NO_INET6 \
        NOINFO:NO_INFO \
        NOINFOCOMPRESS:NO_INFOCOMPRESS \
        NOINSTALLLIB:NO_INSTALLLIB \
        NOLIBC_R:NO_LIBC_R \
        NOLIBPTHREAD:NO_LIBPTHREAD \
        NOLIBTHR:NO_LIBTHR \
        NOLINT:NO_LINT \
        NOMAN:NO_MAN \
        NOMANCOMPRESS:NO_MANCOMPRESS \
        NOMLINKS:NO_MLINKS \
        NOOBJ:NO_OBJ \
        NOPAM:NO_PAM \
        NOPIC:NO_PIC \
        NOPROFILE:NO_PROFILE \
        NO_RCMNDS:NO_RCMDS \
        NOSHARE:NO_SHARE \
        NOSHARED:NO_SHARED \
        NOTAGS:NO_TAGS
.for old in ${oldnew:C/:.*//}
.for new in ${oldnew:C/.*://}
.if defined(${old}) && !defined(${new})
.warning ${old} is deprecated in favor of ${new}
${new}= ${${old}}
.endif
.endfor
.endfor
.endfor
.endif

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the freebsd-questions mailing list