svn commit: r346608 - in head/devel/readline: . files
Bryan Drewery
bdrewery at FreeBSD.org
Sat Mar 1 21:53:31 UTC 2014
Please get an exp-run next time before updating readline.
This broke several ports.
Python being one ends up breaking 60% of the tree.
I'm half temped to ask to have this reverted.
Bryan
On 3/1/2014 4:05 AM, Johan van Selst wrote:
> Author: johans
> Date: Sat Mar 1 10:05:14 2014
> New Revision: 346608
> URL: http://svnweb.freebsd.org/changeset/ports/346608
> QAT: https://qat.redports.org/buildarchive/r346608/
>
> Log:
> Update to readline 6.3
>
> Modified:
> head/devel/readline/Makefile
> head/devel/readline/distinfo
> head/devel/readline/files/patch-support-shlib-install
> head/devel/readline/files/patch-support-shobj-conf
> head/devel/readline/pkg-plist
>
> Modified: head/devel/readline/Makefile
> ==============================================================================
> --- head/devel/readline/Makefile Sat Mar 1 09:33:52 2014 (r346607)
> +++ head/devel/readline/Makefile Sat Mar 1 10:05:14 2014 (r346608)
> @@ -2,7 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= readline
> -PORTVERSION= 6.2.${PATCHLEVEL}
> +PORTVERSION= 6.3.${PATCHLEVEL}
> CATEGORIES= devel
> MASTER_SITES= GNU \
> ftp://ftp.cwru.edu/pub/bash/
> @@ -26,7 +26,7 @@ USE_LDCONFIG= yes
>
> INFO= readline rluserman history
>
> -PATCHES= 1 2 3 4 5
> +PATCHES=
> .for p in ${PATCHES:S/^/00/}
> PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/}
> .endfor
>
> Modified: head/devel/readline/distinfo
> ==============================================================================
> --- head/devel/readline/distinfo Sat Mar 1 09:33:52 2014 (r346607)
> +++ head/devel/readline/distinfo Sat Mar 1 10:05:14 2014 (r346608)
> @@ -1,2 +1,2 @@
> -SHA256 (readline-6.2.tar.gz) = 79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
> -SIZE (readline-6.2.tar.gz) = 2277926
> +SHA256 (readline-6.3.tar.gz) = 56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43
> +SIZE (readline-6.3.tar.gz) = 2468560
>
> Modified: head/devel/readline/files/patch-support-shlib-install
> ==============================================================================
> --- head/devel/readline/files/patch-support-shlib-install Sat Mar 1 09:33:52 2014 (r346607)
> +++ head/devel/readline/files/patch-support-shlib-install Sat Mar 1 10:05:14 2014 (r346608)
> @@ -9,12 +9,3 @@
> if [ -x /usr/bin/objformat ] && [ "`/usr/bin/objformat`" = "elf" ]; then
> # libname.so -> libname.so.M
> ${echo} ${RM} ${INSTALLDIR}/$LINK1
> -@@ -177,7 +177,7 @@
> - fi
> - ;;
> -
> --freebsd[4-9]*|freebsdelf*|dragonfly*)
> -+freebsd[4-9].*|freebsd1[0-9].*|freebsdelf*|dragonfly*)
> - # libname.so -> libname.so.M
> - ${echo} ${RM} ${INSTALLDIR}/$LINK1
> - if [ -z "$uninstall" ]; then
>
> Modified: head/devel/readline/files/patch-support-shobj-conf
> ==============================================================================
> --- head/devel/readline/files/patch-support-shobj-conf Sat Mar 1 09:33:52 2014 (r346607)
> +++ head/devel/readline/files/patch-support-shobj-conf Sat Mar 1 10:05:14 2014 (r346608)
> @@ -32,8 +32,7 @@
> ;;
>
> # FreeBSD-4.x and later have only ELF
> --freebsd[4-9]*|freebsdelf*|dragonfly*)
> -+freebsd[4-9].*|freebsd1[0-9].*|freebsdelf*|dragonfly*)
> + freebsd[4-9]*|freebsd1[0-9]*|freebsdelf*|dragonfly*)
> SHOBJ_CFLAGS=-fPIC
> SHOBJ_LD='${CC}'
>
>
> Modified: head/devel/readline/pkg-plist
> ==============================================================================
> --- head/devel/readline/pkg-plist Sat Mar 1 09:33:52 2014 (r346607)
> +++ head/devel/readline/pkg-plist Sat Mar 1 10:05:14 2014 (r346608)
> @@ -16,8 +16,11 @@ man/man3/readline.3.gz
> man/man3/history.3.gz
> %%DATADIR%%/excallback.c
> %%DATADIR%%/fileman.c
> +%%DATADIR%%/hist_erasedups.c
> +%%DATADIR%%/hist_purgecmd.c
> %%DATADIR%%/histexamp.c
> %%DATADIR%%/manexamp.c
> +%%DATADIR%%/rl-callbacktest.c
> %%DATADIR%%/rl-fgets.c
> %%DATADIR%%/rl.c
> %%DATADIR%%/rlcat.c
> @@ -25,5 +28,9 @@ man/man3/history.3.gz
> %%DATADIR%%/rlptytest.c
> %%DATADIR%%/rltest.c
> %%DATADIR%%/rlversion.c
> +%%PORTDOCS%%%%DOCSDIR%%/CHANGES
> +%%PORTDOCS%%%%DOCSDIR%%/INSTALL
> +%%PORTDOCS%%%%DOCSDIR%%/README
> @dirrm include/readline
> @dirrm %%DATADIR%%
> +%%PORTDOCS%%@dirrm %%DOCSDIR%%
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140301/7abbc7cd/attachment.sig>
More information about the svn-ports-head
mailing list