From owner-freebsd-ports Sun Dec 22 1:10:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD3137B40A for ; Sun, 22 Dec 2002 01:10:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030A043EFA for ; Sun, 22 Dec 2002 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM9A2NS045230 for ; Sun, 22 Dec 2002 01:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM9A2Pe045229; Sun, 22 Dec 2002 01:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFD937B401 for ; Sun, 22 Dec 2002 01:00:45 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC52D43ED8 for ; Sun, 22 Dec 2002 01:00:43 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id AE4979CC for ; Sun, 22 Dec 2002 18:00:35 +0900 (JST) Message-Id: <20021222172129.35134812.tkato@prontomail.com> Date: Sun, 22 Dec 2002 17:21:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46463: Update port: devel/shmap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46463 >Category: ports >Synopsis: Update port: devel/shmap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 22 01:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on 5-current New file: files/patch-Makefile.in files/patch-shmap_Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/shmap/Makefile devel/shmap/Makefile --- /usr/ports/devel/shmap/Makefile Mon Nov 11 18:59:26 2002 +++ devel/shmap/Makefile Sun Dec 15 05:55:19 2002 @@ -18,7 +18,7 @@ LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff -urN /usr/ports/devel/shmap/files/patch-Makefile.in devel/shmap/files/patch-Makefile.in --- /usr/ports/devel/shmap/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ devel/shmap/files/patch-Makefile.in Sun Dec 15 06:01:07 2002 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Jul 10 22:28:42 2002 ++++ Makefile.in Sun Dec 15 06:00:55 2002 +@@ -78,7 +78,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = mm-1.1.3 shmap ++SUBDIRS = shmap + include_HEADERS = shmap_config.h + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff -urN /usr/ports/devel/shmap/files/patch-shmap_Makefile.in devel/shmap/files/patch-shmap_Makefile.in --- /usr/ports/devel/shmap/files/patch-shmap_Makefile.in Thu Jan 1 09:00:00 1970 +++ devel/shmap/files/patch-shmap_Makefile.in Sun Dec 15 06:02:51 2002 @@ -0,0 +1,15 @@ +--- shmap/Makefile.in.orig Wed Jul 10 22:28:42 2002 ++++ shmap/Makefile.in Sun Dec 15 06:02:36 2002 +@@ -80,10 +80,10 @@ + + lib_LTLIBRARIES = libshmap.la + libshmap_la_SOURCES = core.c mem_core.c shmap.c shmap_hm.c shmap_ll.c shmap_value.c shmap_btree.c shmap_fifo.c pool.c +-libshmap_la_LIBADD = -L../mm-1.1.3 -lmm ++libshmap_la_LIBADD = -lmm + noinst_HEADERS = core.h mem_core.h shmap_hm.h shmap_ll.h shmap_value.h shmap_btree.h shmap_fifo.h pool.h shmap_internals.h + include_HEADERS = shmap.h +-CFLAGS = -Wall -g -O2 -I../mm-1.1.3 ++CFLAGS = @CFLAGS@ + subdir = shmap + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/shmap_config.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message