FreeBSD Bugzilla – Attachment 105228 Details for
Bug 145640
[MAINTAINER] [PATCH] shells/fish fix plist if seq provided by base system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.05 KB, created by
Robert Farmer
on 2010-04-12 07:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Robert Farmer
Created:
2010-04-12 07:10:01 UTC
Size:
1.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/shells/fish/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- Makefile 28 Mar 2010 06:43:32 -0000 1.11 >+++ Makefile 12 Apr 2010 06:02:41 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= fish > PORTVERSION= 1.23.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= shells > MASTER_SITES= SF > >@@ -57,6 +57,12 @@ > BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen > .endif > >+.if ${OSVERSION} > 900008 >+PLIST_SUB+= SEQ="@comment" >+.else >+PLIST_SUB+= SEQ="" >+.endif >+ > post-patch: > .if defined(NOPORTDOCS) > @${REINPLACE_CMD} -e 's|$(PROGRAMS) user_doc|$(PROGRAMS)|' \ >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/shells/fish/pkg-plist,v >retrieving revision 1.5 >diff -u -r1.5 pkg-plist >--- pkg-plist 17 Mar 2010 06:29:16 -0000 1.5 >+++ pkg-plist 12 Apr 2010 06:02:55 -0000 >@@ -2,7 +2,7 @@ > bin/fish_indent > bin/fish_pager > bin/fishd >-bin/seq >+%%SEQ%%bin/seq > bin/mimedb > bin/set_color > %%ETCDIR%%/config.fish
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 145640
: 105228