FreeBSD Bugzilla – Attachment 120058 Details for
Bug 162807
new port: archivers/php5-phar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 903 bytes, created by
Oleg Pudeyev
on 2011-11-24 05:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg Pudeyev
Created:
2011-11-24 05:40:08 UTC
Size:
903 bytes
patch
obsolete
>--- lang/php5/Makefile.ext.orig 2011-11-23 22:46:19.429053038 -0500 >+++ lang/php5/Makefile.ext 2011-11-23 23:41:04.174696968 -0500 >@@ -264,6 +264,14 @@ > CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} > .endif > >+.if ${PHP_MODNAME} == "phar" >+CONFIGURE_ARGS+=--enable-phar >+# does not work: https://bugs.php.net/bug.php?id=60370 >+# --with-pcre-dir=${LOCALBASE} >+CFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib >+.endif >+ > .if ${PHP_MODNAME} == "posix" > CONFIGURE_ARGS+=--enable-posix > .endif >--- /dev/null 2011-11-23 23:41:23.000000000 -0500 >+++ archivers/php5-phar/Makefile 2011-11-23 22:45:46.224033965 -0500 >@@ -0,0 +1,14 @@ >+# New ports collection makefile for: php5-phar >+# Date created: 23 Nov 2011 >+# Whom: Oleg Pudeyev <oleg@bsdpower.com> >+# >+# $FreeBSD$ >+# >+ >+CATEGORIES= archivers >+ >+MASTERDIR= ${.CURDIR}/../../lang/php5 >+ >+PKGNAMESUFFIX= -phar >+ >+.include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162807
: 120058