aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc/Makefile
blob: ec88f2f8f1a04351d38ec69b5b4e15ffe1acd37c (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
# ex:ts=8
# Ports collection makefile for:    egcs
# Date created:             9 Jan 1998
# Whom:                 John Polstra <jdp@polstra.com>
#
# $FreeBSD$
#

PORTNAME=   gcc
PORTVERSION=    4.3.0
PORTREVISION=   20080118
CATEGORIES= lang java
VERSIONSTRING=  4.3-${PORTREVISION}
MASTER_SITES=   ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
DISTFILES=  gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
        gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \
        gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
        gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
        gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}

MAINTAINER?=    gerald@FreeBSD.org
COMMENT?=   GNU Compiler Collection 4.3

LIB_DEPENDS=    gmp.7:${PORTSDIR}/math/libgmp4 \
        mpfr.2:${PORTSDIR}/math/mpfr

SUFFIX=     43
LATEST_LINK?=   gcc${SUFFIX}${PKGNAMESUFFIX}
NOT_FOR_ARCHS=  alpha ia64
# Building libgcj with lang/gcc295 installed is causing a failure about
# "hidden symbol `__eprintf'" in libgcc.a(_eprintf.o).
CONFLICTS=  gcc-2.95.*
USE_BISON=  build
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_ICONV=  yes
USE_PERL5_BUILD=yes
WANT_GNOME= yes

PATCH_WRKSRC=   ${SRCDIR}
CONFIGURE_SCRIPT=   ../${SRCDIR:C/${WRKDIR}//}/configure
NOMANCOMPRESS=  yes # too hard to deal with differences on 5-cur and releng4

.include <bsd.port.pre.mk>

.if ${ARCH} != i386
WITHOUT_JAVA=   yes
.endif

.if ${ARCH} == "amd64"
CONFIGURE_TARGET=   x86_64-portbld-freebsd${OSREL}
.else
CONFIGURE_TARGET=   ${ARCH}-portbld-freebsd${OSREL}
.endif

.if ${OSVERSION} < 502102
CONFIGURE_ARGS+=    --disable-libgomp
.endif

SRCDIR=     ${WRKDIR}/gcc-${VERSIONSTRING}
WRKSRC=     ${WRKDIR}/build
TARGLIB=    ${PREFIX}/lib/gcc-${PORTVERSION}
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --disable-nls \
        --with-system-zlib \
        --with-libiconv-prefix=${LOCALBASE} \
        --with-gmp=${LOCALBASE} \
        --program-suffix=${SUFFIX} \
        --libdir=${TARGLIB} \
        --with-gxx-include-dir=${TARGLIB}/include/c++/
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
ALL_TARGET= bootstrap-lean
USE_LDCONFIG=   ${TARGLIB}
PLIST_SUB=  GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \
        SUFFIX=${SUFFIX}
MAN1=       cpp${SUFFIX}.1 \
        g++${SUFFIX}.1 \
        gcc${SUFFIX}.1 \
        gcov${SUFFIX}.1 \
        gfortran${SUFFIX}.1
INFO=       gcc${SUFFIX}/cpp \
        gcc${SUFFIX}/cppinternals \
        gcc${SUFFIX}/gcc \
        gcc${SUFFIX}/gccinstall \
        gcc${SUFFIX}/gccint \
        gcc${SUFFIX}/gfortran
.if ${OSVERSION} >= 502102
INFO+=      gcc${SUFFIX}/libgomp
.endif

.if ! defined(WITHOUT_JAVA)
DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX}
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
# FIXME: we are currently getting weird build failures with libjava on
# some 4.x and 5.x systems, which the following works around. PR 81788.
CONFIGURE_ARGS+=--disable-rpath
MAN1+=      gappletviewer${SUFFIX}.1 \
        gc-analyze${SUFFIX}.1 \
        gcj${SUFFIX}.1 \
        gcj-dbtool${SUFFIX}.1 \
        gcjh${SUFFIX}.1 \
        gij${SUFFIX}.1 \
        gjar${SUFFIX}.1 \
        gjarsigner${SUFFIX}.1 \
        gjavah${SUFFIX}.1 \
        gjnih${SUFFIX}.1 \
        gkeytool${SUFFIX}.1 \
        gnative2ascii${SUFFIX}.1 \
        gorbd${SUFFIX}.1 \
        grmic${SUFFIX}.1 \
        grmid${SUFFIX}.1 \
        grmiregistry${SUFFIX}.1 \
        grepjar${SUFFIX}.1 \
        gserialver${SUFFIX}.1 \
        gtnameserv${SUFFIX}.1 \
        jar${SUFFIX}.1 \
        jcf-dump${SUFFIX}.1 \
        jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \
        rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1
INFO+=      gcc${SUFFIX}/cp-tools \
        gcc${SUFFIX}/gcj
PLIST_SUB+= JAVA=""

.if defined(WITH_JAVA_AWT)
LIB_DEPENDS+=   cairo.2:${PORTSDIR}/graphics/cairo
USE_GNOME=  gtk20 libartlgpl2
CONFIGURE_ARGS+=    --enable-java-awt=gtk,xlib \
            --enable-gtk-cairo
.endif

.else
CONFIGURE_ARGS+=--disable-libgcj
PLIST_SUB+= JAVA="@comment "
.endif

pre-everything::
    @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL}  target=${CONFIGURE_TARGET}"
.if ! defined(WITHOUT_JAVA)
    @DSIZ=700000; DSIZBYTE=734003200; \
    if [ `ulimit -d` -lt $$DSIZ ]; then \
      echo "You need to increase the datasize limit to at least $$DSIZ \
        (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
        build with Java support." | ${FMT} -s; \
      exit 1; \
    fi
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
        ${SRCDIR}/gcc/version.c

pre-configure:
    cd ${SRCDIR} ; contrib/gcc_update --touch
    @${RM} -f ${SRCDIR}/gcc/*/*.info*
    @${MKDIR} ${CONFIGURE_WRKSRC}

post-build:
    @${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
    @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
    @${ECHO_MSG} "This assumes that you have the dejagnu port installed."

check: build
    cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check

post-install:
    # man pages can only be generated if Perl >= 5.6 is installed;
    # fake them otherwise.
    for mp in ${_MANPAGES}; do \
      ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
    done
    ${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \
             ${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7
    ${RM} -f ${TARGLIB}/*.la
    # Add target libraries and include files to packaging list.
    ${RM} -f ${WRKDIR}/PLIST.lib
.for d in ${TARGLIB:S/^${PREFIX}\///} libexec/gcc/${CONFIGURE_TARGET}/${PORTVERSION} include/gcj include/gnu include/java include/javax
    cd ${PREFIX} ; if [ -d $d ]; then \
        ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
        ${FIND} $d -type d | ${SORT} -r \
            | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\
    fi
.endfor
    ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc/${CONFIGURE_TARGET} 2>&1 || true" >> ${WRKDIR}/PLIST.lib
    ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>&1 || true" >> ${WRKDIR}/PLIST.lib
    cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}

.include <bsd.port.post.mk>
tr>* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-143-9/+131 * new widget to enter a timezone.Damon Chaplin2001-06-144-2/+368 * new dialog for setting the time zone.Damon Chaplin2001-06-149-0/+1057 * remove unnecessary spaceJP Rosevear2001-06-143-1/+11 * set the completed time in the date editor if appropriateJP Rosevear2001-06-143-5/+33 * added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-135-1/+211 * Committing the new My Evolution.Iain Holmes2001-06-094-21/+16 * Sync from laptop.JP Rosevear2001-06-073-0/+735 * update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-053-1/+23 * Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-034-5/+14 * no longer build widget-util.*, the code has been movedJP Rosevear2001-06-022-4/+8 * use new funcJP Rosevear2001-06-029-97/+50 * ShushJP Rosevear2001-06-021-1/+0 * UpdateJP Rosevear2001-06-024-468/+8 * oops, didn't mean to make that changeJP Rosevear2001-06-021-1/+2 * renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-0236-7753/+3562 * dittoJP Rosevear2001-06-023-1/+13 * Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-1/+6 * For JPR - FedericoFederico Mena Quintero2001-05-312-0/+256 * New function.Federico Mena Quintero2001-05-305-38/+90 * new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-2917-1168/+2526 * implemented the 'remove_folder' function for the calendar shell componentRodrigo Moya2001-05-283-5/+355 * #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-283-2/+10 * Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-262-1/+5 * Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-248-29/+1229 * Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-226-59/+213 * Fix bug #2829.Federico Mena Quintero2001-05-196-141/+303 * Removed editor-page.[ch]Duncan Mak2001-05-171-0/+5 * *** empty log message ***Duncan Mak2001-05-171-2/+0 * Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1721-638/+5239 * switch on the correct widget and mapJP Rosevear2001-05-102-1/+17 * free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-093-5/+15 * unref the property bag when we finish with itJP Rosevear2001-05-094-2/+6 * Convert to bonobo xobjectJP Rosevear2001-05-085-495/+224 * use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-084-60/+59 * unref the calcomponent when we're done with itJP Rosevear2001-05-043-8/+22 * remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-28