FreeBSD Bugzilla – Attachment 72678 Details for
Bug 105592
[PATCH] textproc/hyperestraier: Support bzip2/lzo/mecab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
hyperestraier-1.4.9.patch
hyperestraier-1.4.9.patch (text/plain), 1.48 KB, created by
gslin
on 2006-11-16 03:10:01 UTC
(
hide
)
Description:
hyperestraier-1.4.9.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2006-11-16 03:10:01 UTC
Size:
1.48 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/hyperestraier/Makefile /home/staff/gslin/work/ports/hyperestraier/Makefile >--- /usr/ports/textproc/hyperestraier/Makefile Thu Nov 16 03:21:57 2006 >+++ /home/staff/gslin/work/ports/hyperestraier/Makefile Thu Nov 16 10:32:11 2006 >@@ -21,16 +21,41 @@ > USE_ICONV= yes > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >-CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" > >-MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1 >-MAN3= estnode.3 estraier.3 >+OPTIONS= BZIP2 "Enable bzip2 support" off \ >+ GZIP "Enable gzip support" on \ >+ LZO "Enable lzo support" off \ >+ MECAB "Enable mecab support" off >+ >+MAN1= estcall.1 estcmd.1 estconfig.1 estmaster.1 estwaver.1 >+MAN3= estnode.3 estraier.3 >+ >+.include <bsd.port.pre.mk> >+ >+.ifdef(WITH_BZIP2) >+CONFIGURE_ARGS+= --enable-bzip2 >+.endif >+ >+.ifdef(WITHOUT_GZIP) >+CONFIGURE_ARGS+= --disable-gzip >+.endif >+ >+.ifdef(WITH_LZO) >+CONFIGURE_ARGS+= --enable-lzo >+LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 >+.endif >+ >+.ifdef(WITH_MECAB) >+CONFIGURE_ARGS+= --enable-mecab >+LIB_DEPENDS+= mecab:${PORTSDIR}/japanese/mecab >+.endif > > post-patch: > @${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ > ${WRKSRC}/Makefile.in > ${RM} -f ${WRKSRC}/doc/intro-en.html~ ${WRKSRC}/doc/intro-ja.html~ > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 105592
: 72678