FreeBSD Bugzilla – Attachment 126427 Details for
Bug 170173
x11-wm/sawfish: Update to version 1.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lang_librep.diff
lang_librep.diff (text/x-diff), 4.02 KB, created by
tkato432
on 2013-02-08 17:56:46 UTC
(
hide
)
Description:
lang_librep.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-02-08 17:56:46 UTC
Size:
4.02 KB
patch
obsolete
>diff -urN /usr/ports/lang/librep/Makefile lang/librep/Makefile >--- /usr/ports/lang/librep/Makefile 2013-01-29 15:48:20.000000000 +0900 >+++ lang/librep/Makefile 2013-02-08 22:52:55.000000000 +0900 >@@ -1,23 +1,20 @@ >-# New ports collection makefile for: librep >-# Date created: 13 September 1999 >-# Whom: Yukihiro Nakai <nakai@FreeBSD.org> >-# >+# Created by: Yukihiro Nakai <nakai@FreeBSD.org> > # $FreeBSD: head/lang/librep/Makefile 311141 2013-01-29 00:35:32Z jkim $ >-# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $ > > PORTNAME= librep >-PORTVERSION= 0.92.1b >+PORTVERSION= 0.92.3 > CATEGORIES= lang elisp gnome >-MASTER_SITES= http://download.tuxfamily.org/librep/ >+MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/ >+MASTER_SITE_SUBDIR= . Archive > > MAINTAINER= ports@FreeBSD.org >-COMMENT= An Emacs Lisp like runtime library >+COMMENT= Emacs Lisp like runtime library > > LICENSE= GPLv2 > >-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \ >+LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ > ffi:${PORTSDIR}/devel/libffi \ >- gmp.10:${PORTSDIR}/math/gmp >+ gmp:${PORTSDIR}/math/gmp > RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar > > USE_CSTD= gnu89 >@@ -25,6 +22,7 @@ > USE_XZ= yes > USE_GNOME= gnomehack > USE_GETTEXT= yes >+USE_PKGCONFIG= build > USE_GMAKE= yes > USE_AUTOTOOLS= libtool > CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ >diff -urN /usr/ports/lang/librep/Makefile.0921 lang/librep/Makefile.0921 >--- /usr/ports/lang/librep/Makefile.0921 1970-01-01 09:00:00.000000000 +0900 >+++ lang/librep/Makefile.0921 2013-02-08 22:22:36.000000000 +0900 >@@ -0,0 +1,52 @@ >+# Created by: Yukihiro Nakai <nakai@FreeBSD.org> >+# $FreeBSD: head/lang/librep/Makefile 311141 2013-01-29 00:35:32Z jkim $ >+ >+PORTNAME= librep >+PORTVERSION= 0.92.2.1 >+CATEGORIES= lang elisp gnome >+MASTER_SITES= http://download.tuxfamily.org/librep/%SUBDIR%/ >+MASTER_SITE_SUBDIR= . Archive >+ >+MAINTAINER= ports@FreeBSD.org >+COMMENT= An Emacs Lisp like runtime library >+ >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ >+ ffi:${PORTSDIR}/devel/libffi \ >+ gmp:${PORTSDIR}/math/gmp >+RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar >+ >+USE_CSTD= gnu89 >+ >+USE_XZ= yes >+USE_GNOME= gnomehack >+USE_GETTEXT= yes >+USE_PKGCONFIG= build >+USE_GMAKE= yes >+USE_AUTOTOOLS= libtool >+CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ >+ --with-stack-direction=-1 >+USE_LDCONFIG= yes >+MAKE_JOBS_SAFE= yes >+ >+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} >+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} >+ >+MANCOMPRESSED= yes >+MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1 >+INFO= librep >+ >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == ia64 >+BROKEN= Does not build on ia64 >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ '/GDBM_LIBS/s|"-lgdbm"|"$$LIBS -lgdbm"|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ 's|/share/man/|/man/|g' ${WRKSRC}/man/Makefile.in >+ >+.include <bsd.port.post.mk> >diff -urN /usr/ports/lang/librep/distinfo lang/librep/distinfo >--- /usr/ports/lang/librep/distinfo 2012-11-08 08:20:07.000000000 +0900 >+++ lang/librep/distinfo 2013-02-08 22:31:11.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (librep-0.92.1b.tar.xz) = aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e >-SIZE (librep-0.92.1b.tar.xz) = 598352 >+SHA256 (librep-0.92.3.tar.xz) = 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 >+SIZE (librep-0.92.3.tar.xz) = 607128 >diff -urN /usr/ports/lang/librep/pkg-descr lang/librep/pkg-descr >--- /usr/ports/lang/librep/pkg-descr 2012-11-08 08:20:07.000000000 +0900 >+++ lang/librep/pkg-descr 2013-02-08 23:01:17.000000000 +0900 >@@ -1,3 +1,9 @@ >-An Emacs Lisp like runtime library >+Librep is a Lisp system for UNIX, needed by Sawfish window manager. >+It contains a Lisp interpreter, byte-code compiler and virtual >+machine. Applications may use the Lisp interpreter as an extension >+language, or it may be used for stand-alone scripts. >+ >+The Lisp dialect was originally inspired by Emacs Lisp, but with the >+worst features removed. It also borrows many ideas from Scheme. > > WWW: http://sawfish.tuxfamily.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 170173
:
126424
|
126425
|
126426
| 126427 |
126428
|
126429
|
126430
|
126431
|
126432
|
126433
|
126434
|
126435
|
126436
|
126437
|
126438
|
126439
|
126440
|
126441
|
126442
|
126443
|
126444