Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 22:14:19 +0200 (CEST)
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190384: Patch to fix my lang/pbasic/Makefile to obviate NO_STAGE
Message-ID:  <201405292014.s4TKEJYC057214@fire.js.berklix.net>
Resent-Message-ID: <201405292020.s4TKK0QM038210@freefall.freebsd.org>

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

>Number:         190384
>Category:       ports
>Synopsis:       Patch to fix my lang/pbasic/Makefile to obviate NO_STAGE
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 20:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Julian H. Stacey <jhs@berklix.com>
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen.
>Environment:
System: FreeBSD fire.js.berklix.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Sat Feb 22 12:36:48 CET 2014 jhs@blak.js.berklix.net:/sys/amd64/compile/FIRE64.small amd64


	
>Description:
	Patch appended ref.
Subject: FreeBSD ports that you maintain require staging updates
From: portmgr-feedback@FreeBSD.org
Date: Thu, 29 May 2014 13:39:08 -0500 (CDT) (20:39 CEST)
To: jhs@berklix.com

	
>How-To-Repeat:
	
>Fix:
*** old-current/ports/pbasic/Makefile	Thu May 29 21:42:18 2014
--- new-current/ports/pbasic/Makefile	Thu May 29 22:02:06 2014
***************
*** 24,36 ****
  		${WRKSRC}/freebsd/makefile
  	${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile
  
- NO_STAGE=	yes
  do-configure:
  	-cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \
  			pdp11 cursor/cursor.dos cursor/cursor.ukc
  
  do-install:
! 	${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
! 	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
  
  .include <bsd.port.mk>
--- 24,35 ----
  		${WRKSRC}/freebsd/makefile
  	${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile
  
  do-configure:
  	-cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \
  			pdp11 cursor/cursor.dos cursor/cursor.ukc
  
  do-install:
! 	${INSTALL_PROGRAM} ${WRKSRC}/basic ${STAGEDIR}${PREFIX}/bin/pbasic
! 	${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1
  
  .include <bsd.port.mk>



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



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