diff options
author | tnn <tnn> | 2009-04-16 18:08:32 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-04-16 18:08:32 +0000 |
commit | 8ddc4bc67b294b8ecb5ff9b5d66b92162d9dbe7e (patch) | |
tree | d5246919b3097eda98c490db55e039130e0318e2 /lang/librep/PLIST | |
parent | da61f037cdfedf77dc738cf1326c8db39d69a066 (diff) | |
download | pkgsrc-8ddc4bc67b294b8ecb5ff9b5d66b92162d9dbe7e.tar.gz |
Update to librep-0.17.3.
0.17.3
======
* Updated MAINTAINERS
* Dropped rep.m4 - use librep.pc instead
* Improved librep.pc
* Updated librep.spec
* Add -L/lib$libsuff to READLINE_LIBS [T2 Patch]
* Fix compilation on PPC64 [Marcus Comstedt]
* Small fixup in src/fake-libexec [SuSE]
* No rpath in src/rep-config.sh [Fedora]
* Added ebuild [Harald van Dijk]
* Improved Makefile's distclean rule
* Reworked autogen.sh
* Reworked configure.in
* Major rework of the spec-file
* Improved configure's ending message
* Fixed configure.in's templates for autoheader
* BSD-Tar is not supported by librep, give users a usefull warning
message [Mark Diekhans]
0.17.2
======
* fixups for configure.in
* updated BUGS, HACKING and README
* define inline if undefined (fixes compiler warnings)
* create the destination directory for the .pc file before installing it
* fixed in issue with FreeBSD in numbers.c [FreeBSD patch]
* improved a function of numbers.c [FreeBSD patch]
* rep_file_fdopen has not been listed in librep.sym
* added -tag=CC to libtool in several places
* don't ignore $LDFLAGS upon build
* dropped some useless code in sdbm.c
* make sure inline is defined
0.17.1
======
* started code-cleanup
* added a .pc file
* added -no-split to makeinfo [FreeBSD patch]
* added -enable-paranoia to configure [compile with CFLAGS+="-Wall -ansi"]
* updated the spec file
* replaced a static void by a void in main.c [Debian patch]
* use correct shebang in rep-xgettext.jl [ALT-Linux patch]
* trim trailing / to mkdir(2) [NetBSD patch]
Diffstat (limited to 'lang/librep/PLIST')
-rw-r--r-- | lang/librep/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/PLIST b/lang/librep/PLIST index 0fdfb62e231..aa2518806f0 100644 --- a/lang/librep/PLIST +++ b/lang/librep/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/03/30 03:44:43 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/04/16 18:08:32 tnn Exp $ bin/rep bin/rep-config bin/rep-remote @@ -11,6 +11,7 @@ include/rep_regexp.h include/rep_subrs.h info/librep.info lib/librep.la +lib/pkgconfig/librep.pc libexec/rep/${MACHINE_GNU_PLATFORM}/install-aliases libexec/rep/${MACHINE_GNU_PLATFORM}/libtool libexec/rep/${MACHINE_GNU_PLATFORM}/rep_config.h @@ -34,7 +35,6 @@ libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.la libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sdbm.la libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/tables.la libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/timers.la -share/aclocal/rep.m4 share/emacs/site-lisp/rep-debugger.el share/rep/${PKGVERSION}/lisp/cgi-get.jl share/rep/${PKGVERSION}/lisp/cgi-get.jlc |