FreeBSD Bugzilla – Attachment 80166 Details for
Bug 115038
[PATCH] mail/eps -- Install header files in include/eps and minor cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.31 KB, created by
Michael Johnson
on 2007-07-30 13:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2007-07-30 13:40:03 UTC
Size:
2.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/eps/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 10 May 2006 22:36:50 -0000 1.2 >+++ Makefile 30 Jul 2007 12:32:07 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= eps > PORTVERSION= 1.5 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://www.inter7.com/eps/ > >@@ -24,7 +25,8 @@ > > do-install: > ${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib >- ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ >+ ${MKDIR} ${PREFIX}/include/eps >+ ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps > > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/mail/eps/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 21 Jul 2005 16:46:22 -0000 1.1 >+++ pkg-plist 30 Jul 2007 12:32:07 -0000 >@@ -1,19 +1,20 @@ >-include/address.h >-include/base64.h >-include/boundary.h >-include/buffer.h >-include/content.h >-include/email.h >-include/eps.h >-include/fold.h >-include/header.h >-include/int_buffer.h >-include/int_stream.h >-include/interface.h >-include/line.h >-include/mime.h >-include/misc.h >-include/qp.h >-include/rfc2822.h >-include/unfold.h >+include/eps/address.h >+include/eps/base64.h >+include/eps/boundary.h >+include/eps/buffer.h >+include/eps/content.h >+include/eps/email.h >+include/eps/eps.h >+include/eps/fold.h >+include/eps/header.h >+include/eps/int_buffer.h >+include/eps/int_stream.h >+include/eps/interface.h >+include/eps/line.h >+include/eps/mime.h >+include/eps/misc.h >+include/eps/qp.h >+include/eps/rfc2822.h >+include/eps/unfold.h > lib/libeps.a >+@dirrm include/eps >Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/epstools/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 10 May 2006 22:36:50 -0000 1.2 >+++ Makefile 30 Jul 2007 12:32:18 -0000 >@@ -13,11 +13,10 @@ > COMMENT= EPS (Email Parsing System) sample tools > > BUILD_DEPENDS= ${LOCALBASE}/lib/libeps.a:${PORTSDIR}/mail/eps >-RUN_DEPENDS= ${BUILD_DEPENDS} > > PORTDOCS= README > >-MAKE_ENV+= DEFS="-I${LOCALBASE}/include ${CFLAGS}" >+MAKE_ENV+= DEFS="-I${LOCALBASE}/include/eps ${CFLAGS}" > SUB_FILES= pkg-message > > EXAMPLE_FILES= addr.1 addr.2 addr.3 addr.4 email.1 email.2 virus.email
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 115038
: 80166