Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 12:28:04 GMT
From:      Matthew Seaman <m.seaman@inpharmatica.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24084: [patch] misc/proxyper port fails to install
Message-ID:  <200101051228.f05CS4744093@marylebone.inpharmatica.co.uk>
Resent-Message-ID: <200101051230.f05CU2713485@freefall.freebsd.org>

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

>Number:         24084
>Category:       ports
>Synopsis:       misc/proxyper port fails to install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 05 04:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Inpharmatica Ltd
>Environment:

FreeBSD marylebone.inpharmatica.co.uk 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Dec 20 14:22:09 GMT 2000     root@marylebone.inpharmatica.co.uk:/usr/obj/usr/src/sys/MARYLEBONE  i386

/usr/ports cvsup'd 5 Jan 2001

>Description:

	make install fails due to missing proxyper.sh init script.
	proxyper.sh script should be generated in the build phase,
	but that's been disabled by setting NO_BUILD=yes

>How-To-Repeat:

	cd /usr/ports/misc/proxyper
	make install

>Fix:

marylebone:...ports/misc/proxyper:# diff -u Makefile.orig Makefile
--- Makefile.orig       Fri Jan  5 12:25:39 2001
+++ Makefile    Fri Jan  5 11:51:34 2001
@@ -24,7 +24,7 @@
 BROKEN=                "No version is currently available for your system.  Please try again later."
 .endif
 
-NO_BUILD=      yes
+#NO_BUILD=     yes
 
 BINDIR=                ${PREFIX}/distributed.net/proxy/
 LIBDIR=                ${PREFIX}/etc/rc.d/




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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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