Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2006 13:13:27 -0200
From:      Giancarlo Rubio <giancarlo.rubio@pucpr.br>
To:        ports@freebsd.org
Subject:   Scribe Port
Message-ID:  <1164381207.95475.4.camel@freebsd>

next in thread | raw e-mail | index | archive | help
Tomorrow the list received a request to create scrib port. I think to
create this port. It's my first port, i need help and sorry for "idiot
question"

I have an error when execute make install (all makes have sucessfully
make fetch,depends,extract,patch,configure,buil)

The error

.....

config.status: creating help/Makefile
config.status: creating SCRIBES/Makefile
config.status: creating data/Makefile
config.status: executing intltool commands
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
===>  Building for scribes-0.3
Making all in po
Error expanding embedded variable.
*** Error code 1

Stop in /usr/ports/editors/scribes/work/scribes-0.3.
*** Error code 1

Stop in /usr/ports/editors/scribes.
-bash-2.05b# 


####Makefile#########


#New ports collectio makefile for: scribes
#Date created 24 November 2006
#Whom:          gianrubio
#
# $FreeBSD$
#

PORTNAME=       scribes
PORTVERSION=    0.3
CATEGORIES=     editors gnome
MASTER_SITES=   http://jaist.dl.sourceforge.net/sourceforge/scribes/\
                http://ufpr.dl.sourceforge.net/sourceforge/scribes/

MAINTAINER=     giancarlo.rubio@pucpr.br
COMMENT=        A simple text editor for GNOME

MAN1=           scribes
MANCOMPRESSED=  yes

USE_BZIP2=      yes

GNU_CONFIGURE=  yes

WITH_GNOME=     yes
USE_GNOME=      pygtk2 \
                pygnomeextras \
                gnomedesktop
RUN_DEPENDS=    yelp:${PORTSDIR}/x11/yelp \
                py-dbus:${PORTSDIR}/devel/py-dbus

.include <bsd.port.mk>



Thanks for atention

-- 
"Linux is for people who hate Windows,
BSD is for people who love UNIX"
Freebsd-BR User #88
---
Giancarlo Rubio




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1164381207.95475.4.camel>