Hi all,

I'm trying to create an empty port. It should just have a couple of
RUN_DEPENDS but download/build/install anything of its own; a
meta-port, if you will.

I'm copying hints from misc/tpwireless (don't download stuff) and
x11/msttcorefonts (dont build anything) but I'm still having some
issues with not installting anything. I'm getting errors in the
Configure-stage of the port :

----------------------------------------------------------------------
[EMAIL PROTECTED] $ make install
===>  Checking files for despair-1.0.0
===>  Extracting for despair-1.0.0
===>  Patching for despair-1.0.0
===>  Configuring for despair-1.0.0
===>  Faking installation for despair-1.0.0
install: /usr/ports/mystuff/despair/w-despair-1.0.0/fake-sparc64: Operation not 
permitted
make: cannot open Makefile.
*** Error code 2

Stop in /usr/ports/mystuff/despair (line 1977 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
----------------------------------------------------------------------

Here's the Makefile :

----------------------------------------------------------------------
COMMENT=        "meta port to install software on despair"

PKGNAME=        despair-1.0.0
CATEGORIES=     misc
DISTFILES=

MAINTAINER=     "Paul 'WEiRD' de Weerd <[EMAIL PROTECTED]>"

# public domain (nothing there ;)
PERMIT_PACKAGE_CDROM=   Yes
PERMIT_PACKAGE_FTP=     Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP=   Yes

NO_CHECKSUM=    Yes
NO_BUILD=       Yes
NO_REGRESS=     Yes

RUN_DEPENDS=    ::misc/screen \
                ::net/wget

.include <bsd.port.mk>
----------------------------------------------------------------------

(most RUN_DEPENDS removed for brevity)

Can someone point me to the right keyword to search for in ports(7) or
on google ?

Thanks,

Paul 'WEiRD' de Weerd

-- 
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/                 

Reply via email to