Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 10:56:15 +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: r513115 - in head/science/afni: . files
Message-ID:  <201909281056.x8SAuFbX008214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Sep 28 10:56:15 2019
New Revision: 513115
URL: https://svnweb.freebsd.org/changeset/ports/513115

Log:
  science/afni: Remove dependency on libXp
  
  Remove dependency on libXp from science/afni, it is not needed, and libXp is
  being deprecated.
  Remove deprecation from science/afni

Modified:
  head/science/afni/Makefile
  head/science/afni/files/Makefile

Modified: head/science/afni/Makefile
==============================================================================
--- head/science/afni/Makefile	Sat Sep 28 10:52:57 2019	(r513114)
+++ head/science/afni/Makefile	Sat Sep 28 10:56:15 2019	(r513115)
@@ -3,14 +3,12 @@
 PORTNAME=		afni
 DISTVERSIONPREFIX=	AFNI_
 DISTVERSION=		19.1.20
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		science biology graphics perl5 python
 
 MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	Advanced Functional Neuro Imaging
 
-DEPRECATED=	Depends on deprecated libXp
-
 LICENSE=	GPLv2
 
 BROKEN_sparc64=	Does not compile: "undefined reference to '_mcount'"
@@ -47,7 +45,7 @@ SHEBANG_FILES=	scripts_install/* \
 		pkundu/meica.libs/*/*/*.py
 
 USE_GL=		gl glu
-USE_XORG=	x11 xext xi xmu xp xt
+USE_XORG=	x11 xext xi xmu xt
 MAKE_ENV=	CC="${CC}" R_SHARE_DIR=${LOCALBASE}/lib/R/share
 MAKE_JOBS_UNSAFE=yes
 

Modified: head/science/afni/files/Makefile
==============================================================================
--- head/science/afni/files/Makefile	Sat Sep 28 10:52:57 2019	(r513114)
+++ head/science/afni/files/Makefile	Sat Sep 28 10:56:15 2019	(r513115)
@@ -96,7 +96,7 @@ LIBDIR = ${INSTALLDIR}
 
 # for dynamic linking
 
-LLIBS  = -lmri -lf2c -lXm -lXp -lXpm -lXext -lXmu -lXt -lX11 -lm $(LZLIB) $(LGIFTI)
+LLIBS  = -lmri -lf2c -lXm -lXpm -lXext -lXmu -lXt -lX11 -lm $(LZLIB) $(LGIFTI)
 
 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
 # For suma (NO STATIC LINKING OF GL libs)
@@ -108,7 +108,7 @@ SUMA_INCLUDE_PATH = -IGLw_local -I${LOCALBASE}/include
 SUMA_LINK_PATH = -L/usr/lib -L${LOCALBASE}/lib -L../
 #use -lGLw if you have libGLw.a or libGLw.so* or
 #  -lMesaGLw if you have Mesa's version (libMesaGLw*) of libGLw
-SUMA_LINK_LIB = -lXm -lGLws -lGLU -lGL -lXmu -lXp -lXt -lXext -lX11 -lm $(LZLIB) -lxml2 -lexpat
+SUMA_LINK_LIB = -lXm -lGLws -lGLU -lGL -lXmu -lXt -lXext -lX11 -lm $(LZLIB) -lxml2 -lexpat
 SUMA_MAKEFILE_NAME = SUMA_Makefile
 SUMA_BIN_ARCHIVE = SUMA_FreeBSD.tar
 SUMA_GLIB_VER = -2.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909281056.x8SAuFbX008214>