From tijl@ulyssis.org  Mon Sep 22 16:30:32 2003
Return-Path: <tijl@ulyssis.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF08D16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 16:30:32 -0700 (PDT)
Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7BDBF43FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Sep 2003 16:30:30 -0700 (PDT)
	(envelope-from tijl@ulyssis.org)
Received: from localhost (localhost [127.0.0.1])
	by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id CE0491D72DA
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2003 01:30:29 +0200 (CEST)
Received: from octavianus.kulnet.kuleuven.ac.be (octavianus.kulnet.kuleuven.ac.be [134.58.240.71])
	by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 63C201D72CF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2003 01:30:29 +0200 (CEST)
Received: from localhost (10-4-5-217.kotnet.org [10.4.5.217])
	by octavianus.kulnet.kuleuven.ac.be (Postfix) with SMTP id 37B62AEA24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Sep 2003 01:30:29 +0200 (CEST)
Message-Id: <20030923013028.7e3ea94f.tijl@ulyssis.org>
Date: Tue, 23 Sep 2003 01:30:28 +0200
From: Tijl Coosemans <tijl@ulyssis.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] comms/tilp: fix unbuildable port

>Number:         57117
>Category:       ports
>Synopsis:       [PATCH] comms/tilp: fix unbuildable port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 16:40:10 PDT 2003
>Closed-Date:    Fri Oct 03 14:44:52 PDT 2003
>Last-Modified:  Fri Oct 03 14:44:52 PDT 2003
>Originator:     Tijl Coosemans
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD 10-4-5-217.kotnet.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jun 28 17:44:16 CEST 2003 root@10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386


	
>Description:
- dependency update: intl.4 -> intl.5
- plist fixes
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
diff -Nru tilp.orig/Makefile tilp/Makefile
--- tilp.orig/Makefile	Mon Sep 15 10:35:51 2003
+++ tilp/Makefile	Sat Sep 20 14:30:48 2003
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	ticalcs-4.5:${PORTSDIR}/devel/libticalcs \
 		ticables.10:${PORTSDIR}/comms/libticables \
 		tifiles.5:${PORTSDIR}/devel/libtifiles \
-		intl.4:${PORTSDIR}/devel/gettext
+		intl.5:${PORTSDIR}/devel/gettext
 
 USE_GNOME=	gtk20 libglade2
 USE_X_PREFIX=	yes
diff -Nru tilp.orig/pkg-plist tilp/pkg-plist
--- tilp.orig/pkg-plist	Mon Sep 15 10:35:52 2003
+++ tilp/pkg-plist	Sat Sep 20 14:18:17 2003
@@ -1,6 +1,9 @@
 bin/tilp
 include/tilp/tilp_plugin.h
+share/locale/de/LC_MESSAGES/tilp.mo
+share/locale/fr/LC_MESSAGES/tilp.mo
 share/tilp/COPYING
+share/tilp/Manpage.txt
 share/tilp/RELEASE
 share/tilp/glade/about-2.glade
 share/tilp/glade/about-2.gladep
@@ -104,7 +107,6 @@
 share/tilp/icons/Zoom.ico
 share/tilp/icons/test.ico
 share/tilp/icons/up.ico
-share/tilp/Manpage.txt
 share/tilp/pixmaps/attr_archived.xpm
 share/tilp/pixmaps/attr_locked.xpm
 share/tilp/pixmaps/clist_dir.xpm
--- patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: foxfair 
Responsible-Changed-When: Mon Sep 22 18:32:22 PDT 2003 
Responsible-Changed-Why:  
Depends on portmgr's decision. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57117 
Responsible-Changed-From-To: portmgr->freebsd-ports-bugs 
Responsible-Changed-By: kris 
Responsible-Changed-When: Thu Oct 2 18:37:57 PDT 2003 
Responsible-Changed-Why:  
Nothing for portmgr to do here. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57117 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Fri Oct 3 14:44:39 PDT 2003 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57117 
>Unformatted:
