From owner-svn-ports-head@freebsd.org Sat Sep 28 10:56:16 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B143123287; Sat, 28 Sep 2019 10:56:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46gQZS2dgcz44y0; Sat, 28 Sep 2019 10:56:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 390B0505; Sat, 28 Sep 2019 10:56:16 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8SAuGeh008216; Sat, 28 Sep 2019 10:56:16 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8SAuFbX008214; Sat, 28 Sep 2019 10:56:15 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909281056.x8SAuFbX008214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 28 Sep 2019 10:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513115 - in head/science/afni: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/science/afni: . files X-SVN-Commit-Revision: 513115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2019 10:56:16 -0000 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