head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.11.11.05.18.26;	author clsung;	state dead;
branches;
next	1.1;

1.1
date	2010.11.29.18.39.01;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:		ports/162423
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:	maintainer (Denise H. G.)
Feature safe:	yes
@
text
@--- configure.orig      2010-11-17 16:45:30.000000000 +0100
+++ configure   2010-11-29 19:17:00.000000000 +0100
@@@@ -12635,7 +12635,7 @@@@
 case "$host" in
     *-*-*freebsd*)
     HOST_LIBS="-lexecinfo -pthread"
-    md5prog=gmd5sum
+    md5prog=md5
     ;;
     *-*-linux*)
     HOST_LIBS="-ldl -lpthread"
@@@@ -12691,11 +12691,6 @@@@
 done
 test -n "$WGET" || WGET="no"
 
-if test "x$WGET" = "xno";
-then
-    as_fn_error $? "You need to install wget" "$LINENO" 5
-fi
-
 for ac_prog in tar
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@@@ -14550,6 +14545,9 @@@@
 fi
 
     ;;
+       *-*-*freebsd*)
+       DATADIRNAME=share
+       ;;
     *)
     DATADIRNAME=lib
     ;;
@


1.1
log
@- Update to 4.0.0

PR:		ports/152615
Submitted by:	Denise H. G. <darcsis@@gmail.com> (maintainer)
@
text
@@

