Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2012 11:37:58 +0800 (CST)
From:      Stephon Chen <stephon@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jnlin@csie.nctu.edu.tw
Subject:   ports/168089: [PATCH] databases/pecl-handlersocket: fix WRKSRC
Message-ID:  <20120518033758.3CA0B2E06C@shell.pixnet.tw>
Resent-Message-ID: <201205180350.q4I3o29f054542@freefall.freebsd.org>

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

>Number:         168089
>Category:       ports
>Synopsis:       [PATCH] databases/pecl-handlersocket: fix WRKSRC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 03:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Stephon Chen
>Release:        FreeBSD 7.4-RELEASE-p3 amd64
>Organization:
PIXNET
>Environment:
System: FreeBSD shell 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 15:04:44 UTC 2011
>Description:
fix WRKSRC to avoid build error

Port maintainer (jnlin@csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pecl-handlersocket-0.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/pecl-handlersocket/Makefile /.amd_mnt/10.4.1.1/vol/home/admin/stephon/ports/databases/pecl-handlersocket/Makefile
--- /usr/ports/databases/pecl-handlersocket/Makefile	2012-05-17 20:06:18.000000000 +0800
+++ /.amd_mnt/10.4.1.1/vol/home/admin/stephon/ports/databases/pecl-handlersocket/Makefile	2012-05-18 11:00:42.977502000 +0800
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	libhsclient>0:${PORTSDIR}/databases/libhsclient
 
-WRKSRC=		${WRKDIR}/php-${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
--- pecl-handlersocket-0.3.1.patch ends here ---

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



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