Please reset assignee on PR 235412

2019-02-16 Thread Oleg Ginzburg
Hi,

Please reset the assignee from PR 235412 due to timeout:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235412#c6

Thanks!
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Dropping maintainership

2018-02-22 Thread Oleg Ginzburg
Hello,

I stop participating in FreeBSD project because of such stupid things as
https://www.freebsd.org/internal/code-of-conduct.html
Until this is removed or changed. For example, the current CoC can be shown
in case of a negative question "Are you 12 and/or your upbringing and
intellect is OK?".
Otherwise, show something similar to https://www.kde.org/code-of-conduct/

Please reset my maintainership for these ports:

net-im/freetalk
sysutils/fusefs-zip
sysutils/ioping
www/itop
devel/libspice-server
devel/lua-lpeg
net/nakenchat
games/netherearth
www/phpliteadmin
sysutils/retail
deskutils/spice-gtk
databases/tile38
x11-drivers/xf86-video-qxl
sysutils/zrep

__
WBR
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


r369644 make impossible to build ports on jails lower than the base system

2014-10-01 Thread Oleg Ginzburg
Hello,

If the kernel is fresh than jajl containers, recent changes in bsd.ports.mk 
provoke an error:


% jls
   JID  IP Address  Hostname  Path
 1  192.168.0.23kde4.my.domain/usr/jails/jails/kde4

% uname -a
FreeBSD gizmo.my.domain 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r272224M: Mon Sep 
29 09:22:06 UTC 2014 
r...@gizmo.my.domain:/usr/jails/src/obj_amd64_amd64_11/usr/src/sys/GENERIC.CBSD 
 
amd64

% file -s /usr/jails/jails/kde4/bin/sh
/usr/jails/jails/kde4/bin/sh: ELF 64-bit LSB executable, x86-64, version 1 
(FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000510), 
stripped

% jexec 1 make -C /usr/ports/sysutils/panicmail
make: /usr/ports/Mk/bsd.port.mk line 1213: UNAME_r (11.0-CURRENT) and 
OSVERSION (1000510) do not agree on major version number.


-- 

TOX ID: olev...@toxme.se
(B4A584A75560D5A93DBF387FAAC56669DA18797078A46B9A9818726BEE643E52A43A6A2E3DA0)
E-mail: olev...@olevole.ru
XMPP/jabber: olev...@jabber.ru
Voice: 199.48.133.74/1001
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


pkgng repository URL for minor version

2012-09-17 Thread Oleg Ginzburg
What is the method in a repository of pkg there to split packages for 
difference minor  version? At present PACKAGESSITE set to 
http://pkg.freebsd.org/${ABI}/latest, where $ABI forming URL on 9.0 or 
9.1/amd64 into http://pkg.freebsd.org/freebsd:9:x86:64/latest/

How it is possible to specify necessary minor version or determine for which 
version the package. For an example, some software builds on 9.1 isn't 
compatible with 9.0 libraries (_ThreadRuneLocale Undefined symbol)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: apcupsd compile fails on 9-stable amd64

2012-08-25 Thread Oleg Ginzburg
Hi

On Saturday 25 August 2012 18:06:29 Warren Block wrote:
 Discovered last night that sysutils/apcupsd will not compile on 9-stable
 amd64 if the USB or SNMP options are enabled.  It does compile on
 8.3-stable i386.  Stock gcc, not clang.  ccache is installed, but not
 used for ports.  Any suggestions?
 
 ...
CXX   src/apcupsd.c
CXX   src/apcnis.c
LDsrc/apcupsd
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(s
 nmp.o): In function `Snmp::VarBindList::VarBindList(Asn::Sequence)':
 snmp.cpp:(.text+0x7a8): undefined reference to `operator new[](unsigned
 long)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(
 snmp.o): In function `Snmp::VarBindList::Append(Asn::ObjectId const,
 Snmp::Variable*)': snmp.cpp:(.text+0xdc9): undefined reference to
 `operator new[](unsigned long)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(
 snmp.o): In function `Snmp::VarBindList::VarBindList(Asn::Sequence)':
 snmp.cpp:(.text+0xec8): undefined reference to `operator new[](unsigned
 long)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(
 asn.o): In function `Asn::Sequence::assign(Asn::Sequence const)':
 asn.cpp:(.text+0x73d): undefined reference to `operator new[](unsigned
 long)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(
 asn.o): In function `Asn::ObjectId::demarshal(unsigned char*, unsigned
 int)': asn.cpp:(.text+0x82b): undefined reference to `operator
 new[](unsigned long)'
 /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.10/src/drivers/libdrivers.a(
 asn.o):asn.cpp:(.text+0x934): more undefined references to `operator
 new[](unsigned long)' follow
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Ive already register PR for this: http://www.freebsd.org/cgi/query-
pr.cgi?pr=ports/170522

-- 
С уважением, With respect,
Олег Гинзбург Oleg Ginzburg
=
E-mail: mailto: olev...@olevole.ru
Skype: olegginzburg
XMPP/Jabber: olev...@jabber.ru

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


pkgng beta11 problem with sqlitedb locks

2012-04-16 Thread Oleg Ginzburg
Hi, i found some issues on the parallel work with pkgng base.

For example while pkg2ng works, on the second console try to install 
something:

% pkg install deco

current process can show multiple lines like:

Checking integrity...pkg: WARNING: locally installed (null)-(null) conflicts 
on (null) with:
..

and pkg2ng session can show something like that: http://pastebin.com/3P3vYFAM


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: a little confuse with case-sensitive name ports and multiple ports with some name

2009-04-17 Thread Oleg Ginzburg
And i forget to say for one else problem with {archivers,mis}/deco:
both of them produced one binary file in /usr/local/bin/deco.

cd /usr/ports/archivers/deco
make install
...
(i have deco archivers)
pkg_add -r deco

(deco/NC-clone replace /usr/local/bin/deco)

 pkg_which /usr/local/bin/deco
[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 718 packages found 
(-1 +1) (...). done]
deco-3.9_4 deco-1.6

pkg_delete -f deco-3.9\*

..






On Thursday 16 April 2009 20:16:25 Oleg Ginzburg wrote:
 On Thursday 16 April 2009 19:52:38 Chris Rees wrote:
  2009/4/16 Oleg Ginzburg oleg.ginzb...@nevosoft.ru:
   Hello maillist!
  
   I have two examples of ports with which arises some complexities by
   operation with pkg_add and argument -r.
  
   One of ports is security/keepassx. His name is registered in
   lowercase, however at installation in/var/db/pkg is registered as
   KeepAssX. If to try to install port with pkg_add -r keepassx it will be
   fail and  it will be correct with pkg_add -r KeepAssX. Probably it is
   an error in naming of port?
  
   One more problem with port - deco. It is present at two locations:
  
   % cat /usr/ports/{archivers,misc}/deco/pkg-descr
   Deco is a Un*x script able to extract various archive file formats.
   Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
   flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.
  
   WWW: http://hartlich.com/deco/
   A clone of Norton Commander for Unix.  Text-based,
   full featured file manager intuitive interface.
  
   WWW: http://deco.sourceforge.net/
  
   Whether there is a way to specify to what category to me it is required
   to download package of deco?
  
   whereis -sq deco
   /usr/ports/archivers/deco - its archivers
  
   By command pkg_add -r deco - I've receive in the system fine NC-clone,
   but not the archivers.
  
   When number of port with equal name will be increase - expected results
   may can not coincide with result pkg_add, and case-sensitive naming
   port make works a bit difficult .
  
  
   ___
   freebsd-ports@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-ports
   To unsubscribe, send any mail to
   freebsd-ports-unsubscr...@freebsd.org
 
  Try appending the version number?

 Do you mean pkg_add -r deco-N.M (in my example?)

 % pkg_add -r deco-3.9_4
 Error: FTP Unable to get
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-
 current/Latest/deco-3.9_4.tbz: File unavailable (e.g., file not found, no
 access)
 pkg_add: unable to fetch
 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-
 current/Latest/deco-3.9_4.tbz' by URL

 [r...@oleg lftp]# lftp
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-current/Latest/
 cd ok, cwd=/pub/FreeBSD/ports/i386/packages-8-current/Latest
 lftp ftp.freebsd.org:/pub/FreeBSD/ports/i386/packages-8-current/Latest ls
 | grep deco-3.9
 lrwxr-xr-x  1 1006  1006  21 Feb 22 01:30 deco.tbz - ../All/deco-3.9_4.tbz

 - on ftp servers packages without version as i see.

 Anyway, its not protect in situation with equal name and equal version of
 diffrent ports.

  Or use portinstall -PP archivers/deco

 Ok, this may be solution. BTW, portinstall still not in FreeBSD base system
 ;)

  Chris

 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: a little confuse with case-sensitive name ports and multiple ports with same name

2009-04-17 Thread Oleg Ginzburg
On Friday 17 April 2009 14:09:51 Miroslav Lachman wrote:
 Oleg Ginzburg wrote:
  And i forget to say for one else problem with {archivers,mis}/deco:
  both of them produced one binary file in /usr/local/bin/deco.
 
  cd /usr/ports/archivers/deco
  make install
  ...
  (i have deco archivers)
  pkg_add -r deco
 
  (deco/NC-clone replace /usr/local/bin/deco)
 
   pkg_which /usr/local/bin/deco
  [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 718 packages
  found (-1 +1) (...). done]
  deco-3.9_4 deco-1.6
 
  pkg_delete -f deco-3.9\*

 Can you open a PR for this problem? I think it is really bad. If two
 ports are installing same files, then there must be set CONFLICTS in
 Makefile.

Ok.


 The next thing is that I think there should not be the two ports with
 the same name.

IMHO, soon or later, problems like that will be surface is frequency . More 
so, a package numbers is increase day by day. May be location like 
/usr/local/bin/*  most certainly controlling by some stuff through 
analyzing/scanning pkg-plist files for stop potential collision?


 Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


a little confuse with case-sensitive name ports and multiple ports with some name

2009-04-16 Thread Oleg Ginzburg
Hello maillist!

I have two examples of ports with which arises some complexities by operation 
with pkg_add and argument -r. 

One of ports is security/keepassx. His name is registered in lowercase, 
however at installation in/var/db/pkg is registered as KeepAssX. If to try to 
install port with pkg_add -r keepassx it will be fail and  it will be correct 
with pkg_add -r KeepAssX. Probably it is an error in naming of port? 

One more problem with port - deco. It is present at two locations:

% cat /usr/ports/{archivers,misc}/deco/pkg-descr
Deco is a Un*x script able to extract various archive file formats.
Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.

WWW: http://hartlich.com/deco/
A clone of Norton Commander for Unix.  Text-based,
full featured file manager intuitive interface.

WWW: http://deco.sourceforge.net/

Whether there is a way to specify to what category to me it is required to 
download package of deco?

whereis -sq deco
/usr/ports/archivers/deco - its archivers 

By command pkg_add -r deco - I've receive in the system fine NC-clone, but not 
the archivers. 

When number of port with equal name will be increase - expected results may 
can not coincide with result pkg_add, and case-sensitive naming port make 
works a bit difficult .


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: a little confuse with case-sensitive name ports and multiple ports with some name

2009-04-16 Thread Oleg Ginzburg
On Thursday 16 April 2009 19:52:38 Chris Rees wrote:
 2009/4/16 Oleg Ginzburg oleg.ginzb...@nevosoft.ru:
  Hello maillist!
 
  I have two examples of ports with which arises some complexities by
  operation with pkg_add and argument -r.
 
  One of ports is security/keepassx. His name is registered in lowercase,
  however at installation in/var/db/pkg is registered as KeepAssX. If to
  try to install port with pkg_add -r keepassx it will be fail and  it will
  be correct with pkg_add -r KeepAssX. Probably it is an error in naming of
  port?
 
  One more problem with port - deco. It is present at two locations:
 
  % cat /usr/ports/{archivers,misc}/deco/pkg-descr
  Deco is a Un*x script able to extract various archive file formats.
  Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
  flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.
 
  WWW: http://hartlich.com/deco/
  A clone of Norton Commander for Unix.  Text-based,
  full featured file manager intuitive interface.
 
  WWW: http://deco.sourceforge.net/
 
  Whether there is a way to specify to what category to me it is required
  to download package of deco?
 
  whereis -sq deco
  /usr/ports/archivers/deco - its archivers
 
  By command pkg_add -r deco - I've receive in the system fine NC-clone,
  but not the archivers.
 
  When number of port with equal name will be increase - expected results
  may can not coincide with result pkg_add, and case-sensitive naming port
  make works a bit difficult .
 
 
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

 Try appending the version number?


Do you mean pkg_add -r deco-N.M (in my example?)

% pkg_add -r deco-3.9_4
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-
current/Latest/deco-3.9_4.tbz: File unavailable (e.g., file not found, no 
access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-
current/Latest/deco-3.9_4.tbz' by URL

[r...@oleg lftp]# lftp 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-current/Latest/
cd ok, cwd=/pub/FreeBSD/ports/i386/packages-8-current/Latest
lftp ftp.freebsd.org:/pub/FreeBSD/ports/i386/packages-8-current/Latest ls |
grep deco-3.9
lrwxr-xr-x  1 1006  1006  21 Feb 22 01:30 deco.tbz - ../All/deco-3.9_4.tbz

- on ftp servers packages without version as i see.

Anyway, its not protect in situation with equal name and equal version of  
diffrent ports.


 Or use portinstall -PP archivers/deco

Ok, this may be solution. BTW, portinstall still not in FreeBSD base system ;)



 Chris

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org