Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 18:17:00 +0100 (CET)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Albert <astrocrazy@net-yan.com>
Subject:   ports/47860: Maintainer update: x11-toolkits/fl_editor (0.4.5)
Message-ID:  <200302031717.h13HGxKC086902@mail.gits.dyndns.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 09:20:08 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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




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