Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 20:18:04 +0600 (NOVT)
From:      System Administrator <root@sentry.granch.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78022: gammu port does not install libraries and headers, need to link another apps (i.e. Kammu)
Message-ID:  <200502241418.j1OEI4s6021886@sentry.granch.ru>
Resent-Message-ID: <200502241420.j1OEKMpp057048@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78022
>Category:       ports
>Synopsis:       gammu port does not install libraries and headers, need to link another apps (i.e. Kammu)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 24 14:20:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     System Administrator
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Granch Ltd.
>Environment:
System: FreeBSD sentry.granch.ru 5.3-RELEASE FreeBSD 5.3-RELEASE #5: Tue Dec 14 16:43:00 NOVT 2004 root@sentry.granch.ru:/usr/src/sys/i386/compile/Sentry i386
>Description:
gammu port does not install libraries and headers, need to compile and link another
applications, i.e. Kammu (KDE front-end for Gammu), because it link only command-line
static-linked gammu application. I provide small patch to Gammu's Makefile.glo to
link and install shared-linked gammu, libraries and headers, instead of static-linked
gammu binary only.
>How-To-Repeat:
Install gammu from ports.
Download and try to install Kammu from sourceforge.
Catch an error in compile stage about missed header <gammu/gammu.h>
>Fix:
--- Makefile.glo.bak	Thu Feb 24 20:12:17 2005
+++ Makefile.glo	Thu Feb 24 20:12:17 2005
@@ -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)
>Release-Note:
>Audit-Trail:
>Unformatted:



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