FreeBSD Bugzilla – Attachment 45984 Details for
Bug 70728
[UPDATE] Enable OPTIONS feature of ports/x11/ggiterm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ggiterm.patch
ggiterm.patch (text/plain), 1.57 KB, created by
Ying-Chieh Chen
on 2004-08-20 16:50:31 UTC
(
hide
)
Description:
ggiterm.patch
Filename:
MIME Type:
Creator:
Ying-Chieh Chen
Created:
2004-08-20 16:50:31 UTC
Size:
1.57 KB
patch
obsolete
>diff -ruN /usr/ports/x11/ggiterm/Makefile ggiterm/Makefile >--- /usr/ports/x11/ggiterm/Makefile Wed Mar 31 03:56:43 2004 >+++ ggiterm/Makefile Fri Aug 20 21:05:45 2004 >@@ -17,10 +17,6 @@ > COMMENT= A terminal emulator for GGI > > LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi >-.if !defined(WITHOUT_FREETYPE) >-LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 >-USE_ICONV= yes >-.endif > > USE_GMAKE= yes > USE_X_PREFIX= yes >@@ -28,27 +24,19 @@ > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-ggi=${LOCALBASE} >+ >+OPTIONS= FREETYPE "build with Freetype support" on >+ >+.include <bsd.port.pre.mk> >+ > .if !defined(WITHOUT_FREETYPE) >+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 >+USE_ICONV= yes > CONFIGURE_ARGS+=--with-ft-prefix=${LOCALBASE} > .endif > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-pre-everything:: >-.if !defined(WITHOUT_FREETYPE) >- @${ECHO_MSG} "" >- @${ECHO_MSG} "ggiterm can be built without Freetype support. However, as the author says," >- @${ECHO_MSG} "'if you don't have freetype you lose much of the ggiterm reason for being,'" >- @${ECHO_MSG} "so you probably don't want this. If you do, cancel now and build with:" >- @${ECHO_MSG} " WITHOUT_FREETYPE=yes" >- @${ECHO_MSG} "" >-.else >- @${ECHO_MSG} "" >- @${ECHO_MSG} "You have chosen to build ggiterm without Freetype. If this wasn't your" >- @${ECHO_MSG} "intention, cancel now and unset the 'WITHOUT_FREETYPE' variable." >- @${ECHO_MSG} "" >-.endif >- > post-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >@@ -56,4 +44,4 @@ > @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} > .endif > >-.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 70728
: 45984