aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 16d93c984468..961bf0d3e499 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,12 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20040514:
+ AFFECTS: users of audio/faad
+
+ If the compilation of faad fails, please manually delete older
+ installed version of faad and reinstall from port.
+
20040512:
AFFECTS: users of print/teTeX
lt;asami@FreeBSD.org> 2000-04-14 15:20:58 +0800 committer Satoshi Asami <asami@FreeBSD.org> 2000-04-14 15:20:58 +0800 Convert to PORTNAME/PORTVERSION.' href='/~lantw44/cgit/freebsd-ports/commit/math/grace/Makefile?id=1df1a17abc224c7b035253c7089ca62f3b56a87a'>1df1a17abc22
121181f4e695


02154816feee

02154816feee
121181f4e695
ec1b2d16edee
02154816feee

6db96c05006f
865dd48562d0
ec1b2d16edee
02154816feee
121181f4e695

c6bcad2436d9
67c0e8c5d97a
7112ba2b404b
121181f4e695

ec1b2d16edee
02154816feee



121181f4e695




02154816feee
121181f4e695
121181f4e695

02154816feee


121181f4e695
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
                                          


                                                              
           

 

                      



                                                                            
                                                                 




                                                                                              
                                


                                             

                                                                     
                                                         
                                                         
                                                         

                                                         
                                                         
                                            
 
                                                        

                   
                   
                   
                   

                                    
                                                                                                    



                                                      




                             
                                                           
                                                                                      

                                          


                                                                        
                      
# New ports collection makefile for: grace
# Date created:     Dec 28 1998
# Whom:         Lars Koeller <lkoeller@cc.fh-lippe.de>
#
# $FreeBSD$
#

PORTNAME=   grace
PORTVERSION=    5.0.3g
CATEGORIES= math print
#
# You never know when and why this caotic team moves it to ../src/old/   :-)
#
MASTER_SITES=   ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \
        ftp://plasma-gate.weizmann.ac.il/pub/grace/src/old/ \
        ftp://abragam.med.utoronto.ca/pub/mirrors/grace/src/ \
        ftp://abragam.med.utoronto.ca/pub/mirrors/grace/src/old/ \
        ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/old/ \
        ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/
DISTNAME=   grace-5.0.3gamma

MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE

BUILD_DEPENDS=  ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp
LIB_DEPENDS=    Xbae.7:${PORTSDIR}/x11-toolkits/xbae    \
        netcdf.1:${PORTSDIR}/math/netcdf    \
        fftw.2:${PORTSDIR}/math/fftw        \
        pdf.2:${PORTSDIR}/print/pdflib      \
        tiff.4:${PORTSDIR}/graphics/tiff    \
        jpeg.9:${PORTSDIR}/graphics/jpeg    \
        png.4:${PORTSDIR}/graphics/png      \
        t1.1:${PORTSDIR}/devel/t1lib

MAN1=       grace.1 xmgrace.1 gracebat.1 grconvert.1

USE_X_PREFIX=   YES
USE_XPM=    yes
USE_GMAKE=  YES
USE_MOTIF=  YES
HAS_CONFIGURE=  YES
CONFIGURE_ARGS= -prefix=${X11BASE} \
    --enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include:${LOCALBASE}/include/gd \
    --enable-libhelp \
    --enable-extra-ldpath=${LOCALBASE}/lib \
    --enable-grace-home=${X11BASE}/lib/X11/grace \
    --enable-config=generic

ALL_TARGET=
INSTALL_TARGET= install links

post-patch:
    ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.input
    ${SED} "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure.input > ${WRKSRC}/configure
    ${RM} -f ${WRKSRC}/configure.input

post-install:
    ${LN} -s ${X11BASE}/lib/X11/grace/doc ${X11BASE}/share/doc/grace

.include <bsd.port.mk>