patches/doxygen-01-solaris-pkgtool.diff
author yippi
Sat, 07 Aug 2010 23:51:05 +0000
changeset 2873 157b01061040
parent 1311 a9ab76548311
child 9045 5e254e0ef2b4
permissions -rw-r--r--
2010-08-07 Brian Cameron <[email protected]> * SFEgjs.spec, patches/gjs-01-solaris.diff: Bump to 0.7.1. Rework patch. * SFEmutter.spec: Bump to 2.31.5. * patches/mutter-01-compile.diff: Add new patch needed to compile. * patches/mutter-01-suncc-xc99.diff: Remove patch no longer needed. * SFEhippodraw.spec, patches/hippodraw-01-solaris.diff: Bump to 1.22.0 and rework patch. * SFEpython26-telepathy.spec: Bump to 0.15.18. * SUNWtelepathy-glib.spec, base-specs/telepathy-glib.spec, patches/telepathy-glib-01-void.diff: Bump to 0.11.11. Add patch needed to compile. * base-specs/libtelepathy.spec: Add calls to autotools. * SFExapian-core.spec, SFExapian-bindings.spec, SFExapian-omega.spec: Bump to 1.0.21. * SFEpython26-decorator.spec: Bump to 3.1.2. * base-specs/doxygen.spec, patches/doxygen-01-solaris-pkgtool.diff: Bump to 1.7.1 and remove upstream ptach. * base-specs/abiword.spec: Bump to 2.8.6. * base-specs/boost.spec: Bump to 1.43.0. * SFEsugar.spec, SFEsugar-datastore.spec, SFEsugar-artwork.spec: Bump to 0.89.2. * SFEsugar-toolkit.spec: Bump to 0.89.1. * SFEsugar-turtleart.spec: Bump to 93. * SFEsugar-pippy.spec: Bump to 37. * SFEsugar-ruler.spec: Bump to 7. * SFEsugar-measure.spec: Bump to 31. * SFEsugar-moon.spec: Bump to 11. * SFEsugar-visualmatch.spec: Bump to 24. * SFEpython26-dateutil.spec: Bump to 1.5. * SFEsugar-sliderule.spec: Bump to 10. * SFEsugar-physics.spec: Bumpt to 5. * SFEsugar-calculate.spec: Bump to 32. * SFEsugar-jukebox.spec: Bump to 18. * SFEsugar-flipsticks.spec: Bump to 6. * SFEsugar-memorize.spec: Bump to 34.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2873
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
     1
--- doxygen-1.7.1/configure-orig	2010-08-04 15:21:59.255379308 -0500
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
     2
+++ doxygen-1.7.1/configure	2010-08-04 15:22:13.424058454 -0500
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
     3
@@ -214,9 +214,9 @@ if test -z "$f_platform"; then
1311
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
       f_platform=sunos-g++
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
       ;;
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
     SunOS:5*)
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
-      f_platform=solaris-g++
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
+      f_platform=solaris-cc
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
       if test "$f_insttool" = NO; then
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
-        f_insttool=/usr/bin/install
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
+        f_insttool=install
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12
       fi
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    13
       ;;
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    14
     ULTRIX:*)
2873
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    15
--- doxygen-1.7.1/Makefile.in-orig	2010-08-04 15:22:25.812675587 -0500
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    16
+++ doxygen-1.7.1/Makefile.in	2010-08-04 15:24:44.274479289 -0500
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    17
@@ -44,13 +44,13 @@ distclean: clean
1311
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    18
 
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    19
 DATE=$(shell date "+%B %Y")
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    20
 
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    21
-MAN1DIR = man/man1
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    22
+MAN1DIR = share/man/man1
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    23
 
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    24
 install: doxywizard_install 
2873
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    25
-	$(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin
1311
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    26
+	mkdir -p $(DESTDIR)/$(INSTALL)/bin
2873
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    27
 	$(INSTTOOL) -m 755 bin/doxygen    $(DESTDIR)/$(INSTALL)/bin
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    28
 	$(INSTTOOL) -m 755 bin/doxytag    $(DESTDIR)/$(INSTALL)/bin
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    29
-	$(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/$(MAN1DIR)
1311
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    30
+	mkdir -p $(DESTDIR)/$(INSTALL)/$(MAN1DIR)
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    31
 	cat doc/doxygen.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxygen.1 
2873
157b01061040 2010-08-07 Brian Cameron <[email protected]>
yippi
parents: 1311
diff changeset
    32
 	$(INSTTOOL) -m 644 doxygen.1 $(DESTDIR)/$(INSTALL)/$(MAN1DIR)/doxygen.1
1311
a9ab76548311 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    33
 	rm doxygen.1