FreeBSD Bugzilla – Attachment 32095 Details for
Bug 53178
[PATCH] Update devel/c2lib to 1.4.2, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
c2lib-1.4.2.patch
c2lib-1.4.2.patch (text/plain), 3.66 KB, created by
Sergei Kolobov
on 2003-06-11 01:10:11 UTC
(
hide
)
Description:
c2lib-1.4.2.patch
Filename:
MIME Type:
Creator:
Sergei Kolobov
Created:
2003-06-11 01:10:11 UTC
Size:
3.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/c2lib/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- Makefile 2003/06/08 21:13:44 1.19 >+++ Makefile 2003/06/11 00:00:04 >@@ -1,5 +1,3 @@ >-# ex:ts=8 -*-mode: makefile-*- >-# > # New ports collection makefile for: c2lib > # Date created: 2002-12-22 > # Whom: Alan Eldridge <alane@FreeBSD.org> >@@ -8,35 +6,28 @@ > # > > PORTNAME= c2lib >-PORTVERSION= 1.4.1 >-PORTREVISION= 0 >-PORTEPOCH= 0 >+PORTVERSION= 1.4.2 > CATEGORIES= devel > MASTER_SITES= http://www.annexia.org/freeware/${PORTNAME}/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= sergei@kolobov.com > COMMENT= Library of basic structures and memory allocators for C > >-BUILD_DEPENDS+= cdoc:${.CURDIR}/../../devel/cdoc >-BUILD_DEPENDS+= make+:${.CURDIR}/../../devel/makeplus >-LIB_DEPENDS+= pcre.0:${.CURDIR}/../../devel/pcre >- >-USE_GMAKE= yes >-PREFIX?= ${LOCALBASE} >-MAKE_ENV+= CC="${CC}" >-.include <bsd.port.pre.mk> >+BUILD_DEPENDS= cdoc:${PORTSDIR}/devel/cdoc \ >+ make+:${PORTSDIR}/devel/makeplus >+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre >+ >+INSTALLS_SHLIB= yes >+HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --prefix=${PREFIX} >+PLIST_SUB= VERSION=${PORTVERSION} > >-do-configure: >- cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make+ configure >+.include "${.CURDIR}/files/manpages.mk" > > do-build: >- cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make+ >+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make+ > > do-install: >- cd ${WRKSRC}; ${SETENV} ${MAKE_ENV}\ >- make+ install prefix=${PREFIX} manprefix=${PREFIX} >- >-.include "${FILESDIR}/manpages.mk" >-.include <bsd.port.post.mk> >+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make+ install > >-#EOF >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/c2lib/distinfo,v >retrieving revision 1.10 >diff -u -r1.10 distinfo >--- distinfo 2003/02/10 05:14:43 1.10 >+++ distinfo 2003/06/11 00:00:04 >@@ -1 +1 @@ >-MD5 (c2lib-1.4.1.tar.gz) = 72e1e9ba877b6530b7603f14ff777d42 >+MD5 (c2lib-1.4.2.tar.gz) = ba49054f196d73d8132d72609d7c453d >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/devel/c2lib/pkg-descr,v >retrieving revision 1.1 >diff -u -r1.1 pkg-descr >--- pkg-descr 2001/02/16 11:07:05 1.1 >+++ pkg-descr 2003/06/11 00:00:04 >@@ -1,5 +1,10 @@ >-c2lib is a library of basic structures and memory allocators for C. >-It is designed to look similar to C++ STL with many powerful string >-features borrowed also from Perl. >+c2lib is a library of basic tools for use by C programmers. >+It contains a pool allocator, many string functions, STL-like >+vector and hash types and miscellaneous utilities. > >-WWW: http://www.annexia.org/freeware/c2lib/ >+Its features were heavily influenced by both Perl's string handling >+and C++'s Standard Template Library (STL). The library has been designed >+to be very easy to use and is fully documented in manual pages. >+ >+Author: Richard W.M. Jones <rich@annexia.org> >+WWW: http://www.annexia.org/freeware/c2lib/ >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/c2lib/pkg-plist,v >retrieving revision 1.4 >diff -u -r1.4 pkg-plist >--- pkg-plist 2003/02/10 23:46:13 1.4 >+++ pkg-plist 2003/06/11 00:00:04 >@@ -5,11 +5,11 @@ > include/c2lib/pstring.h > include/c2lib/tree.h > include/c2lib/vector.h >+@dirrm include/c2lib > lib/libc2lib.a > lib/libc2lib.so > lib/libc2lib.so.1 >-lib/libc2lib.so.1.4.1 >+lib/libc2lib.so.%%VERSION%% > share/rws/symtabs/libc2lib.syms >-@dirrm share/rws/symtabs >-@dirrm share/rws >-@dirrm include/c2lib >+@unexec rmdir share/rws/symtabs 2>/dev/null || true >+@unexec rmdir share/rws 2>/dev/null || true
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 53178
: 32095