aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ifc/Makefile
blob: 8a2ffb6b72b45cc089640166515401d74926ad80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
# New ports collection makefile for:    ifc
# Date created:         Oct 30, 2001
# Whom:                 NAKATA Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ifc
PORTVERSION=    8.1.034
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME=   l_fc_pc_${PORTVERSION:C/p.+$//}

MAINTAINER= maho@FreeBSD.org
COMMENT=    Intel's Fortran compiler, set up to produce native FreeBSD binaries

PATCHLEVEL= ${PORTVERSION:C/(.+p)(.+)$/pe\2/}
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX}
.if ${PORTVERSION} != ${PATCHLEVEL}
DISTFILES+= ${DISTNAME}_${PATCHLEVEL}${EXTRACT_SUFX}
PATCH_DEPENDS=      ${LINUX_BASE_PORT}
.endif

EXTRACT_DEPENDS=    rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio

RESTRICTED= "Intel forbids any redistribution"

ONLY_FOR_ARCHS=     i386
CONFLICTS=      linux_devtools*

USE_LINUX=      yes
NO_FILTER_SHLIBS=   yes

COMPILERDIR=    intel_fc_80
PLIST_SUB=  COMPILERDIR=${COMPILERDIR}
PATCH_WRKSRC=   ${WRKSRC}/opt/${COMPILERDIR}

MAN1=       ifort.1
MANPREFIX=  ${TARGETDIR}/${COMPILERDIR}/

IFC_SITE=   http://www.intel.com/software/products/compilers/

.include <bsd.port.pre.mk>

EXTRACT_AFTER_ARGS= | tar -xf - \
            --exclude intel-iidb\*.rpm \
            --exclude \*ia64.rpm \
            --exclude chklic.64 \
            --exclude flexlm64

IFCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'

.for file in ${DISTFILES}
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${file})
IGNORE= go to Intel Premier Support, https://premier.intel.com, to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${IFC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again
.endif
.endfor

.if exists(${LINUXBASE}/boot/kernel.h)
BROKEN= "Cannot coexist with linux_devtools"
.endif

post-extract:
    @cd ${WRKSRC} && rpm2cpio.pl 2>/dev/null *.rpm | ${CPIO} -idu --quiet

intel-patch: extract
# Apply patches from Intel.
.if ${PORTVERSION} != ${PATCHLEVEL}
    @${BRANDELF} -t Linux ${WRKSRC}_${PATCHLEVEL}/papply
    @${WRKSRC}_${PATCHLEVEL}/papply ${WRKSRC}_${PATCHLEVEL}/ifort.rtp \
        ${WRKSRC}/opt/${COMPILERDIR}
.endif

pre-patch: intel-patch
# Remove files we do not need on FreeBSD.
    @for i in `${CAT} ${FILESDIR}/exclude`; do \
        ${RM} -rf ${WRKSRC}/opt/${COMPILERDIR}/$$i; \
    done
.if defined(NOPORTDOCS)
# Remove docs.
    @for i in `${CAT} ${FILESDIR}/exclude_noportdocs`; do \
        ${RM} -rf ${WRKSRC}/opt/${COMPILERDIR}/$$i; \
    done
.endif
# Allow everyone to use it.
    @${CHMOD} a+rx ${WRKSRC}/opt
# Remove unneeded/unsafe access rights.
.for i in doc include lib
    @${FIND} ${WRKSRC}/opt/${COMPILERDIR}/${i} -type f -print0 | \
        ${XARGS} -0 ${CHMOD} a-x,og-w
.endfor
    @${FIND} ${WRKSRC}/opt -type d -print0 | ${XARGS} -0 ${CHMOD} go-w
#remove files
    @${RM} -f ${WRKSRC}/opt/${COMPILERDIR}/bin/ifc
    @${RM} -f ${WRKSRC}/opt/${COMPILERDIR}/bin/ifcbin
    @${RM} -f ${WRKSRC}/opt/${COMPILERDIR}/bin/ifc.cfg
    @${RM} -f ${WRKSRC}/opt/${COMPILERDIR}/man/man1/ifc.1

post-patch:
# Correct some paths and patch some files
.for i in ifort ifortvars.csh ifortvars.sh ifort.cfg
    @${REINPLACE_CMD} -i "" -e 's:%%ICC_LOCALBASE%%:${LOCALBASE}:g; \
        s:\<INSTALLDIR\>:${PREFIX}/${COMPILERDIR}:g; \
        s:man -w:manpath -q:g' ${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
    @${CHMOD} 755 ${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
.endfor
.if ${PORTVERSION} != ${PATCHLEVEL}
    @${REINPLACE_CMD} -i "" -e \
        's:\<installpackageid\>:${DISTNAME}_${PATCHLEVEL}:g' \
        ${WRKSRC}/opt/${COMPILERDIR}/doc/fsupport
.else
    @${REINPLACE_CMD} -i "" -e 's:\<installpackageid\>:${DISTNAME}:g' \
        ${WRKSRC}/opt/${COMPILERDIR}/doc/fsupport
.endif
.for i in ifort.orig
    @${RM} -f ${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
.endfor
# Provide a more FreeBSD'ish compile environment
.for i in ifort.cfg
    @${ECHO_CMD} -e "-no-gcc\n-Qlocation,ld,${PREFIX}/${COMPILERDIR}/bin/ldwrapper\n-nothreads\n\n-Ulinux\n-U__linux__\n-U__linux\n-U__gnu_linux__\n\n-D__FreeBSD__=${IFCCFGVAL}\n\n" >>${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
    @${CHMOD} a-x,g-w ${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
.endfor
    @cd ${WRKSRC}/opt/${COMPILERDIR}/bin/ && ${LN} -s ifort.cfg ifortbin.cfg

.if ( ${OSVERSION} >= 470101 && ${OSVERSION} < 500000 ) || \
    ( ${OSVERSION} >= 500042 )
OBJCOPY_OPS=    --redefine-sym stdin=__stdinp \
        --redefine-sym stdout=__stdoutp \
        --redefine-sym stderr=__stderrp
.endif

do-build:
# Use the Linux ABI for the binaries
.for i in codecov fortcom fpp ifortbin profmerge proforder profrun pronto_tool tselect xiar xild
    @${BRANDELF} -t Linux ${WRKSRC}/opt/${COMPILERDIR}/bin/${i}
.endfor
# Fix unresolved references
    @cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/assert_fail.c \
        ${FILESDIR}/linux_file.c ${FILESDIR}/linux_stat.c \
        ${FILESDIR}/sysconf.c    \
        ${FILESDIR}/errno_location.c ${FILESDIR}/mcount.S \
        ${FILESDIR}/memalign.c
.if ( ${OSVERSION} < 502101 )
    @cd ${WRKSRC} && ${CC} ${CFLAGS} -c ${FILESDIR}/cxa_atexit.c
.endif
.if ( ${OSVERSION} < 470101 ) || \
    ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500042 )
    @${CC} ${CFLAGS} -c -o ${WRKSRC}/stdin.o ${FILESDIR}/stdin.c
    @${CC} ${CFLAGS} -c -o ${WRKSRC}/stdout.o ${FILESDIR}/stdout.c
    @${CC} ${CFLAGS} -c -o ${WRKSRC}/stderr.o ${FILESDIR}/stderr.c
.endif
.for i in libcprts.a libcxa.a libifcore.a libifcore_pic.a libifcoremt.a libifport.a libimf.a libirc.a libirc_s.a libunwind.a
    @${OBJCOPY} --redefine-sym __sigsetjmp=sigsetjmp \
            --redefine-sym __xpg_basename=basename \
        ${OBJCOPY_OPS} \
        ${WRKSRC}/opt/${COMPILERDIR}/lib/${i}
.endfor
.for i in ifcore ifcore_pic ifcoremt ifport
    @${OBJCOPY} --strip-symbol=stat \
        --strip-symbol=fstat \
        --strip-symbol=lstat \
        --redefine-sym open=l_open \
        --redefine-sym lseek=l_lseek \
        ${WRKSRC}/opt/${COMPILERDIR}/lib/lib${i}.a
.endfor
.for i in ifcore ifcoremt ifcore_pic
    @${OBJCOPY} \
        --redefine-sym ftruncate=l_ftruncate \
        --redefine-sym lseek64=lseek \
        --redefine-sym fopen64=fopen \
        --redefine-sym freopen64=freopen \
        --redefine-sym creat64=creat \
        --redefine-sym ftruncate64=ftruncate \
        --redefine-sym mkstemp64=mkstemp \
        --redefine-sym __xpg_basename=basename \
        --redefine-sym __strtod_internal=strtod \
        --redefine-sym __strtof_internal=strtof \
        --redefine-sym __strtol_internal=strtol \
        --redefine-sym __strtold_internal=strtold \
        --redefine-sym __strtoll_internal=strtoll \
        --redefine-sym __strtoul_internal=strtoul \
        --redefine-sym __strtoull_internal=strtoull \
        --redefine-sym _IO_getc=getc \
        --redefine-sym _IO_putc=putc \
        ${WRKSRC}/opt/${COMPILERDIR}/lib/lib${i}.a
.endfor
    @${AR} q ${WRKSRC}/opt/${COMPILERDIR}/lib/libcxa.a ${WRKSRC}/*.o
    @cd ${WRKSRC} && ${AR} x /usr/lib/libcompat.a ftime.o
    @${AR} q ${WRKSRC}/opt/${COMPILERDIR}/lib/libifport.a ${WRKSRC}/ftime.o
# Some magic to be able to link
    @${MKDIR} ${WRKSRC}/opt/${COMPILERDIR}/bin/ldwrapper
    @${CC} ${CFLAGS} -o \
        ${WRKSRC}/opt/${COMPILERDIR}/bin/ldwrapper/ld \
        ${FILESDIR}/ld.c
# We can't use STRIP_CMD, since we need the FreeBSD one, not the Linux one.
    @/usr/bin/strip ${WRKSRC}/opt/${COMPILERDIR}/bin/ldwrapper/ld
    @${CHMOD} 755 ${WRKSRC}/opt/${COMPILERDIR}/bin/ldwrapper/ld

do-install:
    @cd ${WRKSRC}/opt && ${FIND} . -print | \
        ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX}

post-install:
    @${ECHO} "${PKGNAME} is now installed in ${PREFIX}/${COMPILERDIR}, to use it you have to"
    @${ECHO} "put your license into your \$${INTEL_FLEXLM_LICENSE} (default:"
    @${ECHO} "${PREFIX}/${COMPILERDIR}/licenses) directory and add"
    @${ECHO} "${PREFIX}/${COMPILERDIR}/bin to your PATH."
    @${ECHO} "Invoking ${PKGNAME} by ifort, not ifc"
    @${ECHO}
    @${ECHO} "WARNING: If you use ifc while having linux_devtools installed, ifc will use"
    @${ECHO} "the wrong includes and therefore will generate bogus (not working) binaries!"
    @${ECHO}
    @${ECHO} "If you encounter further problems with ifc please consult the errata at"
    @${ECHO} "http://support.intel.com/support/performancetools/fortran/linux/"
    @${ECHO} "first."

.include <bsd.port.post.mk>
e45b2a86705d36babd6ddb2'>- Use USE_ICONV knobkrion2004-03-311-2/+1 * . Hopefully fix the build for JDK 1.1.glewis2004-03-291-1/+1 * Build fix for 5.x.archie2004-03-291-0/+22 * - SIZE info in distinfokrion2004-03-273-16/+10 * Fixed generation of pkg-plist.znerd2004-03-261-10/+8 * PR: ports/64602sada2004-03-253-3013/+3112 * . Update to 10.k.glewis2004-03-243-64/+28 * SIZEify.clement2004-03-224-0/+4 * SIZE-ify distinfovs2004-03-222-0/+2 * Upgrade to version 2.1.3.olgeni2004-03-212-4/+4 * Upgrade to 2.1.3.olgeni2004-03-203-1126/+1128 * SIZEfyphantom2004-03-203-0/+9 * . SIZEify.glewis2004-03-192-0/+2 * Add size data, approved by maintainers.trevor2004-03-1923-0/+24 * Add SIZE into distinfodaichi2004-03-187-0/+7 * Add SIZE into distinfodaichi2004-03-181-0/+1 * Update bouncing e-mail address for maintainer.trevor2004-03-181-1/+1 * Add size data.trevor2004-03-181-0/+1 * Build fix for 5.x.archie2004-03-181-0/+13 * SIZEify.trevor2004-03-182-0/+3 * . Try to make things non-interactive when building on bento. Works forglewis2004-03-182-2/+12 * . SIZEify.glewis2004-03-183-0/+6 * Fixed issue in installation of cacerts file.znerd2004-03-151-2/+2 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-144-4/+4 * . Update to 1.4.2_04.glewis2004-03-123-6/+8 * Break for alphaedwin2004-03-111-1/+1 * Fix build with a patch from CVS.archie2004-03-112-2/+25 * - Update MAINTAINER-line of my ports to new @FreeBSD.org addressvs2004-03-101-1/+1 * . Update to 1.3.5 (packing list clean up by me).glewis2004-03-103-180/+248 * Add USE_LIBTOOL.archie2004-03-091-2/+2 * Use MASTER_SITE_ECLIPSE.nork2004-03-081-2/+3 * Fixed ONLY_FOR_ARCHS from 'arm i386 ppc sparc' to 'i386'.znerd2004-03-081-1/+1 * Set LATEST_LINK.znerd2004-03-085-2/+7 * Set LATEST_LINK.znerd2004-03-083-1/+6 * . Update to 0.40.glewis2004-03-082-4/+3 * . Set LATEST_LINK [1]phantom2004-03-059-3/+951 * Update to version 1.1.3edwin2004-03-052-16/+51 * . Replace unresponsive MASTER_SITE with two working ones.glewis2004-03-031-1/+2 * Kaffe doesn't like !=i386.lofi2004-02-271-1/+1 * Add dependency on esound & unbreak.lofi2004-02-271-4/+1 * Update to version 1.0.1.archie2004-02-273-3/+12 * Restrict to i386.archie2004-02-241-4/+1 * Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".archie2004-02-241-1/+1 * - Use %%DOCSDIR%% and %%EXAMPLESDIR%%krion2004-02-242-137/+137 * BROKEN on alpha: does not compilekris2004-02-241-1/+7 * New port.archie2004-02-236-0/+16022 * This port is scheduled for removal on April 21 if it is still broken at thatkris2004-02-221-0/+2 * This is also broken on 4.x.kris2004-02-221-7/+3 * Fix incorrect MASTER_SITES.archie2004-02-221-1/+1 * . Don't patch out a line that doesn't need to be removed.glewis2004-02-201-9/+2 * . Add $FreeBSD$glewis2004-02-202-0/+4 * . Fix the build for JDK 1.1.8.glewis2004-02-201-3/+2 * . Add a secondary category of devel, which seems appropriate.glewis2004-02-191-1/+1 * Add a port of jflex:glewis2004-02-197-0/+219 * . Add OPTIONS.glewis2004-02-141-1/+4 * Update to official 1.5.0beta1.znerd2004-02-116-12/+38 * Update to version 0.39 (2004-02-03):linimon2004-02-112-3/+3 * Added LATEST_LINK.znerd2004-02-104-4/+8 * Slightly improved the COMMENT.znerd2004-02-104-4/+4 * . Add a new port, java/jmf:glewis2004-02-109-0/+143 * add USE_GCC=2.95 and unbreak this port.leeym2004-02-081-7/+2 * BROKEN on 5.x: does not compilekris2004-02-081-1/+7 * BROKEN on 5.x: broken pkg-plistkris2004-02-081-1/+7 * - Set correct LATEST_LINKclement2004-02-081-0/+2 * . Set LATEST_LINK to avoid conflict with other JBoss ports.glewis2004-02-073-3/+6 * . Set LATEST_LINK to avoid conflicting with other jdk ports.glewis2004-02-071-0/+1 * . It appears as though diablo is problematic on 5.x still, so default toglewis2004-02-071-0/+4 * . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.glewis2004-02-072-0/+2 * 1. Take maintainership.glewis2004-02-071-1/+2 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-5/+5 * Use PLIST_FILES.trevor2004-02-0610-5/+5 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0446-11/+46 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-3/+4 * Upgrade to version 1.19.archie2004-02-034-15/+3 * Add NOT_FOR_ARCHS=amd64edwin2004-02-021-0/+2 * . Update to 0.9.16. There are a few tweaks to the original submission.glewis2004-02-012-5/+26 * Fix plist.linimon2004-01-302-0/+2 * Add SIZEerwin2004-01-301-0/+1 * - Fix fetching by adding missed MASTER_SITE_SUBDIRpav2004-01-291-0/+1 * SIZEify.trevor2004-01-2911-0/+11 * 1. Switch 5.x version of jdk14 back to libc_r as default threading library.phantom2004-01-2815-3297/+3660 * Update license to most recent SCSL license version.phantom2004-01-283-72/+42 * Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2 * . Unbreak the build after the recent changes to ant. I've done it slightlyglewis2004-01-232-2/+4 * Use LS macro.trevor2004-01-233-3/+3 * move xalan-j from java to textproceik2004-01-236-2271/+0 * Use the CPIO macro defined in bsd.port.mk.trevor2004-01-2223-41/+0 * Use the SORT macro from bsd.port.mk.trevor2004-01-2212-12/+6 * I have no idea how these features* files made the way to my machine,alex2004-01-221-10/+0 * . Add ${LOCALBASE}/lib to the default search path for JNI libraries forglewis2004-01-212-3/+21 * . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-1/+19 * . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-2/+17 * . Convert spaces to tabs.glewis2004-01-201-8/+8 * . More standard format for substitution in pkg-message.glewis2004-01-202-2/+7 * Update to 1.2.6arved2004-01-194-37/+13 * Fix install.nork2004-01-182-3/+9 * . Check the return value of stat(2) when trying to read the javawsglewis2004-01-176-0/+51 * . Install an updated cacerts file. This was produced by taking theglewis2004-01-172-1/+2 * . Install an updated cacerts file. This was produced by taking theglewis2004-01-172-0/+2 * . Adjust download instructions for new download URL.glewis2004-01-171-2/+3 * . Convert a space to a tab.glewis2004-01-171-2/+3 * . Add cacerts file missed in last commit.glewis2004-01-171-0/+0 * . Install the cacerts file from Sun's 1.3.1_10 release to avoid someglewis2004-01-171-1/+2 * . Update to 1.3.1 SR6 [1]glewis2004-01-173-2/+3 * . Install an updated cacerts file. This was produced by taking theglewis2004-01-16