[Midnightbsd-cvs] mports: patch-configure: back out last change.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 21 14:13:27 EDT 2008


Log Message:
-----------
back out last change.

Modified Files:
--------------
    mports/devel/doxygen/files:
        patch-configure (r1.3 -> r1.4)

-------------- next part --------------
Index: patch-configure
===================================================================
RCS file: /home/cvs/mports/devel/doxygen/files/patch-configure,v
retrieving revision 1.3
retrieving revision 1.4
diff -L devel/doxygen/files/patch-configure -L devel/doxygen/files/patch-configure -u -r1.3 -r1.4
--- devel/doxygen/files/patch-configure
+++ devel/doxygen/files/patch-configure
@@ -1,6 +1,19 @@
---- configure.orig	Sat Oct 28 18:20:11 2006
-+++ configure	Sun Feb 25 15:23:52 2007
-@@ -525,7 +525,7 @@
+--- configure.orig	Sat May 17 13:51:10 2008
++++ configure	Thu Aug 14 10:15:56 2008
+@@ -179,6 +179,12 @@
+         f_insttool=/usr/bin/install
+       fi
+       ;;
++   MidnightBSD:*)
++      f_platform=freebsd-g++
++      if test "$f_insttool" = NO; then
++        f_insttool=/usr/bin/install
++      fi
++      ;;
+     HP-UX:*)
+       f_platform=hpux-g++
+       if test "$f_insttool" = NO; then
+@@ -596,7 +602,7 @@
  EOF
  fi
  
@@ -9,7 +22,7 @@
  
  for i in $f_inmakefiles ; do
       SRC=$i
-@@ -541,10 +541,8 @@
+@@ -612,10 +618,8 @@
       if test $i = Makefile.in; then
         echo "" >> $DST
         echo "all: src/version.cpp " >> $DST
@@ -22,7 +35,7 @@
         if test $f_wizard = YES; then
           echo "	\$(MAKE) -C addon/doxywizard" >> $DST
         fi
-@@ -562,7 +560,7 @@
+@@ -637,7 +641,7 @@
       echo "  Created $DST from $SRC..."
  done
  


More information about the Midnightbsd-cvs mailing list