ports/54777: make package works invalid for mozilla-firebird port

Vladimir B. Grebenschikov vova at fbsd.ru
Thu Jul 24 03:10:25 PDT 2003


The following reply was made to PR ports/54777; it has been noted by GNATS.

From: "Vladimir B. Grebenschikov" <vova at fbsd.ru>
To: freebsd-gnats-submit at FreeBSD.org
Cc: Joe Marcus Clarke <marcus at FreeBSD.org>
Subject: Re: ports/54777: make package works invalid for mozilla-firebird
	port
Date: 24 Jul 2003 14:05:26 +0400

 =F7 Wed, 23.07.2003, =D7 23:30, Joe Marcus Clarke =D0=C9=DB=C5=D4:
 > What invalid code does Firebird have?
 
 Do not know. I guess your environment no same as my or bento's and it is
 not reflected in dependances.
 
 
 Looks like for makefile's target:
 
 cons-plist:
         -${RM} -f ${PLIST}
         ${ECHO_CMD} bin/firebird >>${PLIST}
         ${ECHO_CMD} bin/MozillaFirebird >>${PLIST}
         ${ECHO_CMD} bin/firebird-config >>${PLIST}
 .for i in ${EXTRA_SCRIPTS}
         ${ECHO_CMD} bin/${i} >>${PLIST}
 .endfor # i in ${EXTRA_SCRIPTS}
         cd ${PREFIX}; \
         ${FIND} ${LOCAL_SUBDIR} ! -type d | ${SORT} >>${PLIST}; \
         ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} \
           | ${SED} -e "s:^:@exec ${MKDIR} %D/:" -e "s:$$: || true:" \
           >> ${PLIST}; \
         ${FIND} ${LOCAL_SUBDIR} -type d -empty | ${SORT} -r \
           | ${SED} -e "s:^:@unexec ${RMDIR} %D/:" -e "s:$$: || true:" \
           >> ${PLIST}; \
         ${FIND} ${LOCAL_SUBDIR} -type d ! -empty | ${SORT} -r \
                 | ${SED} -e "s:^:@dirrm :" >> ${PLIST}
 
 Only first tree ECHO_CMD executed.
 
 I have no ready builded directro with mozilla-firebird to try make
 package, but will check today more close.
 
 > I just generated a package locally, and
 > it works fine.  Perhaps there was a problem with that build from bento.  =
 Wait
 > until the next package build, then let me know if the problem persists.
 
 I just tried to make package on 4.8-RELEASE and get exactly same effect
 as for bento build environment.
 
 --=20
 Vladimir B. Grebenschikov <vova at fbsd.ru>
 SWsoft Inc.


More information about the freebsd-gnome mailing list