Updated cups (1.4.2).

This commit is contained in:
Arne Fitzenreiter
2010-01-25 07:01:01 +01:00
parent daa1ceba8b
commit 4f6b0952a1
3 changed files with 333 additions and 1264 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -76,7 +76,7 @@
* coreutils-5.96
* cpio-2.6
* cpufrequtils-005
* cups-1.3.9
* cups-1.4.2
* curl-7.19.5
* cyrus-imapd-2.2.12
* cyrus-sasl-2.1.21
@@ -256,8 +256,8 @@
* open-vm-tools-2009.05.22-167859
* openldap-2.3.20
* openmailadmin-1.0.0
* openssh-5.2p1
* openssl-0.9.8k
* openssh-5.3p1
* openssl-0.9.8l
* openswan-2.6.23
* openswan-2.6.23-kmod-2.6.27.42-ipfire
* openswan-2.6.23-kmod-2.6.27.42-ipfire-xen
@@ -293,7 +293,6 @@
* rp-pppoe-3.8
* rrdtool-1.2.15
* rssdler-0.4.0a
* rsync-3.0.6
* rsync-3.0.7
* rtorrent-0.8.6
* samba-3.3.10

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.3.9
VER = 1.4.2
THISAPP = cups-$(VER)
DL_FILE = $(THISAPP)-source.tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = cf63f451c356e6cabb08972d4d11c365
$(DL_FILE)_MD5 = d95e2d588e3d36e563027a963b117b1b
install : $(TARGET)
@@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
# cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install