ports/78022: gammu port does not install libraries and headers, need to link another apps (i.e. Kammu)
System Administrator
root at sentry.granch.ru
Thu Feb 24 14:20:22 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list