Mark it broken, can't build.

-------
===>  Building for libgtop-0.26.2
Makefile:499: macros/macros.dep: No such file or directory
cd macros && gmake macros.dep
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
This commit is contained in:
Satoshi Asami 1998-11-08 00:24:03 +00:00
parent 9e8dba0228
commit badeabad3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14400
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1998/10/07 16:27:38 vanilla Exp $
# $Id: Makefile,v 1.6 1998/10/08 15:24:37 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
@ -14,6 +14,7 @@ MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
BROKEN= build
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1998/10/07 16:27:38 vanilla Exp $
# $Id: Makefile,v 1.6 1998/10/08 15:24:37 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
@ -14,6 +14,7 @@ MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
BROKEN= build
GNU_CONFIGURE= yes
USE_GMAKE= yes