mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.62.
This commit is contained in:
parent
addbc6f779
commit
be1b3fe2d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165368
5 changed files with 13 additions and 12 deletions
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dbus
|
PORTNAME= dbus
|
||||||
PORTVERSION= 0.61
|
PORTVERSION= 0.62
|
||||||
PORTREVISION?= 4
|
PORTREVISION?= 0
|
||||||
CATEGORIES?= devel gnome
|
CATEGORIES?= devel gnome
|
||||||
MASTER_SITES= http://dbus.freedesktop.org/releases/
|
MASTER_SITES= http://dbus.freedesktop.org/releases/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (dbus-0.61.tar.gz) = cfd4f26004e4304e0dace4d82894e50b
|
MD5 (dbus-0.62.tar.gz) = ba7692f63d0e9f1ef06703dff56cb650
|
||||||
SHA256 (dbus-0.61.tar.gz) = 45a6b655c0fdfffdabc49857cb19d1ea0c9a8923f76e5c165e01e18ce98da0ec
|
SHA256 (dbus-0.62.tar.gz) = 884cc2083add655df57acc7bb144c61e9beeabf08ef76fa86929a58d7bc96707
|
||||||
SIZE (dbus-0.61.tar.gz) = 1735729
|
SIZE (dbus-0.62.tar.gz) = 1737361
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
--- configure.orig Mon Feb 27 23:35:09 2006
|
--- configure.orig Wed Jun 14 00:57:48 2006
|
||||||
+++ configure Mon Feb 27 23:35:39 2006
|
+++ configure Wed Jun 14 00:58:20 2006
|
||||||
@@ -1057,6 +1057,7 @@ Optional Features:
|
@@ -1057,6 +1057,7 @@ Optional Features:
|
||||||
--enable-python build python bindings
|
--enable-python build python bindings
|
||||||
--enable-selinux build with SELinux support
|
--enable-selinux build with SELinux support
|
||||||
--enable-dnotify build with dnotify support (linux only)
|
--enable-dnotify build with dnotify support (linux only)
|
||||||
+ --enable-kqueue build with kqueue support (FreeBSD only)
|
+ --enable-kqueue build with kqueue support (FreeBSD only)
|
||||||
|
--enable-console-owner-file
|
||||||
|
enable console owner file
|
||||||
--enable-shared[=PKGS]
|
--enable-shared[=PKGS]
|
||||||
build shared libraries [default=yes]
|
@@ -4550,7 +4551,7 @@ if test "x$GCC" = "xyes"; then
|
||||||
--enable-static[=PKGS]
|
|
||||||
@@ -4533,7 +4534,7 @@ if test "x$GCC" = "xyes"; then
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
case " $CFLAGS " in
|
||||||
*[\ \ ]-Wfloat-equal[\ \ ]*) ;;
|
*[\ \ ]-Wfloat-equal[\ \ ]*) ;;
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case " $CFLAGS " in
|
case " $CFLAGS " in
|
||||||
@@ -27231,6 +27232,31 @@ if test x$have_dnotify = xyes; then
|
@@ -28332,6 +28333,31 @@ if test x$have_dnotify = xyes; then
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX 1
|
#define DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX 1
|
||||||
|
|
|
@ -24,6 +24,7 @@ include/dbus-%%VERSION%%/dbus/dbus-protocol.h
|
||||||
%%QT%%include/dbus-%%VERSION%%/dbus/dbus-qt.h
|
%%QT%%include/dbus-%%VERSION%%/dbus/dbus-qt.h
|
||||||
include/dbus-%%VERSION%%/dbus/dbus-server.h
|
include/dbus-%%VERSION%%/dbus/dbus-server.h
|
||||||
include/dbus-%%VERSION%%/dbus/dbus-shared.h
|
include/dbus-%%VERSION%%/dbus/dbus-shared.h
|
||||||
|
include/dbus-%%VERSION%%/dbus/dbus-signature.h
|
||||||
include/dbus-%%VERSION%%/dbus/dbus-threads.h
|
include/dbus-%%VERSION%%/dbus/dbus-threads.h
|
||||||
include/dbus-%%VERSION%%/dbus/dbus-types.h
|
include/dbus-%%VERSION%%/dbus/dbus-types.h
|
||||||
include/dbus-%%VERSION%%/dbus/dbus.h
|
include/dbus-%%VERSION%%/dbus/dbus.h
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTREVISION= 1
|
PORTREVISION= 0
|
||||||
CATEGORIES= devel gnome python
|
CATEGORIES= devel gnome python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue