java/wildfly discussion

2015-12-23 Thread Alexander Yerenkow
Hello all.
Seems that I've created too many ports for wildfly, let's discuss sanation
:)

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205490


-- 
Regards,
Alexander Yerenkow
___
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"


Re: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-26 Thread Alexander Yerenkow
Hi there, I just finished upgrading my gitlab installation on FreeBSD to
7.10-something.

I found that pretty all could be installed either via ports or via gems,
but of course port for gitlab would be awesome.
One thing - we got gem which can't be built vanilla on FreeBSD due to
something changed in krb5.
That's timfel-krb5-auth.
So, I made port for this gem, it's not polished, but it definitely
something to start with:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199695

So, if you'll get stuck in same place, you should get this port :)
Thanks for your work!




2015-04-24 18:44 GMT+03:00 Torsten Zuehlsdorff mailingli...@toco-domains.de
:

 Hello,

 Johannes pointed me to the gem file of gitlab. Now its clear, that all
 ruby-gem dependencies most be solved first.

 I've created an chart of all ruby-gem dependencies excluding the groups
 development and test:
 http://ports.toco-domains.de/gitlab-gem-dependencies.html

 There are 96 dependencies in total.

 - 16 are not in the ports
 - 9 are in the ports, but outdated
 - 13 are in the ports, but more actual than allowed
 - 58 are in the port and newer than needed -they should (!) be fine

 Until Monday i have no time to work on this stack of gems. I've already
 created a patch for devel/rubygem-gitlab_git and its dependency
 devel/rubygem-rugged. The bug-entries are linked in the list.

 If somebody of you decides to work on an entry, please write me an email
 and i will register it (at Monday).

 I will continue my work next week.

 Thanks to all and have a nice weekend,

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




-- 
Regards,
Alexander Yerenkow
___
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


Maven 3.2.5

2015-03-09 Thread Alexander Yerenkow
Could someone from committers take a look at port?

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188110

Thanks.

-- 
Regards,
Alexander Yerenkow
___
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


Java wildfly port

2014-04-24 Thread Alexander Yerenkow
Could anyone take a PR 188339 ?
Thanks.

-- 
Regards,
Alexander Yerenkow
___
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: How to insall hard link to system (base) file in port with stage support?

2014-03-11 Thread Alexander Yerenkow
BTW, there is Perl which make symlink in /usr/bin to itself, and I'm sure
that there other places where something need to be symlinked/copied from
package files into base hier directories.

Maybe there could be made appropriate framework in ports mk files + pkg ?
Something like
BASE_SYMLINKS += sourcefile-in-stage-dir:target-path-in-base
BASE_COPYFILES += sourcefile-in-stage-dir:target-path-in-base

?



2014-03-08 1:20 GMT+02:00 Lev Serebryakov l...@freebsd.org:

 Hello, FreeBSD.

   My port installs GEOM class, so it need to make hard link to /sbin/geom.
   It uses bsd.link.mk and uses

 LINKS=  ${BINDIR}/geom ${BINDIR}/g${CLASS}

  which works without staging, but, of course, doesn't work with staginig.
 Is
 it possible to support such operation with staging?

 --
 // Black Lion AKA Lev Serebryakov l...@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




-- 
Regards,
Alexander Yerenkow
___
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: Blanket approval to modernize the Ports Tree

2014-01-07 Thread Alexander Yerenkow
2014/1/7 FreeBSD Ports Management Team Secretary 
portmgr-secret...@freebsd.org

 In years gone by, and I am thinking of FreeBSD 7.0 specifically, portmgr@
 gave some latitude to *ALL* committers to just fix things to get a port
 into shape.  In the case of 7.0, it was making ports build for gcc4.

 What we have laying ahead of us is a ports tree in various states of modern
 preparedness (new style USES=, stagefication, etc) and the old way of doing
 ports (boo!).

 We would like committers, and contributors to generate a PR and/or just
 fix the old ports to update them to the new way of doing things regardless
 of maintainership.  We are looking for fixes in the following areas

 - Convert to LIB_DEPENDS
 - stagify ports
 - convert things like USE_GMAKE - USES=gmake USE_DOS2unix - USES=dos2unix
   etc.

 This can be done with implicit portmgr@ blanket approval, and without
 maintainer approval.

 Please, however, respect some boundaries, do not change ports belonging to
 kde@, gnome@ or x11@.  These teams work in private repos that may have
 changes pending.

 Also, cross reference GNATS, to see if a port has an open PR that you can
 factor into the fix.  It is important to stress here that we *DO NOT* want
 to invalidate existing patches that a maintainer has offered up or already
 approved.

 If the change is very trivial AND has been tested, just fix it.  One of
 the strengths of the Ports Collection is it's volunteer maintainers, if you
 make a change, regardless of how trivial, just send a courtesy email to the
 maintainer.


Hello all.
I made list of ports which have USE_* in them,  here's link:

http://gits.kiev.ua/ports/ports-use.txt (plain)
http://gits.kiev.ua/ports/ports-use.txt.xz (compressed)

There's two parts in file - simple stats about which USE_* how often
totally appears in ports;
And second - for each that USE_* list of ports.

I'm supposing these USE_* - USES conversion vary in difficulty, so I
thought if someone discovers some easy one, it better be to have list of
ports it's used in immediately, so it can be massively fixed.
Happy hacking to all :)




 http://blogs.freebsdish.org/portmgr/2014/01/07/blanket-approval-to-modernize-the-ports-tree/

 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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: Using Apache ant without base gcc

2013-11-22 Thread Alexander Yerenkow
My guess for easiest way is to create temp dir somewhere in WRKDIR, put
there link
gcc - system-gcc46
and prepend it to path.



2013/11/22 Alexander Yerenkow yeren...@gmail.com

 You should take a look at

 http://ant-contrib.sourceforge.net/compiler.html

 cc is not there.

 I'll take a look a bit later, maybe some solution will come up.



 2013/11/21 Tassilo Philipp tphil...@potion-studios.com

 Hi,

 although I planned to, I didn't have time to look at jogamp-jogl, yet, so
 I'm sorry, I don't really know what to do here, either...

 Sorry,
 ~ Tassilo


 On Fri, 22 Nov 2013 05:11:56 +1100
 Peter Jeremy pe...@rulingia.com wrote:

  I've tried asking this on -java without any response so I'm trying a
 wider
  audience.
 
  I am the manintainer for graphics/jogl and the build cluster reports
  that it's failing on 10-stable and head on both i386 and amd64 because
  there's no gcc:
 
  /wrkdirs/usr/ports/graphics/jogl/work/gluegen/make/build.xml:343: Could
 not launch gcc: java.io.IOException: Cannot run program gcc (in directory
 /wrkdirs/usr/ports/graphics/jogl/work/gluegen/build/obj):
 java.io.IOException: error=2, No such file or directory
 
  The compiler is defined as:
  compiler id=compiler.cfg.freebsd name=gcc
  /compiler
  compiler id=compiler.cfg.freebsd.amd64 name=gcc
compilerarg value=-fPIC/
  /compiler
 
  If I add USE_GCC=any to the port Makefile then it still fails because
  lang/gcc installs 'gcc46', rather than 'gcc'.
 
  If I change all the 'gcc' references to 'cc' (which would pick up
  clang) then it fails with:
 
 /tank/obj/usr/ports/graphics/jogl/work/gluegen/make/gluegen-cpptasks.xml:497:
 cc is not a legal value for this attribute
  where gluegen-cpptasks.xml:497 has
compiler id=compiler.cfg.freebsd name=cc
 
  Whilst ant isn't that uncommon in the ports tree, graphics/jogamp-jogl
  is the only other port I've found that uses ant in this way and it is
  also failing.  I'm a long way from an expert on ant and I've had a
  rummage around the Internet but haven't found a solution.  Can anyone
  with more ant-foo help?
 
  --
  Peter Jeremy
 ___
 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




 --
 Regards,
 Alexander Yerenkow




-- 
Regards,
Alexander Yerenkow
___
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 and networking

2013-10-11 Thread Alexander Yerenkow
I had exactly same issue with JBoss. Since build was made by maven - which
downloads required files to local cache dir I had to:
- Create clean dir with all downloaded
- make archive with all files, add it to port.
- specify to maven build that all files in WRKDIR somewhere, so maven not
download anything.

There's no other way currently, since accessing internet while building
treated as incorrect behavior of port and are not tolerated.
Maybe this will help you find solution.


2013/10/11 Kimo Rosenbaum kimo...@yahoo.com

 Hello,

 I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm trying to
 build a private port which requires downloading files after the extract
 target. However, it seems as though networking isn't available after
 post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing
 /etc/resolv.conf in post-patch shows the correct contents. The build is
 able to run the fetch but once past post-fetch I can't do any DNS lookups
 nor ping anything external. The host itself can do those things. Also when
 I enter the jail via jexec I can perform those things.

 Any ideas?

 Thanks
 Kimo

 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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: Explain staging

2013-10-04 Thread Alexander Yerenkow
I'd recommend to
1) take excerpts from this topic and expand wiki - since here was a lot of
info
2) When port fails due to staging,add there link to wiki, so user / port
developer will see immediately where to dig.
Thanks.


2013/10/4 Baptiste Daroussin b...@freebsd.org

 On Thu, Oct 03, 2013 at 08:21:19PM -0500, Stephen Montgomery-Smith wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  On 10/03/2013 07:22 AM, Stephen Montgomery-Smith wrote:
   On 10/03/2013 04:54 AM, Baptiste Daroussin wrote:
   On Thu, Oct 03, 2013 at 10:58:56AM +0200, Alex Dupre wrote:
   -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
  
   Baptiste Daroussin ha scritto:
   Here you are:
  
 http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086346.html
  
  
  
  
  
  I
  
   was referring the the previous one: [HEADSUP] Stage support
   for the ports tree. Dunno if it had additional info or this
   second one is enough.
  
   I mixed both in one :)
  
   I do appreciate the explanations very much.
  
   I am having a problem with a port in which if NO_STAGE is not set,
   then the build part of the process fails.  As far as I can tell,
   staging should not effect the build part of the process in any
   way. So two questions: 1.  If I set NO_STAGE=yes in that port, is
   this going to be a big problem?  It will have to be a work around
   until I can get the next question answered: 2.  Any ideas on why
   staging would effect the build process?  The port includes
   subpackages that use ./configure; make; make install and are
   supposed to install into $WRKSRC/local, but instead sometimes
   installs into $WRKDIR/stage/portname/work/pkgname/local.
 
  FYI
 
  So when NO_STAGE is not set, MAKE_ARGS includes
  DESTDIR=$WRKDIR/work/stage.
 
  This messes up the build process on this port.
 
  This is probably something to be fixed way down the road, and perhaps
  it is my port that needs fixing.

 If for your port DESTDIR means something else, and STAGEDIR is expecting
 to be
 exposed though another variable then change DESTDIRNAME which is DESTDIR by
 default.

 regards,
 Bapt




-- 
Regards,
Alexander Yerenkow
___
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


dns/bind99

2013-05-06 Thread Alexander Yerenkow
Shouldn't there be
·
OPTIONS_DEFINE+= LINKS XML RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH
instead of
·
OPTIONS_DEFINE+= LINKS XML RPZ_NSIP RPZ_NSDNAME RPZRR_PATCH

?

Seems that L missed somehow, if I'm not mistaken.

-- 
Regards,
Alexander Yerenkow
___
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


isc-dhcp42-server-4.2.4_2 question

2013-04-09 Thread Alexander Yerenkow
Hello. While configuring isc-dhcp42-server-4.2.4_2
with chroot, I found out that devfs not umounted from /var/db/dhcpd/dev
during stop, or unsuccessful start.

Which is preventing to start again, unless you do manually
umount  /var/db/dhcpd/dev

Is this by design?

-- 
Regards,
Alexander Yerenkow
___
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: How to see errors with poudriere?

2013-03-22 Thread Alexander Yerenkow
2013/3/22 J David j.david.li...@gmail.com

 We are rapidly converting all of our ports-building infrastructure to
 poudriere, which is a fantastic tool and has been a huge improvement for
 us.

 However, I do run across the occasional stubborn ports that refuse to build
 (example: lang/ghc) under poudriere, and I'm not sure how to debug this.

 I am pretty sure this is possible/easy and I'm just being stupid.  If
 anyone would mind giving me a shove in the right direction, I would really
 appreciate it.



You just should edit poudriere.conf to enable problem's storing

SAVE_WRKDIR=yes
# Choose the default format for the workdir packing: could be
tar,tgz,tbz,txz
# default is tbz
# WRKDIR_ARCHIVE_FORMAT=tbz

If that's not enough, there is something really wrong with port :)



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




-- 
Regards,
Alexander Yerenkow
___
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: [CFT] xorg 7.7

2013-03-12 Thread Alexander Yerenkow
2013/3/12 David Demelier demelier.da...@gmail.com

 2013/3/11 Niclas Zeising zeis...@freebsd.org

  The FreeBSD xorg team (x11@) presents this update of the FreeBSD xorg
  port to version 7.7.
  This CFT is intended to weed out as many bugs and regressions as
  possible before merging xorg 7.7 into ports, please test it as much as
  possible, to make it as good as can be.
  We need testers of both new and old xorg, on as many architectures and
  hardware combinations as possible.
  Please report both successes and failures, and remember to include which
  architecture, graphics card, version of FreeBSD and compiler you are
  using, as well as relevant logs if any.
 
  This CFT and any updates can either be obtained using SVN from
  https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7 .
  Once this ports overlay is obtained, it is necessary to run the
  xorgmerge script, obtainable here:
  http://people.freebsd.org/~miwi/xorg/xorgmerge .
  Please don't forget to update directories before running this script.
 
  A patch against the ports tree is also available, and can be obtained
  from http://people.freebsd.org/~zeising/xorg-7.7.diff .
  Apply this using either
  svn patch /path/to/xorg-7.7.diff
  if your ports tree is managed by svn or
  patch -p0 -E  /path/to/xorg-7.7.diff
  if your ports tree is managed by portsnap
  Remember -E, so that empty files are removed.
  This patch will be kept as up to date as possible, but might lag a
  little behind the SVN repository.
 
  Once the patch is in your ports tree, to build the old xorg, just cd to
  /usr/ports/x11/xorg and run make install.
  To get the new xorg, first set WITH_NEW_XORG in /etc/make.conf then
  proceed as above.
 
  Hopefully we will also be able to make packages and test images
  available for use, however, this is not done yet.  A link for these
  packages and images will be posted in a follow-up mail.
 
  In this CFT:
  * xorg-server 1.12.4 (WITH_NEW_XORG)
  * Mesa 8.0.5 (WITH_NEW_XORG)
  * Updated dri
  * libX11 1.5
  * libxcb 1.8
  * updates for drivers
  * Updates for all other utilities and libraries
 
  Known issues:
  The issues with imake and makedepend requiring a gnu compatible cpp is
  not yet resolved.
  Hardware acceleration for certain ATI radeon cards might no longer work,
  if compiled with WITH_NEW_XORG.  This is expected to be resolved once
  the work of porting TTM/KMS for radeon is completed.
 
 
 Thank you very much, thus people that have still old radeon cards such as
 4xxx that does not need KMS can just go on with xorg without WITH_NEW_XORG
 set right?


You probably could also modify radeon port, add --disable-kms and rebuild
it, all should be fine.
I'll come up in near days with prebuilt images with all these stuff, to
test it easily.


 For more information see https://wiki.freebsd.org/Xorg or come visit us
  on IRC, #freebsd-xorg @ EFNet
  Best Regards
 

 Regards,

 --
 Demelier David
 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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: PDF viewer for editable PDFs

2013-03-03 Thread Alexander Yerenkow
Of course, it's pretty offtopic, but in my knowing there's no other office
format allowing to send to someone some form to fill. Read-only form. With
required fields.
Not everyone in this world stuck with console and some vim or even cat 
echo :)
There was PDF, which was pretty read-only (for most users), so Abobo
decided to create fillable versions.
So you can blame software giant, format, but this side of usage is not
useless.

-- 
Regards,
Alexander Yerenkow
___
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: PDF viewer for editable PDFs

2013-03-03 Thread Alexander Yerenkow
2013/3/3 Wojciech Puchar woj...@wojtek.tensor.gdynia.pl

 Of course, it's pretty offtopic, but in my knowing there's no other office
 format allowing to send to someone some form to fill. Read-only form. With
 required fields.


 how about HTML?


If you are serious - you just can't easily make HTML for fitting A4 page;
you can't easily compose form to fill; you can't send it in RO (of course,
I know that nothing is really RO, but relatively RO); you need to some
action solver when user fill in form and tries to apply (PDF viewer will
just simply and user-friendly ask where to save filled form, which could be
sent back).
You can't check with what program this HTML will be tried to open/fill. Any
of this partial task could be done, but in complex - that would be just
inefficient way of misusing HTML.
So, PDF forms is great for strict data exchanging between
companies/offices/users, although not widespread (somehow, it failed).

And if you just trolling me - I'm not buying :)

P.S. Let's close this offtopic anyway.


-- 
Regards,
Alexander Yerenkow
___
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: Share /var/cache/pkg/ between machines

2013-02-25 Thread Alexander Yerenkow
I don't understand how do you imagine magical appearing 80 Mb JDK from
any one place to other without pulling data from internet? :)
In any case, with any kind of sharing you probably will have almost same
traffic, maybe even greater than if you choose simple `pkg install` traffic.

1 - pointless, you can set up simple nginx, pointing to poudriere build
packages directory and set up packagesite in /u/l/e/pkg.conf, without any
proxy machine, which must download these cached packages in any case to be
served by apache. AFAIK that machine will download something only while
installing, right? So you overcomplicate your setup.

2. rsync will produce packagesize traffic + constant little more, due to
checks of alteration. You'll lose in that case in long shot.

My advice - put nginx to serve poudriere's built packages dir, and trust to
xz compression level = easy to  setup, not big traffic really.
This is of course based on sentence ... onto 10 machines across the
internet - if you have some clusters with PCs in some nets, then you could
think about rsync with primary poudriere, to serve locally packages for few
other PCs.

Hope this help :)

-- 
Regards,
Alexander Yerenkow
___
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: [CFT+BRAINSTORM] One USE_ to rule them all

2013-02-05 Thread Alexander Yerenkow
You could see my thoughts back then about similar possibilities:

https://github.com/pkgng/pkgng/issues/100


Regards,
Alexander Yerenkow
___
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: [CFT+BRAINSTORM] One USE_ to rule them all

2013-02-05 Thread Alexander Yerenkow
Yes, I understand that :) Just thought this discussion could be right place
to make some proposals/ideas.

Regards, Alexander Yerenkow
___
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 about remember repository used for installation?

2013-01-31 Thread Alexander Yerenkow
2013/1/30 Alex Keda ad...@lissyara.su

 30.01.2013 15:31, Alexander Yerenkow пишет:

  This is a narrow case of more wide problem.

 I think more general would be to have some sort of
 `pkg options`
 which will allow you to set up some options (port- and system- wide) to be
 preferred.
 So, in such case pkg would compare options of pkg form different repo and
 choose right one (or most fit).
 Or at least ask user about choice.

 Or we can start from some kind of
 `pkg set-preferred repo REPO portname*`

 and it will be store in pkg information? and used in future?


Why, yes.
That's the idea.
You should have ability to specify for some packages some criteria, based
on which pkg will choose right repo in multi-repo configuration.
Also, would be just great to have pkg-side ability to select options for
packagename, and make pkg search in all available repos most fit one with
this options.
But of course, this would make sense when there will be more than one
half-empty obsolete repo ;)
While it's not, I'm prefer to use my once set up poudriere, with my options.






 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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 about remember repository used for installation?

2013-01-30 Thread Alexander Yerenkow
This is a narrow case of more wide problem.

I think more general would be to have some sort of
`pkg options`
which will allow you to set up some options (port- and system- wide) to be
preferred.
So, in such case pkg would compare options of pkg form different repo and
choose right one (or most fit).
Or at least ask user about choice.

Or we can start from some kind of
`pkg set-preferred repo REPO portname*`



2013/1/30 Łukasz Wąsikowski luk...@wasikowski.net

 W dniu 2013-01-30 10:16, Alex Keda pisze:

  I have some servers, with standard soft settings, and can use general
  repository
  but, one/two applications have another settings (for example, samba,
  apache...)
 
  may be add to installed pkg some options, about 'install repository',
  and use it for update?

 +1, that feature would be awesome. Now I have poudriere jails building
 the same 40 packages just to do one different. It's a waste of resources.

 --
 best regards,
 Lukasz Wasikowski
 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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: reinstalling port - long pkg create run times

2013-01-14 Thread Alexander Yerenkow
2013/1/14 Anton Shterenlikht me...@bristol.ac.uk

 This seems too long:

   PID USERNAME   THR PRI NICE   SIZERES STATETIME   WCPU COMMAND
  5861 root 1 1010   162M 32800K RUN 38:06 91.70% pkg


 96440  0  I+   0:00.15 |   `-- /bin/sh
 /usr/local/sbin/portmaster ghost teTeX
  5722  0  I+   0:00.11 | `-- /bin/sh
 /usr/local/sbin/portmaster teTeX-texmf-3.0_8
  5861  0  R+  38:17.67 |   `-- pkg create teTeX-texmf-3.0_8

 This is on

 real memory  = 2147483648 (2048 MB)
 avail memory = 2079154176 (1982 MB)
 cpu0: Sun Microsystems UltraSparc-IIIi Processor (1503.00 MHz CPU)

 Are such long run times to be expected on this box
 on pkg create?


I happen to see similar hangs when I had older kernel and newer one in
jail and tried to build something.
Could this be the issue?



 Thanks

 Anton

 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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 Tree visualisation

2013-01-11 Thread Alexander Yerenkow
Hello all.
I'm currently working with ports tree and inner dependencies, and I tried
somehow to see how it looks like.
Well, it all render into small page where ports are presented as circles
with lines between them showing dependencies.
If anyone interested in this area - you can view description and link to
vis here:

https://javaz.org/2013/01/freebsd-ports-tree-visualisation/

Feel free to comment here or contact me directly.

-- 
Regards,
Alexander Yerenkow
___
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 incorrect dependencies

2013-01-11 Thread Alexander Yerenkow
Following ports have missing/incorrect dependencies (which port = missing
port).


japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP =
textproc/p5-FormValidator-Simple
deskutils/lightning-thunderbird  = mail/thunderbird3
mail/enigmail-seamonkey2 = www/seamonkey2
databases/mysql323-scripts = databases/p5-Mysql
databases/p5-DBIx-Class-Validation = textproc/p5-FormValidator-Simple


-- 
Regards,
Alexander Yerenkow
___
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: Question about depends

2013-01-09 Thread Alexander Yerenkow
2013/1/6 Alexander Yerenkow yeren...@gmail.com

 Hello all.
 Update for nss and ca root produced rebuild of all packages in my
 poudriere :)
 Isn't it so necessary?
 Maybe there should be new type of dependency introduced - like,
 INFO_DEPENDS, means that no rebuilld of any depended packages required,
 they all only use some info from that package.
 Is there such type of dependency currently?
 Is there any reason why not introduce one?



Any feedback? Anyone? Any thought?


 --
 Regards,
 Alexander Yerenkow




-- 
Regards,
Alexander Yerenkow
___
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


Question about depends

2013-01-06 Thread Alexander Yerenkow
Hello all.
Update for nss and ca root produced rebuild of all packages in my poudriere
:)
Isn't it so necessary?
Maybe there should be new type of dependency introduced - like,
INFO_DEPENDS, means that no rebuilld of any depended packages required,
they all only use some info from that package.
Is there such type of dependency currently?
Is there any reason why not introduce one?

-- 
Regards,
Alexander Yerenkow
___
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: no port for Glassfish - does it make sense to quickly write one?

2012-12-15 Thread Alexander Yerenkow
2012/12/14 Joseph A. Nagy, Jr jnagyjr1...@gmail.com

 On 12/14/12 12:17, Christopher J. Ruwe wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello,

 using Netbeans I have learned that there is no port for the matching
 Glassfish application server.

 Having looked at the Netbeans port, making a port for Glassfish seems
 not to be a big deal, so I am a bit surprised that noone has stepped
 forward to contribute one.


That exactly my thought about missing port jboss7. Seems no one cares
except yourself.
Which brings me to be jboss7 maintainer, and probably you to be glassfish
maintainer :)
I would appreciate glassfish port and your efforts.




 I am willing to be the one to step forward, however, I would like to ask
 beforehand whether there are any reasons I am not aware of that a port
 for Glassfish would be undesirable?

 Thanks for your consideration, cheers,

 snip


 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

 While waiting for others to reply, read the above link - beginning to end
 (several times - as that will help you greatly should you go forward with
 this idea.

 --
 Yours in Christ,

 Joseph A Nagy Jr
 Whoever loves instruction loves knowledge, But he who hates correction
 is stupid. -- Proverbs 12:1
 Emails are not formal business letters, whatever businesses may want.
 Original content CopyFree (F) under the OWL http://owl.apotheon.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




-- 
Regards,
Alexander Yerenkow
___
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: New port question JBoss 7.1.3

2012-12-12 Thread Alexander Yerenkow
2012/12/12 Radim Kolar h...@filez.com

 any progress with jboss 7.1.3 update? i checked ports tree and it is still
 not here. No need to create new port, just replace jboss7 port.


No, let 7.1.1 be there. This release is last one whithc provided in binary
form.
jboss71 will be 7.1.3 (and if there will be updates in 7.1.x they will be
in this port).
And a bit later, I'll introduce new port jboss72.

Until port isn't in ports tree you can get it here -
https://www.box.com/s/1ffcipb3jx7ig9qqq5br

P.S. Any committer who commit this port in ports tree of course will save
the time :)

-- 
Regards,
Alexander Yerenkow
___
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: FreeBSD ports you maintain which are out of date

2012-11-29 Thread Alexander Yerenkow
2012/11/29 Peter Pentchev r...@ringlet.net

 On Wed, Nov 28, 2012 at 09:06:59PM +0200, Alexander Yerenkow wrote:
  2012/11/28 Kevin Oberman kob6...@gmail.com
 
   On Wed, Nov 28, 2012 at 7:45 AM, Alexander Yerenkow 
 yeren...@gmail.com
   wrote:
In that case, near each port should be.mntr contact mentioned,
 to.make it
easier for anyone to contact mntr immediately, instead making
 additional
unnecessary steps.
  
   I suspect that you are missing the fact that all ports which lack a
   specific maintainer (most of them) are maintained by ports@. So the
   messages to ports are only for the vast array of ports that are
   unmaintained. There is no one else to contact.
  
   Ideally, if someone has a little free time, they can look at the list
   and pick a couple to update and submit the update in a PR to ports
   with a category of update. Or even better, become the maintainer,
   yourself. I have been maintainer for a couple of ports that were
   critical to my work, so I could be sure that they would be updated
   promptly.
  
 
  Not exactly :) My suggestion about including current maintainer contact
  info was about this part of discussion:
 
   Probably more to the point is that it shouldn't get sent to the ports
   mailing list - just to port maintainers.
  Did you ever think that sending it to the list might motivate someone
 else
  to take over the port?
  There's a reason ports get out of date. One of the reasons is because
 the
  port maintainer has lost interest or no longer has the time. If people on
  the list see it, someone who is motivated might update the port and end
 up
  being its new maintainer.
 
  So, my thought was, if you ever came to sending portscout messages with
  alive maintainer to all ports@ list, would be nice to see contacts
  immediately.
  You could learn that some maintainer is inactive last time, and next time
  you see update for his port, you could get it to work.
  Something like that.

 But this is exactly the point - portscout *only* sends messages to the
 e-mail address listed in the port's MAINTAINER line.  If portscout's
 message goes to the po...@freebsd.org list, then there *is* no active
 maintainer - what Paul means is that the maintainer has lost interest
 (or the ability / resources / time to work on the port) and somebody has
 reset the port's maintainership to po...@freebsd.org.


Between  maintainer has lost interest and  somebody has reset the port's
maintainership sometimes months happens, if not years.
With some digests (even monthly ones) someone other could see that there is
new version of X, and look at portstree, and if it's not there - he could
poke maintainer.
That was my point.

OT: Would be good if ports infrastructure eventually evolve in some
collaborative way, with seeing other's activity, actions, plans,
busy/vacation statuses, etc.
PR system is too passive, and from past. (Of course, it's working, and this
is great, but there will be 2013 soon, and some effective issue system is
just jumping to be adopted by project)
IMHO of course.



 G'luck,
 Peter

 --
 Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
 PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
 If I had finished this sentence,




-- 
Regards,
Alexander Yerenkow
___
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: /archivers/ is missing after svn...

2012-11-29 Thread Alexander Yerenkow
Could you run svn status in /usr/ports ?


-- 
Regards,
Alexander Yerenkow
___
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: [HEADSUP][PKGNG] pkgbeta.freebsd.org unavailable

2012-11-28 Thread Alexander Yerenkow
2012/11/28 Erwin Lansing er...@freebsd.org

 The download site for precompiled PKGNG packages, pkgbeta.freebsd.org
 is currently unavailable.  Due to the beta status of the project, no
 backups are available to restore the repository and even more
 unfortunate, package building infrastructure is still down after the
 recent security incident.  Work is currently ongoing to bring the
 cluster infrastructure back online and we hope to have PKGNG package
 available again soon, though it should be noted that updating the old
 style packages will take priority.


Is this affects pkg bootstrapping too?


 --
 Erwin Lansinghttp://droso.dk
 er...@freebsd.orghttp:// www.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




-- 
Regards,
Alexander Yerenkow
___
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: [HEADSUP][PKGNG] pkgbeta.freebsd.org unavailable

2012-11-28 Thread Alexander Yerenkow
Here's proposal - how about make bootstrap pkg download elsewhere? For
example some static packagesite, which will be most of time readonly. To
not have such situations in future.

Regards, Alexander Yerenkow
___
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: FreeBSD ports you maintain which are out of date

2012-11-28 Thread Alexander Yerenkow
In that case, near each port should be.mntr contact mentioned, to.make it
easier for anyone to contact mntr immediately, instead making additional
unnecessary steps.

Regards, Alexander Yerenkow
___
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: FreeBSD ports you maintain which are out of date

2012-11-28 Thread Alexander Yerenkow
2012/11/28 Kevin Oberman kob6...@gmail.com

 On Wed, Nov 28, 2012 at 7:45 AM, Alexander Yerenkow yeren...@gmail.com
 wrote:
  In that case, near each port should be.mntr contact mentioned, to.make it
  easier for anyone to contact mntr immediately, instead making additional
  unnecessary steps.

 I suspect that you are missing the fact that all ports which lack a
 specific maintainer (most of them) are maintained by ports@. So the
 messages to ports are only for the vast array of ports that are
 unmaintained. There is no one else to contact.

 Ideally, if someone has a little free time, they can look at the list
 and pick a couple to update and submit the update in a PR to ports
 with a category of update. Or even better, become the maintainer,
 yourself. I have been maintainer for a couple of ports that were
 critical to my work, so I could be sure that they would be updated
 promptly.


Not exactly :) My suggestion about including current maintainer contact
info was about this part of discussion:

 Probably more to the point is that it shouldn't get sent to the ports
 mailing list - just to port maintainers.
Did you ever think that sending it to the list might motivate someone else
to take over the port?
There's a reason ports get out of date. One of the reasons is because the
port maintainer has lost interest or no longer has the time. If people on
the list see it, someone who is motivated might update the port and end up
being its new maintainer.

So, my thought was, if you ever came to sending portscout messages with
alive maintainer to all ports@ list, would be nice to see contacts
immediately.
You could learn that some maintainer is inactive last time, and next time
you see update for his port, you could get it to work.
Something like that.





 --
 R. Kevin Oberman, Network Engineer
 E-mail: kob6...@gmail.com




-- 
Regards,
Alexander Yerenkow
___
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: New port question JBoss 7.1.3

2012-11-19 Thread Alexander Yerenkow
http://www.freebsd.org/cgi/query-pr.cgi?pr=173713



-- 
Regards,
Alexander Yerenkow
___
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: New port question JBoss 7.1.3

2012-11-19 Thread Alexander Yerenkow
2012/11/19 Radim Kolar h...@filez.com

 where you got jboss 7.1.3? its not available for download, and not tagged
 in repo


No, it's tagged, as well as 7.1.2
( https://github.com/jbossas/jboss-as/tree/7.1.3.Final )

I'm missed this completely too - I just waited when they will fix some bugs
in 7.1.1.
But their official position is that they will not continue provide built
JBoss on community download pages, instead they get them tagged in github.
This explanation could be found in their forum somewhere (not have link
here).
Mine port is simply tag checkout, and built from sources (I could make
build by myself and place somewhere, but Enterprise level thing would be
better built from sources, just to be sure).
Patches are very tiny and transparent to review.



 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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: New port question JBoss 7.1.3

2012-11-19 Thread Alexander Yerenkow
I'm not git pro.

But if you go by link (I provided, here it is again:
https://github.com/jbossas/jboss-as/tree/7.1.3.Final ), you could see that
tag is there.
Also, port provide tarball getting with specifying tag, and seems it's ok.
Also, by git tag you see 29 tags, while github.com says that there is 31
tags, maybe something on your side?
And hey, don't blame me - it's them :)


-- 
Regards,
Alexander Yerenkow
___
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


New port question JBoss 7.1.3

2012-11-15 Thread Alexander Yerenkow
Hello there.
I made some time ago port for JBoss 7.1.1, which is currently in ports tree.
It called java/jboss7.
Now I sending to you (any committer will do)  new port - jboss71.
I'm not sure I want to replace jboss7 with 7.1.3, since soon there will be
7.2.
And they have a big difference between 7.1 and 7.2.
So, I'd like to keep jboss7 (7.1.1) and introduce jboss71 (7.1.3) and a bit
later jboss72 (with some CR).

Is this ok?

Since there's many files in plist, I can't attach shar to PR, If there is
need in PR after this email, I'll create one.

Thanks!
-- 
Regards,
Alexander Yerenkow
___
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: New port question JBoss 7.1.3

2012-11-15 Thread Alexander Yerenkow
2012/11/15 Rodrigo Brito rodrigobr...@bsd.com.br

 Hi Yerenkow,

 Good job.

 That organization is the best.

 Rodrigo Brito


Thanks.
Will someone take it? There seems some troubles with GNATS currently.



 Em 15/11/2012, às 12:14, Alexander Yerenkow yeren...@gmail.com escreveu:

  Hello there.
  I made some time ago port for JBoss 7.1.1, which is currently in ports
 tree.
  It called java/jboss7.
  Now I sending to you (any committer will do)  new port - jboss71.
  I'm not sure I want to replace jboss7 with 7.1.3, since soon there will
 be
  7.2.
  And they have a big difference between 7.1 and 7.2.
  So, I'd like to keep jboss7 (7.1.1) and introduce jboss71 (7.1.3) and a
 bit
  later jboss72 (with some CR).
 
  Is this ok?
 
  Since there's many files in plist, I can't attach shar to PR, If there is
  need in PR after this email, I'll create one.
 
  Thanks!
  --
  Regards,
  Alexander Yerenkow
  ___
  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




-- 
Regards,
Alexander Yerenkow
___
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


Steam, linux version

2012-11-07 Thread Alexander Yerenkow
Hey guys.
Steam is now in Beta for Ubuntu, they provide *.deb file.

Do someone working on bringing it to FreeBSD with linux emulation? :)


-- 
Regards,
Alexander Yerenkow
___
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: FreeBSD in Google Code-In 2012? You can help too!

2012-10-25 Thread Alexander Yerenkow
2012/10/25 Pedro Giffuni p...@freebsd.org

 (cc'ing -ports and cutting most of the rest)

  From: Eitan Adler
 .
 On 24 October 2012 13:24, Fernando Apesteguía wrote:
  Also related to that, what about writing a section about redports[1]
  in the porter's handbook[2]?
 
 This is a good documentation task... but we need more *coding* tasks as
 well.
 

 We do need to port and test patch (1) from NetBSD or DragonFly to replace
 GNU patch, and this shouldn't be difficult.

 I would guess there are other interesting possibilities in the ports tree
 and
 new ports count as coding:

 http://wiki.freebsd.org/WantedPorts


Interesting, there is mentioned LWJGL, while I have patch for native build
for about a year. I poked upstream about it again, I hope they will apply
it in next version.




 So i guess we need porting mentors.

 Pedro.
 ___
 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




-- 
Regards,
Alexander Yerenkow
___
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


Strange behavior in mc-light

2012-09-05 Thread Alexander Yerenkow
Hello all.
Since there's no maintainer for mc-light, I'd like to ask help from all of
you :)
I'm cross-compiling this port for arm, with such command:
env TARGET=arm TARGET_ARCH=armv6 TARGET_CPUARCH=armv6
CONFIGURE_HOST=arm-portbld-freebsd10.0
PATH=/usr/obj/arm.armv6/usr/src/tmp/usr/bin:${PATH}
STRIP_CMD=/usr/obj/arm.armv6/usr/src/tmp/usr/bin/strip make
WITHOUT_CHECKS=yes -C /usr/ports/misc/mc-light build

This device seems have no MMAP, so I had to comment out these lines:
view.c:643
// if (intr_flag) {
// view-partial = 1;
// view-s.st_size = 0;
// }

Looks like not complete patching for me :)
But  that's not the point.

Main problem that I got failing at one place (repeated with manual gmake
call)

# env TARGET=arm TARGET_ARCH=armv6 TARGET_CPUARCH=armv6
CONFIGURE_HOST=arm-portbld-freebsd10.0
PATH=/usr/obj/arm.armv6/usr/src/tmp/usr/bin:${PATH}
STRIP_CMD=/usr/obj/arm.armv6/usr/src/tmp/usr/bin/strip gmake man2hlp
cc -O2 -pipe -fno-strict-aliasing -I..
-I/wrkdirs/usr/ports/misc/mc-light/work/mc-4.1.40-pre9/intl -I./../vfs
-I./.. -I./../slang -I.. -DBINDIR=\/usr/local/bin/\
-DLIBDIR=\/usr/local/share/mc/\
-DLOCALEDIR=\/usr/local/share/locale/\ -DWANT_PARSE -DREGEX_MALLOC
armv6 man2hlp.c -o man2hlp
cc: armv6: No such file or directory
gmake: *** [man2hlp] Error 1

Seems that somehow after -DREGEX_MALLOC there for some reason inserted
$TARGET_ARCH (rechecked with different values, like arm67 )
Is there any sense in this?

Thanks.

-- 
Regards,
Alexander Yerenkow
___
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 1.0 release schedule [...concerns...thread...continued...]

2012-08-23 Thread Alexander Yerenkow
There is pkg2ng tool. I think reverse tool could be useful for such
scenario:
1. System packages managed by pkgng
2. pkgng2pkg creates /var/db/pkg structure, for read-only tasks
3. Any soft relying on get info from /var/db/pkg still works (partially,
because of RO).

And then one could learn new CLI keys/output format to modify scripts,
while old could still somehow be not very broken.


-- 
Regards,
Alexander Yerenkow
___
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


Where ports enhancing discussion going?

2012-07-09 Thread Alexander Yerenkow
Hello all.
I'm new on this list, but I'm using ports for a some years.
Where do discussion about enhancing ports system goes?
For example, I have some idea, which can be read here
https://github.com/pkgng/pkgng/issues/100

Who could mentor/approve/review such changes and proposals?
Thanks.

-- 
Regards,
Alexander Yerenkow
___
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: [CFT] Xorg 7.7 ready for testing!

2012-07-08 Thread Alexander Yerenkow
Hello All!

I'm created unofficial pkg repo for patched xorg tree.
I'm still experimenting with it, but I already have built all required
packages for CURRENT i386.

You can find it here:
http://pkgng.gits.kiev.ua/packages/test10-32-kmsxorg/

If anyone want to test new xorg, you can install all required packages
using ports/pkg.

 pkg install -x xorg\*
 pkg install -x xf86\*
 pkg install xterm

Also, you can try kde4 in this repo,
 pkg install kde

I'll provide xorg testing enthusiasts with prebuilt images for simply
boot it and report any feedback in near future.


-- 
Regards,
Alexander Yerenkow
___
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: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Alexander Yerenkow
Is this fresh installation or you were upgrading?
I'm preparing now live image with new xorg, and don't saw such errors.
But I had yesterday's src/ports tree.


-- 
Regards,
Alexander Yerenkow
___
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: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Alexander Yerenkow
Okay everyone interested - listen up :)

http://gits.kiev.ua/FreeBSD/FreeBSD-10-i386-2012-06-08.img.xz

Here is the image, which can be dd'ed to 4g+ flash drive.
It should be bootable, and contains new xorg, and some soft from ports;
- seamonkey (if you want go to internet)
- stellarium (it's full of stars)
- blender (but it depends on devel/icu which probably built with
error, or by some other reason blender produces coredump)
- xterm and openbox;

How to use:
boot, login as root;
after passwordless login you can view simple x run script with:
cat ./runx.sh

or you just launch it
./runx.sh

If you have non-intel card, you need edit xorg.conf, and runx.sh
(remove load i915kms).
Load process and X launching can be a while if you have not very fast flash.

I'll continue improving of infrastructure for building such testing
images, helps and advises appreciated.

-- 
Regards,
Alexander Yerenkow
___
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: No working IDE in FreeBSD!

2012-03-01 Thread Alexander Yerenkow
I think this is just right post to intrude :)

I'm developing software, and making it in pretty good IDE - Intellij Idea.
There's community and pro version.
What good in this company - it gives access to Pro version for not-small
open source projects.
I tried to take some time of Philip Paeps, but he is always busy with
something. Maybe someone of you guys could be interested in filling request
for open source license.
IDE is very strong and smart, support java/c++/php and a lot of languages
via plugins.

Thanks.

-- 
Regards,
Alexander Yerenkow
___
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: No working IDE in FreeBSD!

2012-03-01 Thread Alexander Yerenkow
2012/3/1 Eygene Ryabinkin r...@freebsd.org

 Thu, Mar 01, 2012 at 02:31:06PM +0200, Alexander Yerenkow wrote:
  I tried to take some time of Philip Paeps, but he is always busy with
  something. Maybe someone of you guys could be interested in filling
 request
  for open source license.

 Are you requesting someone to create FreeBSD port for this IDE
 or you meant something else?


I'm sorry to be not clear in hasteness of day!
I think port is not required, they have good enough run.sh which gracefully
understand what is FreeBSD and could start IDE just fine.
What I meant, was that FreeBSD as a project could benefit from applying for
their OpenSource Licensing program, so any commiter/developer could try and
probably work efficiently in this IDE.
Because I'm not committer nor some kind of mentor of project, I can only
point someone to there.

If you go on their site (google intellij), part of IntelliJ IDEA  Buy 
Upgrade  Open Source Project License  Apply Now,
you could learn more on conditions for applying.

So, to summarize this all again: If there are some commiter/responsible
person who can apply - then FreeBSD devs could gain one more IDE to develop
some parts of FreeBSD.




 --
 Eygene Ryabinkin,,,^..^,,,
 [ Life's unfair - but root password helps!   | codelabs.ru ]
 [ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]




-- 
Regards,
Alexander Yerenkow
___
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