FreeBSD Bugzilla – Attachment 94546 Details for
Bug 132729
[PATCH] sysutils/fileschanged: Fix mtree issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fileschanged-0.6.5_1.patch
fileschanged-0.6.5_1.patch (text/plain), 2.12 KB, created by
Steven Kreuzer
on 2009-03-17 14:00:12 UTC
(
hide
)
Description:
fileschanged-0.6.5_1.patch
Filename:
MIME Type:
Creator:
Steven Kreuzer
Created:
2009-03-17 14:00:12 UTC
Size:
2.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/share/cvs/freebsd/ports/sysutils/fileschanged/Makefile,v >retrieving revision 1.8 >diff -u -u -r1.8 Makefile >--- Makefile 6 Jun 2008 14:02:58 -0000 1.8 >+++ Makefile 17 Mar 2009 13:50:24 -0000 >@@ -30,4 +30,12 @@ > PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README > PLIST_FILES= bin/fileschanged > >+.if !defined(NOPORTDOCS) >+post-install: >+ ${MKDIR} ${DOCSDIR} >+.for DOCFILE in ${PORTDOCS} >+ ${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR} >+.endfor >+.endif >+ > .include <bsd.port.mk> >Index: files/patch-Makefile.in >=================================================================== >RCS file: files/patch-Makefile.in >diff -N files/patch-Makefile.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-Makefile.in 17 Mar 2009 13:51:25 -0000 >@@ -0,0 +1,29 @@ >+--- Makefile.in.orig 2009-03-17 09:37:59.000000000 -0400 >++++ Makefile.in 2009-03-17 09:39:59.000000000 -0400 >+@@ -244,16 +244,16 @@ >+ redhat/fileschanged.spec: $(top_builddir)/config.status $(top_srcdir)/redhat/fileschanged.spec.in >+ cd $(top_builddir) && $(SHELL) ./config.status $@ >+ uninstall-info-am: >+-install-dist_pkgdataDATA: $(dist_pkgdata_DATA) >+- @$(NORMAL_INSTALL) >+- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" >+- @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ >+- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ >+- f=$(am__strip_dir) \ >+- echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ >+- $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ >+- done >+- >++#install-dist_pkgdataDATA: $(dist_pkgdata_DATA) >++# @$(NORMAL_INSTALL) >++# test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" >++# @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ >++# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ >++# f=$(am__strip_dir) \ >++# echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ >++# $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ >++#done >++# >+ uninstall-dist_pkgdataDATA: >+ @$(NORMAL_UNINSTALL) >+ @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
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 132729
: 94546