FreeBSD Bugzilla – Attachment 187633 Details for
Bug 219731
sysutils/fswatch-mon avoiding need of gettext dependency when option NLS is disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update fswatch@1.11.2 and make NLS optional
fswatch-mon-1.11.2.diff (text/plain), 3.30 KB, created by
Enrico M. Crisostomo
on 2017-10-31 23:40:10 UTC
(
hide
)
Description:
update fswatch@1.11.2 and make NLS optional
Filename:
MIME Type:
Creator:
Enrico M. Crisostomo
Created:
2017-10-31 23:40:10 UTC
Size:
3.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 453260) >+++ Makefile (working copy) >@@ -1,19 +1,20 @@ > # Created by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> > # $FreeBSD$ > >-PORTNAME= fswatch >-PORTVERSION= 1.9.3 >-CATEGORIES= sysutils >+PORTNAME= fswatch >+PORTVERSION= 1.11.2 >+CATEGORIES= sysutils > PKGNAMESUFFIX= -mon >+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${PORTVERSION}/ > >-MAINTAINER= enrico.m.crisostomo@gmail.com >-COMMENT= Cross-platform file change monitor >+MAINTAINER= enrico.m.crisostomo@gmail.com >+COMMENT= Cross-platform file change monitor > > LICENSE= GPLv3 > > BROKEN_powerpc64= fails to configure: A compiler with support for C++11 language features is required > >-USES= autoreconf gettext libtool makeinfo >+USES= libtool makeinfo > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > >@@ -27,8 +28,8 @@ > NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls > >-USE_GITHUB= yes > GH_ACCOUNT= emcrisostomo >+GH_PROJECT= fswatch > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfswatch.so >Index: distinfo >=================================================================== >--- distinfo (revision 453260) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1484000771 >-SHA256 (emcrisostomo-fswatch-1.9.3_GH0.tar.gz) = f2ed037dacebf688773f94e474009094dff28bf65faaba8cc4adb16a57435b49 >-SIZE (emcrisostomo-fswatch-1.9.3_GH0.tar.gz) = 202937 >+TIMESTAMP = 1509465920 >+SHA256 (fswatch-1.11.2.tar.gz) = b7dadb84848ce666aac0311f9b4c739fbfee6a90c6097807a1f45ad4367294c2 >+SIZE (fswatch-1.11.2.tar.gz) = 821822 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 453260) >+++ pkg-plist (working copy) >@@ -18,18 +18,20 @@ > include/libfswatch/c/libfswatch_types.h > lib/libfswatch.a > lib/libfswatch.so >-lib/libfswatch.so.6 >-lib/libfswatch.so.6.2.0 >+lib/libfswatch.so.9 >+lib/libfswatch.so.9.0.0 > man/man7/fswatch.7.gz >-%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS >+%%NLS%%%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.libfswatch > %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md > %%PORTDOCS%%%%DOCSDIR%%/COPYING >-%%PORTDOCS%%%%DOCSDIR%%/LICENSE > %%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/NEWS.libfswatch > %%PORTDOCS%%%%DOCSDIR%%/README.bsd > %%PORTDOCS%%%%DOCSDIR%%/README.codestyle > %%PORTDOCS%%%%DOCSDIR%%/README.freebsd >+%%PORTDOCS%%%%DOCSDIR%%/README.libfswatch.md > %%PORTDOCS%%%%DOCSDIR%%/README.gnu-build-system > %%PORTDOCS%%%%DOCSDIR%%/README.illumos > %%PORTDOCS%%%%DOCSDIR%%/README.linux >@@ -38,16 +40,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.smartos > %%PORTDOCS%%%%DOCSDIR%%/README.solaris > %%PORTDOCS%%%%DOCSDIR%%/README.windows >-%%PORTDOCS%%share/doc/libfswatch/AUTHORS >-%%PORTDOCS%%share/doc/libfswatch/COPYING >-%%PORTDOCS%%share/doc/libfswatch/LICENSE >-%%PORTDOCS%%share/doc/libfswatch/NEWS >-%%PORTDOCS%%share/doc/libfswatch/README.md > %%NLS%%share/locale/en@boldquot/LC_MESSAGES/fswatch.mo >-%%NLS%%share/locale/en@boldquot/LC_MESSAGES/libfswatch.mo > %%NLS%%share/locale/en@quot/LC_MESSAGES/fswatch.mo >-%%NLS%%share/locale/en@quot/LC_MESSAGES/libfswatch.mo > %%NLS%%share/locale/es/LC_MESSAGES/fswatch.mo >-%%NLS%%share/locale/es/LC_MESSAGES/libfswatch.mo > %%NLS%%share/locale/it/LC_MESSAGES/fswatch.mo >-%%NLS%%share/locale/it/LC_MESSAGES/libfswatch.mo
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 219731
:
183156
|
187629
| 187633