Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2005 12:30:07 GMT
From:      Guido Falsi <mad@madpilot.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80631: [maintainer update] comms/gnokii upgrade to 0.6.5
Message-ID:  <200505051230.j45CU7in002973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80631; it has been noted by GNATS.

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/80631: [maintainer update] comms/gnokii upgrade to 0.6.5
Date: Thu, 5 May 2005 14:27:32 +0200

 Due to my mistsake the previous patch is incorrect. The following one is
 the corrected verion.
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 Patch:
 
 diff -ruN gnokii.old/Makefile gnokii/Makefile
 --- gnokii.old/Makefile	Wed May  4 13:38:44 2005
 +++ gnokii/Makefile	Thu May  5 14:18:46 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	gnokii
 -PORTVERSION=	0.6.4
 +PORTVERSION=	0.6.5
  PORTEPOCH=	1
  CATEGORIES=	comms
  MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
 diff -ruN gnokii.old/distinfo gnokii/distinfo
 --- gnokii.old/distinfo	Wed May  4 13:38:44 2005
 +++ gnokii/distinfo	Thu May  5 14:19:05 2005
 @@ -1,2 +1,2 @@
 -MD5 (gnokii-0.6.4.tar.bz2) = e48e72b4038481509f32e2a7596dc2d5
 -SIZE (gnokii-0.6.4.tar.bz2) = 2006834
 +MD5 (gnokii-0.6.5.tar.bz2) = 73eefa3ac9bdaf2823e15a1636504b1a
 +SIZE (gnokii-0.6.5.tar.bz2) = 1884543
 diff -ruN gnokii.old/files/patch-configure gnokii/files/patch-configure
 --- gnokii.old/files/patch-configure	Wed May  4 13:38:44 2005
 +++ gnokii/files/patch-configure	Thu May  5 14:21:44 2005
 @@ -1,6 +1,6 @@
 ---- configure.orig	Sun Oct 17 21:44:38 2004
 -+++ configure	Mon Dec 27 12:48:43 2004
 -@@ -26348,13 +26348,15 @@
 +--- configure.orig	Fri Apr 29 22:40:40 2005
 ++++ configure	Thu May  5 14:20:32 2005
 +@@ -26347,13 +26347,15 @@
   # First of all, check if the user has set any of the PTHREAD_LIBS,
   # etcetera environment variables, and if threads linking works using
   # them:
 @@ -21,7 +21,7 @@
           cat >conftest.$ac_ext <<_ACEOF
   /* confdefs.h.  */
   _ACEOF
 -@@ -26726,7 +26728,7 @@
 +@@ -26725,7 +26727,7 @@
   echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
           flag=no
           case "${host_cpu}-${host_os}" in
 @@ -30,7 +30,7 @@
                   *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
           esac
           echo "$as_me:$LINENO: result: ${flag}" >&5
 -@@ -27570,7 +27572,7 @@
 +@@ -27569,7 +27571,7 @@
   USE_LIBICAL="no"
   OLD_LIBS="$LIBS"
   OLD_CFLAGS="$CFLAGS"
 @@ -39,3 +39,12 @@
   CFLAGS="$CFLAGS $ICAL_CFLAGS"
   echo "$as_me:$LINENO: checking whether libical is installed" >&5
   echo $ECHO_N "checking whether libical is installed... $ECHO_C" >&6
 +@@ -29111,7 +29113,7 @@
 + echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&5
 + echo "${ECHO_T}$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&6
 + if test $ac_cv_lib_Xpm_XpmWriteFileFromXpmImage = yes; then
 +-   XPM_CFLAGS="$XINCL" XPM_LIBS="-L$x_libraries -lXpm -lX11"
 ++   XPM_CFLAGS="$XINCL" XPM_LIBS="-L$x_libraries -lXpm -lX11 -lroken -lcrypt"
 +               cat >>confdefs.h <<\_ACEOF
 + #define XPM 1
 + _ACEOF
 diff -ruN gnokii.old/files/patch-gnokiirc gnokii/files/patch-gnokiirc
 --- gnokii.old/files/patch-gnokiirc	Wed May  4 13:38:44 2005
 +++ gnokii/files/patch-gnokiirc	Thu May  5 14:24:17 2005
 @@ -1,24 +1,24 @@
 ---- Docs/sample/gnokiirc.orig	Thu Jan  8 15:16:55 2004
 -+++ Docs/sample/gnokiirc	Thu Jan  8 15:17:40 2004
 +--- Docs/sample/gnokiirc.orig	Fri Apr 29 22:40:17 2005
 ++++ Docs/sample/gnokiirc	Thu May  5 14:23:45 2005
  @@ -6,7 +6,7 @@
   
   # Set port to the physical serial port used to connect to your phone.
   # Linux version is:
  -port = /dev/ttyS0
  +port = /dev/cuaa0
 + #
   # For MacOSX you will need something like:
   # port = /dev/cu.USA28X1P1.1
 - #
 -@@ -14,7 +14,7 @@
 +@@ -19,7 +19,7 @@
   # port = aa:bb:cc:dd:ee:ff
 -  
 + 
   # Set model to the model number of your phone
  -model = 6110
  +model = 6210
   
   # Initlength controls the number of characters sent to the
   # phone during initialisation.  You can either set it to
 -@@ -50,7 +50,7 @@
 +@@ -49,7 +49,7 @@
   # port software (eg. minicom). If you have wrong permissions for the
   # directory, a warning will be generated. If you don't want a lockfile, set
   # it to 'no'.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505051230.j45CU7in002973>