[Kolab-devel] CVS Makefiles update (permission to commit)

Stephan Buys s.buys at codefusion.co.za
Tue May 27 12:42:57 CEST 2003


Hi, 

Please check the changes below and let me know if I can commit?

In short, this allows the user to specify an environment variable:
KOLABPKGDIR which will allow them to use the makefiles without the
need to download the files from FTP if they already exist locally.

(This will work in conjunction with the "get" script)

Regards,
-- 
Stephan  Buys
Technical Director
Code Fusion cc.
Tel: +27 11 391 1412
Mobile: +27 83 294 1876
Email: s.buys at codefusion.co.za

Index: apache/Makefile
===================================================================
RCS file: /kolabrepository/server/apache/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
0a1,5
>
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
2c7,8
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/apache-1.3.27-20030516.src.rp
m --define 'with_mod_ssl yes' --define 'with_mod_dav yes' --define 'with_mod_aut
h_ldap yes' --define 'with_mod_php_openldap yes' --define 'with_mod_php_imap yes
' --define 'with_mod_php yes' --define 'with_mod_php_gettext yes'
---
>
>       rpm -ihv $(KOLABPKGDIR)/apache-1.3.27-20030516.src.rpm --define 'with_mo
d_ssl yes' --define 'with_mod_dav yes' --define 'with_mod_auth_ldap yes' --defin
e 'with_mod_php_openldap yes' --define 'with_mod_php_imap yes' --define 'with_mo
d_php yes' --define 'with_mod_php_gettext yes'
Index: db/Makefile
===================================================================
RCS file: /kolabrepository/server/db/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
1c1,4
<
---
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
3c6
<       rpm -i ftp://ftp.openpkg.org/current/SRC/db-4.1.25.1-20030323.src.rpm
---
>       rpm -i $(KOLABPKGDIR)/db-4.1.25.1-20030323.src.rpm
Index: imapd/Makefile
===================================================================
RCS file: /kolabrepository/server/imapd/Makefile,v
retrieving revision 1.6
diff -r1.6 Makefile
1c1,4
<
---
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
3c6
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/imapd-2.1.13-20030502.src.rpm
---
>       rpm -ihv $(KOLABPKGDIR)/imapd-2.1.13-20030502.src.rpm
Index: openldap/Makefile
===================================================================
RCS file: /kolabrepository/server/openldap/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
0a1,4
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
2c6
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/openldap-2.1.20-20030520.src.
rpm
---
>       rpm -ihv $(KOLABPKGDIR)/openldap-2.1.20-20030520.src.rpm
Index: postfix/Makefile
===================================================================
RCS file: /kolabrepository/server/postfix/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
0a1,4
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
2c6
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/postfix-2.0.10-20030524.src.r
pm
---
>       rpm -ihv $(KOLABPKGDIR)/postfix-2.0.10-20030524.src.rpm
Index: proftpd/Makefile
===================================================================
RCS file: /kolabrepository/server/proftpd/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
0a1,3
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
3c6
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/proftpd-1.2.8-20030328.src.rp                                                                                                                    m
---
>       rpm -ihv $(KOLABPKGDIR)/proftpd-1.2.8-20030328.src.rpm
Index: sasl/Makefile
===================================================================
RCS file: /kolabrepository/server/sasl/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
0a1,4
> ifeq "x$(KOLABPKGDIR)" "x"
>   KOLABPKGDIR = ftp://ftp.openpkg.org/current/SRC
> endif
>
2c6
<       rpm -ihv ftp://ftp.openpkg.org/current/SRC/sasl-2.1.13-20030417.src.rpm
---
>       rpm -ihv $(KOLABPKGDIR)/sasl-2.1.13-20030417.src.rpm






More information about the devel mailing list