Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2000 18:11:20 +0400 (MSD)
From:      "Dmitry S. Sivachenko" <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19671: Update port: x11-toolkits/fltk
Message-ID:  <200007031411.SAA21824@chg.ru>

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

>Number:         19671
>Category:       ports
>Synopsis:       Update port: x11-toolkits/fltk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 03 07:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Sivachenko
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	
	

diff -Nur fltk.old/Makefile fltk/Makefile
--- fltk.old/Makefile	Thu Jun 29 19:42:51 2000
+++ fltk/Makefile	Mon Jul  3 16:56:22 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fltk
-PORTVERSION= 	1.0.7
+PORTVERSION= 	1.0.9
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \
 		ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \
@@ -20,7 +20,7 @@
 
 LIB_DEPENDS=	GL.14:${PORTSDIR}/graphics/Mesa3
 
-VERSION=	1.0.7
+VERSION=	1.0.9
 USE_BZIP2=	yes
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
@@ -29,11 +29,6 @@
 USE_X_PREFIX=	yes
 MAN1=		fluid.1
 
-.include <bsd.port.pre.mk>
-.if (${PORTOBJFORMAT} == "aout")
-BROKEN=	requires ELF library format
-.endif
-
 post-install:
 	@ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \
 		${PREFIX}/man/man1
@@ -47,4 +42,4 @@
 		${PREFIX}/share/doc/fltk
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -Nur fltk.old/files/md5 fltk/files/md5
--- fltk.old/files/md5	Fri Jan 28 03:31:06 2000
+++ fltk/files/md5	Mon Jul  3 16:22:58 2000
@@ -1 +1 @@
-MD5 (fltk-1.0.7-source.tar.bz2) = 7fc6d2a02f4619a217b9a76afa2384ad
+MD5 (fltk-1.0.9-source.tar.bz2) = 139c134098128754f706b4f3a905cbc5
diff -Nur fltk.old/patches/patch-ab fltk/patches/patch-ab
--- fltk.old/patches/patch-ab	Sun May  9 20:25:01 1999
+++ fltk/patches/patch-ab	Mon Jul  3 17:12:29 2000
@@ -1,6 +1,6 @@
---- configure.orig	Sat May  8 08:04:02 1999
-+++ configure	Sat May  8 08:04:31 1999
-@@ -833,13 +833,13 @@
+--- configure.orig	Mon Jul  3 17:10:35 2000
++++ configure	Mon Jul  3 17:12:16 2000
+@@ -837,13 +837,13 @@
    CFLAGS="$ac_save_CFLAGS"
  elif test $ac_cv_prog_cc_g = yes; then
    if test "$GCC" = yes; then
@@ -16,7 +16,7 @@
    else
      CFLAGS=
    fi
-@@ -976,13 +976,13 @@
+@@ -980,13 +980,13 @@
    CXXFLAGS="$ac_save_CXXFLAGS"
  elif test $ac_cv_prog_cxx_g = yes; then
    if test "$GXX" = yes; then
@@ -32,25 +32,14 @@
    else
      CXXFLAGS=
    fi
-@@ -2701,8 +2701,8 @@
+@@ -2691,8 +2691,8 @@
      CFLAGS="-Wall $CFLAGS"
      CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS"
      if test -z "$DEBUGFLAG"; then
--        CFLAGS="-O2 $CFLAGS"
--        CXXFLAGS="-O2 $CXXFLAGS"
-+        CFLAGS="$CFLAGS"
-+        CXXFLAGS="$CXXFLAGS"
+-        CFLAGS="-O2 -fforce-mem -fforce-addr -fcaller-saves $CFLAGS"
+-        CXXFLAGS="-O2 -fforce-mem -fforce-addr -fcaller-saves $CXXFLAGS"
++        CFLAGS="-fforce-mem -fforce-addr -fcaller-saves $CFLAGS"
++        CXXFLAGS="-fforce-mem -fforce-addr -fcaller-saves $CXXFLAGS"
      fi
      if test $PICFLAG = 1; then
      	CFLAGS="-fPIC $CFLAGS"
-@@ -2729,8 +2729,8 @@
-         	CXXFLAGS="+w +pp $CXXFLAGS"
- 	    fi
- 	    if test -z "$DEBUGFLAG"; then
--        	CFLAGS="-O2 $CFLAGS"
--        	CXXFLAGS="-O2 $CXXFLAGS"
-+        	CFLAGS="$CFLAGS"
-+        	CXXFLAGS="$CXXFLAGS"
- 	    fi
- 	    ;;
- 	HP-UX*)
diff -Nur fltk.old/pkg/PLIST fltk/pkg/PLIST
--- fltk.old/pkg/PLIST	Thu Jun 29 19:42:52 2000
+++ fltk/pkg/PLIST	Mon Jul  3 17:55:22 2000
@@ -283,6 +283,8 @@
 share/doc/fltk/fl_password.gif
 share/doc/fltk/fl_show_colormap.gif
 share/doc/fltk/fluid-org.gif
+share/doc/fltk/fluid-gettext.gif
+share/doc/fltk/fluid-catgets.gif
 share/doc/fltk/fluid.gif
 share/doc/fltk/fluid.html
 share/doc/fltk/fluid1.gif

>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?200007031411.SAA21824>