Skip site navigation (1)Skip section navigation (2)
Date:      11 Oct 2007 07:24:52 -0000
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lapo Luchini <lapo@lapo.it>
Subject:   ports/117106: port update: security/hamachi
Message-ID:  <20071011072452.51894.qmail@mail.lapo.it>
Resent-Message-ID: <200710110910.l9B9A14d009670@freefall.freebsd.org>

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

>Number:         117106
>Category:       ports
>Synopsis:       port update: security/hamachi
>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:   Thu Oct 11 09:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.2-STABLE FreeBSD 6.2-STABLE #7: Fri Jun 15 15:41:02 CEST 2007 root@motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

>Description:

The port is currently a little imprecise: uses post-patch to do "build things".
The following patch tidies it up a bit.

>How-To-Repeat:
>Fix:

--- Makefile.orig       Thu Sep 27 12:00:55 2007
+++ Makefile    Tue Oct  2 10:15:26 2007
@@ -17,7 +17,6 @@

 PATCH_DEPENDS= upx:${PORTSDIR}/archivers/upx

-NO_BUILD=      yes
 ONLY_FOR_ARCHS=        i386 amd64
 USE_LINUX=     yes

@@ -27,8 +26,9 @@

 post-patch:
        ${RM} -f ${WRKSRC}/tuncfg/tuncfg
+       ${LOCALBASE}/bin/upx -d ${WRKSRC}/hamachi
+do-build:
        ${CC} ${CFLAGS} -o ${WRKSRC}/tuncfg/tuncfg ${WRKSRC}/tuncfg/tuncfg.c
-       upx -d ${WRKSRC}/hamachi

 post-install:
 .if !defined(NOPORTDOCS)

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



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