From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 10 07:40:07 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 98DEE16A4F0 for ; Tue, 10 May 2005 07:40:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E06143D64 for ; Tue, 10 May 2005 07:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4A7e6q0003664 for ; Tue, 10 May 2005 07:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4A7e6vv003663; Tue, 10 May 2005 07:40:06 GMT (envelope-from gnats) Resent-Date: Tue, 10 May 2005 07:40:06 GMT Resent-Message-Id: <200505100740.j4A7e6vv003663@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F8E816A4F0; Tue, 10 May 2005 07:34:40 +0000 (GMT) Received: from chinsan.twbbs.org (sw169-31-180.adsl.seed.net.tw [221.169.31.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900F743D1D; Tue, 10 May 2005 07:34:39 +0000 (GMT) (envelope-from root@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 0) id 13D1C7301C; Tue, 10 May 2005 15:34:43 +0800 (CST) Message-Id: <20050510073443.13D1C7301C@chinsan.twbbs.org> Date: Tue, 10 May 2005 15:34:43 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kris@FreeBSD.org cc: vanilla@FreeBSD.org Subject: ports/80850: [PATCH] textproc/scim-input-pad: use intlhack to fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chinsan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 07:40:07 -0000 >Number: 80850 >Category: ports >Synopsis: [PATCH] textproc/scim-input-pad: use intlhack to fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 10 07:40:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.3-RELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - use intlhack to fix build failed on i386 4 (Thanks to kris@ via pointyhat) - change maintainer's e-mail address - bump version >How-To-Repeat: >Fix: --- scim-input-pad.diff begins here --- diff -ruN scim-input-pad.orig/Makefile scim-input-pad/Makefile --- scim-input-pad.orig/Makefile Mon May 9 06:59:07 2005 +++ scim-input-pad/Makefile Tue May 10 15:26:18 2005 @@ -7,11 +7,12 @@ PORTNAME= scim-input-pad PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim -MAINTAINER= chinsan@mail2000.com.tw +MAINTAINER= chinsan.tw@gmail.com COMMENT= SCIM add-on to input various symbols with on-screen pad BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim @@ -21,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 +USE_GNOME= intlhack CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" --- scim-input-pad.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: