Bug 191736 - [PATCH] devel/phpsh: Fix subprocess died with return code: 0
Summary: [PATCH] devel/phpsh: Fix subprocess died with return code: 0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 12:02 UTC by Gasol Wu
Modified: 2014-07-24 15:02 UTC (History)
0 users

See Also:


Attachments
phpsh-20110513.patch (1.77 KB, patch)
2014-07-08 12:02 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!