Upgrade to 1.0.15.

Changelog at <http://gambas.sourceforge.net/changelog.html>.
This commit is contained in:
Thierry Thomas 2006-03-25 08:52:09 +00:00
parent 40ae9b0e9b
commit 6697d08956
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158095
3 changed files with 24 additions and 17 deletions

View file

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= gambas
PORTVERSION= 1.0.14
PORTREVISION= 1
PORTVERSION= 1.0.15
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -34,7 +33,6 @@ CONFIGURE_ARGS= --with-conv-includes=${LOCALBASE}/include \
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_REINPLACE= yes
LIBS2FIX= libqt-mt libkdecore libkdeui libDCOP libkio
SRC2FIX1= configure src/comp/gbi.c src/exec/gbx_library.c
@ -85,11 +83,11 @@ PLIST_SUB+= XML="@comment "
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile with gcc-2.95"
BROKEN= Does not compile with gcc-2.95
.endif
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= "Segfault during build on ${ARCH}"
BROKEN= Segfault during build on ${ARCH}
.endif
.if ${OSVERSION} < 502110

View file

@ -1,3 +1,3 @@
MD5 (gambas-1.0.14.tar.bz2) = b387cefe3e30c005234fd8d1e5441e75
SHA256 (gambas-1.0.14.tar.bz2) = 5e81a4492a0e5499323fdfcd104129d4a1935f695b95775f0d449be9528608c3
SIZE (gambas-1.0.14.tar.bz2) = 4504399
MD5 (gambas-1.0.15.tar.bz2) = 4dd696c64ce2f3ec3294c72ab00e6532
SHA256 (gambas-1.0.15.tar.bz2) = 1c3b13a90faf10c29114252e2aa4a4b6e5f777d72eb91aa283247a67f6bca298
SIZE (gambas-1.0.15.tar.bz2) = 4504098

View file

@ -1,6 +1,6 @@
--- configure.orig Sat Dec 18 19:16:01 2004
+++ configure Tue Dec 21 21:42:27 2004
@@ -21662,6 +21662,7 @@
--- ./configure.orig Fri Mar 24 20:30:47 2006
+++ ./configure Sat Mar 25 00:29:38 2006
@@ -21675,6 +21675,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,7 +8,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -21986,10 +21987,10 @@
@@ -21999,10 +22000,10 @@
case "${host}" in
*-*-freebsd* )
@ -23,7 +23,16 @@
;;
*)
THREAD_LIB="-lpthread"
@@ -26034,7 +26035,7 @@
@@ -24556,7 +24557,7 @@
fi;
- if test "$gb_use_qt_translation" == "yes"; then
+ if test "$gb_use_qt_translation" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define USE_QT_TRANSLATION 1
@@ -26064,7 +26065,7 @@
fi
done
@ -32,7 +41,7 @@
fi
@@ -26165,20 +26166,7 @@
@@ -26195,20 +26196,7 @@
echo "$as_me:$LINENO: result: $gb_cv_header_sdl" >&5
echo "${ECHO_T}$gb_cv_header_sdl" >&6
@ -54,7 +63,7 @@
if test "$gb_cv_header_sdl" = no; then
have_inc_sdl="no"
SDL_INC=""
@@ -26282,16 +26270,7 @@
@@ -26312,16 +26300,7 @@
SDL_LIB=""
SDL_PATH=""
@ -72,7 +81,7 @@
fi
@@ -27568,8 +27547,8 @@
@@ -27598,8 +27577,8 @@
fi
@ -83,7 +92,7 @@
if test "$gambas_prof" = "yes"; then
CFLAGS="$CFLAGS -pg"
@@ -27599,8 +27578,8 @@
@@ -27629,8 +27608,8 @@
CFLAGS="$CFLAGS -Os"
CXXFLAGS="$CXXFLAGS -Os -fno-omit-frame-pointer"
else