FreeBSD Bugzilla – Attachment 143181 Details for
Bug 190348
[MAINTAINER UPDATE] graphics/libsixel update to 0.19.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.25 KB, created by
IWAMOTO Kouichi
on 2014-05-28 17:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
IWAMOTO Kouichi
Created:
2014-05-28 17:30:00 UTC
Size:
2.25 KB
patch
obsolete
>diff -urN libsixel.orig/Makefile libsixel/Makefile >--- libsixel.orig/Makefile 2014-05-29 01:13:59.000000000 +0900 >+++ libsixel/Makefile 2014-05-29 01:13:36.000000000 +0900 >@@ -1,7 +1,8 @@ > # $FreeBSD: head/graphics/libsixel/Makefile 354800 2014-05-22 08:03:57Z miwi $ > > PORTNAME= libsixel >-PORTVERSION= 20140422 >+PORTVERSION= 0.19.5 >+PORTEPOCH= 1 > CATEGORIES= graphics > > MAINTAINER= sue@iwmt.org >@@ -12,13 +13,41 @@ > > USE_GITHUB= yes > GH_ACCOUNT= saitoha >-GH_TAGNAME= ${GH_COMMIT} >-GH_COMMIT= 8bd21f7 >+GH_TAGNAME= v${PORTVERSION} >+GH_COMMIT= 200e4d9 >+ >+USE_LDCONFIG= yes >+USES= libtool > > GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig > > PORTDOCS= README.md > >+OPTIONS_DEFINE= CURL GD PIXBUF >+OPTIONS_DEFAULT= >+ >+CURL_DESC= libcurl support >+GD_DESC= gd support >+PIXBUF_DESC= gdk-pixbuf2 support >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MCURL} >+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl >+CONFIGURE_ARGS+=--with-libcurl >+.endif >+ >+.if ${PORT_OPTIONS:MGD} >+LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd >+CONFIGURE_ARGS+=--with-gd >+.endif >+ >+.if ${PORT_OPTIONS:MPIXBUF} >+LIB_DEPENDS+= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 >+CONFIGURE_ARGS+=--with-gdk-pixbuf2 >+.endif >+ > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsixel.so.0 > ${MKDIR} ${STAGEDIR}${DOCSDIR} >diff -urN libsixel.orig/distinfo libsixel/distinfo >--- libsixel.orig/distinfo 2014-05-29 01:13:59.000000000 +0900 >+++ libsixel/distinfo 2014-05-29 01:13:36.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (libsixel-20140422.tar.gz) = 6910e7a8a5310ddc60909b9fce8e67a3c5017f1b37b56b00cb179c0baddc8d6c >-SIZE (libsixel-20140422.tar.gz) = 466077 >+SHA256 (libsixel-0.19.5.tar.gz) = 3975e03be25b64cbf66bd61b1b4c9d976f15e5b11ec4f610c3a04aa2ef210e24 >+SIZE (libsixel-0.19.5.tar.gz) = 492241 >diff -urN libsixel.orig/pkg-plist libsixel/pkg-plist >--- libsixel.orig/pkg-plist 2014-05-29 01:13:59.000000000 +0900 >+++ libsixel/pkg-plist 2014-05-29 01:13:36.000000000 +0900 >@@ -1,7 +1,11 @@ >+bin/img2sixel >+bin/sixel2png > include/sixel.h >-lib/libsixel.la >+lib/libsixel.a > lib/libsixel.so.0 >+lib/libsixel.so.0.0.0 > lib/libsixel.so >-lib/libsixel.a >-bin/img2sixel >-bin/sixel2png >+libdata/pkgconfig/libsixel.pc >+man/man1/img2sixel.1.gz >+man/man1/sixel2png.1.gz >+man/man5/sixel.5.gz
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 190348
: 143181