diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-26 13:32:07 +0000 |
commit | 08e6306b25a696493025b5136f339c3736ffcf4c (patch) | |
tree | 65317ba35f927be187fb64122d953f805b860b8b /x11/rxvt-devel | |
parent | f42d7482c70b4dbe230ddd4c4f99f39e329de1d0 (diff) | |
download | ports-08e6306b25a696493025b5136f339c3736ffcf4c.tar.gz ports-08e6306b25a696493025b5136f339c3736ffcf4c.zip |
Notes
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 15 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-configure | 11 |
3 files changed, 20 insertions, 8 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 71040ad161f1..40d78add176c 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -9,12 +9,13 @@ # the same distfile. PORTNAME= rxvt-devel -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ - ftp://mason.primenet.com.au/pub/rxvt/ \ - ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ +MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ + ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \ + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ + ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old devel DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -58,7 +59,7 @@ CONFIGURE_ARGS+= --enable-next-scroll # # enable rxvt style scrollbar .if defined(WITH_RXVT_SCROLLBAR) -CONFIGURE_ARGS+= --enable-rxvt-scroll +CONFIGURE_ARGS+= --enable-rxvt-scroll .endif # WITH_RXVT_SCROLLBAR # # XIM (X Input Method) protocol support @@ -68,7 +69,7 @@ CONFIGURE_ARGS+= --enable-xim # # enable Xterm style scrollbar .if defined(WITH_XTERM_SCROLLBAR) -CONFIGURE_ARGS+= --enable-xterm-scroll +CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR pre-fetch: diff --git a/x11/rxvt-devel/distinfo b/x11/rxvt-devel/distinfo index 1902bd27c4d2..24f1595023f1 100644 --- a/x11/rxvt-devel/distinfo +++ b/x11/rxvt-devel/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.7.5.tar.bz2) = dd9d2b6c3887c674f484c480d4419a19 +MD5 (rxvt-2.7.6.tar.bz2) = 31aa4d89b9cd7f968254d1920ca07078 diff --git a/x11/rxvt-devel/files/patch-configure b/x11/rxvt-devel/files/patch-configure new file mode 100644 index 000000000000..94b2a67503e9 --- /dev/null +++ b/x11/rxvt-devel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat May 26 10:21:04 2001 ++++ configure Sat May 26 10:21:12 2001 +@@ -4964,7 +4964,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool' + + # Prevent multiple expansion + |