pkgng: How fix dependences?

2013-08-20 Thread Alex V. Petrov
After recomendation (20130731) in ports/UPDATING I have:

pkg check -d
graphics/ImageMagick has a missing dependency: devel/gio-fam-backend
devel/ORBit2 has a missing dependency: devel/gio-fam-backend
ports-mgmt/packagekit has a missing dependency: devel/gio-fam-backend
editors/spe has a missing dependency: devel/gio-fam-backend
databases/akonadi has a missing dependency: devel/gio-fam-backend
deskutils/alacarte has a missing dependency: devel/gio-fam-backend
[many skipped]

I try:
pkg set -a -o devel/gio-fam-backend:devel/glib20 -y
Result:
pkg: sqlite: columns package_id, origin are not unique (pkgdb.c:3605)

How can I fix the dependence with portmaster or pkgng?
-- 
-
Alex V. Petrov

___
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"


ports/180338: devel/opencl: Could someone review and possibly commit?

2013-08-20 Thread O. Hartmann
As one can track down, there is a problem with the hash in distinfo for
 ports/180338: devel/opencl since Khronos changed a minor thing.

I also applied some changes to the Makefile, including new hash as well
as a patch grabbed from the POCL project (port in spe devel/pocl, see
ports/171914).

Is it possible that someone reviews the devel/opencl patchset and
initiate a commit? It would be great. Thanks in advance,

O.


signature.asc
Description: PGP signature


FreeBSD ports you maintain which are out of date

2013-08-20 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
devel/ocaml-pomap   | 3.0.1   | 3.0.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

Thanks.
___
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"


poudriere three pythons

2013-08-20 Thread Marko Cupać
I am trying to set up local pkg repository, and am building packages
with poudriere. As a dependency for net/samba36 it builds python - not
only lang/python27 (like when built locally with portmaster), but:

python-2.7.2-txz
python2-2.txz
python27-2.7.5_2.txz

How to make it build just one python?
-- 
Marko Cupać
___
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: poudriere three pythons

2013-08-20 Thread Marko Cupać
On Tue, 20 Aug 2013 17:27:27 +0200
Marko Cupać  wrote:

> I am trying to set up local pkg repository, and am building packages
> with poudriere. As a dependency for net/samba36 it builds python - not
> only lang/python27 (like when built locally with portmaster), but:
> 
> python-2.7.2-txz
> python2-2.txz
> python27-2.7.5_2.txz
> 
> How to make it build just one python?

I did the second test, clearing all packages first and then putting
lang/python to the list of packages to be built.

This way total of 6 packages are built (of which three pythons):

gettext-0.18.3.txz
libiconv-1.14_1.txz
pkg-1.1.4_1.txz
python-2.7.2.txz
python2-2.txz
python27-2.7.5_2.txz
-- 
Marko Cupać
___
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: poudriere three pythons

2013-08-20 Thread Marcus von Appen
On, Tue Aug 20, 2013, Marko Cupać wrote:

> On Tue, 20 Aug 2013 17:27:27 +0200
> Marko Cupać  wrote:
>
> > I am trying to set up local pkg repository, and am building packages
> > with poudriere. As a dependency for net/samba36 it builds python - not
> > only lang/python27 (like when built locally with portmaster), but:
> >
> > python-2.7.2-txz
> > python2-2.txz
> > python27-2.7.5_2.txz
> >
> > How to make it build just one python?
>
> I did the second test, clearing all packages first and then putting
> lang/python to the list of packages to be built.
>
> This way total of 6 packages are built (of which three pythons):
>
> gettext-0.18.3.txz
> libiconv-1.14_1.txz
> pkg-1.1.4_1.txz
> python-2.7.2.txz
> python2-2.txz
> python27-2.7.5_2.txz

python-2.7.2* and python2-2* are meta-ports providing the symlinks to
bin/python and bin/python2. Once all ports can correctly rely on a
specific python version at build-time (which is not the case for many
ports at the moment), the meta-ports will be removed as required
dependency.

Cheers
Marcus


pgpokeVFzW19O.pgp
Description: PGP signature


Re: poudriere three pythons

2013-08-20 Thread Florent Peterschmitt
Le 20/08/2013 17:27, Marko Cupać a écrit :
> I am trying to set up local pkg repository, and am building packages
> with poudriere. As a dependency for net/samba36 it builds python - not
> only lang/python27 (like when built locally with portmaster), but:
> 
> python-2.7.2-txz
> python2-2.txz
> python27-2.7.5_2.txz
> 
> How to make it build just one python?

Poudriere/pkgng don't prevent you to read UPDATING some times to be
aware of changes in the port tree.

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92   |  * Send PDF for documents.
http://florent.peterschmitt.fr | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: building seamonkey with clang

2013-08-20 Thread Dimitry Andric
On Aug 20, 2013, at 00:54, Cary  wrote:
> Several attempts to build the current port of seamonkey on 9.1-release have 
> all failed at the same point.
> I have rebuilt clang and have no idea what else
> can be done.
> Here is the error:
> 
> 
> Assertion failed: (isa(Val) && "Unknown live-in to the entry 
> block"),
> function solveBlockValueNonLocal, file 
> /usr/src/lib/clang/libllvmanalysis/../../
> ../contrib/llvm/lib/Analysis/LazyValueInfo.cpp, line 605.

This is clang 3.1, so meanwhile the assert will most likely have been
fixed.  Can you try building one of the lang/clang ports, and build the
seamonkey port with that instead?

-Dimitry

___
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: pkgng: How fix dependences?

2013-08-20 Thread Kevin Oberman
On Tue, Aug 20, 2013 at 1:48 AM, Alex V. Petrov wrote:

> After recomendation (20130731) in ports/UPDATING I have:
>
> pkg check -d
> graphics/ImageMagick has a missing dependency: devel/gio-fam-backend
> devel/ORBit2 has a missing dependency: devel/gio-fam-backend
> ports-mgmt/packagekit has a missing dependency: devel/gio-fam-backend
> editors/spe has a missing dependency: devel/gio-fam-backend
> databases/akonadi has a missing dependency: devel/gio-fam-backend
>   has a missing dependency: devel/gio-fam-backend
> [many skipped]
>
> I try:
> pkg set -a -o devel/gio-fam-backend:devel/glib20 -y
> Result:
> pkg: sqlite: columns package_id, origin are not unique (pkgdb.c:3605)
>
> How can I fix the dependence with portmaster or pkgng?
> --
> -
> Alex V. Petrov


It appears that you failed to follow the instructions in 20130731. Or, it
is also possible that you used an outdated version of portmaster that did
the wrong thing, too. I don't use pkgng, so it may have introduced other
issues.

Has glib20 been updated to glib-2.36.3? If so, it now has absorbed all of
the functions of gio-fam-backend. and re-installing any ports that depended
on gio-fam-backend should do the trick.

portmaster graphics/ImageMagick devel/ORBit2 ports-mgmt/packagekit
editors/spe databases/akonadi deskutils/alacarte and others  that depend on
gio-fam-backend.
-- 
R. Kevin Oberman, Network Engineer
E-mail: rkober...@gmail.com
___
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: pkgng: How fix dependences?

2013-08-20 Thread Kimmo Paasiala
On Wed, Aug 21, 2013 at 3:45 AM, Kevin Oberman  wrote:
> On Tue, Aug 20, 2013 at 1:48 AM, Alex V. Petrov wrote:
>
>> After recomendation (20130731) in ports/UPDATING I have:
>>
>> pkg check -d
>> graphics/ImageMagick has a missing dependency: devel/gio-fam-backend
>> devel/ORBit2 has a missing dependency: devel/gio-fam-backend
>> ports-mgmt/packagekit has a missing dependency: devel/gio-fam-backend
>> editors/spe has a missing dependency: devel/gio-fam-backend
>> databases/akonadi has a missing dependency: devel/gio-fam-backend
>>   has a missing dependency: devel/gio-fam-backend
>> [many skipped]
>>
>> I try:
>> pkg set -a -o devel/gio-fam-backend:devel/glib20 -y
>> Result:
>> pkg: sqlite: columns package_id, origin are not unique (pkgdb.c:3605)
>>
>> How can I fix the dependence with portmaster or pkgng?
>> --
>> -
>> Alex V. Petrov
>
>
> It appears that you failed to follow the instructions in 20130731. Or, it
> is also possible that you used an outdated version of portmaster that did
> the wrong thing, too. I don't use pkgng, so it may have introduced other
> issues.
>
> Has glib20 been updated to glib-2.36.3? If so, it now has absorbed all of
> the functions of gio-fam-backend. and re-installing any ports that depended
> on gio-fam-backend should do the trick.
>
> portmaster graphics/ImageMagick devel/ORBit2 ports-mgmt/packagekit
> editors/spe databases/akonadi deskutils/alacarte and others  that depend on
> gio-fam-backend.
> --
> R. Kevin Oberman, Network Engineer
> E-mail: rkober...@gmail.com
> ___

The dependencies are not inherited but copied. In this case ports that
depended on devel/gio-fam-backend via an intermediate dependency
(devel/glib20) will not stop depending on it unless recompiled with
the updated  devel/glib20 that no longer has the dependency to
devel/gio-fam-backend.

-Kimmo
___
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: pkgng: How fix dependences?

2013-08-20 Thread Alex V. Petrov
I tried to reinstall glib-2 and xorg-server xorg-drivers xorg xf86-
but again:
pkg check -d
[skip]
x11-drivers/xf86-input-keyboard has a missing dependency:
devel/gio-fam-backend
x11-drivers/xf86-input-mouse has a missing dependency: devel/gio-fam-backend
x11-drivers/xf86-video-ati has a missing dependency: devel/gio-fam-backend
x11-drivers/xf86-video-intel has a missing dependency: devel/gio-fam-backend
x11-drivers/xf86-video-mach64 has a missing dependency:
devel/gio-fam-backend
x11-drivers/xf86-video-nv has a missing dependency: devel/gio-fam-backend
x11-drivers/xf86-video-openchrome has a missing dependency:
devel/gio-fam-backend
x11-drivers/xf86-video-r128 has a missing dependency: devel/gio-fam-backend
x11-drivers/xf86-video-radeonhd has a missing dependency:
devel/gio-fam-backend
x11-drivers/xf86-video-vesa has a missing dependency: devel/gio-fam-backend
x11/xorg has a missing dependency: devel/gio-fam-backend
x11-drivers/xorg-drivers has a missing dependency: devel/gio-fam-backend
x11-servers/xorg-server has a missing dependency: devel/gio-fam-backend
[skip]
>>> Missing package dependencies were detected.
>>> Found 6 issue(s) in total with your package database.

pkg: No packages matching 'devel/gio-fam-backend' has been found in the
repositories
pkg: No packages matching 'java/diablo-jdk16' has been found in the
repositories
pkg: No packages matching 'lang/tcl-modules' has been found in the
repositories
pkg: No packages matching 'devel/libkgapi' has been found in the
repositories
pkg: No packages matching 'x11-toolkits/tk85-thread' has been found in the
repositories
pkg: No packages matching 'lang/tcl85-thread' has been found in the
repositories

Unable to find packages for installation.

In instaled ports I have 2 glib:
glib-1.2.10_13 Some useful routines of C programming
(previous stable version)
glib-2.36.3Some useful routines of C programming
(current stable version)

glib-1 need for some ports:
pkg info -r glib-1.2.10_13
glib-1.2.10_13:
dgs-0.5.9.1_11
gdk-pixbuf-0.22.0_12
GraphicsMagick-1.3.16_1
gtk-1.2.10_22
fpc-gtk1-2.6.2
fpc-fpgtk-2.6.2
fpc-imlib-2.6.2
fpc-gnome1-2.6.2
lazarus-1.0.8
fpc-units-2.6.2

Any ideas?


2013/8/21 Kevin Oberman 

> On Tue, Aug 20, 2013 at 1:48 AM, Alex V. Petrov wrote:
>
>> After recomendation (20130731) in ports/UPDATING I have:
>>
>> pkg check -d
>> graphics/ImageMagick has a missing dependency: devel/gio-fam-backend
>> devel/ORBit2 has a missing dependency: devel/gio-fam-backend
>> ports-mgmt/packagekit has a missing dependency: devel/gio-fam-backend
>> editors/spe has a missing dependency: devel/gio-fam-backend
>> databases/akonadi has a missing dependency: devel/gio-fam-backend
>>   has a missing dependency: devel/gio-fam-backend
>> [many skipped]
>>
>> I try:
>> pkg set -a -o devel/gio-fam-backend:devel/glib20 -y
>> Result:
>> pkg: sqlite: columns package_id, origin are not unique (pkgdb.c:3605)
>>
>> How can I fix the dependence with portmaster or pkgng?
>> --
>> -
>> Alex V. Petrov
>>
>
> It appears that you failed to follow the instructions in 20130731. Or, it
> is also possible that you used an outdated version of portmaster that did
> the wrong thing, too. I don't use pkgng, so it may have introduced other
> issues.
>
> Has glib20 been updated to glib-2.36.3? If so, it now has absorbed all of
> the functions of gio-fam-backend. and re-installing any ports that depended
> on gio-fam-backend should do the trick.
>
> portmaster graphics/ImageMagick devel/ORBit2 ports-mgmt/packagekit
> editors/spe databases/akonadi deskutils/alacarte and others  that depend on
> gio-fam-backend.
> --
> R. Kevin Oberman, Network Engineer
> E-mail: rkober...@gmail.com
>



-- 
--
Alex V. Petrov
___
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+portmaster: portmaster erased the field packages.time

2013-08-20 Thread Yuri
After I converted to pkgng, field packages.time contained the time of 
conversion.


When I ran portmaster to rebuild few ports, all those timestamps 
disappeared, and portmaster only left the timestamps on the ports it 
reinstalled.
I suspect this is a bug, since this behavior doesn't appear reasonable. 
Why would portmaster erase the time field? How can it conclude it is wrong?


Yuri
___
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"


[QAT] r325091: 4x leftovers

2013-08-20 Thread Ports-QAT
- update to 6.4.0
- remove patches for EOL FreeBSD releases
- convert to OPTIONS

Changelog:
http://nmap.org/changelog.html
-

  Build ID:  20130821045800-58976
  Job owner: oha...@freebsd.org
  Buildtime: 83 minutes
  Enddate:   Wed, 21 Aug 2013 06:20:44 GMT

  Revision:  r325091
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=325091

-

Port:security/nmap 6.40

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~oha...@freebsd.org/20130821045800-58976-171740/nmap-6.40.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~oha...@freebsd.org/20130821045800-58976-171741/nmap-6.40.log

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~oha...@freebsd.org/20130821045800-58976-171742/nmap-6.40.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~oha...@freebsd.org/20130821045800-58976-171743/nmap-6.40.log


--
Buildarchive URL: 
redports 
___
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: building seamonkey with clang

2013-08-20 Thread Cary
On Tue, Aug 20, 2013 at 11:05:42PM +0200, Dimitry Andric 
wrote:
> On Aug 20, 2013, at 00:54, Cary  wrote:
> > Several attempts to build the current port of seamonkey on 9.1-release have 
> > all failed at the same point.
> > I have rebuilt clang and have no idea what else
> > can be done.
> > Here is the error:
> > 
> > 
> > Assertion failed: (isa(Val) && "Unknown live-in to the entry 
> > block"),
> > function solveBlockValueNonLocal, file 
> > /usr/src/lib/clang/libllvmanalysis/../../
> > ../contrib/llvm/lib/Analysis/LazyValueInfo.cpp, line 605.
> 
> This is clang 3.1, so meanwhile the assert will most likely have been
> fixed.  Can you try building one of the lang/clang ports, and build the
> seamonkey port with that instead?
> 
> -Dimitry
> 
> 
Hello Dimitry,
At the moment I am using clang-3.3_1 to build the seamonkey port.
In three or four hours I will update.

Cary
-- 
c...@sdf.org
SDF Public Access UNIX System - http://sdf.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"