FreeBSD Bugzilla – Attachment 195282 Details for
Bug 228438
security/acme-client: dies with "bad exit: netproc(29011): 1\0"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
acme-client.diff
acme-client.diff (text/plain), 1.66 KB, created by
Tobias Kortkamp
on 2018-07-19 20:43:13 UTC
(
hide
)
Description:
acme-client.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-07-19 20:43:13 UTC
Size:
1.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 474875) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= acme-client > PORTVERSION= 0.1.16 >-PORTREVISION= 3 >+PORTREVISION= 4 > DISTVERSIONPREFIX= portable- > CATEGORIES= security > MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ >@@ -62,7 +62,7 @@ > . endif > BUILD_DEPENDS+= ${NONEXISTENT}:security/libressl:stage > CPPFLAGS+= -I${STAGEDIR_libressl}${LOCALBASE}/include >-LDFLAGS+= ${STAGEDIR_libressl}${LOCALBASE}/lib/libtls.a \ >+LDFLAGS+= -lpthread ${STAGEDIR_libressl}${LOCALBASE}/lib/libtls.a \ > ${STAGEDIR_libressl}${LOCALBASE}/lib/libssl.a \ > ${STAGEDIR_libressl}${LOCALBASE}/lib/libcrypto.a > post-configure: >Index: files/extra-patch-GNUmakefile >=================================================================== >--- files/extra-patch-GNUmakefile (revision 474875) >+++ files/extra-patch-GNUmakefile (nonexistent) >@@ -1,11 +0,0 @@ >---- GNUmakefile.orig 2016-09-01 05:48:04 UTC >-+++ GNUmakefile >-@@ -71,7 +71,7 @@ endif >- all: acme-client >- >- acme-client: $(OBJS) >-- $(CC) -o $@ $(OBJS) $(LDFLAGS) -ltls -lssl -lcrypto $(LIBBSD) >-+ $(CC) -o $@ $(OBJS) $(LDFLAGS) ${PREFIX}/lib/libtls.a ${PREFIX}/lib/libssl.a ${PREFIX}/lib/libcrypto.a $(LIBBSD) >- >- # This is for synchronising from -portable to the master. >- rmerge: > >Property changes on: files/extra-patch-GNUmakefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 228438
:
193632
|
194620
| 195282 |
195392