Bug 191736

Summary: [PATCH] devel/phpsh: Fix subprocess died with return code: 0
Product: Ports & Packages Reporter: Gasol Wu <gasol.wu>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
phpsh-20110513.patch none

Description Gasol Wu 2014-07-08 12:02:17 UTC
Created attachment 144514 [details]
phpsh-20110513.patch

Accept 0 as successful exit status, Fix issue as following, Also make portlint feel good.

    Starting php
    type 'h' or 'help' to see instructions & features
    php> = 'foo'
    "foo"
    subprocess died with return code: 0
    PHP died. Restarting php

Reference:
https://github.com/hugochinchilla/phpsh/commit/18432dbeb91c3810cd58d1a31ccbb4ef43d71795

Port maintainer (ashish@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-24 15:02:16 UTC
A commit references this bug:

Author: ashish
Date: Thu Jul 24 15:01:31 UTC 2014
New revision: 362802
URL: http://svnweb.freebsd.org/changeset/ports/362802

Log:
  - Fix bug when subprocess exits with return code 0
  - Fix WWW line in pkg-descr
  - Add LICENSE information
  - Fix portlint issues

  PR:		191736
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

Changes:
  head/devel/phpsh/Makefile
  head/devel/phpsh/files/patch-src____init__.py
  head/devel/phpsh/pkg-descr
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2014-07-24 15:02:54 UTC
Committed with minor changes.

Thanks!