ports/79187: update comms/gammu to 1.00.0

Kirill Bezzubets kirill at solaris.ru
Thu Mar 24 09:40:03 UTC 2005


>Number:         79187
>Category:       ports
>Synopsis:       update comms/gammu to 1.00.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 24 09:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Bezzubets <kirill at solaris.ru>
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


>Description:


>How-To-Repeat:

>Fix:
diff -ur gammu-098/Makefile gammu/Makefile
--- gammu-098/Makefile	Wed Mar  2 12:55:16 2005
+++ gammu/Makefile	Thu Mar 24 11:40:50 2005
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	gammu
-PORTVERSION=	0.98.0
+PORTVERSION=	1.00.0
 PORTREVISION=	1
 CATEGORIES=	comms
-MASTER_SITES=	http://www.mwiacek.com/zips/gsm/gammu/older/ \
-		http://www.kirill.spb.ru/gammu/
+MASTER_SITES=	http://www.kirill.spb.ru/gammu/
 
 MAINTAINER=	kirill at solaris.ru
 COMMENT=	GNU All Mobile Management Utilities
@@ -19,7 +18,7 @@
 USE_GMAKE=	yes
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
-WANT_AUTOCONF_VER=253
+WANT_AUTOCONF_VER=259
 
 CONFIGURE_ARGS=	--disable-bluerfsearch
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} -fPIC"
diff -ur gammu-098/distinfo gammu/distinfo
--- gammu-098/distinfo	Fri Jan 21 14:44:29 2005
+++ gammu/distinfo	Thu Mar 24 11:41:53 2005
@@ -1,2 +1,2 @@
-MD5 (gammu-0.98.0.tar.gz) = 6abfb95af979ce283fb22a179476dc6a
-SIZE (gammu-0.98.0.tar.gz) = 813856
+MD5 (gammu-1.00.0.tar.gz) = 9d921f9c5b6f3b8b76a69720e2d9f173
+SIZE (gammu-1.00.0.tar.gz) = 850872
diff -ur gammu-098/files/patch-cfg-Makefile.glo gammu/files/patch-cfg-Makefile.glo
--- gammu-098/files/patch-cfg-Makefile.glo	Wed Mar  2 12:55:17 2005
+++ gammu/files/patch-cfg-Makefile.glo	Thu Mar 24 12:13:07 2005
@@ -1,24 +1,15 @@
---- cfg/Makefile.glo.orig	Mon Jul 26 04:01:32 2004
-+++ cfg/Makefile.glo	Wed Mar  2 10:42:01 2005
-@@ -102,7 +102,7 @@
+--- gammu-1.00.0/cfg/Makefile.glo	Sat Jan 15 17:01:28 2005
++++ patch/Makefile.glo	Thu Mar 24 12:10:49 2005
+@@ -122,7 +122,7 @@
  	@echo Making $<
- 	@$(CC) -c $(CFLAGS) -I$(TOPDIR)/common/ $(CPPFLAGS) $(<) -o $(@)
-     
+ 	@$(CC) -c $(CFLAGS) -I$(TOPDIR)/common/ $(CPPFLAGS) $*.c -o $*.o
+ 
 -all: gammu
 +all: gammu shared
  
  $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU)
  	@echo Linking gammu
-@@ -203,7 +203,7 @@
- 	@$(INSTALL) -m 0644 $(TOPDIR)/docs/docs/english/gammu.1 $(DESTDIR)$(INSTALL_MAN_DIR)
- 	@$(RM) $(DESTDIR)$(INSTALL_DOC_DIR)/docs/english/gammu.1
-  
--install: uninstall all installdocs installlocales installonly
-+install: uninstall all installdocs installlocales installlibonly
- 
- installonly: all
- 	@echo Installing binaries to $(DESTDIR)$(INSTALL_BIN_DIR)
-@@ -220,8 +220,7 @@
+@@ -244,8 +244,7 @@
  
  	@echo Installing shared library to $(DESTDIR)$(INSTALL_LIB_DIR)
  	@$(INSTALL) -m 0755 -d $(DESTDIR)$(INSTALL_LIB_DIR)
@@ -28,7 +19,7 @@
  	@$(LN) -s libGammu.so.$(SONAME_MAJOR) $(DESTDIR)$(INSTALL_LIB_DIR)/libGammu.so
   
  	@echo Installing static library to $(DESTDIR)$(INSTALL_LIB_DIR)
-@@ -240,8 +239,8 @@
+@@ -264,8 +263,8 @@
  	@$(INSTALL) -m 0644 cfg/config.h $(DESTDIR)$(INSTALL_H_DIR)/config.h
  
  	@echo Installing pkgconfig file
Only in gammu-098/files: patch-common-device-serial-ser_unx.c
diff -ur gammu-098/files/patch-configure.in gammu/files/patch-configure.in
--- gammu-098/files/patch-configure.in	Fri Nov 26 18:33:05 2004
+++ gammu/files/patch-configure.in	Thu Mar 24 11:48:04 2005
@@ -1,24 +1,5 @@
 --- cfg/autoconf/configure.in.orig	Thu Nov 25 13:02:35 2004
 +++ cfg/autoconf/configure.in	Thu Nov 25 13:01:56 2004
-@@ -163,14 +163,14 @@
- dnl Bluetooth stacks
- gsm_blue_stack=unknown
- AC_CHECK_HEADERS(bluetooth/bluetooth.h,
--        [gsm_blue_stack=Bluez
-+        [gsm_blue_stack=FreeBSD
- 	 AC_DEFINE(GSM_ENABLE_BLUEZ)
--         LDLIBS="$LDLIBS -lbluetooth -lsdp"])
-+         LDLIBS="$LDLIBS -lbluetooth"])
-     
--dnl Path for Bluez bluetooth library
-+dnl Path for FreeBSD bluetooth library
- gsm_bt_dir=""
- AC_ARG_WITH(bluedir,
--        [  --with-bluedir=DIR      Specifies the base libbluetooth from Bluez],
-+        [  --with-bluedir=DIR      Specifies the base libbluetooth from FreeBSD],
-         [ if test x$withval = xyes; then
-                 AC_MSG_WARN(Usage is: --with-bluedir=DIR)
-           else
 @@ -261,7 +261,7 @@
          [  --disable-bluefbus      Disable Nokia FBUS2 over Bluetooth stack
                            (Nokia 6210)],
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list