Add patch from nikolay@ to make this compile again on sparc64 and update
to 2.6.2 while I'm here.
This commit is contained in:
parent
d7d5dc71c8
commit
e2b2602d36
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2004/06/23 03:26:11 marcm Exp $
|
# $OpenBSD: Makefile,v 1.11 2004/07/08 17:09:38 marcm Exp $
|
||||||
|
|
||||||
COMMENT= "applets for use with the GNOME panel"
|
COMMENT= "applets for use with the GNOME panel"
|
||||||
COMMENT-battstat= "GNOME applet for monitoring battery level"
|
COMMENT-battstat= "GNOME applet for monitoring battery level"
|
||||||
|
|
||||||
VERSION= 2.6.1
|
VERSION= 2.6.2
|
||||||
DISTNAME= gnome-applets-${VERSION}
|
DISTNAME= gnome-applets-${VERSION}
|
||||||
PKGNAME= gnome-applets2-${VERSION}
|
PKGNAME= gnome-applets2-${VERSION}
|
||||||
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
|
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (gnome-applets-2.6.1.tar.bz2) = d189c15d771267077596910d44a7eaf6
|
MD5 (gnome-applets-2.6.2.tar.bz2) = 6604c456fe2a469d6aaed3c527fd1a21
|
||||||
RMD160 (gnome-applets-2.6.1.tar.bz2) = fef91d93c3b93f83a2cc103f890c93c36e5052d8
|
RMD160 (gnome-applets-2.6.2.tar.bz2) = 5043dcf0f34fec1f99cb5c5db2137626a1cb182e
|
||||||
SHA1 (gnome-applets-2.6.1.tar.bz2) = 65cefb88d8a6111575820dcef56e3ed8353d8a5e
|
SHA1 (gnome-applets-2.6.2.tar.bz2) = 6d673cd802398577294f47e7ffacf7dee40d0193
|
||||||
|
14
x11/gnome/applets2/patches/patch-configure
Normal file
14
x11/gnome/applets2/patches/patch-configure
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
$OpenBSD: patch-configure,v 1.7 2004/07/08 17:09:38 marcm Exp $
|
||||||
|
--- configure.orig Mon Jun 28 01:06:51 2004
|
||||||
|
+++ configure Thu Jul 8 09:11:37 2004
|
||||||
|
@@ -24246,7 +24246,9 @@ fi
|
||||||
|
|
||||||
|
;;
|
||||||
|
# list of supported OS cores that do not use libapm
|
||||||
|
- *-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
|
||||||
|
+ *-*-freebsd*|*-*-netbsd*)
|
||||||
|
+ ;;
|
||||||
|
+ i386-*-openbsd*|powerpc-*-openbsd*)
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "warning: ${host} is not supported by battstat_applet, not building" >&2
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-ltmain_sh,v 1.6 2004/06/23 03:26:11 marcm Exp $
|
$OpenBSD: patch-ltmain_sh,v 1.7 2004/07/08 17:09:38 marcm Exp $
|
||||||
--- ltmain.sh.orig 2004-02-12 03:45:26.000000000 -0800
|
--- ltmain.sh.orig Thu May 13 08:23:52 2004
|
||||||
+++ ltmain.sh 2004-05-02 10:11:56.000000000 -0700
|
+++ ltmain.sh Thu Jul 8 09:12:16 2004
|
||||||
@@ -1847,9 +1847,12 @@ EOF
|
@@ -1857,9 +1857,12 @@ EOF
|
||||||
if test "$linkmode,$pass" = "prog,link"; then
|
if test "$linkmode,$pass" = "prog,link"; then
|
||||||
compile_deplibs="$deplib $compile_deplibs"
|
compile_deplibs="$deplib $compile_deplibs"
|
||||||
finalize_deplibs="$deplib $finalize_deplibs"
|
finalize_deplibs="$deplib $finalize_deplibs"
|
||||||
@ -16,7 +16,7 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/06/23 03:26:11 marcm Exp $
|
|||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
-l*)
|
-l*)
|
||||||
@@ -2262,10 +2265,6 @@ EOF
|
@@ -2274,10 +2277,6 @@ EOF
|
||||||
link_static=no # Whether the deplib will be linked statically
|
link_static=no # Whether the deplib will be linked statically
|
||||||
if test -n "$library_names" &&
|
if test -n "$library_names" &&
|
||||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||||
@ -25,11 +25,11 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/06/23 03:26:11 marcm Exp $
|
|||||||
- need_relink=yes
|
- need_relink=yes
|
||||||
- fi
|
- fi
|
||||||
# This is a shared library
|
# This is a shared library
|
||||||
|
|
||||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
# Warn about portability, can't link against -module's on
|
||||||
@@ -5804,40 +5803,6 @@ relink_command=\"$relink_command\""
|
@@ -5827,40 +5826,6 @@ relink_command=\"$relink_command\""
|
||||||
# Exit here if they wanted silent mode.
|
# Exit here if they wanted silent mode.
|
||||||
test "$show" = : && exit 0
|
test "$show" = : && exit $EXIT_SUCCESS
|
||||||
|
|
||||||
- $echo "----------------------------------------------------------------------"
|
- $echo "----------------------------------------------------------------------"
|
||||||
- $echo "Libraries have been installed in:"
|
- $echo "Libraries have been installed in:"
|
||||||
@ -65,6 +65,6 @@ $OpenBSD: patch-ltmain_sh,v 1.6 2004/06/23 03:26:11 marcm Exp $
|
|||||||
- $echo "See any operating system documentation about shared libraries for"
|
- $echo "See any operating system documentation about shared libraries for"
|
||||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||||
- $echo "----------------------------------------------------------------------"
|
- $echo "----------------------------------------------------------------------"
|
||||||
exit 0
|
exit $EXIT_SUCCESS
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user