FreeBSD Bugzilla – Attachment 199566 Details for
Bug 233460
net/miniupnpc: use textproc/gsed for install's GNU-isms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sed(1) usage
miniupnpc.bsdregex.diff (text/plain), 732 bytes, created by
Jan Beich
on 2018-11-26 06:37:15 UTC
(
hide
)
Description:
Fix sed(1) usage
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2018-11-26 06:37:15 UTC
Size:
732 bytes
patch
obsolete
>Index: net/miniupnpc/files/patch-Makefile >=================================================================== >--- net/miniupnpc/files/patch-Makefile (revision 485516) >+++ net/miniupnpc/files/patch-Makefile (working copy) >@@ -20,3 +20,12 @@ > PKGCONFIGDIR = $(INSTALLDIRLIB)/pkgconfig > > FILESTOINSTALL = $(LIBRARY) $(EXECUTABLES) >+@@ -229,7 +228,7 @@ distclean: clean >+ >+ updateversion: miniupnpc.h >+ cp miniupnpc.h miniupnpc.h.bak >+- sed 's/\(.*MINIUPNPC_API_VERSION\s\+\)[0-9]\+/\1$(APIVERSION)/' < miniupnpc.h.bak > miniupnpc.h >++ sed -E 's/(.*MINIUPNPC_API_VERSION[[:space:]]+)[0-9]+/\1$(APIVERSION)/' < miniupnpc.h.bak > miniupnpc.h >+ >+ install: updateversion $(FILESTOINSTALL) >+ $(INSTALL) -d $(DESTDIR)$(INSTALLDIRINC)
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 233460
:
199505
| 199566