summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2009-10-15 16:23:34 +0000
committerAndrey Slusar <anray@FreeBSD.org>2009-10-15 16:23:34 +0000
commit70990b6c29d7dd53f4e93cf45545cf0c27da4f6e (patch)
treef8f9bd280dd386253be64158075b739b205ba6c6 /lang/librep
parent- Update to 1.0 (diff)
- Update to 0.90.2
Notes
Notes: svn path=/head/; revision=242892
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile6
-rw-r--r--lang/librep/distinfo6
-rw-r--r--lang/librep/files/patch-configure16
-rw-r--r--lang/librep/files/patch-src_unix_processes.c10
4 files changed, 14 insertions, 24 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 3c35a6513f2c..9fa6497aaa09 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -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}
diff --git a/lang/librep/distinfo b/lang/librep/distinfo
index 34e811e28462..57266c7cf2c2 100644
--- a/lang/librep/distinfo
+++ b/lang/librep/distinfo
@@ -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
diff --git a/lang/librep/files/patch-configure b/lang/librep/files/patch-configure
index ffb1442ebf6e..0ba88e560109 100644
--- a/lang/librep/files/patch-configure
+++ b/lang/librep/files/patch-configure
@@ -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
diff --git a/lang/librep/files/patch-src_unix_processes.c b/lang/librep/files/patch-src_unix_processes.c
deleted file mode 100644
index ec0eb2f93a61..000000000000
--- a/lang/librep/files/patch-src_unix_processes.c
+++ /dev/null
@@ -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);