[csw-devel] SF.net SVN: gar:[17573] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Mar 27 12:37:23 CEST 2012


Revision: 17573
          http://gar.svn.sourceforge.net/gar/?rev=17573&view=rev
Author:   dmichelsen
Date:     2012-03-27 10:37:22 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
mod_pagespeed: Initial commit, uses strange build system

Modified Paths:
--------------
    csw/mgar/pkg/mod_pagespeed/trunk/Makefile
    csw/mgar/pkg/mod_pagespeed/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/mod_pagespeed/

Removed Paths:
-------------
    csw/mgar/pkg/mod_pagespeed/trunk/files/0001-Fix-install-destination.patch

Modified: csw/mgar/pkg/mod_pagespeed/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_auth_kerb/trunk/Makefile	2012-03-26 22:27:53 UTC (rev 17571)
+++ csw/mgar/pkg/mod_pagespeed/trunk/Makefile	2012-03-27 10:37:22 UTC (rev 17573)
@@ -1,5 +1,5 @@
-NAME = mod_auth_kerb
-VERSION = 5.4
+NAME = mod_pagespeed
+VERSION = 0.10.21.2
 CATEGORIES = server
 GARTYPE = v2
 
@@ -10,34 +10,23 @@
   however, need to supply your own RADIUS server to perform the actual authentication.
 endef
 
-SF_PROJ = modauthkerb
-MASTER_SITES = $(SF_MIRROR)
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
+GOOGLE_PROJ = modpagespeed
+MASTER_SITES = svn-http://modpagespeed.googlecode.com/svn/tags/
+DISTFILES += $(VERSION)
+NOCHECKSUM += $(VERSION)
+DISTNAME = $(VERSION)
 
-# Apply patch until this is fixed:
-#   https://sourceforge.net/tracker/?func=detail&atid=464524&aid=3172644&group_id=51775
-PATCHFILES += 0001-Fix-install-destination.patch
+VENDOR_URL = http://code.google.com/p/modpagespeed/
 
-VENDOR_URL = http://modauthkerb.sourceforge.net/
-LICENSE = LICENSE
+PACKAGES = CSWap2-mod-pagespeed
+RUNTIME_DEP_PKGS_CSWap2-mod-pagespeed += CSWapache2
+CHECKPKG_OVERRIDES_CSWap2-mod-pagespeed += surplus-dependency|CSWapache2
 
-PACKAGES = CSWap2modauthkerb
-CATALOGNAME = ap2_mod_auth_kerb
-CHECKPKG_OVERRIDES_CSWap2modauthkerb += catalogname-does-not-match-pkgname|pkgname=CSWap2modauthkerb|catalogname=ap2_mod_auth_kerb|expected-catalogname=ap2modauthkerb
-RUNTIME_DEP_PKGS_CSWap2modauthkerb += CSWlibcom-err3
-RUNTIME_DEP_PKGS_CSWap2modauthkerb += CSWlibkrb5-3
-RUNTIME_DEP_PKGS_CSWap2modauthkerb += CSWlibk5crypto3
-RUNTIME_DEP_PKGS_CSWap2modauthkerb += CSWlibgssapi-krb5-2
-RUNTIME_DEP_PKGS_CSWap2modauthkerb += CSWapache2
-CHECKPKG_OVERRIDES_CSWap2modauthkerb += surplus-dependency|CSWapache2
-
 # Apache paths
 AP2_ROOT      = $(prefix)/apache2
 AP2_LIBEXEC   = $(DESTDIR)$(AP2_ROOT)/libexec
 
 CONFIGURE_ARGS += $(DIRPATHS)
-CONFIGURE_ARGS += --without-krb4
-CONFIGURE_ARGS += --with-krb5=$(prefix)
 CONFIGURE_ARGS += --with-apache=$(prefix)/apache2
 
 # The package does not provide a check

Modified: csw/mgar/pkg/mod_pagespeed/trunk/checksums
===================================================================
--- csw/mgar/pkg/mod_auth_kerb/trunk/checksums	2012-03-26 22:27:53 UTC (rev 17571)
+++ csw/mgar/pkg/mod_pagespeed/trunk/checksums	2012-03-27 10:37:22 UTC (rev 17573)
@@ -1 +0,0 @@
-642b81763ad3ca81dba359cb952da5e3  mod_auth_kerb-5.4.tar.gz

Deleted: csw/mgar/pkg/mod_pagespeed/trunk/files/0001-Fix-install-destination.patch
===================================================================
--- csw/mgar/pkg/mod_auth_kerb/trunk/files/0001-Fix-install-destination.patch	2012-03-26 22:27:53 UTC (rev 17571)
+++ csw/mgar/pkg/mod_pagespeed/trunk/files/0001-Fix-install-destination.patch	2012-03-27 10:37:22 UTC (rev 17573)
@@ -1,37 +0,0 @@
-From f60dd9c4b6212a72c125f40f4112795ee22c2fe9 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 4 Feb 2011 12:25:23 +0100
-Subject: [PATCH] Fix install destination
-
----
- Makefile.in |    2 +-
- apxs.sh     |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 36f6046..6c1cb62 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -16,7 +16,7 @@ src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
- 	./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c"
- 
- install:
--	./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c"
-+	./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "" "${APXS}" "-i -S LIBEXECDIR=$(AP2_LIBEXEC)" "src/mod_auth_kerb.la"
- 
- clean:
- 	for i in . src spnegokrb5; do \
-diff --git a/apxs.sh b/apxs.sh
-index cdb3e65..dfe893a 100755
---- a/apxs.sh
-+++ b/apxs.sh
-@@ -1,5 +1,5 @@
- #!/bin/sh
- cppflags=`[ -n "$1" ] && echo $1 | sed -e 's/\([^ ]*\)/-Wc,\1/g'`
- ldflags=`[ -n "$2"  ] && echo $2 | sed -e 's/\([^ ]*\)/-Wl,\1/g'`
--ret=eval "$4" $5 $cppflags $ldflags src/mod_auth_kerb.c $3
-+ret=eval "$4" $5 $cppflags $ldflags $6 $3
- exit $ret
--- 
-1.7.3.2
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list