Update to 2.0.3.
This commit is contained in:
parent
10c0107d23
commit
f1816ad105
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86906
5 changed files with 20 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgtop2
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
|
||||
|
@ -26,10 +26,9 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
INFO= libgtop2
|
||||
|
||||
post-install:
|
||||
install-info --section="Programming \& development tools" \
|
||||
--entry="* libgtop2: (libgtop2). libgtop2 programming manual" \
|
||||
${PREFIX}/info/libgtop2.info ${PREFIX}/info/dir
|
||||
@${CHGRP} kmem ${PREFIX}/bin/libgtop_server2
|
||||
@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome2/libgtop-2.0.2.tar.bz2) = c2c7c8807fcf5c4b3a1f1fc726e9def1
|
||||
MD5 (gnome2/libgtop-2.0.3.tar.bz2) = 29e5303fa0ec3eeae61296e8715ed4a6
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- libgtop-2.0.pc.in.orig Mon Apr 29 22:35:22 2002
|
||||
+++ libgtop-2.0.pc.in Mon Apr 29 22:35:35 2002
|
||||
@@ -7,7 +7,7 @@
|
||||
Description: Portable System Access Library
|
||||
Requires: glib-2.0
|
||||
Version: @VERSION@
|
||||
-Libs: -L${libdir} @LIBGTOP_LIBS@
|
||||
+Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@
|
||||
Cflags: -I${includedir}/libgtop-2.0
|
||||
|
||||
|
|
@ -1,15 +1,15 @@
|
|||
--- ltmain.sh.orig Thu May 1 17:46:16 2003
|
||||
+++ ltmain.sh Fri May 16 01:43:32 2003
|
||||
@@ -1280,7 +1280,7 @@
|
||||
--- ltmain.sh.orig Wed Aug 13 08:11:05 2003
|
||||
+++ ltmain.sh Wed Aug 13 18:54:01 2003
|
||||
@@ -1075,7 +1075,7 @@
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd* | *-*-freebsd4*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -1290,8 +1290,16 @@
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -1085,8 +1085,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
|
@ -26,17 +26,17 @@
|
|||
continue
|
||||
;;
|
||||
|
||||
@@ -3000,6 +3008,9 @@
|
||||
# problems, so we reset it completely
|
||||
verstring=
|
||||
@@ -2503,6 +2511,9 @@
|
||||
*-*-openbsd* | *-*-freebsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
verstring="0.0"
|
||||
;;
|
||||
@@ -5428,10 +5439,12 @@
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
@@ -4330,10 +4341,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
|
|
@ -45,9 +45,6 @@ include/libgtop-2.0/glibtop_machine.h
|
|||
include/libgtop-2.0/glibtop_server.h
|
||||
include/libgtop-2.0/glibtop_suid.h
|
||||
include/libgtop-2.0/gnomesupport.h
|
||||
@unexec install-info --delete %D/info/libgtop2.info %D/info/dir
|
||||
info/libgtop2.info
|
||||
@exec install-info --section="Programming \& development tools" --entry="* libgtop2: (libgtop2). libgtop2 programming manual" %D/info/libgtop2.info %D/info/dir
|
||||
lib/libgnomesupport-2.0.a
|
||||
lib/libgnomesupport-2.0.so
|
||||
lib/libgnomesupport-2.0.so.0
|
||||
|
@ -77,6 +74,7 @@ share/locale/be/LC_MESSAGES/libgtop-2.0.mo
|
|||
share/locale/bg/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libgtop-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libgtop-2.0.mo
|
||||
|
|
Loading…
Reference in a new issue