ports/62312: mpg123-0.59r_9 fails to upgrade to 0.59r_12

Kostyuk Oleg cub at digma.com.ua
Tue Feb 3 17:20:31 UTC 2004


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

From: Kostyuk Oleg <cub at digma.com.ua>
To: freebsd-gnats-submit at FreeBSD.org, cub at cub.org.ua
Cc:  
Subject: Re: ports/62312: mpg123-0.59r_9 fails to upgrade to 0.59r_12
Date: Tue, 03 Feb 2004 19:11:56 +0200

  > Try to build mpg123 port "by hands", i.e. without portupgrade.
 # make -DWITH_ICONV=yes -D"DEFAULT_RECODE='CP1251:KOI8-R'"
 build ok ... :(
 
  > Also, please show following things:
  > 1) 54-56 strings of ports/audio/mpg123/work/mpg123-0.5.9r/common.c.
 lines 50-60, after patching by mpg123-059r-recode-20010410.diff.gz :
 
 # cat ..../work/mpg123-0.59r/common.c | head -60 | tail -10
 
 int audiobufsize = AUDIOBUFSIZE;
 
 #ifdef WITH_ICONV
 #ifdef DEFAULT_RECODE
 char *recodestr = DEFAULT_RECODE;
 #else
 char *recodestr = NULL;
 #endif
 iconv_t recodecd;
 #endif
 
  > 2) commands output:
  > $ portupgrade | head -1
 
 # portupgrade | head -1
 ** No package name is given.
 portupgrade rev.1.220
 
  > $ pkg_info | grep ^portupgrade
 # pkg_info | grep '^portupgrade'
 portupgrade-20040113_1 FreeBSD ports/packages administration and 
 management tool s
 
 
 Additional, in /usr/local/etc/pkgtools.conf
 
 # grep mpg123 /usr/local/etc/pkgtools.conf
    'audio/mpg123*' => 'WITH_ICONV=yes DEFAULT_RECODE="CP1251:KOI8-R" ',
 
 I also try
    'audio/mpg123*' => 'WITH_ICONV=yes DEFAULT_RECODE="\'CP1251:KOI8-R\'"'
 and
    'audio/mpg123*' => 'WITH_ICONV=yes \'DEFAULT_RECODE="CP1251:KOI8-R"\''
 
 This not help.
 
 Ok, I understand - problem not in port, problem in configuring 
 portupgrade. But earlier this works just fine.
 How I can fix this ?
 May be send all this to maintainer of portupgrade ?...



More information about the freebsd-ports-bugs mailing list