FreeBSD Bugzilla – Attachment 28190 Details for
Bug 47524
[MAINTAINER] security/opencdk: cosmetic fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
opencdk-0.4.1.patch
opencdk-0.4.1.patch (text/plain), 1.54 KB, created by
Sergei Kolobov
on 2003-01-26 22:30:01 UTC
(
hide
)
Description:
opencdk-0.4.1.patch
Filename:
MIME Type:
Creator:
Sergei Kolobov
Created:
2003-01-26 22:30:01 UTC
Size:
1.54 KB
patch
obsolete
>? files/patch-malloc.h >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/opencdk/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 2003/01/24 23:13:30 1.2 >+++ Makefile 2003/01/26 22:18:44 >@@ -12,7 +12,7 @@ > http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ > ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/opencdk/ \ > ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ >- ftp://ftp.gnutls.org/pub/gnutls/opencdk/ >+ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ > > MAINTAINER= sergei@kolobov.com > >@@ -27,10 +27,12 @@ > DOCS= AUTHORS NEWS README THANKS > > post-patch: >- ${REINPLACE_CMD} -e 's,#include <malloc.h>,#include<stdlib.h>,' \ >- ${WRKSRC}/src/encrypt.c ${WRKSRC}/src/main.c >+.for file in encrypt.c main.c >+ ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${file} >+.endfor > > post-install: >+ ${RM} -f ${PREFIX}/lib/libopencdk.la > @${MKDIR} ${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/security/opencdk/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 2003/01/18 21:30:53 1.1 >+++ pkg-plist 2003/01/26 22:18:44 >@@ -2,7 +2,6 @@ > include/opencdk.h > lib/libopencdk.so.5 > lib/libopencdk.so >-lib/libopencdk.la > lib/libopencdk.a > %%PORTDOCS%%share/doc/opencdk/AUTHORS > %%PORTDOCS%%share/doc/opencdk/NEWS
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 47524
: 28190