aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2002-03-20 09:23:28 +0800
committercjh <cjh@FreeBSD.org>2002-03-20 09:23:28 +0800
commita9bb0109c9d805f092a15ff4a9225340c7e947f1 (patch)
tree30080191e744eeb12197f5c4fabdcf83d85ba3fe
parente9a6d8f14ab42b6aaba3833e232b198e3a8b3394 (diff)
downloadfreebsd-ports-gnome-a9bb0109c9d805f092a15ff4a9225340c7e947f1.tar.gz
freebsd-ports-gnome-a9bb0109c9d805f092a15ff4a9225340c7e947f1.tar.zst
freebsd-ports-gnome-a9bb0109c9d805f092a15ff4a9225340c7e947f1.zip
- remove GNOME applet support by default.
it will solve inconsistency problem when release package building. (there is ko-ami-gnome packages in FTP, but ko-ami in INDEX) - display messages to help for users to use WITH*_GNOME or not. Submitted by: suk-youk park <p3827755@kornet.net>, Seungryun Lee <micherin@korea.com>
-rw-r--r--korean/ami/Makefile21
1 files changed, 17 insertions, 4 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile
index d68a0160efb0..7c22b7b36398 100644
--- a/korean/ami/Makefile
+++ b/korean/ami/Makefile
@@ -7,8 +7,8 @@
PORTNAME= ami
PORTVERSION= 1.0.11
-#PORTREVISION= 1
-CATEGORIES= korean x11 gnome
+PORTREVISION= 1
+CATEGORIES= korean x11
MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ \
http://master.debian.or.kr/~cwryu/archive/misc/
DISTFILES= ${DISTNAME}.tar.gz hanja.dic.gz ami.dic
@@ -16,21 +16,34 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz
MAINTAINER= cjh@FreeBSD.org
+LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+
USE_X_PREFIX= yes
+USE_GTK= yes
USE_GMAKE= yes
-USE_GNOMECTRL= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR}
+DATADIR= share
.include <bsd.port.pre.mk>
# gnome support
.if defined(HAVE_GNOME)
USE_GNOME= yes
+USE_GNOMECTRL= yes
CONFIGURE_ARGS+=--enable-gnome-applet
-.endif
DATADIR= share/gnome
+CATEGORIES+= gnome
+.endif
+
+pre-everything:
+.if !defined(HAVE_GNOME)
+ @${ECHO} Define WITH_GNOME=yes if you want to enable GNOME applet support.
+.else
+ @${ECHO} Define WITHOUT_GNOME=yes if you want to build without GNOME
+ @${ECHO} applet support and with minimal dependencies.
+.endif
post-build:
@cd ${WRKSRC}/hanjadic; \
ctions usable' href='/~lantw44/cgit/gsoc2013-evolution/commit/README?h=EVOLUTION_2_1_2&id=4944f0960b91add0cacc550edbfd7cb1f853960a'>4944f0960b
d3a3dd69a8
4944f0960b


90d6f37edc
90d6f37edc
4944f0960b

d3a3dd69a8
4d5d1960b3



22fecd089c


d3a3dd69a8
4d5d1960b3

d3a3dd69a8
4944f0960b

d3a3dd69a8
22fecd089c
4d5d1960b3
90d6f37edc
4944f0960b


22fecd089c


4944f0960b
208d7b4cb6
4d5d1960b3
4944f0960b
4d5d1960b3



22fecd089c
26788bf81f
4944f0960b





22fecd089c





4944f0960b
81742b6677

e67bc5fb8c
d5ca27ea56
1a2b496879
7792286802
4944f0960b
2ce992aae5
4944f0960b
1a2b496879
4944f0960b
0f0dd1ed36
22fecd089c
db7feeef33
e67bc5fb8c
22fecd089c
4944f0960b
efe980e4c0


24be06c166
c807d96e58

0f0dd1ed36
2ce992aae5
d3e03fac93
7792286802


24be06c166
1a2b496879
c807d96e58
0f0dd1ed36
4944f0960b




0f0dd1ed36
122b2426db
1a2b496879
4944f0960b
8f183d269e








22fecd089c

d5ca27ea56

7070cc67b2
d5ca27ea56
9b8456b4d1
fb9047c159

d5ca27ea56




56d1340c36
d5ca27ea56



fb9047c159

d5ca27ea56

3a392efcc5
22fecd089c
7367bd18e7








c7232066ec


22fecd089c
3a392efcc5
9f31ce86ff
3a392efcc5
db7feeef33
3a392efcc5
bf4d808cf5



a9c9f6c256
3a392efcc5
db7feeef33
3a392efcc5
db7feeef33
3a392efcc5
3a392efcc5

bf4d808cf5


3a392efcc5



db7feeef33

825c833f54
db7feeef33


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
218
219
                                                           
                                   
 
                                                                   
 

                                                                  
 





                                                                   


                                                                    
 


                                                          
 
                                                         

 


                  
                                              
 





                                                                    
 

                      
 
                                                             
 


                                                                      
 


                                                                    
 
 

                  
 



                                                                    


                                                                     
 

                                                                 
 

                                 
 
                                                                      
                                              
 


                                                   


                                                                      
 
                                    
                                                          
 



                                                                     
                                                                     
 





                                                                   





                                                                     
 

                                                                  
 
                                                                      
                                                                           
      
 
                                  
 
                                  
 
                                                                      
                           
 
                                                                    
                    
 


                                                                  
 

                        
                                                                  
                           
 


                                                                    
 
                           
 
                          




                                                                   
                                                      
 
                             
 








                                                                     

                                                                    

             
                                                                   
                             
                                                                           

                                                                      




                      
                                                                            



            

                                                             

            
 
 








                                                                              


                                                                 
 
                                 
 
                                   
                                          
                               



                                                                 
                                       
                                               
                                                            
                                                 
                                           
                                                               

                                                      


                                                                     



                                                                   

                                                                    
                                                                     


                                                                 
Evolution is the integrated mail, calendar and address book
distributed suite from Ximian, Inc.

See http://www.ximian.com/apps/evolution.php3 for more information.

Note that Evolution is still beta. This means it may delete all of
your mail if you give it the chance.

If you are using Evolution, you should subscribe to the Evolution
mailing list. If you are interested in hacking on it, you should
subscribe to the Evolution Hackers mailing list. Send mail to
"evolution-request@ximian.com" or
"evolution-hackers-request@ximian.com" with the word "subscribe" in
the body of the message. If you are planning to work on any part of
Evolution, please send mail to the mailing list first, to avoid
duplicated effort (and to make sure that you aren't basing your work
on interfaces that are expected to change).

There are mailing list archives available at
http://lists.ximian.com/archives/public/evolution/     and
http://lists.ximian.com/archives/public/evolution-hackers/

There is also an #evolution IRC channel on irc.gnome.org.


IF IT DOESN'T WORK
------------------

Did you read the "How to build" section below?

If the configure script complains that you don't have a library that
you know you have installed, it usually means either that you've
installed things into multiple prefixes (see the bits on GNOME_PATH
below) or (if you're on Linux) that you installed the "foo" package
but forgot the "foo-devel" package.


HOW TO BUILD EVOLUTION
----------------------

    *** READ THIS BEFORE YOU START BUILDING ANYTHING! ***

Evolution depends on a large number of unreleased and rapidly-changing
libraries. Some of these libraries in turn depend on other unreleased
and rapidly-changing libraries.

Building Evolution is HARD, and it's going to stay hard until all of
the libraries it depends on stabilize, and there's nothing we can do
to make it any easier until then.


General Principles
------------------

First you have to decide whether you want to install Evolution (and
its dependencies) into the same prefix as the rest of your GNOME
install, or into a new prefix. Installing everything into the same
prefix as the rest of your GNOME install will make it much easier to
build and run programs, and easier to switch between using packages
and building it yourself, but it may also make it harder to uninstall
later.

If you want to install into the same prefix as the rest of GNOME,
type:

    gnome-config --prefix
    gnome-config --sysconfdir

and remember the answers, and pass them to "configure" or "autogen.sh"
when building the other packages you need. Eg:

    ./configure --prefix=/usr --sysconfdir=/etc


If you build in another prefix instead, you will need to set the
GNOME_PATH environment variable (and ACLOCAL_FLAGS as well if building
from CVS) to include the prefix you install into. Eg:

        export GNOME_PATH=/usr/local
    export ACLOCAL_FLAGS="-I /usr/local/share/aclocal"

(Assuming your shell is bash, and you installed into /usr/local.) You
need to set GNOME_PATH both during compiling AND when you run
evolution. Remember also that if you're installing into an odd prefix
such as /evolution, that you also need to make sure to put
${prefix}/bin in your PATH and ${prefix}/lib in your LD_LIBRARY_PATH.


Dependencies
------------

All of these libraries are available in GNOME CVS, under the given
names. Most (but not all) of them are also available as tarballs on
ftp.gnome.org. The (*)ed packages are available in Ximian GNOME
(http://www.ximian.com/desktop/) Other packages may be available from
the Ximian GNOME evolution preview mirror.

If installing from packages, remember that you need both the runtime
and -devel packages for each library.

 - xml-i18n-tools - lates from xml-i18n-tools-stable-1-x branch in
   GNOME CVS (0.8.2 is too old)

 - gnome-xml - 1.8.10 or later in the 1.0 series, but not from the 2.0
   series (If you get this from GNOME CVS, use the tag "LIB_XML_1_BRANCH".)
   (*)

 - gnome-print - 0.25 or later (*)

 - gdk-pixbuf - 0.9.0 or later (*)

 - ORBit - 0.5.8 or later (*) (If you get this from GNOME CVS, use the
   tag "orbit-stable-0-5".)

 - oaf - 0.6.2 or later (If you get this from GNOME CVS, use the tag
   "oaf-stable-0-6")

   *** If you are using oaf from CVS, you should use the flag
   *** "--disable-more-warnings" when configure, or it may fail to
   *** build.

 - gconf - 0.6 or later.

 - gnome-vfs - 1.0.0 or later (If you get this from GNOME CVS, use
   the tag "gnome-vfs-1-0")

   *** If you are using gnome-vfs from CVS, you should use the flag
   *** "--disable-more-warnings" when configuring, or it may fail to
   *** build.

 - libglade - 0.14 or later

 - bonobo - 1.0.3 or later

   *** Note that bonobo must be installed with the same --prefix as
   *** either gnome-libs or evolution for the Makefiles to work
   *** properly.

 - gal (GNOME Application Library) - 0.7.99.3 or later

 - gtkhtml - later than 0.9.3

 - Berkeley's libdb - 3.1.17

   db3 is available from www.sleepycat.com.  Make sure to get 3.1.17,
   it isn't the newest version.

   *** Note that db3 installs by default in /usr/local/BerkeleyDB.3.1
   *** so you may need to specify evolution to look in this directory
   *** for it.  We will add a check for this directory later.

If you want support for PalmPilot syncing (currently experimental so
please back up your pilot) you will also need to do the following:

1) pilot-link
cvs -d :pserver:anonymous@cvs.gnu-designs.com:/cvs/pilot-link login
The password is just <ENTER>.
cvs -d :pserver:anonymous@cvs.gnu-designs.com:/cvs/pilot-link co pilot-link
./configure --prefix=<pilot-link-prefix> --with-perl=no --with-java=no
--with-tcl=no --with-python=no
make
make install

2) gnome-pilot
cvs -z3 co gnome-pilot
./autogen.sh --prefix=<gnome-pilot-prefix> --with-pisock=<pilot-link-prefix>
make
make install

3) evolution
in your evo source dir do ./autogen.sh --prefix=<evo-prefix> 
--with-pisock=<pilot-link-prefix> --enable-pilot-conduits=yes
make
make install


If you want support SSL (and someday S/MIME), you will also need libnspr4 and
libnss3 which can be found at http://www.mozilla.org.

Once you have libnspr4 and libnss3 (and their respective includes) installed,
in your evolution source dir do:
./autogen.sh --prefix=<evo-prefix> --with-nspr-includes=<nspr-includes-prefix>
--with-nspr-libs=<nspr-libs-prefix> --with-nss-includes=<nss-includes-prefix>
--with-nss-libs=<nss-libs-prefix>

You'll need to `cp ~/.mozilla/default/*.db ~/evolution` on you've
installed Evolution in order to get a functional SSL-enabled
Evolution.

The layout of the source tree is:

addressbook:    the Address Book UI
art:        graphics used by evolution
calendar:   the Calendar UI
camel:      libcamel, a messaging library used by the mailer.
        Camel is inspired by Sun's JavaMail
        (http://java.sun.com/products/javamail/) and the
        IMAPv4 spec (RFC 2060).
composer:   the message composer UI
data:       the .desktop file for Evolution
default_user:   initial Evolution config files for new users
devel-docs: entirely inadequate documentation
doc:        more adequate documentation
e-util:     utility code used by various parts of Evolution
filter:     libfilter, a mail filtering library
libibex:    an indexing library used by the mailer
libical:    a library for the iCalendar format (RFC 2445-2446)
libversit:  a library for the vCard (RFC 2425-2426) and vCalendar
        (http://www.imc.org/pdi/vcal-10.txt) formats
mail:       the mail display UI
shell:      the Evolution shell (the main program that launches
        the other components)
tests:      some test programs
tools:      utilities, notably "killev", a script to kill of all
        of the Evolution components
widgets:    widgets used by Evolution, including the shortcut bar
wombat:     Has source code that will load in the addressbook
        and calendar backend, and will form the server
        process we'll be using