FreeBSD Bugzilla – Attachment 209073 Details for
Bug 241896
devel/cutter: modernize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
cutter.patch (text/plain), 1.77 KB, created by
Dmitry Marakasov
on 2019-11-11 20:56:43 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2019-11-11 20:56:43 UTC
Size:
1.77 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 517081) >+++ Makefile (working copy) >@@ -18,11 +18,10 @@ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 > >-CPPFLAGS+= "-I${LOCALBASE}/include" > CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc \ > --disable-gstreamer > GNU_CONFIGURE= yes >-USES= gettext gnome gmake libtool pathfix pkgconfig >+USES= gettext gnome gmake libtool localbase pathfix pkgconfig > USE_GNOME= intlhack gdkpixbuf2 glib20 gtk20 > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip >@@ -29,41 +28,21 @@ > TEST_TARGET= check > > OPTIONS_DEFINE= GOFFICE SOUP LCOV NLS >+OPTIONS_SUB= yes > GOFFICE_DESC= GOffice support > SOUP_DESC= libsoup support > LCOV_DESC= Force dependency on lcov > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MGOFFICE} >-CONFIGURE_ARGS+=--enable-goffice >+GOFFICE_CONFIGURE_ENABLE=goffice > # the 0.8 is part of the library name don't remove it. >-LIB_DEPENDS+= libgoffice-0.8.so:devel/goffice >-PLIST_SUB+= GOFFICE="" >-.else >-CONFIGURE_ARGS+=--disable-goffice >-PLIST_SUB+= GOFFICE="@comment " >-.endif >+GOFFICE_LIB_DEPENDS= libgoffice-0.8.so:devel/goffice > >-.if ${PORT_OPTIONS:MLCOV} >-RUN_DEPENDS+= lcov:devel/lcov >-.endif >+LCOV_RUN_DEPENDS= lcov:devel/lcov > >-.if ${PORT_OPTIONS:MSOUP} >-CONFIGURE_ARGS+=--enable-libsoup >-LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup >-PLIST_SUB+= SOUP="" >-.else >-CONFIGURE_ARGS+=--disable-libsoup >-PLIST_SUB+= SOUP="@comment " >-.endif >+SOUP_CONFIGURE_ENABLE= libsoup >+SOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup > >-.if ${PORT_OPTIONS:MNLS} >-USES+= gettext >-PLIST_SUB+= NLS="" >-.else >-CONFIGURE_ARGS+=--disable-nls >-PLIST_SUB+= NLS="@comment " >-.endif >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls > > .include <bsd.port.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 241896
: 209073