svn commit: r307158 - in head/x11-toolkits/fltk: . files
Pietro Cerutti
gahr at FreeBSD.org
Thu Nov 8 09:11:53 UTC 2012
Author: gahr
Date: Thu Nov 8 09:11:52 2012
New Revision: 307158
URL: http://svnweb.freebsd.org/changeset/ports/307158
Log:
- Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253
Feature safe: yes
Deleted:
head/x11-toolkits/fltk/files/patch-src_Fl_x.cxx
Modified:
head/x11-toolkits/fltk/Makefile
head/x11-toolkits/fltk/distinfo (contents, props changed)
head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H (contents, props changed)
Modified: head/x11-toolkits/fltk/Makefile
==============================================================================
--- head/x11-toolkits/fltk/Makefile Thu Nov 8 08:39:12 2012 (r307157)
+++ head/x11-toolkits/fltk/Makefile Thu Nov 8 09:11:52 2012 (r307158)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: fltk
-# Date created: 11 February 1999
-# Whom: Dima Sivachenko <dima at Chg.RU>
-#
+# Created by: Dima Sivachenko <dima at Chg.RU>
# $FreeBSD$
-#
PORTNAME= fltk
-PORTVERSION= 1.3.0
-PORTREVISION= 2
+PORTVERSION= 1.3.1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= fltk/${PORTVERSION}
@@ -22,6 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/
USE_LDCONFIG= yes
USE_XORG= xft
USE_GL= gl glu
+USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-threads \
--enable-shared \
Modified: head/x11-toolkits/fltk/distinfo
==============================================================================
--- head/x11-toolkits/fltk/distinfo Thu Nov 8 08:39:12 2012 (r307157)
+++ head/x11-toolkits/fltk/distinfo Thu Nov 8 09:11:52 2012 (r307158)
@@ -1,2 +1,2 @@
-SHA256 (fltk-1.3.0-source.tar.gz) = 990676808294cea4cca3de833ad5a5de08073c11b665356d4ecf35d22535b21c
-SIZE (fltk-1.3.0-source.tar.gz) = 4111004
+SHA256 (fltk-1.3.1-source.tar.gz) = 49006c148fad8c31a3a961c74486fb485c7878b9d0d084e597f30e354d7cf549
+SIZE (fltk-1.3.1-source.tar.gz) = 4257291
Modified: head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H
==============================================================================
--- head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H Thu Nov 8 08:39:12 2012 (r307157)
+++ head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H Thu Nov 8 09:11:52 2012 (r307158)
@@ -1,10 +1,10 @@
---- FL/Fl_Check_Browser.H.orig 2012-09-11 17:32:07.000000000 +0200
-+++ FL/Fl_Check_Browser.H 2012-09-11 17:33:20.000000000 +0200
-@@ -97,6 +97,7 @@
+--- FL/Fl_Check_Browser.H.orig 2012-11-07 18:19:01.000000000 +0100
++++ FL/Fl_Check_Browser.H 2012-11-07 18:19:16.000000000 +0100
+@@ -88,6 +88,7 @@
Returns how many lines are in the browser. The last line number is equal to
this.
*/
-+#undef nitems // nitems was added as a macro in sys/param.h in r236486
++#undef nitems // nitems was added as a macro in sys/param.h in r236486
int nitems() const { return nitems_; }
/** Returns how many items are currently checked. */
int nchecked() const { return nchecked_; }
More information about the svn-ports-head
mailing list