diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-12 09:31:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-12 09:31:33 +0000 |
commit | a4049e33c4d6270a574b739331393545b3fdba87 (patch) | |
tree | 0d73bb2559d1af4c4071af070f6e603349598cd4 /net/boinc-client | |
parent | 70f0ebe28afdde59a2ff40112d1f756bbf61e105 (diff) | |
download | ports-a4049e33c4d6270a574b739331393545b3fdba87.tar.gz ports-a4049e33c4d6270a574b739331393545b3fdba87.zip |
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 16 | ||||
-rw-r--r-- | net/boinc-client/pkg-descr | 2 |
2 files changed, 7 insertions, 11 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 3e5155d58ef8..9293d2924de1 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -64,6 +64,7 @@ MANAGER_LIB_DEPENDS= libnotify.so:devel/libnotify \ MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x MANAGER_CONFIGURE_ENABLE=manager +MANAGER_USES= gnome MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,gtk20,pango \ XORG=xcb,x11,xext,xscrnsaver WX=3.0 @@ -76,10 +77,9 @@ CLIENT_USE= RC_SUBR=boinc-client LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu LINUX_USES= linux -X11_USES= jpeg -X11_USE= GL=glut XORG=xmu,xi -X11_USE_XORG+= x11 xscrnsaver -X11_CONFIGURE_OFF= ax_cv_check_glut_libglut=no +X11_USES= jpeg gl +X11_USE= GL=glut XORG=x11,xscrnsaver,xmu,xi +X11_CONFIGURE_OFF= --without-x ax_cv_check_glut_libglut=no .include <bsd.port.options.mk> @@ -102,10 +102,6 @@ SUB_LIST+= OPTION_USER="true" SUB_LIST+= OPTION_USER="" .endif -.if ${PORT_OPTIONS:NX11} -CONFIGURE_ARGS+= --without-x -.endif - post-patch: @${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|' \ ${WRKSRC}/client/hostinfo_unix.cpp @@ -122,9 +118,9 @@ post-patch: ${WRKSRC}/zip/zip/z_fileio.c ${WRKSRC}/zip/zip/z_globals.c \ ${WRKSRC}/zip/zip/zip.c ${WRKSRC}/zip/zip/zipfile.c \ ${WRKSRC}/zip/zip/zipup.c -.if ${PORT_OPTIONS:NX11} + +post-patch-X11-off: @${REINPLACE_CMD} -e 's|enable_xss="yes"|enable_xss="no"|' ${WRKSRC}/configure.ac -.endif post-install: .for name in config.h project_specific_defines.h api/reduce.h \ diff --git a/net/boinc-client/pkg-descr b/net/boinc-client/pkg-descr index 52fbc6a98784..cc0b4c111586 100644 --- a/net/boinc-client/pkg-descr +++ b/net/boinc-client/pkg-descr @@ -2,4 +2,4 @@ BOINC is a software platform for distributed computing using volunteer computer resources. This port contains BOINC API, libraries, client and manager GUI. -WWW: http://boinc.berkeley.edu/ +WWW: https://boinc.berkeley.edu/ |