Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 112505 Details for
Bug 154617
net-analyzer/nagios-plugins version bump to 1.4.6 (current: 1.4.3)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch required to build nagios-plugins-1.4.6
nagios-plugins-1.4.6-po.patch (text/plain), 3.39 KB, created by
Chris Donovan
on 2007-03-08 02:46:30 UTC
(
hide
)
Description:
Patch required to build nagios-plugins-1.4.6
Filename:
MIME Type:
Creator:
Chris Donovan
Created:
2007-03-08 02:46:30 UTC
Size:
3.39 KB
patch
obsolete
>--- Makefile.in.in 2006/05/18 23:09:03 1.1 >+++ Makefile.in.in 2007/02/09 14:35:41 1.2 >@@ -1,5 +1,7 @@ >+# -*- buffer-read-only: t -*- vi: set ro: >+# DO NOT EDIT! GENERATED AUTOMATICALLY! > # Makefile for PO directory in any package using GNU gettext. >-# Copyright (C) 1995-1997, 2000-2005 by Ulrich Drepper <drepper@gnu.ai.mit.edu> >+# Copyright (C) 1995-1997, 2000-2006 by Ulrich Drepper <drepper@gnu.ai.mit.edu> > # > # This file can be copied and used freely without restrictions. It can > # be used in projects which are not available under the GNU General Public >@@ -25,17 +27,26 @@ > exec_prefix = @exec_prefix@ > datarootdir = @datarootdir@ > datadir = @datadir@ >-localedir = $(datadir)/locale >+localedir = @localedir@ > gettextsrcdir = $(datadir)/gettext/po > > INSTALL = @INSTALL@ > INSTALL_DATA = @INSTALL_DATA@ >-MKINSTALLDIRS = @MKINSTALLDIRS@ >-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) >+mkinstalldirs = $(SHELL) @install_sh@ -d >+mkdir_p = @mkdir_p@ > >-GMSGFMT = @GMSGFMT@ >-MSGFMT = @MSGFMT@ >-XGETTEXT = @XGETTEXT@ >+GMSGFMT_ = @GMSGFMT@ >+GMSGFMT_no = @GMSGFMT@ >+GMSGFMT_yes = @GMSGFMT_015@ >+GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) >+MSGFMT_ = @MSGFMT@ >+MSGFMT_no = @MSGFMT@ >+MSGFMT_yes = @MSGFMT_015@ >+MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) >+XGETTEXT_ = @XGETTEXT@ >+XGETTEXT_no = @XGETTEXT@ >+XGETTEXT_yes = @XGETTEXT_015@ >+XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) > MSGMERGE = msgmerge > MSGMERGE_UPDATE = @MSGMERGE@ --update > MSGINIT = msginit >@@ -159,7 +170,7 @@ > install-exec: > install-data: install-data-@USE_NLS@ > if test "$(PACKAGE)" = "gettext-tools"; then \ >- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ >+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ > for file in $(DISTFILES.common) Makevars.template; do \ > $(INSTALL_DATA) $(srcdir)/$$file \ > $(DESTDIR)$(gettextsrcdir)/$$file; \ >@@ -172,13 +183,13 @@ > fi > install-data-no: all > install-data-yes: all >- $(mkinstalldirs) $(DESTDIR)$(datadir) >+ $(mkdir_p) $(DESTDIR)$(datadir) > @catalogs='$(CATALOGS)'; \ > for cat in $$catalogs; do \ > cat=`basename $$cat`; \ > lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ > dir=$(localedir)/$$lang/LC_MESSAGES; \ >- $(mkinstalldirs) $(DESTDIR)$$dir; \ >+ $(mkdir_p) $(DESTDIR)$$dir; \ > if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ > $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ > echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ >@@ -218,19 +229,19 @@ > installdirs-exec: > installdirs-data: installdirs-data-@USE_NLS@ > if test "$(PACKAGE)" = "gettext-tools"; then \ >- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ >+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ > else \ > : ; \ > fi > installdirs-data-no: > installdirs-data-yes: >- $(mkinstalldirs) $(DESTDIR)$(datadir) >+ $(mkdir_p) $(DESTDIR)$(datadir) > @catalogs='$(CATALOGS)'; \ > for cat in $$catalogs; do \ > cat=`basename $$cat`; \ > lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ > dir=$(localedir)/$$lang/LC_MESSAGES; \ >- $(mkinstalldirs) $(DESTDIR)$$dir; \ >+ $(mkdir_p) $(DESTDIR)$$dir; \ > for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ > if test -n "$$lc"; then \ > if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ >@@ -375,7 +386,7 @@ > > Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ > cd $(top_builddir) \ >- && $(SHELL) ./config.status $(subdir)/$@.in >+ && $(SHELL) ./config.status $(subdir)/$@.in po-directories > > force: >
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 154617
:
112504
| 112505