Bug 162807 - new port: archivers/php5-phar
Summary: new port: archivers/php5-phar
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-24 05:40 UTC by Oleg Pudeyev
Modified: 2011-11-25 15:51 UTC (History)
0 users

See Also:


Attachments
file.diff (903 bytes, patch)
2011-11-24 05:40 UTC, Oleg Pudeyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Pudeyev 2011-11-24 05:40:08 UTC
Attached is a new port for phar extension in php. It is available starting with php 5.3.0.

I had to set CFLAGS and LDFLAGS manually because phar extension does not understand --with-pcre-dir. See https://bugs.php.net/bug.php?id=60370 I filed upstream.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-11-24 15:52:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

can u please have a look here, thx.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-25 15:49:31 UTC
ale         2011-11-25 15:48:57 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/php5-phar  Makefile 
    archivers/php5-phar/files patch-config.m4 patch-phar.c 
  Log:
  Add php5-phar extension.
  
  PR:             ports/162807
  Submitted by:   Oleg Pudeyev <oleg@bsdpower.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.268     +1 -0      ports/archivers/Makefile
  1.1       +14 -0     ports/archivers/php5-phar/Makefile (new)
  1.1       +41 -0     ports/archivers/php5-phar/files/patch-config.m4 (new)
  1.1       +11 -0     ports/archivers/php5-phar/files/patch-phar.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2011-11-25 15:50:54 UTC
State Changed
From-To: open->closed

Committed. Many php5 extensions don't support external pcre.