Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2009 16:56:51 GMT
From:      Mikle Davidkin <me@skylord.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136357: net-p2p/verlihub - small patch for custom prefix working
Message-ID:  <200907051656.n65GupTQ094462@www.freebsd.org>
Resent-Message-ID: <200907051700.n65H0EQX011753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         136357
>Category:       ports
>Synopsis:       net-p2p/verlihub - small patch for custom prefix working
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 05 17:00:13 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mikle Davidkin
>Release:        
>Organization:
>Environment:
FreeBSD res.linkline.ru 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Mon Apr  7 14:55:16 MSD 2008     skylordssh@res.linkline.ru:/usr/obj/usr/src/sys/skykernel  amd64

>Description:
Port won't build with custom prefix becouse of configure error. Patch is attached.
My e-mail address is also changed...

>How-To-Repeat:

>Fix:
--- Makefile.orig       2009-01-12 01:49:26.000000000 +0300
+++ Makefile    2009-07-05 20:55:41.000000000 +0400
@@ -12,7 +12,7 @@
 CATEGORIES=    net-p2p
 MASTER_SITES=  SF

-MAINTAINER=    skylord@vt.net.ru
+MAINTAINER=    me@skylord
 COMMENT=       A Direct Connect protocol server (Hub)

 # XXX: Actually, bash isn't required for building,
@@ -27,6 +27,7 @@
 USE_AUTOTOOLS= libtool:15
 USE_MYSQL=     yes
 GNU_CONFIGURE= yes
+CONFIGURE_ARGS=        --with-geoip-prefix=${PREFIX}
 USE_LDCONFIG=  yes
 USE_OPENSSL=   yes
 SUB_FILES+=    pkg-message


>Release-Note:
>Audit-Trail:
>Unformatted:



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