From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 24 14:20:22 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B704D16A4CE for ; Thu, 24 Feb 2005 14:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F8543D45 for ; Thu, 24 Feb 2005 14:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1OEKMru057049 for ; Thu, 24 Feb 2005 14:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1OEKMpp057048; Thu, 24 Feb 2005 14:20:22 GMT (envelope-from gnats) Resent-Date: Thu, 24 Feb 2005 14:20:22 GMT Resent-Message-Id: <200502241420.j1OEKMpp057048@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, System Administrator Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5130416A4CE for ; Thu, 24 Feb 2005 14:18:18 +0000 (GMT) Received: from sentry.granch.ru (sentry.granch.ru [212.20.5.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5E543D1F for ; Thu, 24 Feb 2005 14:18:12 +0000 (GMT) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.ru (IDENT:25@localhost.granch.ru [127.0.0.1]) by sentry.granch.ru (8.13.1/8.13.1) with ESMTP id j1OEI51x021887 for ; Thu, 24 Feb 2005 20:18:05 +0600 (NOVT) (envelope-from shelton@sentry.granch.ru) Received: (from root@localhost) by sentry.granch.ru (8.13.1/8.13.1/Submit) id j1OEI4s6021886; Thu, 24 Feb 2005 20:18:04 +0600 (NOVT) (envelope-from shelton) Message-Id: <200502241418.j1OEI4s6021886@sentry.granch.ru> Date: Thu, 24 Feb 2005 20:18:04 +0600 (NOVT) From: System Administrator To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78022: gammu port does not install libraries and headers, need to link another apps (i.e. Kammu) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: System Administrator List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 14:20:22 -0000 >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 >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: