ports/190384: Patch to fix my lang/pbasic/Makefile to obviate NO_STAGE

Julian H. Stacey jhs at berklix.com
Thu May 29 20:20:01 UTC 2014


>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 at 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 at 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 at FreeBSD.org
Date: Thu, 29 May 2014 13:39:08 -0500 (CDT) (20:39 CEST)
To: jhs at 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:


More information about the freebsd-ports-bugs mailing list