FreeBSD Bugzilla – Attachment 188068 Details for
Bug 223714
[NEW PORT] php72-fastdfs: PHP 7.2 module for accessing a FastDFS cluster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
First part which removes patch + changes to DISTVERSION
fastdfs-patch-1.patch (text/plain), 4.18 KB, created by
Daniel Ylitalo
on 2017-11-17 11:00:30 UTC
(
hide
)
Description:
First part which removes patch + changes to DISTVERSION
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2017-11-17 11:00:30 UTC
Size:
4.18 KB
patch
obsolete
>Index: php56-fastdfs/Makefile >=================================================================== >--- php56-fastdfs/Makefile (revision 454369) >+++ php56-fastdfs/Makefile (working copy) >@@ -1,8 +1,9 @@ > # $FreeBSD$ > >-PORTNAME= php56-fastdfs >-PORTVERSION= 5.0.11 >+PORTNAME= fastdfs >+DISTVERSION= 5.0.11 > CATEGORIES= ftp >+PKGNAMEPREFIX= php56- > > MAINTAINER= daniel@blodan.se > COMMENT= PHP 5.6 module for accessing a FastDFS cluster >@@ -9,6 +10,8 @@ > > LICENSE= GPLv3+ > >+IGNORE_WITH_PHP= 70 71 72 >+ > LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ > libfdfsclient.so:ftp/fastdfs > >@@ -18,10 +21,10 @@ > GH_TAGNAME= 1e50b4f > > USES= php:ext >-IGNORE_WITH_PHP= 70 71 > PHP_VER= 56 > > WRKSRC_SUBDIR= php_client >+CONFIGURE_ENV= ROOT=${LOCALBASE} > > PHP_MODNAME= fastdfs_client > >Index: php56-fastdfs/files/patch-config.m4 >=================================================================== >--- php56-fastdfs/files/patch-config.m4 (revision 454369) >+++ php56-fastdfs/files/patch-config.m4 (nonexistent) >@@ -1,11 +0,0 @@ >---- config.m4.orig 2016-08-08 07:17:50 UTC >-+++ config.m4 >-@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t >- PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD) >- >- if test -z "$ROOT"; then >-- ROOT=/usr >-+ ROOT=/usr/local >- fi >- >- PHP_ADD_INCLUDE($ROOT/include/fastcommon) > >Property changes on: php56-fastdfs/files/patch-config.m4 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Index: php70-fastdfs/Makefile >=================================================================== >--- php70-fastdfs/Makefile (revision 454369) >+++ php70-fastdfs/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= fastdfs >-PORTVERSION= 5.0.11 >+DISTVERSION= 5.0.11 > CATEGORIES= ftp > PKGNAMEPREFIX= php70- > >@@ -10,6 +10,8 @@ > > LICENSE= GPLv3+ > >+IGNORE_WITH_PHP= 56 71 72 >+ > LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ > libfdfsclient.so:ftp/fastdfs > >@@ -19,10 +21,10 @@ > GH_TAGNAME= 1e50b4f > > USES= php:ext >-IGNORE_WITH_PHP= 56 71 > PHP_VER= 70 > > WRKSRC_SUBDIR= php_client >+CONFIGURE_ENV= ROOT=${LOCALBASE} > > PHP_MODNAME= fastdfs_client > >Index: php70-fastdfs/files/patch-config.m4 >=================================================================== >--- php70-fastdfs/files/patch-config.m4 (revision 454369) >+++ php70-fastdfs/files/patch-config.m4 (nonexistent) >@@ -1,11 +0,0 @@ >---- config.m4.orig 2016-08-08 07:17:50 UTC >-+++ config.m4 >-@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t >- PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD) >- >- if test -z "$ROOT"; then >-- ROOT=/usr >-+ ROOT=/usr/local >- fi >- >- PHP_ADD_INCLUDE($ROOT/include/fastcommon) > >Property changes on: php70-fastdfs/files/patch-config.m4 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Index: php71-fastdfs/Makefile >=================================================================== >--- php71-fastdfs/Makefile (revision 454369) >+++ php71-fastdfs/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= fastdfs >-PORTVERSION= 5.0.11 >+DISTVERSION= 5.0.11 > CATEGORIES= ftp > PKGNAMEPREFIX= php71- > >@@ -10,6 +10,8 @@ > > LICENSE= GPLv3+ > >+IGNORE_WITH_PHP= 56 70 72 >+ > LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ > libfdfsclient.so:ftp/fastdfs > >@@ -19,10 +21,10 @@ > GH_TAGNAME= 1e50b4f > > USES= php:ext >-IGNORE_WITH_PHP= 56 70 > PHP_VER= 71 > > WRKSRC_SUBDIR= php_client >+CONFIGURE_ENV= ROOT=${LOCALBASE} > > PHP_MODNAME= fastdfs_client > >Index: php71-fastdfs/files/patch-config.m4 >=================================================================== >--- php71-fastdfs/files/patch-config.m4 (revision 454369) >+++ php71-fastdfs/files/patch-config.m4 (nonexistent) >@@ -1,11 +0,0 @@ >---- config.m4.orig 2016-08-08 07:17:50 UTC >-+++ config.m4 >-@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t >- PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD) >- >- if test -z "$ROOT"; then >-- ROOT=/usr >-+ ROOT=/usr/local >- fi >- >- PHP_ADD_INCLUDE($ROOT/include/fastcommon) > >Property changes on: php71-fastdfs/files/patch-config.m4 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property
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 223714
:
188055
|
188068
|
188069
|
188421
|
188422