diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:15:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:15:12 +0000 |
commit | 9af5b0a2ee0b978f5b9e9b02294c14065bc3fc18 (patch) | |
tree | b09bf7d0843da0f51f3becb619715a00cda1cc31 /lang/elk | |
parent | 0f15446dffdf5cc4848e6012689fd68bee3f8b41 (diff) | |
download | ports-9af5b0a2ee0b978f5b9e9b02294c14065bc3fc18.tar.gz ports-9af5b0a2ee0b978f5b9e9b02294c14065bc3fc18.zip |
Notes
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 5 | ||||
-rw-r--r-- | lang/elk/distinfo | 2 | ||||
-rw-r--r-- | lang/elk/files/patch-configure | 17 |
3 files changed, 17 insertions, 7 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 41d0caa88918..eb92b460c1c3 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= elk -PORTVERSION= 3.99.5 +PORTVERSION= 3.99.6 CATEGORIES= lang scheme MASTER_SITES= http://sam.zoy.org/projects/elk/ @@ -26,8 +26,7 @@ INSTALLS_SHLIB= yes MAN1= elk.1 -CPPFLAGS= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include \ - -DHAVE_SYS_TIMES_H +CPPFLAGS= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-install: diff --git a/lang/elk/distinfo b/lang/elk/distinfo index 34707db0a859..c76459607d63 100644 --- a/lang/elk/distinfo +++ b/lang/elk/distinfo @@ -1 +1 @@ -MD5 (elk-3.99.5.tar.bz2) = 6343c6db23b2ff8002c86ae6e8b3d1ae +MD5 (elk-3.99.6.tar.bz2) = d5ba4f56796a3c3798164131ae7b0e10 diff --git a/lang/elk/files/patch-configure b/lang/elk/files/patch-configure index 2dcab3859a05..b17af32f72ba 100644 --- a/lang/elk/files/patch-configure +++ b/lang/elk/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Sep 13 15:34:27 2003 -+++ configure Sun Sep 14 02:26:51 2003 -@@ -18769,6 +18769,7 @@ +--- configure.orig Fri Dec 5 21:51:16 2003 ++++ configure Sat Dec 6 12:56:19 2003 +@@ -19318,6 +19318,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,14 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -25330,8 +25331,8 @@ + # The directory where all files are installed by running "make install". We + # cannot use AC_DEFINE_UNQUOTED here because ${prefix} is not set until the + # end of the configure script. Thanks to Phillip Rulon for spotting that. +-CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\\\"\$(prefix)/share/elk\\\"" +-CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(prefix)/lib/elk\\\"" ++CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\"\\\"\$(prefix)/share/elk\\\"\"" ++CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\"\\\"\$(prefix)/lib/elk\\\"\"" + + #define FIND_AOUT defined(USE_LD) || defined(CAN_DUMP) || defined(INIT_OBJECTS) + |