svn commit: r479606 - head/science/gwyddion

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 12 14:19:45 UTC 2018


On Wed, Sep 12, 2018, at 16:13, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Wed Sep 12 14:13:14 2018
> New Revision: 479606
> URL: https://svnweb.freebsd.org/changeset/ports/479606
> 
> Log:
>   - Make NLS support optional
>   - Add missing bits to USE_GNOME/USE_GL/USE_XORG per `stage-qa'
> Modified:
>   head/science/gwyddion/Makefile
>   head/science/gwyddion/pkg-plist
> 
> Modified: head/science/gwyddion/Makefile
> ==============================================================================
> --- head/science/gwyddion/Makefile	Wed Sep 12 13:58:42 2018	(r479605)
> +++ head/science/gwyddion/Makefile	Wed Sep 12 14:13:14 2018	(r479606)
> @@ -18,12 +18,12 @@ LIB_DEPENDS=	libminizip.so:archivers/minizip \
>  		libfftw3.so:math/fftw3 \
>  		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
>  
> -USES=		desktop-file-utils gettext gmake libtool localbase:ldflags \
> +USES=		desktop-file-utils gl gmake libtool localbase:ldflags \
>  		pathfix pkgconfig shared-mime-info shebangfix tar:xz

It's missing USES=gnome too.

/!\ gwyddion-2.51: Makefile warnings, please consider fixing /!\

Using USE_GNOME alone is deprecated, please add USES=gnome.


More information about the svn-ports-all mailing list