1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

science/afni: update to 23.2.05

This commit is contained in:
Fernando Apesteguía 2023-08-18 09:15:36 +02:00
parent b8e72096bc
commit 269134561d
3 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= afni
DISTVERSIONPREFIX= AFNI_
DISTVERSION= 23.2.04
DISTVERSION= 23.2.05
CATEGORIES= science biology graphics perl5 python
MAINTAINER= fernape@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1691650528
SHA256 (afni-afni-AFNI_23.2.04_GH0.tar.gz) = fe05d1b2f7c0c803a11059010e7c380ec753b5acf4d96f4d23d7454639fbea30
SIZE (afni-afni-AFNI_23.2.04_GH0.tar.gz) = 52708999
TIMESTAMP = 1692342797
SHA256 (afni-afni-AFNI_23.2.05_GH0.tar.gz) = 5e9009cd76e5e74e837fe173f667e967e05aca7399242b790e046d2f0f411e72
SIZE (afni-afni-AFNI_23.2.05_GH0.tar.gz) = 52756507

View File

@ -1,4 +1,4 @@
--- crorden/dcm2niix_console/makefile.orig 2021-12-19 17:24:45 UTC
--- crorden/dcm2niix_console/makefile.orig 2023-08-17 23:49:49 UTC
+++ crorden/dcm2niix_console/makefile
@@ -1,5 +1,5 @@
# Regular use
@ -7,18 +7,18 @@
# Debugging
#CFLAGS=-g
@@ -22,7 +22,7 @@ ifneq ($(OS),Windows_NT)
#CFLAGS=-dead_strip -O3
# ponder -sectcreate later [rickr]
@@ -35,7 +35,7 @@ ifneq ($(OS),Windows_NT)
#CFLAGS= -O3
# ponder -sectcreate later [rickr]
# CFLAGS=-O3 -sectcreate __TEXT __info_plist Info.plist
- CFLAGS= -O3
+ CXXFLAGS= -O3
- CFLAGS=-O3
+ CXXFLAGS=-O3
#Apple notarization requires a Info.plist
# For .app bundles, the Info.plist is a separate file, for executables it is appended as a section
#you can check that the Info.plist section has been inserted with either of these commands
@@ -32,4 +32,4 @@ ifneq ($(OS),Windows_NT)
@@ -46,4 +46,4 @@ ifneq ($(OS),Windows_NT)
endif
endif
all:
- g++ $(CFLAGS) -I. $(JFLAGS) main_console.cpp nii_foreign.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp nifti1_io_core.cpp nii_ortho.cpp nii_dicom_batch.cpp -o dcm2niix -DmyDisableOpenJPEG
- g++ $(CFLAGS) -I. $(JSFLAGS) $(JFLAGS) $(LFLAGS) main_console.cpp nii_foreign.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp nifti1_io_core.cpp nii_ortho.cpp nii_dicom_batch.cpp -o dcm2niix -DmyDisableOpenJPEG
+ $(CXX) $(CXXFLAGS) -I. $(JFLAGS) main_console.cpp nii_foreign.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp nifti1_io_core.cpp nii_ortho.cpp nii_dicom_batch.cpp -o dcm2niix -DmyDisableOpenJPEG