From root@gits.dyndns.org  Mon Feb  3 09:17:08 2003
Return-Path: <root@gits.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 555AD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 09:17:08 -0800 (PST)
Received: from smtp.noos.fr (nan-smtp-10.noos.net [212.198.2.81])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 865B743F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Feb 2003 09:17:05 -0800 (PST)
	(envelope-from root@gits.dyndns.org)
Received: (qmail 196491 invoked by uid 0); 3 Feb 2003 17:17:03 -0000
Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.27])
          (envelope-sender <root@gits.dyndns.org>)
          by 212.198.2.81 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 3 Feb 2003 17:17:03 -0000
Received: from mail.gits.dyndns.org (jb1pkbz2ul6j9bf8@localhost [127.0.0.1])
	by mail.gits.dyndns.org (8.12.6/8.12.6) with ESMTP id h13HH194086903;
	Mon, 3 Feb 2003 18:17:01 +0100 (CET)
	(envelope-from root@gits.dyndns.org)
Received: (from root@localhost)
	by mail.gits.dyndns.org (8.12.6/8.12.6/Submit) id h13HGxKC086902;
	Mon, 3 Feb 2003 18:17:00 +0100 (CET)
	(envelope-from root)
Message-Id: <200302031717.h13HGxKC086902@mail.gits.dyndns.org>
Date: Mon, 3 Feb 2003 18:17:00 +0100 (CET)
From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Reply-To: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Albert <astrocrazy@net-yan.com>
Subject: Maintainer update: x11-toolkits/fl_editor (0.4.5)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47860
>Category:       ports
>Synopsis:       Maintainer update: x11-toolkits/fl_editor (0.4.5)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 09:20:08 PST 2003
>Closed-Date:    Fri Feb 14 01:19:32 PST 2003
>Last-Modified:  Fri Feb 14 01:19:32 PST 2003
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #32: Thu Jan 23 00:09:17 CET 2003 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386
>Description:
	as reported by Albert, fl_editor 0.4 don't build anymore, nor
	flvw and mysqlgui.

	version bump to 0.4.5.

	please, commit x11-toolkits/flvw and databases/mysql-gui PRs
	when you'll commit this one. thanks in advance.

	Makefile
		PORTVERSION bump
		MASTERSITES updated
		WRKSRC added
		DOC_SUBDIR changed to DOCSDIR
	distfile
		updated
	pkg-plist
		Fl_ProgressBox no longer provided -- commented
	files/patch-Makefile
		updated
	files/patch-configure
		deleted
>How-To-Repeat:
	cd /usr/ports/x11-toolkits/fl_editor; make
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fl_editor/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	17 May 2002 21:11:49 -0000	1.4
+++ Makefile	3 Feb 2003 00:24:28 -0000
@@ -6,13 +6,10 @@
 #
 
 PORTNAME=	fl_editor
-PORTVERSION=	0.4
+PORTVERSION=	0.4.5
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	http://www.mysql.com/Downloads/%SUBDIR%/ \
-		ftp://mysql.nixc.net/pub/mysql/Downloads/%SUBDIR%/ \
-		ftp://sunsite.dk/ftp/mirrors/mysql/Downloads/%SUBDIR%/ \
-		ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/
-MASTER_SITE_SUBDIR=	mysqlgui
+MASTER_SITES=	http://robertk.com/source/fl_editor/
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	cyrille.lefevre@laposte.net
 
@@ -26,8 +23,8 @@
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
 DOC_FILES=	documentation/*.html documentation/*.jpg
-DOC_SUBDIR=	share/doc/${PKGBASE}
 INC1_FILES=	Fl_Editor.H Fl_FancyEditor.H Fl_FancyMultiEditor.H \
 		Fl_MultiEditor.H Fl_ProgressBox.H Fl_StatusPanel.H
 INC2_FILES=	editengine.h editvars.h lists.h stringsup.h wstring.h
@@ -52,9 +49,9 @@
 
 install-doc:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/${DOC_SUBDIR}
+	@${MKDIR} ${DOCSDIR}
 .for file in ${DOC_FILES}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DOC_SUBDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fl_editor/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	3 Sep 2001 18:46:33 -0000	1.1
+++ distinfo	2 Feb 2003 23:36:49 -0000
@@ -1 +1 @@
-MD5 (fl_editor-0.4.tar.gz) = 56b06f1351c33f4f5a147cad22bfb68b
+MD5 (fl_editor-0.4.5.tgz) = 42f93c74caf6d4bf82ec07f0b72815cd
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fl_editor/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	6 Nov 2001 11:07:52 -0000	1.2
+++ pkg-plist	3 Feb 2003 00:11:54 -0000
@@ -42,8 +42,8 @@
 %%PORTDOCS%%share/doc/fl_editor/Fl_FancyEditor.jpg
 %%PORTDOCS%%share/doc/fl_editor/Fl_FancyMultiEditor.html
 %%PORTDOCS%%share/doc/fl_editor/Fl_MultiEditor.html
-%%PORTDOCS%%share/doc/fl_editor/Fl_ProgressBox.html
-%%PORTDOCS%%share/doc/fl_editor/Fl_ProgressBox.jpg
+%%PORTDOCS%%@comment share/doc/fl_editor/Fl_ProgressBox.html
+%%PORTDOCS%%@comment share/doc/fl_editor/Fl_ProgressBox.jpg
 %%PORTDOCS%%share/doc/fl_editor/Fl_StatusPanel.html
 %%PORTDOCS%%share/doc/fl_editor/Fl_StatusPanel.jpg
 %%PORTDOCS%%share/doc/fl_editor/index.html
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/fl_editor/files/patch-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile.in
--- files/patch-Makefile.in	3 Sep 2001 18:46:33 -0000	1.1
+++ files/patch-Makefile.in	2 Feb 2003 23:54:19 -0000
@@ -1,16 +1,5 @@
 --- Makefile.in.orig	Wed Jan 10 00:11:24 2001
 +++ Makefile.in	Sat Aug 18 09:03:39 2001
-@@ -30,8 +30,8 @@
- #
- 
- ARFLAGS	=	crvs
--CFLAGS	=	-I. -I$(FLTKROOT) @CFLAGS@ @ac_fltk2@
--CXXFLAGS =	-I. -I$(FLTKROOT) @CXXFLAGS@ @ac_fltk2@
-+CFLAGS	=	-I. @CFLAGS@ @ac_fltk2@
-+CXXFLAGS =	-I. @CXXFLAGS@ @ac_fltk2@
- LIBS	=	@ac_fltk_static@ -L$(FLTKROOT)/lib @LIBS@ -lXext -lX11 -lm @ac_fltk_dso@ $(GLLIB)
- LDFLAGS	=	@LDFLAGS@
- 
 @@ -40,14 +40,19 @@
  #
  
>Release-Note:
>Audit-Trail:

From: Mark Pulford <mark@kyne.com.au>
To: freebsd-gnats-submit@FreeBSD.org, cyrille.lefevre@laposte.net
Cc:  
Subject: Re: ports/47860: Maintainer update: x11-toolkits/fl_editor (0.4.5)
Date: Wed, 12 Feb 2003 00:02:15 +1030

 Hi,
 
 It looks like a bit more is required to get the new version running.
 "patch-configure" still fails to apply on 0.4.5.
 
 Regards,
 Mark

From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: Mark Pulford <mark@kyne.com.au>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/47860: Maintainer update: x11-toolkits/fl_editor (0.4.5)
Date: Thu, 13 Feb 2003 00:41:39 +0100

 On Wed, Feb 12, 2003 at 12:02:15AM +1030, Mark Pulford wrote:
 > Hi,
 > 
 > It looks like a bit more is required to get the new version running.
 > "patch-configure" still fails to apply on 0.4.5.
 
 any logs ?
 
 mines are :
 root@gits:fl_editor/ (ttypa) [00:38:33-5]# make patch
 ===>  Extracting for fl_editor-0.4.5
 >> Checksum OK for fl_editor-0.4.5.tgz.
 ===>   fl_editor-0.4.5 depends on executable: gmake - found
 ===>   fl_editor-0.4.5 depends on shared library: fltk.1 - found
 ===>   fl_editor-0.4.5 depends on shared library: X11.6 - found
 ===>  Patching for fl_editor-0.4.5
 ===>  Applying FreeBSD patches for fl_editor-0.4.5
 
 did you delete files/patch-configure ?
 
 Cyrille.
 -- 
 Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Fri Feb 14 01:18:56 PST 2003 
State-Changed-Why:  
Committed, thanks! Also removed patch-src-Fl_MultiEditor.cxx, it was 
breaking the build. 

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