- Update to 0.90.2

This commit is contained in:
Andrey Slusar 2009-10-15 16:23:34 +00:00
parent 8405e1ece5
commit 70990b6c29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242892
4 changed files with 14 additions and 24 deletions

View file

@ -7,15 +7,15 @@
PORTNAME= librep
PORTVERSION= 0.90.0
PORTREVISION= 1
CATEGORIES= lang elisp gnome
MASTER_SITES= SF
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= anray@FreeBSD.org
COMMENT= An Emacs Lisp like runtime library
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
gmp.8:${PORTSDIR}/math/libgmp4
gmp.8:${PORTSDIR}/math/libgmp4 \
ffi.5:${PORTSDIR}/devel/libff
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}

View file

@ -1,3 +1,3 @@
MD5 (librep-0.90.0.tar.bz2) = 133eeb2de689c4f09c502ec775a63408
SHA256 (librep-0.90.0.tar.bz2) = 7c647c836774b1d675e14699b80696cae91aa4fb40c1dd3d453e0b424c3eb550
SIZE (librep-0.90.0.tar.bz2) = 696345
MD5 (librep-0.90.2.tar.bz2) = 3e1e10a0ad7b47a089d559b7944d1287
SHA256 (librep-0.90.2.tar.bz2) = 9da97f0f4f82f796e484d18a79c9170d7d479395df921141a51920c0c0a993d5
SIZE (librep-0.90.2.tar.bz2) = 696044

View file

@ -1,6 +1,6 @@
--- configure.orig 2009-03-05 08:56:57.000000000 +0200
+++ configure 2009-03-28 22:35:34.000000000 +0200
@@ -8030,6 +8030,7 @@
--- configure.orig 2009-08-25 19:33:59.000000000 +0300
+++ configure 2009-10-15 17:47:07.000000000 +0300
@@ -7969,6 +7969,7 @@
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
@ -8,12 +8,12 @@
;;
hpux9*)
@@ -13558,7 +13559,7 @@
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_gdbm_open" >&5
@@ -11675,7 +11676,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdbm_gdbm_open" >&5
$as_echo "$ac_cv_lib_gdbm_gdbm_open" >&6; }
if test "x$ac_cv_lib_gdbm_gdbm_open" = x""yes; then
if test "x$ac_cv_lib_gdbm_gdbm_open" = x""yes; then :
- GDBM_LIBS="-lgdbm"
+ GDBM_LIBS="$LIBS -lgdbm"
else
{ { $as_echo "$as_me:$LINENO: error: Cannot find GDBM library" >&5
$as_echo "$as_me: error: Cannot find GDBM library" >&2;}
as_fn_error "Cannot find GDBM library" "$LINENO" 5
fi

View file

@ -1,10 +0,0 @@
--- src/unix_processes.c.orig 2009-07-03 09:58:53.000000000 +0300
+++ src/unix_processes.c 2009-07-03 09:58:59.000000000 +0300
@@ -473,6 +473,7 @@
{
#if defined(HAVE_PTYS)
int master;
+ char c;
# if defined(HAVE_DEV_PTMX) && defined(HAVE_GRANTPT)
master = open("/dev/ptmx", O_RDWR);