Date: Fri, 27 Sep 2019 15:43:23 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513044 - head/graphics/opendx Message-ID: <201909271543.x8RFhN2V019284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Sep 27 15:43:22 2019 New Revision: 513044 URL: https://svnweb.freebsd.org/changeset/ports/513044 Log: graphics/opendx: Remove dependency on libXp Remove dependency on libXp, it is not used. Even though configure looks for libXp, and links against it if it is found, there is no use of it in the code. libXp is getting deprecated. PR: 240865 OKd by: bapt (just fix it) Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Fri Sep 27 15:39:16 2019 (r513043) +++ head/graphics/opendx/Makefile Fri Sep 27 15:43:22 2019 (r513044) @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -18,11 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \ libtiff.so:graphics/tiff \ - libcdf.so:science/cdf \ - libXp.so:x11/libXp + libcdf.so:science/cdf MAKE_JOBS_UNSAFE= yes -USES= bison compiler:c++17-lang gmake libtool motif +USES= bison compiler:c++17-lang gl gmake libtool motif xorg USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271543.x8RFhN2V019284>