Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 1999 13:20:50 +0000
From:      dmlb@ragnet.demon.co.uk
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        dmlb@ragnet.demon.co.uk
Subject:   ports/10061: Update to TkDesk, removing BROKEN directive.
Message-ID:  <E10Bf06-0005wm-00@ragnet.demon.co.uk>

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

>Number:         10061
>Category:       ports
>Synopsis:       Fixes the TkDesk port so that it doesn't need X11 to install
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 05:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Duncan Barclay
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
ha!
>Environment:

	

>Description:

	Satoshi's 3.1 package build exercise threw this up.

>How-To-Repeat:

	cd /usr/ports/x11-fm/tkdesk
	make install 

	when X11 isn't running

>Fix:
	
	Replace Makefile and add patch-ab as attached in the shar
	archive.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	patches/patch-ab
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	tkdesk
X# Version required:     1.0
X# Date created:         30 Jul 1996
X# Whom:                 shanee@rabbit.augusta.de
X#
X# $Id: Makefile,v 1.11 1998/10/10 03:22:20 steve Exp $
X#
X
XDISTNAME=	tkdesk-1.1
XCATEGORIES=	x11-fm tk42
XMASTER_SITES=	http://people.mainz.netsurf.de/~bolik/tkdesk/
X
XMAINTAINER=	dmlb@ragnet.demon.co.uk
X
XLIB_DEPENDS=	tk42.1:${PORTSDIR}/x11-toolkits/tk42
X
XUSE_GMAKE=	YES
XGNU_CONFIGURE=	YES
XCONFIGURE_ENV+=	TCLCONF_PATH=/usr/local/lib/tcl7.6
XCONFIGURE_ENV+=	TKCONF_PATH=/usr/local/lib/tk4.2
X
XMAN1=		tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
X
Xpost-install:
X	strip ${PREFIX}/bin/tkdesksh
X	strip ${PREFIX}/bin/tkdeskclient
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - patches/patch-ab
sed 's/^X//' >patches/patch-ab << 'END-of-patches/patch-ab'
X--- Makefile.in~	Sun Sep 20 20:41:40 1998
X+++ Makefile.in	Sat Feb 13 12:53:36 1999
X@@ -194,7 +194,7 @@
X 	find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \;
X 	find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \;
X 	@echo "=== Creating index..."
X-	cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex
X+	cd $(SCRIPT_INSTALL_DIR); tclsh7.6 mkindex
X 	@echo "=== Installing the manual pages..."
X 	@for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \
X 	    echo "installing $$f" ;\
END-of-patches/patch-ab
exit
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E10Bf06-0005wm-00>