ports/63671: x11/gdm2 does not detect *.euc??

kawata at mta.biglobe.ne.jp kawata at mta.biglobe.ne.jp
Wed Mar 3 09:30:16 UTC 2004


The following reply was made to PR ports/63671; it has been noted by GNATS.

From: kawata at mta.biglobe.ne.jp
To: freebsd-gnats-submit at FreeBSD.org, kawata at 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)



More information about the freebsd-ports-bugs mailing list