1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to version 0.6.4.

Approved by:	greid
This commit is contained in:
Anders Nordby 2002-03-23 14:33:57 +00:00
parent b60418716d
commit 0c214686ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56490
9 changed files with 24 additions and 126 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dillo
PORTVERSION= 0.5.0
PORTVERSION= 0.6.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,8 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \
--with-jpeg-inc="${LOCALBASE}/include"
USE_GMAKE= yes
post-patch:
${PERL} -pi -e "s@-lpthread@${PTHREAD_LIBS}@g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dillo-0.5.0.tar.gz) = 5671f26368d49376c33dcffaaf4270c9
MD5 (dillo-0.6.4.tar.gz) = e578f1922ee69658e42167a561362d37

View File

@ -1,38 +0,0 @@
--- configure.orig Wed Dec 27 22:36:16 2000
+++ configure Fri Feb 23 15:51:30 2001
@@ -1617,7 +1617,7 @@
jpeg_ok=no
fi
done
-
+jpeg_ok=yes
fi
echo "$ac_t""$jpeg_ok" 1>&6
if test "$jpeg_ok" = yes; then
@@ -1627,14 +1627,14 @@
fi
fi
-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:1632: checking for pthread_create in -lpthread" >&5
+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
+echo "configure:1632: checking for pthread_create in -lc_r" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-lc_r $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1640 "configure"
#include "confdefs.h"
@@ -1668,7 +1668,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lpthread $LIBS"
+ LIBS="-lc_r $LIBS"
else
echo "$ac_t""no" 1>&6

View File

@ -6,7 +6,7 @@
#
PORTNAME= dillo
PORTVERSION= 0.5.0
PORTVERSION= 0.6.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,8 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \
--with-jpeg-inc="${LOCALBASE}/include"
USE_GMAKE= yes
post-patch:
${PERL} -pi -e "s@-lpthread@${PTHREAD_LIBS}@g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dillo-0.5.0.tar.gz) = 5671f26368d49376c33dcffaaf4270c9
MD5 (dillo-0.6.4.tar.gz) = e578f1922ee69658e42167a561362d37

View File

@ -1,38 +0,0 @@
--- configure.orig Wed Dec 27 22:36:16 2000
+++ configure Fri Feb 23 15:51:30 2001
@@ -1617,7 +1617,7 @@
jpeg_ok=no
fi
done
-
+jpeg_ok=yes
fi
echo "$ac_t""$jpeg_ok" 1>&6
if test "$jpeg_ok" = yes; then
@@ -1627,14 +1627,14 @@
fi
fi
-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:1632: checking for pthread_create in -lpthread" >&5
+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
+echo "configure:1632: checking for pthread_create in -lc_r" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-lc_r $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1640 "configure"
#include "confdefs.h"
@@ -1668,7 +1668,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lpthread $LIBS"
+ LIBS="-lc_r $LIBS"
else
echo "$ac_t""no" 1>&6

View File

@ -6,7 +6,7 @@
#
PORTNAME= dillo
PORTVERSION= 0.5.0
PORTVERSION= 0.6.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,8 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \
--with-jpeg-inc="${LOCALBASE}/include"
USE_GMAKE= yes
post-patch:
${PERL} -pi -e "s@-lpthread@${PTHREAD_LIBS}@g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dillo-0.5.0.tar.gz) = 5671f26368d49376c33dcffaaf4270c9
MD5 (dillo-0.6.4.tar.gz) = e578f1922ee69658e42167a561362d37

View File

@ -1,38 +0,0 @@
--- configure.orig Wed Dec 27 22:36:16 2000
+++ configure Fri Feb 23 15:51:30 2001
@@ -1617,7 +1617,7 @@
jpeg_ok=no
fi
done
-
+jpeg_ok=yes
fi
echo "$ac_t""$jpeg_ok" 1>&6
if test "$jpeg_ok" = yes; then
@@ -1627,14 +1627,14 @@
fi
fi
-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:1632: checking for pthread_create in -lpthread" >&5
+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
+echo "configure:1632: checking for pthread_create in -lc_r" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-lc_r $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1640 "configure"
#include "confdefs.h"
@@ -1668,7 +1668,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lpthread $LIBS"
+ LIBS="-lc_r $LIBS"
else
echo "$ac_t""no" 1>&6