Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2004 01:30:16 -0800 (PST)
From:      kawata@mta.biglobe.ne.jp
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/63671: x11/gdm2 does not detect *.euc??
Message-ID:  <200403030930.i239UGDJ012090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63671; it has been noted by GNATS.

From: kawata@mta.biglobe.ne.jp
To: freebsd-gnats-submit@FreeBSD.org, kawata@mta.biglobe.ne.jp
Cc:  
Subject: Re: ports/63671: x11/gdm2 does not detect *.euc??
Date: Wed, 3 Mar 2004 18:29:15 +0900 (JST)

 Sorry, a typo in my patch.
 
 
 --- gdm2.orig/Makefile  Mon Nov 17 12:29:06 2003
 +++ gdm2/Makefile       Wed Mar  3 08:31:33 2004
 @@ -17,6 +17,7 @@
  COMMENT=	GNOME 2 version of xdm display manager
  
  USE_BZIP2=	yes
 +USE_REINPLACE=	yes
  USE_X_PREFIX=	yes
  USE_GMAKE=	yes
  USE_GNOME=	gnomeprefix gnomehack gnomehier libgnomeui librsvg2
 @@ -39,6 +40,11 @@
  post-extract:
  	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" \
  		${FILESDIR}/gdm.sh.sample > ${WRKSRC}/gdm.sh.sample
 +
 +post-patch:
 +.if ${OSVERSION} >= 450002 && ${OSVERSION} < 500000 || ${OSVERSION} >= 500020
 +	@${REINPLACE_CMD} -E -e 's/(..)\.EUC/\1.euc\1/' ${WRKSRC}/config/locale.alias
 +.endif
  
  post-install:
  .if !defined(PACKAGE_BUILDING)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403030930.i239UGDJ012090>