]> git.pld-linux.org Git - packages/apache-mod_xslt2.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 22 Aug 2004 22:47:15 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_xslt2-makefile.patch -> 1.1
    apache-mod_xslt2.conf -> 1.1

apache-mod_xslt2-makefile.patch [new file with mode: 0644]
apache-mod_xslt2.conf [new file with mode: 0644]

diff --git a/apache-mod_xslt2-makefile.patch b/apache-mod_xslt2-makefile.patch
new file mode 100644 (file)
index 0000000..4995306
--- /dev/null
@@ -0,0 +1,72 @@
+diff -ur modxslt-2004080100-orig/lib/Makefile.in modxslt-2004080100/lib/Makefile.in
+--- modxslt-2004080100-orig/lib/Makefile.in    2004-07-13 07:55:58.000000000 -0600
++++ modxslt-2004080100/lib/Makefile.in 2004-08-22 15:30:56.820886324 -0600
+@@ -157,13 +157,13 @@
+ install: install-library install-headers
+ install-library: libmodxslt$(LIB_VERSION).la 
+-      $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0644 -o root -g root \
++      $(LIBTOOL) --mode=install install $(IFLAGS) -D \
+               libmodxslt$(LIB_VERSION).la $(DESTDIR)$(libdir)/libmodxslt$(LIB_VERSION).la
+ install-headers:
+-      $(INSTALL) -d -m 0755 -o root -g root $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
+-      $(INSTALL) -m 0644 -o root -g root $(srcdir)/modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
+-      $(INSTALL) -m 0644 -o root -g root ./modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
++      $(INSTALL) -d $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
++      $(INSTALL) $(srcdir)/modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
++      $(INSTALL) ./modxslt$(LIB_VERSION)/*.h $(DESTDIR)$(includedir)/modxslt$(LIB_VERSION)
+ uninstall: uninstall-library uninstall-headers
+Only in modxslt-2004080100/lib: Makefile.in~
+diff -ur modxslt-2004080100-orig/sapi/apache1/Makefile.in modxslt-2004080100/sapi/apache1/Makefile.in
+--- modxslt-2004080100-orig/sapi/apache1/Makefile.in   2004-07-22 14:18:20.000000000 -0600
++++ modxslt-2004080100/sapi/apache1/Makefile.in        2004-08-22 15:31:16.663309166 -0600
+@@ -91,7 +91,7 @@
+ install-strip: install
+ install: mod_xslt.so Makefile
+-      $(INSTALL) $(IFLAGS) -D -m 0644 -o root -g root mod_xslt.so '$(DESTDIR)$(APXS_INSTALLDIR)/mod_xslt.so'
++      $(INSTALL) $(IFLAGS) -D mod_xslt.so '$(DESTDIR)$(APXS_INSTALLDIR)/mod_xslt.so'
+ uninstall:
+       rm -f '$(DESTDIR)$(APXS_INSTALLDIR)'/mod_xslt.so
+Only in modxslt-2004080100/sapi/apache1: Makefile.in~
+diff -ur modxslt-2004080100-orig/sapi/apache2/Makefile.in modxslt-2004080100/sapi/apache2/Makefile.in
+--- modxslt-2004080100-orig/sapi/apache2/Makefile.in   2004-07-22 14:58:52.000000000 -0600
++++ modxslt-2004080100/sapi/apache2/Makefile.in        2004-08-22 15:31:38.713220746 -0600
+@@ -93,8 +93,7 @@
+ install: mod_xslt.la install-stamp Makefile
+ install-stamp: mod_xslt.la Makefile
+-      test "x$$UID" = "x" || test "x$$UID" = "x0" || { echo 'You must be root!'; exit 1; }
+-      $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) -o root -g root -m 0644 mod_xslt.la '$(DESTDIR)$(APXS_INSTALLDIR)'
++      $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) mod_xslt.la '$(DESTDIR)$(APXS_INSTALLDIR)'
+       @echo Removing extra files...
+       FILE=`grep dlname mod_xslt.la | sed -e "s/[^']*'\([^']*\).*/\1/"` && \
+         find '$(APXS_INSTALLDIR)' -name 'mod_xslt.*'|grep -v "$$FILE"|xargs rm -f && \
+Only in modxslt-2004080100/sapi/apache2: Makefile.in~
+diff -ur modxslt-2004080100-orig/utils/Makefile.in modxslt-2004080100/utils/Makefile.in
+--- modxslt-2004080100-orig/utils/Makefile.in  2004-07-13 07:55:58.000000000 -0600
++++ modxslt-2004080100/utils/Makefile.in       2004-08-22 15:31:09.899869522 -0600
+@@ -126,15 +126,15 @@
+ install: install-modxslt-parse install-modxslt-config install-modxslt-perror
+ install-modxslt-perror:
+-      $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0755 -o root -g root modxslt-perror \
++      $(LIBTOOL) --mode=install install $(IFLAGS) -D modxslt-perror \
+               $(DESTDIR)$(bindir)/modxslt-perror
+ install-modxslt-parse:
+-      $(LIBTOOL) --mode=install install $(IFLAGS) -D -m 0755 -o root -g root modxslt-parse \
++      $(LIBTOOL) --mode=install install $(IFLAGS) -D modxslt-parse \
+               $(DESTDIR)$(bindir)/modxslt-parse
+ install-modxslt-config:
+-      install -D -m 0755 -o root -g root modxslt-config \
++      install -D modxslt-config \
+               $(DESTDIR)$(bindir)/modxslt-config
+ uninstall: uninstall-modxslt-parse uninstall-modxslt-config uninstall-modxslt-perror
+Only in modxslt-2004080100/utils: Makefile.in~
diff --git a/apache-mod_xslt2.conf b/apache-mod_xslt2.conf
new file mode 100644 (file)
index 0000000..8e59bdd
--- /dev/null
@@ -0,0 +1 @@
+LoadModule mxslt_module /usr/lib/apache/mod_xslt.so
This page took 0.091038 seconds and 4 git commands to generate.