1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to version 1.0.3 and cleanup a few nits.

PR:		11583
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Steve Price 1999-05-09 16:25:05 +00:00
parent 1430d98a7d
commit 7c6ba39e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18643
4 changed files with 33 additions and 27 deletions

View File

@ -3,11 +3,11 @@
# Date created: 11 February 1999
# Whom: Dima Sivachenko <dima@Chg.RU>
#
# $Id: Makefile,v 1.6 1999/05/01 02:03:09 steve Exp $
# $Id: Makefile,v 1.7 1999/05/01 16:56:12 mharo Exp $
#
DISTNAME= fltk-1.0.2-source
PKGNAME= fltk-1.0.2
DISTNAME= fltk-1.0.3-source
PKGNAME= fltk-1.0.3
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \
ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \
@ -23,11 +23,10 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_X_PREFIX= yes
MAN1= fluid.1
VERSION= 1.0.2
VERSION= 1.0.3
.include <bsd.port.pre.mk>
.if (${OBJFORMAT} == "aout")

View File

@ -1 +1 @@
MD5 (fltk-1.0.2-source.tar.bz2) = da05fc3adbf0ecffcfe79a3ed3c2ec98
MD5 (fltk-1.0.3-source.tar.bz2) = f787a1e30edfcae08e17a1220afd0475

View File

@ -1,30 +1,38 @@
--- configure.orig Wed Apr 14 18:16:08 1999
+++ configure Wed Apr 14 18:16:44 1999
@@ -780,9 +780,9 @@
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
--- configure.orig Sat May 8 08:04:02 1999
+++ configure Sat May 8 08:04:31 1999
@@ -833,13 +833,13 @@
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="-g"
else
- CFLAGS="-O2"
+ CFLAGS=""
CFLAGS="-g"
fi
else
GCC=
@@ -912,9 +912,9 @@
if test "$ac_test_CXXFLAGS" = set; then
CXXFLAGS="$ac_save_CXXFLAGS"
elif test $ac_cv_prog_cxx_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-O2"
+ CFLAGS=""
else
CFLAGS=
fi
@@ -976,13 +976,13 @@
CXXFLAGS="$ac_save_CXXFLAGS"
elif test $ac_cv_prog_cxx_g = yes; then
if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
+ CXXFLAGS="-g"
else
- CXXFLAGS="-O2"
+ CXXFLAGS=""
CXXFLAGS="-g"
fi
else
GXX=
@@ -2621,8 +2621,8 @@
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+ CXXFLAGS=""
else
CXXFLAGS=
fi
@@ -2701,8 +2701,8 @@
CFLAGS="-Wall $CFLAGS"
CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS"
if test -z "$DEBUGFLAG"; then
@ -35,7 +43,7 @@
fi
if test $PICFLAG = 1; then
CFLAGS="-fPIC $CFLAGS"
@@ -2649,8 +2649,8 @@
@@ -2729,8 +2729,8 @@
CXXFLAGS="+w +pp $CXXFLAGS"
fi
if test -z "$DEBUGFLAG"; then

View File

@ -189,8 +189,8 @@ include/FL/x.h
lib/libfltk.a
lib/libfltk.so
lib/libfltk.so.1
@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/doc/fltk/FL.gif
share/doc/fltk/Fl_Adjuster.html
share/doc/fltk/Fl_Box.html
@ -322,5 +322,4 @@ share/doc/fltk/valuators.gif
share/doc/fltk/value_slider.gif
share/doc/fltk/widgets.html
@dirrm include/FL
include/Fl
@dirrm share/doc/fltk