Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 13:07:33 GMT
From:      Takeshi Taguchi<taguchi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106913: [fix] japanese/tk80: for xorg 7.x  ports
Message-ID:  <200612191307.kBJD7XfT091101@www.freebsd.org>
Resent-Message-ID: <200612191310.kBJDAGdC055140@freefall.freebsd.org>

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

>Number:         106913
>Category:       ports
>Synopsis:       [fix] japanese/tk80: for xorg 7.x  ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 13:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Takeshi Taguchi
>Release:        6.2-PRERELEASE
>Organization:
IIJ
>Environment:
FreeBSD hoya3.tcltk.jp 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #5: Sun Dec 17 23:12:46 JST 2006     root@hoya3.tcltk.jp:/usr/obj/usr/src/sys/HOYA  i386
>Description:
following patch fix following probrems.
1. japanese/tk80 could not be compiled on xorg 7.x modularXorg ports.
2. more beter MASTER_SITE
3. fix MAINTAINER addr.
>How-To-Repeat:

>Fix:
Please apply following patch.

Patch attached with submission follows:

--- Makefile.orig	Tue Dec 19 21:58:32 2006
+++ Makefile	Tue Dec 19 21:49:20 2006
@@ -9,13 +9,14 @@
 PORTVERSION=	8.0.5
 PORTREVISION=	2
 CATEGORIES=	japanese x11-toolkits tk80
-MASTER_SITES=	ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
+MASTER_SITES=	${MASTER_SITE_TCLTK}
+MASTER_SITE_SUBDIR=	tcl8_0
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 PATCH_SITES=	ftp://ftp.sra.co.jp/pub/lang/tcl/jp/
 PATCHFILES=	${PORTNAME}${PORTVERSION}jp1.7.patch.gz
 
-MAINTAINER=	taguchi@tohoku.iij.ad.jp
+MAINTAINER=	taguchi@iij.ad.jp
 COMMENT=	Graphical toolkit for Japanized TCL, version 8.0
 
 LIB_DEPENDS=	tcl80jp.1:${PORTSDIR}/japanese/tcl80
@@ -31,7 +32,8 @@
 USE_AUTOTOOLS=	autoconf:213
 USE_XLIB=	yes
 CONFIGURE_ARGS=	--enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \
-	--enable-xlibHack --enable-onTheSpot
+	--enable-xlibHack --enable-onTheSpot \
+	--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
 RANLIB=		ranlib
 INSTALLS_SHLIB=	yes
 

>Release-Note:
>Audit-Trail:
>Unformatted:



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