Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 21:32:22 +0000
From:      Alex Laurie <alex.r.laurie@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Port not building
Message-ID:  <CAJ33AJUH6nUOeutD_RSg78Nuc%2BpuZ-BHvsRkbp-=O0a5xg6yag@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi All,

Writing my first port and for the life of me I cannot get it to build
properly. It depends on PCRE and starts to build it but it says it's
installed every time. I'm sure you seasoned vets will be able to point my
mistake in a flat second. The Make file and output is below. The program
depends on zlib, pcre, readline, openssl, bzip2, sqlite, ncurses and python
at run time and build. I've been through the handbook and have learned a
lot and done quite a bit of Googl-fu but I'm stumped. Any help? It is
tabbed right, just doesn't paste into gmail right.

# $FreeBSD$

PORTNAME= lnav
PORTVERSION= 0.6.1
CATEGORIES= sysutils
MASTER_SITES= ${GH}

MAINTAINER= Alex.R.Laurie@gmail.com
COMMENT= Log file viewer

LICENSE= GPLv2

BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
pcre:${PORTSDIR}/devel/pcre

USE_OPENSSL= YES
USES_AUTOTOOLS= YES
USES_GMAKE= YES
USE_PYTHON= YES
USE_SQLITE= YES
USE_NCURSES= YES
USE_READLINE= YES

USE_GITHUB= YES
GH_ACCOUNT= tstack
GH_COMMIT= 05c62fc
GH_TAGNAME= ${GH_COMMIT}
.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ33AJUH6nUOeutD_RSg78Nuc%2BpuZ-BHvsRkbp-=O0a5xg6yag>