Update to 2.4.1.5.
This commit is contained in:
parent
d787ccfcc9
commit
ed43a62294
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86091
4 changed files with 22 additions and 21 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gdm2
|
||||
PORTVERSION= 2.4.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.4.1.5
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4
|
||||
|
@ -15,7 +14,7 @@ DISTNAME= gdm-${PORTVERSION}
|
|||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME 2.0 version of xdm display manager
|
||||
COMMENT= GNOME 2 version of xdm display manager
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome2/gdm-2.4.1.4.tar.bz2) = f1c0272f879abb8d8d412b1d45be5b6c
|
||||
MD5 (gnome2/gdm-2.4.1.5.tar.bz2) = 7ba1f560c9c70ecf1bd4876927998839
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- ltmain.sh.orig Fri Apr 25 15:18:44 2003
|
||||
+++ ltmain.sh Sun May 11 02:27:13 2003
|
||||
@@ -1061,7 +1061,7 @@
|
||||
esac
|
||||
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
|
||||
--- ltmain.sh.orig Tue Jul 1 14:15:27 2003
|
||||
+++ ltmain.sh Thu Jul 31 23:02:48 2003
|
||||
@@ -1269,7 +1269,7 @@
|
||||
# These systems don't actually have a C library (as such)
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
@@ -1071,8 +1071,16 @@
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd* | *-*-freebsd4*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
@@ -1290,8 +1290,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
|
@ -26,17 +26,17 @@
|
|||
continue
|
||||
;;
|
||||
|
||||
@@ -2471,6 +2479,9 @@
|
||||
*-*-openbsd* | *-*-freebsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
@@ -3000,6 +3008,9 @@
|
||||
# problems, so we reset it completely
|
||||
verstring=
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
@@ -4280,10 +4291,12 @@
|
||||
verstring="0.0"
|
||||
;;
|
||||
@@ -5428,10 +5439,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
|
|
@ -90,7 +90,9 @@ share/locale/fr/LC_MESSAGES/gdm-2.4.mo
|
|||
share/locale/ga/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/gl/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/he/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/hi/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/hu/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/id/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/it/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/ja/LC_MESSAGES/gdm-2.4.mo
|
||||
share/locale/ko/LC_MESSAGES/gdm-2.4.mo
|
||||
|
|
Loading…
Reference in a new issue