FreeBSD Bugzilla – Attachment 211212 Details for
Bug 243750
devel/libappindicator: update to 12.10.1.1804201803221.05 and undeprecate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
libappindicator-12.10.1.1804201803221.05.diff.svn (text/plain), 7.30 KB, created by
Hiroki Tagato
on 2020-01-31 07:29:58 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Hiroki Tagato
Created:
2020-01-31 07:29:58 UTC
Size:
7.30 KB
patch
obsolete
>Index: devel/libappindicator/Makefile >=================================================================== >--- devel/libappindicator/Makefile (revision 524645) >+++ devel/libappindicator/Makefile (working copy) >@@ -1,11 +1,15 @@ > # $FreeBSD$ > > PORTNAME= libappindicator >-PORTVERSION= 12.10.0 >-PORTREVISION= 2 >+PORTVERSION= ${MAJOR_VER}.${SNAPSHOT_VER:S/.//g}.${PATCH_VER:S/ubuntu//} > CATEGORIES= devel >-MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ >+MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/liba/${PORTNAME}/ >+DISTNAME= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig > >+PATCH_SITES= ${MASTER_SITES} >+PATCHFILES= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}-${PATCH_VER}.diff.gz >+PATCH_DIST_STRIP= -p1 >+ > MAINTAINER= swills@FreeBSD.org > COMMENT= KSNI App Indicator library > >@@ -12,16 +16,14 @@ > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-DEPRECATED= Old, uses EOLed python27 >-EXPIRATION_DATE= 2020-03-02 >- >+BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \ >+ gtkdocize:textproc/gtk-doc > LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ >- libindicator3.so:devel/libindicator \ > libdbus-glib-1.so:devel/dbus-glib > >-USES= gmake gnome libtool pkgconfig python:2.7 >+USES= autoreconf:build gmake gnome libtool pkgconfig > USE_LDCONFIG= yes >-USE_GNOME= gtk30 pygtk2 >+USE_GNOME= cairo gdkpixbuf2 gtk30 > > OPTIONS_DEFINE= VAPI > OPTIONS_DEFAULT= VAPI >@@ -29,9 +31,19 @@ > > VAPI_BUILD_DEPENDS= vala>=0:lang/vala > VAPI_CONFIGURE_ENV_OFF= ac_cv_path_VALA_API_GEN= ac_cv_path_VALAC= >-VAPI_VARS= EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bindings-vala-examples-Makefile.in >+VAPI_VARS= EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bindings_vala_examples_Makefile.am > >+NO_WRKSUBDIR= yes >+ > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-gtk=3 >+CONFIGURE_ARGS= --enable-gtk-doc --with-gtk=3 >+INSTALL_TARGET= install-strip > >+MAJOR_VER= 12.10.1 >+SNAPSHOT_VER= 18.04.20180322.1 >+PATCH_VER= 0ubuntu5 >+ >+pre-configure: >+ cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh >+ > .include <bsd.port.mk> >Index: devel/libappindicator/distinfo >=================================================================== >--- devel/libappindicator/distinfo (revision 524645) >+++ devel/libappindicator/distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1525372668 >-SHA256 (libappindicator-12.10.0.tar.gz) = d5907c1f98084acf28fd19593cb70672caa0ca1cf82d747ba6f4830d4cc3b49f >-SIZE (libappindicator-12.10.0.tar.gz) = 535562 >+TIMESTAMP = 1580450115 >+SHA256 (libappindicator_12.10.1+18.04.20180322.1.orig.tar.gz) = 59cde4b05ba166b1ab0166b69dcfbb90292aaa6e72d7a1498bde407cfada1be1 >+SIZE (libappindicator_12.10.1+18.04.20180322.1.orig.tar.gz) = 71219 >+SHA256 (libappindicator_12.10.1+18.04.20180322.1-0ubuntu5.diff.gz) = 4cb41fbdecbc940d5a2ba45794a596e16be12f9718a4bfb32801f98be61ad969 >+SIZE (libappindicator_12.10.1+18.04.20180322.1-0ubuntu5.diff.gz) = 20583 >Index: devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in >=================================================================== >--- devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in (revision 524645) >+++ devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in (nonexistent) >@@ -1,11 +0,0 @@ >---- bindings/vala/examples/Makefile.in.orig 2012-07-11 17:29:07.267114650 +0000 >-+++ bindings/vala/examples/Makefile.in >-@@ -629,7 +629,7 @@ >- >- @HAVE_VALAC_TRUE@indicator-example.c: $(VALAFILES) Makefile.am >- @HAVE_VALAC_TRUE@ $(VALAC) $(VALAFLAGS) -C $< -o $@ >--@HAVE_VALAC_TRUE@ $(SED) -i "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ >-+@HAVE_VALAC_TRUE@ $(SED) -i '' "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ >- >- # Tell versions [3.59,3.63) of GNU make to not export all variables. >- # Otherwise a system limit (for SysV at least) may be exceeded. > >Property changes on: devel/libappindicator/files/extra-patch-bindings-vala-examples-Makefile.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am >=================================================================== >--- devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am (nonexistent) >+++ devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am (working copy) >@@ -0,0 +1,11 @@ >+--- bindings/vala/examples/Makefile.am.orig 2018-03-22 01:15:43 UTC >++++ bindings/vala/examples/Makefile.am >+@@ -18,7 +18,7 @@ BUILT_SOURCES = indicator-example.c >+ >+ indicator-example.c: $(VALAFILES) Makefile.am >+ $(VALAC) $(VALAFLAGS) -C $< -o $@ >+- $(SED) -i "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ >++ $(SED) -i '' "s|#include\s*<\s*libappindicator/app-indicator.h\s*>||g" $@ >+ >+ nodist_indicator_example_SOURCES = indicator-example.c >+ indicator_example_CFLAGS = \ > >Property changes on: devel/libappindicator/files/extra-patch-bindings_vala_examples_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/libappindicator/files/patch-src_Makefile.in >=================================================================== >--- devel/libappindicator/files/patch-src_Makefile.in (revision 524645) >+++ devel/libappindicator/files/patch-src_Makefile.in (nonexistent) >@@ -1,10 +0,0 @@ >---- src/Makefile.in.orig 2012-07-11 17:29:07 UTC >-+++ src/Makefile.in >-@@ -471,7 +471,6 @@ libappindicator_la_LDFLAGS = \ >- libappindicator_la_CFLAGS = \ >- $(LIBRARY_CFLAGS) \ >- $(COVERAGE_CFLAGS) \ >-- -Wall -Werror \ >- -DG_LOG_DOMAIN=\"libappindicator\" >- >- libappindicator_la_LIBADD = \ > >Property changes on: devel/libappindicator/files/patch-src_Makefile.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: devel/libappindicator/pkg-plist >=================================================================== >--- devel/libappindicator/pkg-plist (revision 524645) >+++ devel/libappindicator/pkg-plist (working copy) >@@ -14,13 +14,15 @@ > share/gtk-doc/html/libappindicator/ch01.html > share/gtk-doc/html/libappindicator/home.png > share/gtk-doc/html/libappindicator/index.html >-share/gtk-doc/html/libappindicator/index.sgml >+share/gtk-doc/html/libappindicator/left-insensitive.png > share/gtk-doc/html/libappindicator/left.png > share/gtk-doc/html/libappindicator/libappindicator-app-indicator.html > share/gtk-doc/html/libappindicator/libappindicator.devhelp2 > share/gtk-doc/html/libappindicator/object-tree.html >+share/gtk-doc/html/libappindicator/right-insensitive.png > share/gtk-doc/html/libappindicator/right.png > share/gtk-doc/html/libappindicator/style.css >+share/gtk-doc/html/libappindicator/up-insensitive.png > share/gtk-doc/html/libappindicator/up.png > %%VAPI%%share/vala/vapi/appindicator3-0.1.deps > %%VAPI%%share/vala/vapi/appindicator3-0.1.vapi
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 243750
:
211212
|
211410