ports/55123: [Port Uptade] irc/xchat2 2.0.3 -> 2.0.4

Sebastian Yepes F. esn at x123.info
Thu Jul 31 17:40:15 UTC 2003


>Number:         55123
>Category:       ports
>Synopsis:       [Port Uptade] irc/xchat2 2.0.3 -> 2.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 10:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sebastian Yepes F. [ESN]
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD agosto 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Tue Jul 22 15:14:38 GMT 2003 root at agosto:/usr/obj/usr/src/sys/MYK_SRV i386


	
>Description:
	xchat2 uptade to new version 2.0.4
>How-To-Repeat:
	
>Fix:


diff -ur xchat2.old/Makefile xchat2/Makefile
--- xchat2.old/Makefile	Mon Jun 30 16:36:01 2003
+++ xchat2/Makefile	Thu Jul 31 19:18:49 2003
@@ -6,15 +6,11 @@
 #
 
 PORTNAME=	xchat2
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	2.0.4
 CATEGORIES=	irc gnome ipv6
 MASTER_SITES=	http://xchat.org/files/source/2.0/ \
 		http://xchat.linuxpower.org/files/source/2.0/
 DISTNAME=	xchat-${PORTVERSION}
-
-PATCH_SITES=	${MASTER_SITES:S/$/patches\//}
-PATCHFILES=	xc203-fixtint.diff
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	An X11 IRC client using the GTK+ 2 toolkit
diff -ur xchat2.old/distinfo xchat2/distinfo
--- xchat2.old/distinfo	Mon Jun 30 05:13:53 2003
+++ xchat2/distinfo	Thu Jul 31 19:29:39 2003
@@ -1,2 +1 @@
-MD5 (xchat-2.0.3.tar.bz2) = 8a7a981bf2401e09efdfe278713a2c6c
-MD5 (xc203-fixtint.diff) = ecfeedae2da4ba7867a2f62227db355b
+MD5 (xchat-2.0.4.tar.bz2) = bd987cd3b49cc16e875cfd8cb9b77c29
diff -ur xchat2.old/files/patch-Makefile.in xchat2/files/patch-Makefile.in
--- xchat2.old/files/patch-Makefile.in	Sun Jan 19 19:43:44 2003
+++ xchat2/files/patch-Makefile.in	Thu Jul 31 19:03:50 2003
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Sun Dec  8 23:16:00 2002
-+++ Makefile.in	Sun Dec  8 23:16:41 2002
-@@ -145,7 +145,7 @@
+--- Makefile.in.old	Thu Jul 31 05:24:26 2003
++++ Makefile.in	Thu Jul 31 19:03:06 2003
+@@ -211,7 +211,7 @@
  icondir = $(datadir)/pixmaps
  
  util_DATA = xchat.desktop
diff -ur xchat2.old/files/patch-configure xchat2/files/patch-configure
--- xchat2.old/files/patch-configure	Mon Jun 30 16:36:01 2003
+++ xchat2/files/patch-configure	Thu Jul 31 19:04:09 2003
@@ -1,6 +1,6 @@
---- configure.orig	Sun Jun 29 18:53:35 2003
-+++ configure	Sun Jun 29 19:01:02 2003
-@@ -10816,12 +10816,12 @@
+--- configure.old	Thu Jul 31 05:24:30 2003
++++ configure	Thu Jul 31 19:03:06 2003
+@@ -21482,12 +21482,12 @@
  /* end confdefs.h.  */
  #include <libintl.h>
  extern int _nl_msg_cat_cntr;
diff -ur xchat2.old/files/patch-ltmain.sh xchat2/files/patch-ltmain.sh
--- xchat2.old/files/patch-ltmain.sh	Sun Jun 29 23:05:55 2003
+++ xchat2/files/patch-ltmain.sh	Thu Jul 31 19:04:22 2003
@@ -1,24 +1,24 @@
---- ltmain.sh.orig	Fri Apr 25 15:18:44 2003
-+++ ltmain.sh	Sun May 11 02:27:13 2003
-@@ -1061,7 +1061,7 @@
+--- ltmain.sh.old	Thu Jun 12 05:09:04 2003
++++ ltmain.sh	Thu Jul 31 19:03:06 2003
+@@ -1280,7 +1280,7 @@
  	  esac
- 	 elif test "X$arg" = "X-lc_r"; then
- 	  case $host in
+ 	elif test "X$arg" = "X-lc_r"; then
+ 	 case $host in
 -	 *-*-openbsd* | *-*-freebsd*)
 +	 *-*-openbsd* | *-*-freebsd4*)
- 	    # Do not include libc_r directly, use -pthread flag.
- 	    continue
- 	    ;;
-@@ -1071,8 +1071,16 @@
+ 	   # Do not include libc_r directly, use -pthread flag.
+ 	   continue
+ 	   ;;
+@@ -1290,8 +1290,16 @@
  	continue
  	;;
  
 +      -pthread)
-+      compile_command="$compile_command -pthread"
-+      finalize_command="$finalize_command -pthread"
-+      compiler_flags="$compiler_flags -pthread"
-+      continue
-+      ;;
++	compile_command="$compile_command -pthread"
++	finalize_command="$finalize_command -pthread"
++	compiler_flags="$compiler_flags -pthread"
++	continue
++	;;
 +
        -module)
  	module=yes
@@ -26,17 +26,24 @@
  	continue
  	;;
  
-@@ -2471,6 +2479,9 @@
- 	  *-*-openbsd* | *-*-freebsd*)
- 	    # Do not include libc due to us having libc/libc_r.
- 	    ;;
-+	  *-*-freebsd*)
-+	    # FreeBSD doesn't need this...
-+	    ;;
- 	  *)
- 	    # Add libc to deplibs on all other systems if necessary.
- 	    if test $build_libtool_need_lc = "yes"; then
-@@ -4280,10 +4291,12 @@
+@@ -4305,11 +4313,11 @@
+ 	  $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
+ 	  $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
+ 
+-	  # Clean up the generated files.
+-	  $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
+-	  $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
+-
+-	  # Transform the symbol file into the correct name.
++	        # Clean up the generated files.
++	        $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
++	        $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
++               
++	        # Transform the symbol file into the correct name.
+ 	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+ 	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
+ 	  ;;
+@@ -5428,10 +5436,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
diff -ur xchat2.old/pkg-plist xchat2/pkg-plist
--- xchat2.old/pkg-plist	Sun Jun 29 23:05:55 2003
+++ xchat2/pkg-plist	Thu Jul 31 19:14:11 2003
@@ -1,5 +1,4 @@
 bin/xchat
-bin/xchat-text
 lib/xchat/plugins/perl.so
 %%PYTHON%%lib/xchat/plugins/python.so
 %%TCL%%lib/xchat/plugins/tcl.so

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list