Question to users of x11-wm/fluxbox

2019-08-06 Thread Jason Helfman
Hello users of x11-wm/fluxbox,



In reviewing the current port, I found some lint related issues and dug in a 
little more. There is some alternative documentation that is available to build 
and install as part of the port. This documentation dates back to 2006. In my 
opinion, this is not needed, however I did want to query the community 
regarding this before raising the guillotine to these bits of the port. In a 
brief look at the documentation that is installed that I am referring to -- 
this is largely available on the wiki for fluxbox.  The parts that I may have 
overlooked are more than likely out of date because of previously stated date 
--- 2006.



These are the files that are used as a source for the documentation:

https://people.freebsd.org/~mezz/distfiles/



Thoughts?



Thanks in advance!

-jgh
___
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: Creation of a diff of a new port

2019-08-06 Thread Jason Helfman
 On Tue, 06 Aug 2019 14:05:49 -0700 Kralj Karlo  
wrote 


I am trying to create a diff of a new port in order that I may submit the port. 
I believe to have followed the directions from the Porter's Handbook, but 
the result is not as I had expected. 
 
 $ portsnap fetch 
 (I didn't save the output.) 
 $ portsnap extract 
 (I didn't save the output.) 
 $ svn checkout https://svn.FreeBSD.org/ports/head /usr/ports 
 ... (lots of output omitted) 
 A /usr/ports/Keywords/shell.ucl 
 A /usr/ports/Keywords/fc.ucl 
 A /usr/ports/Keywords/desktop-file-utils.ucl 
 U   /usr/ports 
 Checked out revision 508034. 
 $ cp -r my-keynav-port /usr/ports/x11/keynav 
 $ svn add /usr/ports/x11/keynav/ 
 svn: E155013: Can't add '/usr/ports/x11/keynav' to a parent directory 
scheduled for deletion 
 $ uname -a 
 FreeBSD t5600 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC  amd64 
 
Also, I have tried running "svn diff" on ports that I did not change. 
I expected no output in such cases and was surprised to see output. 
 
 $ svn diff | head 
 Index: Makefile 
 === 
 --- Makefile(revision 508034) 
 +++ Makefile(nonexistent) 
 @@ -1,102 +0,0 @@ 
 -# Created by: Scott Blachowicz  
 -# $FreeBSD$ 
 - 
 -PORTNAME=  nmh 
 -PORTVERSION=   1.7.1 
 
What must I do in order add the new directory? 
 
I pray that you have faith in my best sentiments. 
Kralj Karlo 
 




Please refer to 
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html



Example 3.2



This should help in submitting.



-jgh
___
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: Xtide Broken - Unfetchable

2019-08-06 Thread Jason Helfman
Thanks for your bug report. I have built it and it is successful, however 
another committer has this bug in their queue.



Thanks!
-jgh




 On Mon, 05 Aug 2019 10:25:14 -0700 Walter Schwarzenfeld 
 wrote 



See 
 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239666 
 
___ 
mailto:freebsd-ports@freebsd.org mailing list 
https://lists.freebsd.org/mailman/listinfo/freebsd-ports 
To unsubscribe, send any mail to "mailto:freebsd-ports-unsubscr...@freebsd.org;
___
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: How to package maven based ports

2019-08-06 Thread Jason Helfman
I've looked over this thread a bit, and have done similar things in the past. I 
have created an archive of a maven repository after having remote repos break 
the repeatable build process. I would create an archive, and then use this 
archive as a distfile. I would then point to this archive during the build 
phase to use as a repo.



I have also updated the using-java bits of the handbook awhile ago regarding 
installing war files.



databases/jasperreports (a port I used to maintain was setup this way)



Over the years, I have suggested this methodology, which folks agreed with at 
the time, and have been in some ports since. 


https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-java.html



Hope this helps

-jgh


 On Sat, 20 Jul 2019 12:33:50 -0700 Daniel Morante via freebsd-ports 
 wrote 


I've run into the same issue while attempting to port a few JAVA apps 
that use maven and more recently one that also uses yarn for dependencies.

> Have a look at the java/eclipse port. It uses a pre-warmed maven
> repository that is fetched from github.
While this is indeed a clever solution, it's (in my opinion) not ideal.  
Don't take this personally, I applaud you for taking the time and effort 
in making the Eclipse port.  I use it on my systems.  However, I feel 
that it's important that I point this out.  There are potential problems 
with this approach.  Most notably that the source of the dependencies 
gets changed from the original location.  The consequences could be 
serious should something happen to your repository.

This in my opinion is a bigger issue caused by these so called 'modern' 
package managers that are becoming popular to use (maven, npm, yarn, and 
composer to name a few).  Historically like what is currently done with 
perl and python (and to a lesser extent ruby), we would create ports for 
each of these libraries and let the ports system handle the rest.

Ideally the FreeBSD ports system should have the needed tooling to fetch 
these type of dependencies as part of the same process used during the 
dist files retrieval step.  One method would be for the porter to 
include the pom.xml, composer.json, and/or package.json files as part of 
the port skeleton.  The ports system would (using appropriate tools) 
download the dependencies to 'pre-warm' a local cache as you are doing.  
Then set the environment to use the local cache instead of downloading 
during the build phase.

I think this may be possible to hack together using the current make 
targets 'pre-fetch' and 'post-fetch'?  Further thinking about this, 
having the pom.xml in the skeleton may not even be needed is you can use 
the post-fetch target?

On 7/14/2019 3:21 PM, Matthias Fechner wrote:
> Am 14.07.2019 um 00:23 schrieb Jonathan Chen:
>> Have a look at the java/eclipse port. It uses a pre-warmed maven
>> repository that is fetched from github.
>>
>> You can create a localised repository that only contains the
>> dependancies required by the project by specifying:
>>-D maven.repo.local=/my/local/repo
>>
>> Once your project builds correctly, you can create a repo as a project
>> on Github with its contents that can be retrieved with the port for
>> the build.
> thanks a lot for this.
> I'm not fully done with the port, but I was able to get this maven
> repository to be pushed to github and the port downloads it and
> compilation works as expected.
> Thanks a lot for you answer, it helped a lot.
>
> Now I need someone for testing the port, as I do not use it and are
> therefor I'm not able to test it.
>
> The final step would be to do some clean up a make the port more pretty.
>
> I try later to write a short summary if some one else needs to build a
> port with maven how it could be done.
>
> Gruß
> Matthias
>
___
mailto:freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "mailto:freebsd-ports-unsubscr...@freebsd.org;
___
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: Error updating x11/xlockmore-5.46 to xlockmore-5.46_1

2016-06-10 Thread Jason Helfman
On Fri, Jun 10, 2016 at 9:10 AM, Walter Schwarzenfeld
<w.schwarzenf...@utanet.at> wrote:
> I would say Mail it directly the maintainer (maill addrees in the port
> Makefile). If he think it is from interest.

I have committed a fix for this.  It is r416686.

Thank you!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: resurrect deprecated port print/pnm2ppa

2016-02-19 Thread Jason Helfman
;
> :sd=/var/spool/ps:\\"
> :if=/usr/local/bin/ppafilter:\\"
> :mx#0:\\"
> :sh:"
> [00:00:09] >> Cleaning up
> ===>  Cleaning for pnm2ppa-1.13_2
> [00:00:09] >> Deinstalling package
> Updating database digests format: . done
> Checking integrity... done (0 conflicting)
> Deinstallation has been requested for the following 1 packages (of 0
> packages in the universe):
>
> Installed packages to be REMOVED:
> pnm2ppa-1.13_2
>
> The operation will free 653 KiB.
> [10_2_amd64-default] [1/1] Deinstalling pnm2ppa-1.13_2...
> [10_2_amd64-default] [1/1] Deleting files for pnm2ppa-1.13_2: .. done
> build of print/pnm2ppa ended at Wed Feb 17 23:44:50 CET 2016
> build time: 00:00:08
> [00:00:09] >> Cleaning up
> 10_2_amd64-default: removed
> 10_2_amd64-default-n: removed
> [00:00:09] >> Umounting file systems
>
> Usr: 7.140s  Krnl: 3.021s  Totl: 0:10.91s  CPU: 93.1%  swppd: 0  I/O:
> 71+9636
>
>
> So what to do next to submit PR in right format?
> Should I send diff against old port version, or full archive of new version?
>
> Miroslav Lachman

Yes, a diff against the port prior to it's deletion. This way it can
be resurrected and patched.

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Proposal for Authors / Vendors in ports

2013-11-14 Thread Jason Helfman
On Wed, Nov 13, 2013 at 11:30 PM, Erwin Lansing er...@freebsd.org wrote:

 On Wed, Nov 13, 2013 at 04:47:20PM -0500, Eitan Adler wrote:
  On Wed, Nov 13, 2013 at 3:27 PM, Melvyn Sopacua mel...@magemana.nl
 wrote:
   On Wed, 13 Nov 2013, Kris Moore wrote:
  
  
   Wanted to run this by the ports community, see your thoughts. We build
   our PBIs from the ports system, and are able to parse most of the
   information out for display graphically, like descriptions,
 maintainers,
   website, License, etc. However we currently don't have a way to pull
 the
   actual name of the upstream vendor / author. I.E. for Firefox the
 vendor
   would be Mozilla.
  
  
   WWW: [Mozilla](http://www.mozilla.org/)
  
   So, markdown format in pkg-descr. Seems the least amount of work?
 
  This adds a lot of work to the parser.
 
  IMHO we should have VENDOR_WWW and possibly VENDOR_NAME in the port's
  Makefile.  It should not be hard to automate this for VENDOR_WWW since
  we already have the WWW: lines in pkg-descr.
 

 That sounds like an excellent idea.  I'm just a bit worried about
 spreading the information over too many places, and would rather split
 content from logic and add these to pkg-descr as well next to the
 current WWW.  I know we're not consistent already with things like
 COMMENT and LICENSE already in the Makefile, so won't ojbect too much to
 where these end up.

 Erwin


With good ideas usually bloat is not too far behind. I think this is a
great idea, however I think it would be
worth considering a potential new file for this, that can be parsed without
causing too much new data in existing
files. Perhaps, a file named pkg-vendor. In this file, all sorts of
information can be places, and parsed or used
by our package infrastructure.

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: search for port adopters

2013-10-02 Thread Jason Helfman
On Tue, Oct 1, 2013 at 11:55 PM, Lars Engels lars.eng...@0x20.net wrote:

 Am 01.10.2013 05:06, schrieb Vlad V. Teterya:

  Hello!

 I am no longer using FreeBSD in production and I'm interested to find
 new maintainers for my ports:

 databases/mysqltuner
 www/oscommerce
 x11/ipager
 x11/tilda

 If someone wants to take over this ports, splease submit PR with
 maintainer update.
 Thanks.


 I use ipager, so I'll take that one.


Done. This needs STAGEDIR support, as previously mentioned.

Thanks!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: SVN RELEASE_9_2_0

2013-10-01 Thread Jason Helfman
On Mon, Sep 30, 2013 at 4:57 PM, Jason C. Wells j...@speakeasy.net wrote:

 Is FreeBSD doing something new?  I don't see an SVN tag for ports for the
 9.2 release.  Historically the ports tree was tagged and built a little
 before -stable got tagged for release.

 Thanks,
 Jason


Portmgr may have something more involved for a response.

As for myself = http://svnweb.freebsd.org/ports/branches/
The packages shipped with 9.2.0 were built from this branch, is my
understanding.

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Multiple Java versions

2013-09-25 Thread Jason Helfman
On Tue, Sep 24, 2013 at 11:07 PM, Andrea Venturoli m...@netfence.it wrote:

 On 09/24/13 21:38, Jonathan Chen wrote:

 On 24 September 2013 22:36, Andrea Venturoli m...@netfence.it wrote:
 [...]

 Now, according to JAVAVMS(5), By default, javavm will select the most
 ``native'' and up to date version.

 However:

  % java -version
 openjdk version 1.6.0_32
 OpenJDK Runtime Environment (build 1.6.0_32-b27)
 OpenJDK Server VM (build 20.0-b12, mixed mode)



 Any way to fix this?

 AFAICT I didn't set any relevant environment variable, anything in
 /etc/make.conf or in javavms' own config files.


 JAVA_HOME is what you need:

 jonathan:~,7:36am unsetenv JAVA_HOME
 jonathan:~,7:36am java -version
 openjdk version 1.6.0_32
 OpenJDK Runtime Environment (build 1.6.0_32-b27)
 OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
 jonathan:~,7:36am setenv JAVA_HOME /usr/local/openjdk7
 jonathan:~,7:36am java -version
 openjdk version 1.7.0_25
 OpenJDK Runtime Environment (build 1.7.0_25-b15)
 OpenJDK 64-Bit Server VM (build 23.21-b01, mixed mode)


 Ok, fine for me.

 I'd just point out: isn't it in contrast to what the man page says (i.e.
 By default, javavm will select the most ``native'' and up to date
 version)?

 Should the docs be corrected then?

  bye  Thanks
 av.


The docs may need clarification, however you may want to look into using:

java/javavmwrapper

cc: java

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: bsd.port.pre.mk vs bsd.port.options.mk

2013-09-08 Thread Jason Helfman
On Sat, Sep 7, 2013 at 2:42 PM, Christian Weisgerber na...@mips.inka.dewrote:

 I have port that does something like

 .include bsd.port.pre.mk

 .if ${ARCH} == ...
 ...
 .endif

 .include bsd.port.post.mk

 A while back somebody submitted a PR asking me to replace bsd.port.pre.mk
 with bsd.port.options.mk, because it also makes ARCH available and
 is far less expensive.

 Now, a priori it is not clear to me that including options.mk is
 actually cheaper than pre.mk.  And it seems odd to include options.mk
 but then not use any part of the options framework.  The Porter's
 Handbook explicitly mentions ARCH as one of the variables provided
 by pre.mk.

 What's the preferred way to handle this?

 --
 Christian naddy Weisgerber  na...@mips.inka.de


It is preferred to evaluate ARCH with bsd.port.options.mk.

-jgh



-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Fri, Jul 19, 2013 at 7:43 PM, Jason Helfman j...@freebsd.org wrote:

 On Fri, Jul 19, 2013 at 5:03 PM, Kenta Suzumoto ken...@hush.com wrote:

 Screenfetch is a bash script for system information, similar to
 sysutils/bsdinfo but MANY more features
 and much more actively developed. Would anyone be interested in
 maintaining it in ports and keeping
 it up to date as new versions are released? Seems like an easy port.
 Thanks to anyone who helps.

 https://github.com/KittyKatt/screenFetch


 I can take a look at this tonight.

 -jgh

 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


I've committed this to the tree. Pretty cool software. Let me know if there
are any issues, and I can take a look.

sysutils/screenfetch

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Sun, Jul 21, 2013 at 12:23 AM, Kenta Suzumoto ken...@hush.com wrote:

 On 07/21/2013 at 2:19 AM, Jason Helfman j...@freebsd.org wrote:
 
 I've committed this to the tree. Pretty cool software. Let me know
 if there
 are any issues, and I can take a look.
 
 sysutils/screenfetch
 

 Thanks. I installed the port but the screenFetch (strange F) command
 just hangs indefinitely when I run it. Tested on 9.1 i386 and 9-STABLE
 x86-64. I had previously installed the git master copy from github and it
 just worked. Maybe this was fixed in a more recent version, I'm not sure.


What did you run exactly, so I can try and reproduce the error? I started
with grabbing the tag 3.0.5, however there were issues with it, so took a
few commits afterwards as they included fixes for BSD. If what you are
trying to accomplish includes another committed fix or fixes, it may just
be as simple as grabbing that commit sequence and installing that version.

Does just issuing 'screenFetch' work, with no arguments?

Thanks!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Sun, Jul 21, 2013 at 10:20 AM, Kenta Suzumoto ken...@hush.com wrote:

 On 07/21/2013 at 10:45 AM, Jason Helfman j...@freebsd.org wrote:
 
 What did you run exactly, so I can try and reproduce the error? I
 started
 with grabbing the tag 3.0.5, however there were issues with it, so
 took a
 few commits afterwards as they included fixes for BSD. If what you
 are
 trying to accomplish includes another committed fix or fixes, it
 may just
 be as simple as grabbing that commit sequence and installing that
 version.
 
 Does just issuing 'screenFetch' work, with no arguments?
 

 All I did was install the port and run screenFetch with no arguments. It
 hung and never gave me anything back. The git copy worked fine.


This issue has been resolved, and should be available if you update your
portstree.

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [request] sysutils/screenfetch

2013-07-19 Thread Jason Helfman
On Fri, Jul 19, 2013 at 5:03 PM, Kenta Suzumoto ken...@hush.com wrote:

 Screenfetch is a bash script for system information, similar to
 sysutils/bsdinfo but MANY more features
 and much more actively developed. Would anyone be interested in
 maintaining it in ports and keeping
 it up to date as new versions are released? Seems like an easy port.
 Thanks to anyone who helps.

 https://github.com/KittyKatt/screenFetch


I can take a look at this tonight.

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Requesting sign up for iorate on Wanted Ports

2013-07-14 Thread Jason Helfman
On Sun, Jul 14, 2013 at 6:16 AM, Oliver Mahmoudi
olivermahmo...@gmail.comwrote:

 Hello,

 I have been taking a look at some of the wanted ports under:

 https://wiki.freebsd.org/WantedPorts

 and would like to start working on the iorate port.

 I would sign up myself since according to the page, anyone can
 edit the page. However, when trying to create one, I get the
 error message: Unknown action new Account.

 Consequently, I would like to ask someone on this list, who
 has the necessary privileges, if they could sign me up as
 odm in the Who is working section?


 Sincerely

 Oliver Mahmoudi


Thanks for volunteering to contribute this port, but it seems this has
already been committed into the portstree under benchmarks.

Are there any other ports of interest to you on the list you would like
work on?

Thanks!
-jgh



-- 
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: help with making a port

2013-07-07 Thread Jason Helfman
On Sun, Jul 7, 2013 at 10:12 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote:

 I am attempting to put together a port for a new program and I am
 getting a very odd error message (i.e. it says the port conflicts with
 itself!?!?!?!):

 pkg-static: foo-0.1 conflicts with foo-0.1 (installs files into the
 same place).  Problematic file: /usr/local/share/foo/foo.jar

 What causes this and how do I fix the make file?


Posting your port code can only help in assisting.

Thanks.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: help with making a port

2013-07-07 Thread Jason Helfman
On Sun, Jul 7, 2013 at 10:44 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote:

 oops forgot the pkg-plist:

 share/foo/foo.jar
 etc/rc.d/foo
 etc/foo/instances
 apache-tomcat-7.0/webapps/foo.war



 On Sun, Jul 7, 2013 at 1:42 PM, Aryeh Friedman aryeh.fried...@gmail.com
 wrote:
  It uses a non-standard build system (devel/cook) but here is the
  Makefile for the port itself (not the program).   Also note for legal
  reasons (we are still in the process of getting a trademark on the
  name) I have changed the actual port name, category and comment [the
  real values are known to one of the 10-CURRENT developers we are
  working with though].   Also note I have not added any of the depends
  stuff yet:
 
 
  # $FreeBSD$
 
  PORTNAME= foo
  PORTVERSION= 0.1
  CATEGORIES= bar
  MASTER_SITES= ftp://foo.org/foo/
  MAINTAINER= supp...@foo.org
  COMMENT= A foobar platform
 
  .include bsd.port.mk
 
 


Well, nothing looks suspect at this point. Perhaps you have another port
installed that is conflicting with the same file that is installed in that
location. Maybe see what package that file in conflict is registered to.

On a side note, it is highly unrecommended to install a war file, as that
will leave the filesystem unclean on de-installation.

It is standard practice to expand the war file in the work directory of the
port, then install the files contained within the war under the application
server (such as tomcat), and add those files to the plist. I have many
examples of this if you need assistance.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: help with making a port

2013-07-07 Thread Jason Helfman
pkg which /path/to/file
or
pkg_info -W /path/to/file

Odd though that you checked there, and it wasn't recorded

-jgh


On Sun, Jul 7, 2013 at 11:55 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote:

 Looking in /var/db/pkg and /var/db/ports I see nothing... anywhere else to
 look?




-- 
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: curl fails to upgrade on 9.1-RELEASE-p3 but succeeds on 8.3

2013-07-03 Thread Jason Helfman
On Tue, Jul 2, 2013 at 10:56 PM, Leslie Jensen les...@eskk.nu wrote:



 ===  Cleaning for curl-7.24.0_4
 ===  curl-7.24.0_4 has known vulnerabilities:
 curl-7.24.0_4 is vulnerable:
 cURL library -- heap corruption in curl_easy_unescape

 WWW: http://portaudit.FreeBSD.org/**01cf67b3-dc3b-11e2-a6cd-**
 c48508086173.htmlhttp://portaudit.FreeBSD.org/01cf67b3-dc3b-11e2-a6cd-c48508086173.html
 = Please update your ports tree and try again.
 *** [check-vulnerable] Error code 1

 Stop in /usr/ports/ftp/curl.
 *** [build] Error code 1

 Stop in /usr/ports/ftp/curl.

 === make failed for ftp/curl
 === Aborting update

 === Update for ftp/curl failed
 === Aborting update

 === Killing background jobs


 I've done this upgrade on a 8.3 system without problems, but it stops on
 my 9.1 laptop. Ports tree is updated.

 /Leslie
 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 


Thanks for the report.

Is your pkgaudit db up-to-date?

I am able to update curl on 9.1.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: curl fails to upgrade on 9.1-RELEASE-p3 but succeeds on 8.3

2013-07-03 Thread Jason Helfman
On Wed, Jul 3, 2013 at 1:35 AM, Dewayne Geraghty 
dewayne.gerag...@heuristicsystems.com.au wrote:



  -Original Message-
  From: owner-freebsd-po...@freebsd.org
  [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Dewayne
  Sent: Wednesday, 3 July 2013 4:57 PM
  To: 'Jason Helfman'; 'Leslie Jensen'
  Cc: 'FreeBSD Ports List'
  Subject: RE: curl fails to upgrade on 9.1-RELEASE-p3 but
  succeeds on 8.3
 
  The quick way to build the latest curl on FreeBSD 9.1 is to
  pass DISABLE_VULNERABILITIES to the make command.  Its
  probably a good idea to leave your audit db alone, for this task.
 
  cd /usr/ports/ftp/curl  make -DDISABLE_VULNERABILITIES
 
  For portmaster this takes the form of
  portmaster  -m -DDISABLE_VULNERABILITIES ftp/curl
 
  I'm unfamiliar with portupgrade.
  Regards, Dewayne

 Leslie, et al,
 It has just been brought to my attention that the portaudit database was
 updated to reflect Xin Li's patch to curl.  Thank-you John
 Marshall.

 Perform a portaudit -F and the curl build will proceed successfully.

 Regards, Dewayne.


That is why I suggested the package audit database be updated in my first
post.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Ports with a broken PKGORIGIN: devel/boost-all, mail/squirrelma...

2013-06-26 Thread Jason Helfman
On Wed, Jun 26, 2013 at 2:19 PM, Stefan Bethke s...@lassitu.de wrote:

 Am 26.06.2013 um 14:54 schrieb er...@freebsd.org:

  ** The following ports have an incorrect PKGORIGIN **
 
  PKGORIGIN connects packaged or installed ports to the directory they
  originated from. This is essential for tools like pkg_version or
  portupgrade to work correctly. Wrong PKGORIGINs are often caused by a
  wrong order of CATEGORIES after a repocopy.
 
  Please fix any errors as soon as possible.
 
  The ports tree was updated at Wed Jun 26 2013 12:37:04 UTC.

 
  - *mail/squirrelmail-login_auth-plugin* s...@lassitu.de:
 /squirrelmail-login_auth-plugin

 Thank you for the notice, but I'm not sure what the issue is.

 portlint reports this:
 root@diesel:/usr/ports/mail/squirrelmail-login_auth-plugin# portlint
 WARN: Makefile: CATEGORIES is set externally to this port's Makefile, but
 this port is not configured as a slave port.
 0 fatal errors and 1 warning found.

 Is this the reason for the change, or did a change to 
 bsd.squirrelmail.mktrigger the warning?  Both the plugin ports as well as the 
 main
 squirrelmail port haven't been updated in months…


 Thanks,
 Stefan

 --
 Stefan Bethke s...@lassitu.de   Fon +49 151 14070811

 This may have something to do with it, but not saying this *is* the reason.
http://svnweb.freebsd.org/ports?view=revisionrevision=321785

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Proposal: further OptionsNG improvements

2013-06-18 Thread Jason Helfman
On Tue, Jun 18, 2013 at 10:12 AM, Alexey Dokuchaev da...@freebsd.orgwrote:

 On Tue, Jun 18, 2013 at 11:56:07AM -0500, Mark Felder wrote:
  So we just got done porting most of the tree to a new options syntax
  and now we want to change it again? :-)

 Yeah, why not?  ;-)

 I've discussed that idea before with bapt@ on IRC; there is absolutely
 no reasons why we should not use now-free nice, short OPTIONS knob again.

 Obviously, it will happen gradually, in a piece-meal fashion; just like
 with recently introduced FOO_*_DEPENDS stuff.  No one is talking about
 converting all ports at once.

 I personally really don't like to have two, often duplicating, lists of
 OPTIONS_DEFINE and _DEFAULT, esp. given the fact that OPTIONS_DEFAULT
 tends to break indentation.

 ./danfe


Perhaps your proposal would carry more weight, feedback and/or testing
results if it included a patch and an example port with the modified values
for your new idea.

This has been quiet successful in the recent past with bapt's proposals for
options, uses, etc.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: net/mtr broken without ipv6

2013-05-25 Thread Jason Helfman
On Sat, May 25, 2013 at 5:21 AM, l...@lena.kiev.ua wrote:

  I build my custom kernel without IPv6 since I'm not going to be using
  it any time soon. The mtr port doesn't work anymore

  What can I do to fix this without enabling a useless (to me) option in my
  kernel and rebuilding?

 Downgrade the mtr port to mtr-nox11-0.82_1.
 I update ports tree with `portsnap` and use `svn export`
 (devel/subversion port) for downgrading a single port.
 How to learn the revision for downgrading:

 svn log svn://svn0.us-east.freebsd.org/ports/head/net/mtr | less

 How to downgrade:

 rm -rf /usr/ports/net/mtr
 svn export -r r300897 
 svn://svn0.us-east.freebsd.org/ports/head/net/mtr/usr/ports/net/mtr
 portupgrade -f mtr\*


I don't see how downgrading will fix it unless this is a newly introduced
bug, however you can also use ports-mgmt/portdowngrade.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: net/mtr broken without ipv6

2013-05-25 Thread Jason Helfman
On Sat, May 25, 2013 at 9:32 AM, l...@lena.kiev.ua wrote:

I build my custom kernel without IPv6 since I'm not going to be using
it any time soon. The mtr port doesn't work anymore

   Downgrade the mtr port to mtr-nox11-0.82_1.

   I update ports tree with `portsnap` and use `svn export`
   (devel/subversion port) for downgrading a single port.

  I don't see how downgrading will fix it unless this is a newly introduced
  bug

 It is. 0.82 works, 0.84 doesn't.
 https://bugs.launchpad.net/mtr/+bug/1130561

 Good to see they are aware of it, and seeking a fix.


  however you can also use ports-mgmt/portdowngrade.

 portdowngrade also uses subversion, but not export.
 I suspect that combination of portdowngrade with portsnap can cause
 problems.

 Nothing has changed between cvs and svn. It is my understanding, and
findings, that portsnap doesn't care either way and will clobber any
changes that don't match the distributed portsnap snapshots.

-jgh
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: net/mtr broken without ipv6

2013-05-24 Thread Jason Helfman
On Fri, May 24, 2013 at 2:47 PM, s...@tormail.org wrote:

 Hi. I build my custom kernel without IPv6 since I'm not going to be using
 it any time soon. The mtr port doesn't work anymore, no matter what I try.
 It was built with and without the IPv6 option checked in 'make config' and
 I tried with the -4 option so it shouldn't even be using IPv6. I always
 get:

 Unable to allocate IPv6 socket for nameserver communication: Protocol not
 supported

 What can I do to fix this without enabling a useless (to me) option in my
 kernel and rebuilding?


This sounds like a potential bug in upstream software.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 Port: JasperServer 5.0.0

2013-05-13 Thread Jason Helfman

On Sun, May 12, 2013 at 04:14:54PM -0700, Jason Helfman thus spake:

Hello All,

I have been battling fixing build issues with the latest JasperServer, but
now have it working.

The only bit I've been unable to do is to connect locally to a mysql
instance through the jdbc driver, however I don't know if this is isolated,
or a problem with the software. The defaults work without issue.

Attached is a diff.

Please test, and let me know if you find any issues.


I have confirmed a jdbc connection using mysql, and will put this update
through.

Please let me know if anyone experiences any issues and I can address them.

Thanks!
-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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 Port: JasperServer 5.0.0

2013-05-12 Thread Jason Helfman

Hello All,

I have been battling fixing build issues with the latest JasperServer, but
now have it working.

The only bit I've been unable to do is to connect locally to a mysql
instance through the jdbc driver, however I don't know if this is isolated,
or a problem with the software. The defaults work without issue.

Attached is a diff.

Please test, and let me know if you find any issues.

Thanks!
-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Index: databases/jasperserver/Makefile
===
--- databases/jasperserver/Makefile	(revision 317160)
+++ databases/jasperserver/Makefile	(working copy)
@@ -2,14 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	jasperserver
-PORTVERSION=	4.7.0
-PORTREVISION=	1
+PORTVERSION=	5.0.0
 CATEGORIES=	databases print java
-MASTER_SITES=	SF/${PORTNAME}/JasperServer/JasperReports%20Server%20${PORTVERSION}/:source1 \
-		SF/bsdsrc/:source2
-DISTFILES=	jasperreports-server-${PORTVERSION}-src.zip:source1 \
-		FreeBSD-jasperreports-server-cp-${PORTVERSION}-maven-repository.zip:source2
-EXTRACT_ONLY=	jasperreports-server-${PORTVERSION}-src.zip
+MASTER_SITES=	http://community.jaspersoft.com/sites/default/files/releases/:source1 \
+		SF/bsdsrc/:source2 \
+		http://dev.quadras.co.id/archiva/repository/internal/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft/:source3
+DISTFILES=	jasperreports-server-cp-${PORTVERSION}-src.zip:source1 \
+		FreeBSD-jasperreports-server-cp-${PORTVERSION}-maven-repository.zip:source2 \
+		cobertura-maven-plugin-2.5-Jaspersoft.jar:source3 \
+		cobertura-maven-plugin-2.5-Jaspersoft.pom:source3
+EXTRACT_ONLY=	jasperreports-server-cp-${PORTVERSION}-src.zip \
+		FreeBSD-jasperreports-server-cp-${PORTVERSION}-maven-repository.zip
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	j...@freebsd.org
 COMMENT=	Open Source Java Reporting Library
@@ -19,15 +23,14 @@
 
 BUILD_DEPENDS=	mvn:${PORTSDIR}/devel/maven2
 
-SRCDIR=		${WRKDIR}/jasperreports-server-${PORTVERSION}-src
+SRCDIR=		${WRKDIR}/jasperreports-server-cp-${PORTVERSION}-src
 PATCH_WRKSRC=	${SRCDIR}
 WRKSRC=		${SRCDIR}/${PORTNAME}/buildomatic
 WRKDIR=		${WRKDIRPREFIX}${.CURDIR}/work
 SQLSRC=		${WRKSRC}/install_resources/sql
 JS=		${SRCDIR}/${PORTNAME}
 JSREPO=		${JS}-repo
-JSMAVENARCH=	FreeBSD-jasperreports-server-cp-${PORTVERSION}-maven-repository.zip
-JSUPDATE=	4.5.0-${PORTVERSION}
+JSUPDATE=	4.7.0-${PORTVERSION}
 
 NO_WRKSUBDIR=	yes
 USE_JAVA=	yes
@@ -78,15 +81,15 @@
 
 #use version 90, application is certified w/ pg90
 .if ${PORT_OPTIONS:MPGSQL}
-WANT_PGSQL_VER=	90
+WANT_PGSQL_VER=	90+
 JDBC=	postgresql-9.0-802.jdbc4.jar
-DISTFILES+=	postgresql-9.0-802.jdbc4.jar:source2
+DISTFILES+=	postgresql-9.0-802.jdbc4.jar:source4
 USE_PGSQL=	yes
 DBUSER?=	pgsql
 DBPASS?=	pgsql
 DATABASE=	postgresql
 PLIST_SUB+=	JDBC=${JDBC}
-MASTER_SITES+=	http://jdbc.postgresql.org/download/:source2
+MASTER_SITES+=	http://jdbc.postgresql.org/download/:source4
 .endif
 
 .if ${PORT_OPTIONS:MTOMCAT6}
@@ -128,12 +131,6 @@
 # show the update warning before we fetch ~400MB sources
 	@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
 
-pre-extract:
-	@if [ -e ~/.m2 -o -L ~/.m2 ]; then \
-		${ECHO} A maven repository exists in your home directory. Please remove ~/.m2; \
-		${FALSE} ; \
-	fi
-
 # We can not use the USE_DOS2UNIX routine, since WRKDIR is redefined
 # and we have to convert files in a directory above WRKSRC!
 pre-patch:
@@ -155,10 +152,10 @@
 	@${FIND} ${WRKDIR} -type f \( -name '*.orig' \) -delete
 	@${ECHO_MSG}  [ DONE ]
 
-post-extract-script:
-	@${LN} -fs ${WRKDIR}/.m2 ~/.m2  ${UNZIP_CMD} -qq ${DISTDIR}/${JSMAVENARCH} -d ${WRKDIR}/.m2
+pre-build: extract patch
+	@${MKDIR} ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
+	@${CP} ${DISTDIR}/${DIST_SUBDIR}/cobertura-* ${JSREPO}/org/codehaus/mojo/cobertura-maven-plugin/2.5-Jaspersoft
 
-pre-build:
 	@${ECHO} appServerType = ${APPTYPE}  ${APP_PROPERTIES}
 	@${ECHO} appServerDir = ${APPHOME}  ${APP_PROPERTIES}
 	@${ECHO} dbType = ${DATABASE}  ${APP_PROPERTIES}
@@ -178,17 +175,25 @@
 .endif
 	@${ECHO} js-path = ${JS}  ${APP_PROPERTIES}
 	@${ECHO} js-pro-path = ${JS}  ${APP_PROPERTIES}
+	@${ECHO} maven.build.type = repo  ${APP_PROPERTIES}
 	@${ECHO} repo-path = ${JSREPO}  ${APP_PROPERTIES}
+	@${ECHO} maven-localrepo-path = ${WRKDIR}/repository  ${APP_PROPERTIES}
 
 .if ${PORT_OPTIONS:MMYSQL}
-	${LN} -s ${JAVAJARDIR}/mysql-connector-java.jar ${SRCDIR}/${PORTNAME}/buildomatic/conf_source/db/mysql/jdbc/mysql-connector-java-5.1.17-bin.jar
+	@( if [ -f ${JAVAJARDIR}/mysql-connector-java.jar ] ; then \
+		${LN} -sf ${JAVAJARDIR}/mysql-connector-java.jar ${SRCDIR}/${PORTNAME}/buildomatic/conf_source/db/mysql/jdbc/mysql-connector-java-5.1.17-bin.jar; \
+	fi )
 .endif
 
 do-build:
 # although log will show Downloading, maven is in offline mode and can't download
+	${CP} ${APP_PROPERTIES} ${SRCDIR}/${PORTNAME}/buildomatic/sample_conf
 	@( cd ${WRKSRC}  ./js-ant clean-config )
 	@( cd

Re: pstree out of date

2013-05-03 Thread Jason Helfman
On Fri, May 3, 2013 at 8:55 AM, Dan McGregor dan.mcgre...@usask.ca wrote:

 Hello,

 The port sysutils/pstree is out of date, and because the version is not in
 the filename the version in ports cannot be fetched from its master site. I
 have included a patch to bring it up to date.

 Thanks,

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


I'll take care of this issue. Thanks.

-jgh


-- 
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 package for the ubuntu-font port?

2013-04-28 Thread Jason Helfman
On Thu, Apr 25, 2013 at 4:07 AM, Jan Beich jbe...@tormail.org wrote:

 Grant D. Watson grant_wat...@yahoo.com writes:

  Ports folks,
 
  I sent a message to Kevin Lo, since the ports search site lists his
  address for ubuntu-font, but he said this isn't his area.
 
  I am a Linux user who's been playing with FreeBSD and enjoying it; in
  creating and destroying experimental VMs I've made great use of binary
  packages. For some reason the ubuntu-font port is not available as a
  package. Would that be difficult to change? It's no hardship to
  install it from ports of course, but having it as a package would be
  convenient.

 $ make -V _LICENSE_RESTRICTED
 delete-package delete-distfiles

 When a port uses Mk/bsd.licenses.mk (defines LICENSE) the permissions
 must include pkg-mirror for the package to be redistributed across
 freebsd mirrors. ubuntu-font license is currently defined as

   # added by the current maintainer
   LICENSE=  UFL
   LICENSE_FILE= ${WRKSRC}/LICENCE.txt
   LICENSE_NAME= Ubuntu Font License (UFL)
   LICENSE_PERMS=auto-accept

 where probably all of the following apply (IANAL)

   # Available components for LICENSE_PERMS:
   # dist-mirror - No free redistribution of distfile (like FTP mirroring;
 RESTRICTED).
   # dist-sell   - No selling of distfile (like in CD-ROM;
 NO_CDROM).
   # pkg-mirror  - No free redistribution of package (like FTP upload;
 NO_PACKAGE).
   # pkg-sell- No selling of package (like in CD-ROM; NO_CDROM).
   # auto-accept - If license is accepted by default, without presented
   #   agreement, unless the user defines
 LICENSES_ASK.
   #

 And the fix

 Index: x11-fonts/ubuntu-font/Makefile
 ===
 --- x11-fonts/ubuntu-font/Makefile  (revision 315726)
 +++ x11-fonts/ubuntu-font/Makefile  (working copy)
 @@ -19,7 +19,7 @@ COMMENT=  Ubuntu font family
  LICENSE=   UFL
  LICENSE_FILE=  ${WRKSRC}/LICENCE.txt
  LICENSE_NAME=  Ubuntu Font License (UFL)
 -LICENSE_PERMS= auto-accept
 +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}

  BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
  RUN_DEPENDS:=  ${BUILD_DEPENDS}



It is more acceptable to add the actual values of _LICENSE_PERMS_DEFAULT,
rather than the variable. If _LICENSE_PERMS_DEFAULT changes, and the
defaults are not acceptable anymore for that software, then it will still
apply to the software as an acceptable license.

IMHO, if this is defined within a port, it should be marked appropriately,
at exit.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [Call for Test] [NEW PORT] deskutils/kupfer

2013-04-18 Thread Jason Helfman
On Thu, Apr 18, 2013 at 12:55 PM, nemysis nemy...@gmx.ch wrote:

 Hello

 Please test and review

 Kupfer

 Kupfer is an interface for quick and convenient access to applications
 and their documents.

 The most typical use is to find a specific application and launch it.
 We have tried to make Kupfer easy to extend with plugins so that this
 quick-access paradigm can be extended to many more objects than just
 applications.

 WWW: http://engla.github.com/kupfer/
 WWW: https://live.gnome.org/Kupfer


 Shar is here


 http://sourceforge.net/projects/nemysisfreebsdp/files/Call_for_Test/kupfer.shar


 Can't test on RedPorts because some dependencies are not packages

 https://redports.org/buildarchive/20130417195300-4684/

 Python module xdg: not found
 Could not find the python module 'xdg'


 port test, make install, make deinstall are clean

 Should i add more Options or delete options RHYTHMBOX?


Before adding OPTIONS, I would suggest trying to fix the build so it can
properly detect the module.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: ports/177336

2013-04-16 Thread Jason Helfman
On Tue, Apr 16, 2013 at 1:09 PM, Javad Kouhi javad.ko...@gmail.com wrote:

 Hello,

 Sorry for noise but I have a similar request :D
 I'm looking for another kind ports committer for
 ports/177101http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177101:D
 I'll be thankful if another ports committer could take a look at that PR.


I'm working on this, now.

Thanks!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [Call for Test] [NEW PORT] net/mobile-broadband-provider-info-20130312

2013-04-14 Thread Jason Helfman
On Sun, Apr 14, 2013 at 6:12 AM, nemysis nemy...@gmx.ch wrote:

 On Sun, 14 Apr 2013 14:03:14 +0100
 Chris Rees cr...@freebsd.org wrote:

  On 14 April 2013 13:59, nemysis nemy...@gmx.ch wrote:
   On Sun, 14 Apr 2013 13:55:30 +0100
   Chris Rees cr...@freebsd.org wrote:
  
   Did you mean to attach it? :)
  
   Chris
  
   I have attached one shar, did you not see it.
  
   here is again.
  
 
  I'm afraid attachments are scrubbed to the mailing lists.  You need to
  upload it somewhere.
 
  You should use
 
  USES=pathfix
 
  rather than the REINPLACE_CMD Makefile.in, but it looks great, thank you!
 
  Chris

 Thanks i have changed and use now

 USES=pathfix

 and shar is uploaded to


 http://sourceforge.net/projects/nemysisfreebsdp/files/Not_FreeBSD_Port/mobile-broadband-provider-info.shar

 Regards,
 nemysis


Nice work. I believe you can drop your assignment of WRKSRC, as that is the
default assignment for it.

-jgh



-- 
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [Call for Test] [NEW PORT] net/mobile-broadband-provider-info-20130312

2013-04-14 Thread Jason Helfman
On Sun, Apr 14, 2013 at 9:00 AM, nemysis nemy...@gmx.ch wrote:

 On Sun, 14 Apr 2013 08:41:44 -0700
 Jason Helfman j...@freebsd.org wrote:

  On Sun, Apr 14, 2013 at 6:12 AM, nemysis nemy...@gmx.ch wrote:
 
   On Sun, 14 Apr 2013 14:03:14 +0100
   Chris Rees cr...@freebsd.org wrote:
  
On 14 April 2013 13:59, nemysis nemy...@gmx.ch wrote:
 On Sun, 14 Apr 2013 13:55:30 +0100
 Chris Rees cr...@freebsd.org wrote:

 Did you mean to attach it? :)

 Chris

 I have attached one shar, did you not see it.

 here is again.

   
I'm afraid attachments are scrubbed to the mailing lists.  You need
 to
upload it somewhere.
   
You should use
   
USES=pathfix
   
rather than the REINPLACE_CMD Makefile.in, but it looks great, thank
 you!
   
Chris
  
   Thanks i have changed and use now
  
   USES=pathfix
  
   and shar is uploaded to
  
  
  
 http://sourceforge.net/projects/nemysisfreebsdp/files/Not_FreeBSD_Port/mobile-broadband-provider-info.shar
  
   Regards,
   nemysis
  
  
  Nice work. I believe you can drop your assignment of WRKSRC, as that is
 the
  default assignment for it.
 
  -jgh
 

 Thanks jgh

 Wnen i use in Makefile

 #WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}

 get with

 port test

 cd:
 /var/tmp/ports/usr/local/ports/local/work/net/mobile-broadband-provider-info/work/mobile-broadband-provider-info_20130312.orig:
 No such file or directory
 env: ./configure: No such file or directory

 Because is

 DISTNAME=-${PORTNAME}_${DISTVERSION}.orig

 Regards,
 nemysis



Ah, that's right. DISTNAME alters WRKSRC. What an odd distribution file
naming!

Thanks, again, and good work.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 Port: net/htpdate

2013-04-13 Thread Jason Helfman
On Sat, Apr 13, 2013 at 11:04 AM, Eddy Vervest eddy.verv...@xs4all.nlwrote:

 Hi,

 A new release is out 1.0.5!

 The master domain (clevervest.com) will soon go offline, please update

 WWW:http://www.vervest.org/**htp/ http://www.vervest.org/htp/

 and master sites

 3.http://www.vervest.org/htp/**archive/c/http://www.vervest.org/htp/archive/c/

 Regards,
 Eddy (Author of htpdate


Hi Eddy,

I've updated the port, and can take care of the commit once the tree is
open for such updates.

Thanks for the report!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [PR] Checksum error in Makefile for graphics/epdfview

2013-04-09 Thread Jason Helfman
On Tue, Apr 9, 2013 at 12:22 AM, Beeblebrox zap...@berentweb.com wrote:

 ===  Extracting for epdfview-0.1.8_4
 = SHA256 Checksum mismatch for epdfview-0.1.8.tar.bz2.

 portstree: HEAD



I just checked out HEAD, and was not able to reproduce this condition. Can
you please run:

# make distclean
# make checksum

Here is my output:
[jgh@pepper ~/workspace/ports/graphics/epdfview]$ sudo make checksum
===  License GPLv2 accepted by the user
===  Found saved configuration for epdfview-0.1.8_4
===   epdfview-0.1.8_4 depends on file: /usr/local/sbin/pkg - found
= epdfview-0.1.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch
http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.8.tar.bz2
fetch:
http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.8.tar.bz2:
No address record
= Attempting to fetch
http://mirror.slitaz.org/sources/packages/e/epdfview-0.1.8.tar.bz2
fetch: http://mirror.slitaz.org/sources/packages/e/epdfview-0.1.8.tar.bz2:
Not Found
= Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/epdfview-0.1.8.tar.bz2
epdfview-0.1.8.tar.bz2100% of  455 kB  100 kBps
= SHA256 Checksum OK for epdfview-0.1.8.tar.bz2.

Thanks!
-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Problem sending update to a port

2013-04-04 Thread Jason Helfman
On Thu, Apr 4, 2013 at 4:55 PM, Rod Person rodper...@rodperson.com wrote:

 I'm trying to send an update to the port graphics/fotoxx that I maintain.

 I've created a diff of all the changes and tried to submit it but I get
 an error that the diff file is too large. The diff is 5.9MB.  How do I
 submit such a large change?

 --
 Rod Person
 http://www.rodperson.com

 When Columbus discovered America, where were we?
   -Ignacio Ek, Maya, 1970


For a diff of this size, you should open a PR, and post a link to the diff
that you have posted at an external location.
If you don't have access to an external hosting service, you may send it to
me and I can help with this.

Example.
You may find the diff for this update here:
http://mylocation.com/files/something.diff

HTH

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: portdowngrade(CVS) deprecated - alternative for portsnap(8) usage

2013-03-06 Thread Jason Helfman
On Wed, Mar 6, 2013 at 11:15 AM, rank1see...@gmail.com wrote:

   http://forums.freebsd.org/showthread.php?p=203241
  
   Will it be transformed to checkout via SVN, only origins we need, or
 will
   it be dumped from ports tree as obsolete.
   Thanks.
  
 
  Hey,
 
  I rewrote it in sh, quite simply because I thought that c++ was insane
  for such simple code.
 
  I'm afraid it doesn't quite have the same behaviour, but it's still
  very easy to use.
 
  Please let me know if there's something you desperately miss about the
  old version.
 
  Chris
 


 Thanks for your effort!

 # portdowngrade audio/oss
 Listed all revisions
 # portdowngrade audio/oss r300895
 I've picked one from the past

 However:
 # portsnap fetch update
 Is blind to this change and fails to update it back, to it's latest
 version

 portdowngrade should also alter/update portsnap's DB


 Domagoj Smolčić


Portdowngrade always warned that portsnap would always overwrite any
altering of the origin, which I believe is still the best path. If anything
a warning should be displayed, if not already.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: GNATS now available via rsync

2013-03-04 Thread Jason Helfman
On Sun, Dec 23, 2012 at 1:51 PM, Simon L. B. Nielsen si...@freebsd.orgwrote:

 Hey,

 The GNATS database can now be mirrored using rsync from:

   rsync://bit0.us-west.freebsd.org/FreeBSD-bit/gnats/

 I expect that URL to be permanent, at least while GNATS is still
 alive. At a later point there will be more mirrors (a us-east will be
 the first) and I will find a place to publish the mirror list.

 On a side note, GNATS changes aren't mirrored to the old CVSup system
 right now, as cvsupd broke on FreeBSD 10.0, which the hosts running
 GNATS is running. There is no current plans from clusteradm@'s side to
 fix this now that an alternative way to get GNATS exists and cvsup is
 deprecated long term anyway.


I have supplied an update to reflect this change in the committers's guide
here:

http://www.freebsd.org/doc/en/articles/committers-guide/gnats.html

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Writing port makefile

2013-02-15 Thread Jason Helfman
On Thu, Feb 14, 2013 at 6:26 AM, Lars Engels lars.eng...@0x20.net wrote:

 On Wed, Feb 13, 2013 at 06:25:18PM +, Gary J. Hayers wrote:
  On 13/02/2013 17:49, Gary J. Hayers wrote:
   On 13/02/2013 15:40, Gary J. Hayers wrote:
   Thanks Lars, I am going through it slowly, it's not like the first
 port
   I ported which was fairly easy in comparison.
  
   Ok sor got that going now but after I run make I get:
   Makefile, line 19: Need an operator
   make: fatal errors encountered -- cannot continue
  
   Anyone got any thoughts? Below is my Makefile or partial anyway
  
   LICENSE=GPLv2
   LICENSE_FILE=   ${WRKSRC}/gpl.txt
  
   RUN_DEPENDS=p5-NNTPClient:${PORTSDIR}/news/p5-NNTPClient
  
   NO_BUILD=   yes
  
   do-install:
${INSTALL_SCRIPT} ${WRKSRC}/script ${PREFIX}/bin
${MKDIR} ${PREFIX}/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/doc/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/gpl.txt ${PREFIX}/doc/${PORTNAME}
  
   .include bsd.port.mk
 
  Scratch that, got it working. Many thanks all

 I would suggest that you add a trailing / to the ${INSTALL_} macros if
 you want to install into a directory, so you get an error if the
 directory does not exist, for what reason ever.


The directories will exist in this case, though. The directory is created
for docs in the installation target. It also requires perl, which will
create /usr/local/bin for the installation.

Thanks for your contribution, Gary!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Zimbra Port

2013-02-08 Thread Jason Helfman
On Fri, Feb 8, 2013 at 12:59 PM, Paul Pathiakis pathia...@yahoo.com wrote:

 Chris,

 I dug into it hard just a few days ago.

 Here's their issues:

 Like most people who are solely Linux (I'm not solely anything, 25+
 years in sysadmin, architecture, internet engineering, etc.), they don't
 understand where /opt came from and what its true, original purpose was.
 (Additional OS enhancement software - directory was created circa 1990).
 Most of the linux world believes that all additional software goes into
 /opt.

 Happily, we have nullfs but more happily, ZFS.

 ZFS creating /opt/zimbra or creating a zpool and zfs'ing it, whatever,
 solves this issue.  (In other words, poor use of auto-configuration tools
 and make variables that allow you to define a DESTDIR instead of hardcoding
 it.)  Performing a softlink or other things causes the install to totally
 blow up.

 They guy who did the attempt at FreeBSD installation, did a decent job at
 figuring this out.  Everything, performing his procedure works as almost as
 directed.

 Things that are not to be liked about it:

 He builds specific packages for the install and bundles them up with the
 install.
 He creates three packages for the install, the builddeps, rundeps and
 source.
 He then almost forces you to use these packages and his 'blessed ports
 packages that he created to get it to install correctly instead of just
 using ports.

 After all this is installed with pkg_add (I couldn't find any indication
 of pkgng work) The supporting software is installed and ready to go.

 Now, you get to the Zimbra source.  (All 3 software bundles are tar'd and
 gzip'd)  Once the ZCS is unpacked, you run install.sh in its root directory
 and away it goes.

 Once you get by some very strange errors (DNS not configured but it was,
 you have to force it to be your domain, and some other strangeness), you
 work out those few issues and find no errors in the install log(s).
 Awesome

 The last part of it is the thing starts up and integrates everything
 (This is something truly impressive:  Apache, OpenSSL (certs get gen'd) ,
 LDAP, MySqeel, Postfix, all the spam, virus, etc packages that go with a
 mail system, and on and on.  It then tells me everything is running and
 I have to connect to https://host:7071. it just hangs at that
 point  *shrug*

 I've tried debugging it and I've tried over 10 times of going over
 possible errors.  Nothing.  I tried contacting the author but there seems
 to be an access issue.

 I'll try again soon, however, my company is being built right now  so
 I have VERY, VERY LIMITED time.  (Yes, it's PC-BSD and FreeBSD based)  I
 was hoping to have a full collaboration suite for MS exchange and Outlook
 drop-in replacement and this looked very promising.  *sigh*

 P.




 
  From: Chris Rees cr...@freebsd.org
 To: Paul Pathiakis pathia...@yahoo.com
 Cc: po...@freebsd.org po...@freebsd.org
 Sent: Friday, February 8, 2013 2:23 PM
 Subject: Re: Zimbra Port

 On 29 January 2013 15:22, Paul Pathiakis pathia...@yahoo.com wrote:
  Hi,
 
  It looks like they are s close here.  Can't ports pick this up and
 put it in the collection?
 
  http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD
 
  If you look at the Zimbra site for threads there are quite few with
 people asking for Zimbra on FreeBSD.

 At a glance it's a little less trivial than picking it up and putting
 it in the collection :)

 It probably wouldn't be too difficult, but someone would need to make
 a tarball of the sources available, which may have licensing issues...
 perhaps you could ask the author how he made the packages?

 Chris


I may able to take a look at this. I was a Zimbra Administrator and have
run into a number of issues that I can solve, and maybe can work with you
on the port.

mail/zimbra or java/zimbra lol. :)

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 Port: pdftk-1.44_1

2013-02-07 Thread Jason Helfman
This has already been updated to 1.45.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


On Thu, Feb 7, 2013 at 7:32 PM, Mazsola mazs...@gmail.com wrote:

 Just wondering if this port will be updated to 1.45 anytime soon? I need a
 feature added in 1.45 and I am to computer illiterate to update the port
 myself.

 Thanks
 Mazsola
 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-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: libpqxx - Postgres client interface C++ library.

2013-02-06 Thread Jason Helfman
On Wed, Feb 6, 2013 at 11:12 AM, Krzysztof Jędruczyk 
kjedruc...@fastmail.net wrote:

  Hi!
 
  ** Port deleted on 2012-11-28: databases/postgresql-libpqxx
  Has expired: No more public distfiles
 
  I am new to FreeBsd and the ports system.  I am also doing database
  support with Postgres in this environment.
 
  libpqxx has been a very useful package and seems stable   I do not
 understand
  the Has Expired:  No more public distfiles comment as the reason
  for dropping the port?

 I just noticed the same myself, so I'd like to add my $.02

 
  databases/postgresql-libpqxx
 
  was for libpqxx-2.x.x.

 Actually this port was upgraded to pqxx 4.0 sometime in 2012 (rev
 299158)...

 
  It looks like there is a different port:
 
  databases/postgresql-libpqxx3
 
  for libpqxx-3.1. Do you require the 2.x.x instead of the 3.x ?

 This is an old one...

 
  Is there any further detail on why it was dropped.
 
  It was dropped because nobody told the ports collection where the
  libpqxx-2.x.x source can still be found. There seems to be no master site
  left anywhere ?

 Funny thing is that from what I can see it never moved anywhere and is
 accessible from exactly same master site mentioned in last revision of
 port's Makefile:

 MASTER_SITES=   http://pqxx.org/download/software/libpqxx/

 
   How does this work ? Is the pqxx.org
  obligated to update the port on a periodic basis ?
 
  No, it's not, but the source code should still be available from
  some official master site.
 
  If you know some master site for 2.x.x, tell us about it and the port
  can be resurrected.

 Just checked, the libpqxx-4.0.tar.gz available on the site matches
 sha256 in distinfo...

 Can we resurrect it then?

 --
 Best regards,
   Krzysztof Jędruczyk


Port has been restored. Thanks for the report.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: security/gnupg

2013-02-01 Thread Jason Helfman
On Fri, Feb 1, 2013 at 8:42 AM, Chris Rees utis...@gmail.com wrote:

 On 1 Feb 2013 15:34, Jerry je...@seibercom.net wrote:
 
  Many users have reported in the past that one of the problems with the
  ports system is that OPTIONS are not properly documented. Usually, if
  I spend some time, I can locate it but it is a PIA. However, with the
  security/gnupg port, I cannot find out specifically what this option
  does:
 
  [ ] STD_SOCKET  Use standard socket for agent
 
  This is off by default. Is there any advantage to activating it and
  why isn't it using a standard socket to begin with?
 
  Maybe if a port had a file name options-descr or some such thing and
  it listed each available option in the port and specifically what it
  did or how it effected the operation of the application, it would prove
  beneficial to the end use. Just my 2¢ on the matter.

 You're right, and ports will move towards more verbose option descriptions
 in the future.  However, the version dialog in older (but still supported)
 versions of FreeBSD chokes on long descriptions.  Once we are free of
 supporting older versions, longer/more descriptive descriptions will be
 possible.

 Perhaps Kuriyama-san may comment on STD_SOCKET, but my general rule of
 thumb is to customise as little as possible, so if the option isn't
 obviously what you want, just leave it as default :)

 Chris


Agreed with all of stated above, and please use the documentation as well
to see if it is noted there. Enabling the flag in the port adds
--enable-standard-socket to the CONFIGURE arguments for the ports build
process.

http://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html
--use-standard-socket--no-use-standard-socketBy enabling this option
gpg-agent will listen on the socket named S.gpg-agent, located in the home
directory, and not create a random socket below a temporary directory.
Tools connecting to gpg-agent should first try to connect to the socket
given in environment variable GPG_AGENT_INFO and then fall back to this
socket. This option may not be used if the home directory is mounted on a
remote file system which does not support special files like fifos or
sockets. Note, that --use-standard-socket is the default on Windows
systems. The default may be changed at build time. It is possible to test
at runtime whether the agent has been configured for use with the standard
socket by issuing the command gpg-agent --use-standard-socket-p which
returns success if the standard socket option has been enabled.

HTH
-jgh
___
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: Issue about adapting japanese/ruby-mecab to new options framework

2013-01-27 Thread Jason Helfman
On Sun, Jan 27, 2013 at 9:15 AM, Yasuhiro KIMURA y...@utahime.org wrote:

 Hello all,

 I adapted japanese/ruby-mecab to new options framework and sent
 following PR.

 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175258

 But after submitting I found a issue that options setting dialog is
 always displayed even if options save file is already created.

 According to the output of 'make' with '-d' option, following things
 seem to happen:

 1. PKGNAMEPREFIX variable is assigned to ja- and that causes
OPTIONSFILE variable to be expanded to /var/db/ports/ja-mecab/options.
 2. /var/db/ports/ja-mecab/options is included as options save file.
 3. PKGNAMEPREFIX is re-assigned to ja-ruby19- and that causes
OPTIONFILE to be expanded to /var/db/ports/ja-ruby-mecab/options.
 4. Options dialog is invoked and result is saved to
 /var/db/ports/ja-ruby-mecab/options.
 5. Since input and output files of options setting are different,
dialog is displayed every time 'make' is invoked.

 And below is detail:

 01. RUBY_DEFAULT_VER is assigned to 1.9 in /etc/make.conf of my
 machine.
 02. PORTNAME is assigned to mecab in japanese/ruby-mecab/Makefile.
 03. PKGNAMEPREFIX is assigned to ja- in japanese/Makefile.inc.
 04. PORT_DBDIR is assigned to /var/db/ports in Mk/bsd.port.mk.
 05. UNIQUENAME is assigned to ${PKGNAMEPREFIX}${PORTNAME}
 in Mk/bsd.port.mk.
 06. OPTIONSFILE is assigned to ${PORT_DBDIR}/${UNIQUENAME}/options
 in Mk/bsd.options.mk.
 07. Check is done if ${OPTIONSFILES} exists in Mk/bsd.options.mk.
 At this point ${OPTIONSFILES} is expanded to
 /var/db/ports/ja-mecab/options.
 So file named /var/db/ports/ja-mecab/options is checked.
 Since japanese/ruby-mecab is depend on japanese/mecab, this file
 usually exists. So this file is included as saved options file of
 japanese/ruby-mecab.
 08. PKGNAMEPREFIX is assigned with expansion (':=' is used) to
 ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} in
 japanese/ruby-mecab/Makefile.
 09. RUBY_RELVERSION is assigned to 1.9.3 in Mk/bsd.ruby.mk.
 10. RUBY_PATCHLEVEL is assigned to 327 in Mk/bsd.ruby.mk.
 11. RUBY_VERSION is assigned to ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL}
 in Mk/bsd.ruby.mk.
 12. RUBY_VER is assigned to
 ${RUBY_VERSION:C/([[:digit:]]+\.[[:digit:]]+).*/\1/}
 in Mk/bsd.ruby.mk.
 13. RUBY_SUFFIX is assigned to ${RUBY_VER:S/.//} in Mk/bsd.ruby.mk.
 14. RUBY_PKGNAMEPREFIX is assigned to ruby${RUBY_SUFFIX}- in Mk/
 bsd.ruby.mk.
 15. /usr/bin/dialog is invoked to show options setting dialog.
 16. Result of step 15 is saved to ${OPTIONSFILE}. At this point
 ${OPTIONSFILE} is expanded to /var/db/ports/ja-ruby19-mecab/options.
 So file named /var/db/ports/ja-ruby19-mecab/options is created
 and options setting is saved to it.
 17. Now options settings are saved to /var/db/ports/ja-ruby19-mecab/options
 at step 16, and it is different from the file included at step 07.
 So it cause step 01 to 16 to be repeated every time 'make' is invoked.

 And now, how should I fix this issue? Is it possible to fix it by only
 patching japanese/ruby-mecab/Makefile? Or are some changes of Mk/bsd.*.mk
 needed?

 Any suggestion is welcome.

 Best regards.

 ---
 Yasuhiro KIMURA


You could look at setting OPTIONSFILE in the ports Makefile, itself.
For instance, this is set in net/rubygem-net-ssh. Although this may not be
the exact entry, this is an example you can work with to get it to work as
it should.

OPTIONSFILE?=   ${PORT_DBDIR}/rubygem-${PORTNAME}/options

-jgh
___
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: Build log attached... fail to build deskutils/clipit

2013-01-25 Thread Jason Helfman
On Fri, Jan 25, 2013 at 10:50 AM, Jeffrey Bouquet
jeffreybouq...@yahoo.comwrote:

 Resent with the attachment which apparently did not attach, pasted below
 it (courtesy of xfw...) . Sorry for the duplicate.

 --- On Fri, 1/25/13, Jeffrey Bouquet jeffreybouq...@yahoo.com wrote:

 From: Jeffrey Bouquet jeffreybouq...@yahoo.com
 Subject: Build log attached... fail to build deskutils/clipit
 To: freebsd-ports@freebsd.org
 Date: Friday, January 25, 2013, 5:20 AM

 I'd not be too concerned, but this same error is manifested in at least
 ten or so ports that refuse to build here... consistently month after month.

 J. Bouquet

 (PS. this may be a followup to the earlier post maybe last month with the
 same error or it and another, in which case it is a duplicate of sorts...)

 2.0  -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lgthread-2.0
 -lgmodule-2.0 -pthread -lglib-2.0 -lfreetype -L/usr/local/lib
 -lfontconfig-lX11
 /usr/local/bin/ld: main.o: undefined reference to symbol
 'libintl_bindtextdomain'
 /usr/local/bin/ld: note: 'libintl_bindtextdomain' is defined in DSO
 //usr/local/lib/libintl.so.9 so try adding it to the linker command line
 //usr/local/lib/libintl.so.9: could not read symbols: Invalid operation
 collect2: ld returned 1 exit status
 gmake[2]: *** [clipit] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/deskutils/clipit/work/clipit-1.4.2/src'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/deskutils/clipit/work/clipit-1.4.2'
 gmake: *** [all] Error 2
 *** [do-build] Error code 1

 Stop in /usr/ports/deskutils/clipit.
 *** [build] Error code 1

 Stop in /usr/ports/deskutils/clipit.

 Script done on Fri Jan 25 04:42:35 2013

 ___
 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


I committed this, and tested on CURRENT, 8.3, 9.0, and 9.1 for amd64, and
i386 respectively. I didn't see this error on any of these builds.

Can you please list some more details of your system, and setup.

Thanks!
-jgh
___
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: [patch] new port games/chocolate-doom, need a bit of help

2013-01-17 Thread Jason Helfman

On Thu, Jan 17, 2013 at 06:44:44AM -0800, Jakub Lach thus spake:

OK, I sincerely hope it's last iteration, but I also believe
it's the best one so far:

https://www.dropbox.com/s/ojlhgl7qqarti8e/chocolate-doomv2.shar

(disabling opl was dropped by upstream, and option has no effect,
also a cleaner, more precise description/message.)


That worked. If you modify the last bits of the pkg-plist, I think it is
ready to go...

@dirrmtry share/icons
@dirrmtry share/applications/screensavers
@dirrmtry share/applications

Here is the new buildlog.
http://meatwad.mouf.net/rubick/tb/logs/9.0-RELEASE-amd64-FreeBSD/chocolate-doom-1.7.0.log

I would recommend to either write a patch (and submit upstream), or file a
bug, that enables/disables documentation installation. ie. PORTDOCS.

If not, that is okay, too, but it is good if the build process can respect
this.

Nice work!

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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: avr-binutils conflicts with binutils

2013-01-16 Thread Jason Helfman
On Tue, Jan 15, 2013 at 2:05 AM, Pierre DAVID pda...@gmail.com wrote:

 avr-binutils conflicts with binutils:


 --
 ===   Registering installation for avr-binutils-2.20.1_1 as automatic
 Installing avr-binutils-2.20.1_1...pkg: avr-binutils-2.20.1_1 conflicts
 with binutils-2.23.1 (installs files into the same place).  Problematic
 file: /usr/local/share/locale/da/LC_MESSAGES/bfd.mo
 *** [fake-pkg] Error code 70

 Stop in /usr/ports/devel/avr-binutils.

 === Installation of avr-binutils-2.20.1_1 (devel/avr-binutils) failed
 === Aborting update

 --

 Pierre


Maybe adding the CONFLICT to if NLS is selected, would be best?

Any thoughts on this?

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: [patch] new port games/chocolate-doom, need a bit of help

2013-01-16 Thread Jason Helfman

On Wed, Jan 16, 2013 at 03:33:00PM -0800, Jakub Lach thus spake:

Hello,

I took up where http://www.freebsd.org/cgi/query-pr.cgi?pr=161701
left, as I'm user of chocolate-doom for quite time, and was eyeing
it for a while.

Current WIP is (docs, optionng, timidity++ etc):

https://www.dropbox.com/s/jq9j16sxvrsej9w/c-doom.txt

(shar archive)

Problem is, as you can see that chocolate-doom is bend
on installing under games (see pkg-plist) if USE_AUTOTOOLS=
is hashed.

As I understand, I need auto* to actually process patched *in,
to prevent installing bins under games/.

But aclocal, autoconf etc all fail in various places. Anybody
has an idea or should I just bug upstream to update files
for fresher auto*?

I already hate auto* with passion...


I believe I have fixed the autotools portion of this, by not using it and
by altering the respective Makefile.in files in a post-patch-script target.
I added HACKING to post-install for documentation, as the rest of them
listed are already done as part of the installation.

I made some minor updates to your Makefile for the port, as well.

http://people.freebsd.org/~jgh/files/chocolate-doom.shar

It seems to work fine, and everything goes to the right place.
Let me know what you think.

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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: [patch] new port games/chocolate-doom, need a bit of help

2013-01-16 Thread Jason Helfman

On Wed, Jan 16, 2013 at 09:55:10PM -0800, Jason Helfman thus spake:

On Wed, Jan 16, 2013 at 03:33:00PM -0800, Jakub Lach thus spake:

Hello,

I took up where http://www.freebsd.org/cgi/query-pr.cgi?pr=161701
left, as I'm user of chocolate-doom for quite time, and was eyeing
it for a while.

Current WIP is (docs, optionng, timidity++ etc):

https://www.dropbox.com/s/jq9j16sxvrsej9w/c-doom.txt

(shar archive)

Problem is, as you can see that chocolate-doom is bend
on installing under games (see pkg-plist) if USE_AUTOTOOLS=
is hashed.

As I understand, I need auto* to actually process patched *in,
to prevent installing bins under games/.

But aclocal, autoconf etc all fail in various places. Anybody
has an idea or should I just bug upstream to update files
for fresher auto*?

I already hate auto* with passion...


I believe I have fixed the autotools portion of this, by not using it and
by altering the respective Makefile.in files in a post-patch-script target.
I added HACKING to post-install for documentation, as the rest of them
listed are already done as part of the installation.

I made some minor updates to your Makefile for the port, as well.

http://people.freebsd.org/~jgh/files/chocolate-doom.shar

It seems to work fine, and everything goes to the right place.
Let me know what you think.

-jgh



I did have an opportunity to run this through a build cycle, and found that
timidity++ has an issue, as timidity is already brought in by another
dependency in the build cycle and the port won't build as this is a
conflict.

Here is a link to the log:
http://meatwad.mouf.net/rubick/tb/errors/9.0-RELEASE-amd64-FreeBSD/chocolate-doom-1.7.0.log

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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: net/nss-pam-ldapd - Maintainer Timeout - ports/174384

2013-01-15 Thread Jason Helfman
On Thu, Jan 10, 2013 at 4:22 AM, John Marshall 
john.marsh...@riverwillow.com.au wrote:

 Any takers?

 12-Dec-2012  ports/174384 submitted
 12-Dec-2012  auto-assigned to maintainer
 10-Jan-2013  I sent email to maintainer and it bounced with Mailbox Full

 The PR includes a patch to update the port to the current version.

 --
 John Marshall


Thanks for following up. I've committed an update.

-jgh
___
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: Removing wrong prefix from portname

2013-01-04 Thread Jason Helfman
On Fri, Jan 4, 2013 at 1:53 PM, Chris Rees utis...@gmail.com wrote:

 On 4 Jan 2013 20:15, Ruslan Makhmatkhanov cvs-...@yandex.ru wrote:
 
  Hello,
 
  as it was discussed earlier, we should add PYTHON_PKGNAMEPREFIX (py27-,
 py32- etc) only if the port in question is the python library. If it's
 standalone application, this prefix should be omitted, because it's more
 logical and because user generally doesn't care what language needed app is
 written on.
 
  I'm particularly interested in procedure of transition wrongly prefixed
 port (security/zenmap). Package name transition is: py27-zenmap - zenmap.
 Is removing PYTHON_PKGNAMEPREFIX from port's Makefile enough? Should the
 port be rebuilt, to guarantee everything is ok? Thanks.

 You'll need to check dependencies too; Python and Perl deps should normally
 use PKGNAME.

 Rebuilding won't be necessary.

 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


From the Porter's Handbook, and bsd.python.mk, there is no distinction as
to why this should be used or not. If there is going to be a change, I
believe we should first clarify if the change is required or necessary and
then document and update any existing ports.

From our Handbook:
PYTHON_PKGNAMEPREFIX Used as a PKGNAMEPREFIX to distinguish packages for
different Python versions. Example: py24-

and from bsd.python.mk:
# PYTHON_PKGNAMEPREFIX
#   - Use this as a ${PKGNAMEPREFIX} to
distinguish
# packages for different Python
versions.
# default: py${PYTHON_SUFFIX}-

-jgh
___
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 Port: rubygem-chef-0.10.8_1

2013-01-03 Thread Jason Helfman
On Thu, Jan 3, 2013 at 6:52 AM, Renaud Chaput renc...@cocoa-x.com wrote:

 Le Wed, 2 Jan 2013 09:00:13 -0800,
 Jason Helfman j...@freebsd.org a écrit :
 
  After updating all of the aforementioned ports, I was able to build
  the update to chef to 0.10.2 successfully, and everything in the
  dependency chain required without error. The only other item I may
  recommend, is that we test chef with the latest version of
  rubygem-net-ssh (2.6.2).
 
  Please advise.
 
  Thanks!

 Hi Jason !

 I attached to this email my port for rubygem-chef-10.16.4. We deployed
 it on several hosts along as the needed dependancies updates without
 problems.

 Does it seems ok for you ?

 Renaud

 ___
 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


Hi there,

I don't see an attachment in this thread, however you can mail it to me
directly, if you wish.
Were the dependency updates the ones in the pr's, and the most recent
version of net-ssh,
or 2.2.2,2? At a minimum updating to 2.2.2,2 would be good, then it may be
easier to update it
again, as well.

Thanks for reporting back, and as soon as I can get the patch, I can start
my builds.

-jgh
___
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: 3. Updating Bash (Jerry)

2013-01-03 Thread Jason Helfman
On Thu, Jan 3, 2013 at 4:16 PM, Michael Zoon ma.z...@quicknet.nl wrote:

 Message: 3
 Date: Thu, 3 Jan 2013 08:32:49 -0500
 From: Jerry je...@seibercom.net
 To: freebsd-ports@freebsd.org, obr...@freebsd.org
 Subject: Updating Bash
 Message-ID: 20130103083249.5708bb78@scorpio
 Content-Type: text/plain; charset=UTF-8
 
 Bash is currently at Bash-Release: 4.2, patch level 42. The port's
 version is only at patch level 37, which was released on 16-Jul-2012.
 This is an important port and since the freeze is over with, I was
 wondering if this port will be updated?
 
 --
 Jerry ?

 Hi, i have send last month the port maintainer also the latest files
 To upgrade the port with latest patches.

 However some months ago there was also problems
 to get the latest patches for bash into the port system.
 Many people did jump in here to get it done.

 Digest 480 of 30-07-2012 says a lot
 Including the ones a few versions older.

 On the latest files I did send I did get no response at all
 That's why I no longer will forward patches for bash.
 But I agree that it is a important port and patches are not released for
 nothing.
 But in the end its all upon the port maintainer to do it or not.
 I really hope it not will take 6 months again to get the outdated port
 updated.

 Regards,
 Michael Zoon


 ___
 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


Can you please send this patch in as a problem report? Patches within email
can easily be overlooked, or simply forgotten, unfortunately. Having it in
our pr database is a much better tracker for us to take care of updates
and/or issues.

We hope you will continue to contribute patches to us :)

http://www.freebsd.org/send-pr.html

Thanks!

-jgh
___
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 Port: rubygem-chef-0.10.8_1

2013-01-02 Thread Jason Helfman
On Mon, Dec 31, 2012 at 6:23 PM, Jason Helfman j...@freebsd.org wrote:

 On Mon, Dec 31, 2012 at 3:48 PM, Jason Helfman j...@freebsd.org wrote:

 On Sat, Dec 29, 2012 at 10:37 AM, Jason Helfman j...@freebsd.org wrote:

 On Sat, Dec 29, 2012 at 8:17 AM, Renaud Chaput renc...@cocoa-x.comwrote:

 Hi Douglas,

 The updated Chef port for 10.16.4 is ready, I am waiting for PRs
 #173646 #173647 and #173648 to submit it, as they are needed
 dependancies.

 If you need, I can send you the patch for rubygem-chef-10.16.4.

 Renaud

 Le Fri, 28 Dec 2012 23:06:20 -0800,
 Douglas Thrift doug...@douglasthrift.net a écrit :

  Hello,
 
  Are there any plans to update to Chef 10.16.4?
 
  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
 


 I was working on updating chef with a colleagues PR's some months ago,
 and discovered that an upgraded dependency of chef (either highline or
 net-ssh, I believe it was the latter ) failed for at least one port that
 required it as a dependency. I can take a look at this again.

 The update to chef is here

 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

 and seems less of an issue compared with another pr for the update.

 -jgh

 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to
 Serve


 Ok, after updating rubygem-{highline,net-ssh} and rebuilding all ports
 that require it, I was able to build chef against version 10.12.0 that is
 from this http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

 Here is a link to the modified patch.
 http://people.freebsd.org/~jgh/files/chef.diff

 Additionally, if you apply the patches in these prs, it should be good
 for testing it out, at least.

 rubygem-highline: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173647
 rubygem-net-ssh: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171010

 The update to net-ssh was very similar to yours, however this also took
 into account the options framework updates.

 I can take a look at 173646, then I believe we will be ready to move
 forward with the chef update. Please send me the patch, and I can work on
 it.

 Thanks!

 -jgh


 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to
 Serve


 One point I forgot to mention is that rubygem-highline updated can be
 committed without any foreseeable breakage. However, rubygem-net-ssh, at
 this point, needs to be updated at the same point that rubygem-chef is
 updated, as the current rubygem-chef isn't compatible with the current
 version in the tree.

 Thanks!
 -jgh



After updating all of the aforementioned ports, I was able to build the
update to chef to 0.10.2 successfully, and everything in the dependency
chain required without error. The only other item I may recommend, is that
we test chef with the latest version of rubygem-net-ssh (2.6.2).

Please advise.

Thanks!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: www/geneweb-5.02 Outdated, Won't Compile.

2013-01-02 Thread Jason Helfman
On Wed, Jan 2, 2013 at 6:48 PM, Alex Stangl a...@stangl.us wrote:

 On Sun, Dec 30, 2012 at 08:05:58PM -0700, John Jones wrote:
  To whom it may concern:
  The port www/geneweb is severely out of date, the up to date version is
  6.06 and has been actively maintained over the last several months with
 the
  latest release being a few days ago.
  http://opensource.geneanet.org/projects/geneweb/wiki/En_home
  The current port is marked: BROKEN and will not build. the 6.06 version
  does build but requires the ocaml-camlp5 and ocaml-lablgtk2 ports to
  build/run. Please update the geneweb port to reflect this new version and
  please provide an rc script for startup on boot.

 Hi John,

 I made a similar post about a month ago, and then took over geneweb port
 maintainance to fix the breakage. I submitted an update PR a month ago:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=174068cat=
 however it's not been acted upon. I emailed a couple folks, but was
 told I need to be patient, that some committer will eventually pick
 it up.

 The system seems broken in that there is this huge backlog of
 PRs that get handled in seemingly random order. Allowing port
 maintainers to perform commits to their own ports seems a sensible fix,
 and something that svn is capable of.

 My PR 174068 was to update geneweb to 6.05 since 6.06 was not yet out.
 I included an rc script for startup, but I did not see any dependency
 upon ocaml-lablgtk2. Can you point out to me where that dependency comes
 from? Something new in 6.06, perhaps? Can you take a look at the patch
 included at the above URL and let me know what you think?

 Thanks,

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


Hi John,

Thanks very much for filing the report, but it is possible that it hasn't
been worked on
at this point due to the patch not being attached properly. I would suggest
a follow-up
to the problem report you original had posted with the patch attached as a
text file. It
appears the original patch was posted as a compressed archive.

Thanks!

-jgh
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 Port: rubygem-chef-0.10.8_1

2012-12-31 Thread Jason Helfman
On Sat, Dec 29, 2012 at 10:37 AM, Jason Helfman j...@freebsd.org wrote:

 On Sat, Dec 29, 2012 at 8:17 AM, Renaud Chaput renc...@cocoa-x.comwrote:

 Hi Douglas,

 The updated Chef port for 10.16.4 is ready, I am waiting for PRs
 #173646 #173647 and #173648 to submit it, as they are needed
 dependancies.

 If you need, I can send you the patch for rubygem-chef-10.16.4.

 Renaud

 Le Fri, 28 Dec 2012 23:06:20 -0800,
 Douglas Thrift doug...@douglasthrift.net a écrit :

  Hello,
 
  Are there any plans to update to Chef 10.16.4?
 
  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


 I was working on updating chef with a colleagues PR's some months ago, and
 discovered that an upgraded dependency of chef (either highline or net-ssh,
 I believe it was the latter ) failed for at least one port that required it
 as a dependency. I can take a look at this again.

 The update to chef is here

 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

 and seems less of an issue compared with another pr for the update.

 -jgh

 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


Ok, after updating rubygem-{highline,net-ssh} and rebuilding all ports that
require it, I was able to build chef against version 10.12.0 that is from
this http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

Here is a link to the modified patch.
http://people.freebsd.org/~jgh/files/chef.diff

Additionally, if you apply the patches in these prs, it should be good for
testing it out, at least.

rubygem-highline: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173647
rubygem-net-ssh: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171010

The update to net-ssh was very similar to yours, however this also took
into account the options framework updates.

I can take a look at 173646, then I believe we will be ready to move
forward with the chef update. Please send me the patch, and I can work on
it.

Thanks!
-jgh


--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 Port: rubygem-chef-0.10.8_1

2012-12-31 Thread Jason Helfman
On Mon, Dec 31, 2012 at 3:48 PM, Jason Helfman j...@freebsd.org wrote:

 On Sat, Dec 29, 2012 at 10:37 AM, Jason Helfman j...@freebsd.org wrote:

 On Sat, Dec 29, 2012 at 8:17 AM, Renaud Chaput renc...@cocoa-x.comwrote:

 Hi Douglas,

 The updated Chef port for 10.16.4 is ready, I am waiting for PRs
 #173646 #173647 and #173648 to submit it, as they are needed
 dependancies.

 If you need, I can send you the patch for rubygem-chef-10.16.4.

 Renaud

 Le Fri, 28 Dec 2012 23:06:20 -0800,
 Douglas Thrift doug...@douglasthrift.net a écrit :

  Hello,
 
  Are there any plans to update to Chef 10.16.4?
 
  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


 I was working on updating chef with a colleagues PR's some months ago,
 and discovered that an upgraded dependency of chef (either highline or
 net-ssh, I believe it was the latter ) failed for at least one port that
 required it as a dependency. I can take a look at this again.

 The update to chef is here

 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

 and seems less of an issue compared with another pr for the update.

 -jgh

 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to
 Serve


 Ok, after updating rubygem-{highline,net-ssh} and rebuilding all ports
 that require it, I was able to build chef against version 10.12.0 that is
 from this http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171005

 Here is a link to the modified patch.
 http://people.freebsd.org/~jgh/files/chef.diff

 Additionally, if you apply the patches in these prs, it should be good for
 testing it out, at least.

 rubygem-highline: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173647
 rubygem-net-ssh: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171010

 The update to net-ssh was very similar to yours, however this also took
 into account the options framework updates.

 I can take a look at 173646, then I believe we will be ready to move
 forward with the chef update. Please send me the patch, and I can work on
 it.

 Thanks!

 -jgh


 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


One point I forgot to mention is that rubygem-highline updated can be
committed without any foreseeable breakage. However, rubygem-net-ssh, at
this point, needs to be updated at the same point that rubygem-chef is
updated, as the current rubygem-chef isn't compatible with the current
version in the tree.

Thanks!
-jgh
___
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: Gramps 3.3.0 Final Report

2012-11-01 Thread Jason Helfman
On Wed, Oct 31, 2012 at 8:37 PM, Joseph a Nagy Jr jnagyjr1...@gmail.comwrote:

 Sent to the maintainer and to the ports list because of a complaint that
 the maintainer isn't listening to the developers.

 I encountered a bug[0] that caused GRAMPS to crash. I filed a bug report
 with the developers as the port built just fine. I got a quick response
 (surprisingly) and was pointed toward a second bug[1] with a similar
 problem and a possible solution, though that person never got back to them.

 As you can see in my bug report comments, I changed a line in the Makefile:

 -USE_BDB=43
 +USE_BDB=48

 And instead of

 echo WITH_BERKELEYDB=db43  /etc/make.conf
 echo WITH_BDB_VER=43  /etc/make.conf

 I manually changed both to:

 WITH_BERKELEYDB=db48
 WITH_BDB_VER=48

 and rebuilt py-bsddb. Gramps now works as expected. This should be
 updated in ports as soon as possible to avoid future unnecessary bug
 reports to the Gramps developers.

 [0]: http://www.gramps-project.org/bugs/view.php?id=6157
 [1]: http://bugs.gramps-project.org/view.php?id=5833#c24451


Are you interested in taking over maintainership of this port? It seems the
current maintainer
is no longer interested in maintaining the port.

Please send me a diff, reply with a diff, or open a pr, and we can get this
fix in.

Thanks!
-jgh
___
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: Having problems downloading source from Sourceforge

2012-10-25 Thread Jason Helfman
On Thu, Oct 25, 2012 at 2:37 PM, Paul Schmehl pschmehl_li...@tx.rr.comwrote:

 I decided to work on a new port - phpwhois.  But I can't seem to get this
 thing to download no matter what I try.

 It's located at Sourceforge. http://sourceforge.net/**
 projects/phpwhois/files/**phpwhois/http://sourceforge.net/projects/phpwhois/files/phpwhois/
 

 When I run make makesum, I get tons of Moved temporarily errors.

 I've tried SF as the master site, I've tried master_site_subdir.  I've
 tried pointing to the url directly.  Nothing works.  What am I missing?  I
 can download the file directly with no problem, but that won't help build a
 port for it.


I have found with SF it is best to refer to the direct link for
specifying of the MASTER_SITE directive. In a quick glance, it appears that
is the case here, as well.

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


[HEADS UP] Removal of www/tomcat55

2012-10-18 Thread Jason Helfman
Hello,

I've recently committed an update to www/tomcat55, that will more than
likely be the last release within the Apache Tomcat 5.x branch soon to
be considered EOL [1].

It is on a deprecation path, and is scheduled for removal from the
portstree in 2 1/2 months (December 31, 2013), however with the delay of
this mail I will be pushing the removal to January 31, 2013.

You must upgrade your tomcat installation to newer branch (6.x or 7.x)
which are currently available in ports tree.  All support for tomcat 5.x
branch will be removed from applicable ports prior to removal from the
portstree.

[1] - http://tomcat.apache.org/tomcat-55-eol.html

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve

   Hello,

   I've recently committed an update to www/tomcat55, that will more than

   likely be the last release within the Apache Tomcat 5.x branch that
   will

   soon be considered EOL [1].

   It is on a deprecation path, and is scheduled for removal from the
   portstree in 2 1/2 months (December 31, 2013), however with the delay
   of
   this mail I will be pushing the removal to January 31, 2013.
   You must upgrade your tomcat installation to newer branch (6.x or 7.x)
   which are currently available in ports tree. ??All support for older
   tomcat 5.x branch will be removed from applicable ports.
   [1] - [1]http://tomcat.apache.org/tomcat-55-eol.html
   -jgh
   --
   Jason Helfman  | FreeBSD Committer
   j...@freebsd.org | [2]http://people.freebsd.org/~jgh?? | The
   Power to Serve

References

   1. http://tomcat.apache.org/tomcat-55-eol.html
   2. http://people.freebsd.org/%7Ejgh


pgpbKpVfey3Wm.pgp
Description: PGP signature


[HEADS UP] Removal of www/tomcat55

2012-10-18 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I've recently committed an update to www/tomcat55, that will more than
likely be the last release within the Apache Tomcat 5.x branch soon to
be considered EOL [1].

It is on a deprecation path, and is scheduled for removal from the
portstree in 2 1/2 months (December 31, 2013), however with the delay of
this mail I will be pushing the removal to January 31, 2013.

You must upgrade your tomcat installation to newer branch (6.x or 7.x)
which are currently available in ports tree.  All support for tomcat 5.x
branch will be removed from applicable ports prior to removal from the
portstree.

[1] - http://tomcat.apache.org/tomcat-55-eol.html

- -jgh

- --
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJQgN6zAAoJECBZmmNBUNPcbFUH/RdSU6kVTrcH0xqhbU72vDfx
1rFT1gaGFhmkewYSNrkPxrvWW4f7fFwoyV0rp5AxXZHBrxAlDAsLT10XZ0d2OtUp
89vBoQK/ZTNRMTIV0aDOmAMoBPzKKLrXZAeyOv/l65gMiKKl47YYcjc1T7qdN2KQ
kbslUPVpRthYXnFWMLNj8VMQi2hbgdTohGIbc+HuGPvnNljpgaiepWJXsN7kylFg
T0d9w/ZIXax69ZqtkbUQ2R70ANX4EbJ23w4s4rh28Y2u75EIaYN2GwIma4+Meolt
y2d8R7KRMdobLLsxJ7oJFq0HCHbQUlK+pzZzKXSOotUbqiinFiAcLzrWu8AIxco=
=qYgx
-END PGP SIGNATURE-
___
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 OPTIONS structure - deselect all

2012-10-05 Thread Jason Helfman
On Fri, Oct 5, 2012 at 8:52 PM, Paul Schmehl pschmehl_li...@tx.rr.comwrote:

 I'm working on updating the barnyard2 port, and I'm changing the port to
 use the new OPTIONS structure.  It seems no matter what I do, the first
 port OPTION is automatically selected.

 I've tried OPTIONS_DEFAULT=, OPTIONS_DEFAULT= none, and not using
 OPTIONS_DEFAULT at all.  I do not want the first OPTION selected.  I want
 them all deselected so the person installing can choose the appropriate
 ones for their situation.

 What's the secret sauce for this?  I've looked through bsd.options.mk,
 but I can't see it.

 Paul Schmehl, Senior Infosec Analyst
 As if it wasn't already obvious, my opinions
 are my own and not those of my employer.
 *
 It is as useless to argue with those who have
 renounced the use of reason as to administer
 medication to the dead. Thomas Jefferson
 There are some ideas so wrong that only a very
 intelligent person could believe in them. George Orwell

 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 


If you want no option selected, you would define them all, and set nothing
for OPTIONS_DEFAULT

Here is an example.

OPTIONS_SET=  OPTION1 OPTION2
OPTIONS1_DESC= My first option
OPTIONS2_DESC= My second option

.if ${PORT_OPTIONS:MOPTION1}
do something
.endif

Additionally, the documentation on Options in the Handbook has been updated
and should be helpful, as well. If it isn't we can clean it up.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#AEN2666

HTH

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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 OPTIONS structure - deselect all

2012-10-05 Thread Jason Helfman
On Fri, Oct 5, 2012 at 10:19 PM, Jason E. Hale jh...@freebsd.org wrote:

 On Friday, October 05, 2012 22:07:40 Jason Helfman wrote:
  OPTIONS_SET=  OPTION1 OPTION2
 
 That should be OPTIONS_DEFINE= OPTION1 OPTION2
 OPTIONS_SET should only be used in /etc/make.conf to set global options.

 - Jason


Ah, yes. Mixed them up. Thanks.

-jgh
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: x11/xdialog: bad WWW link in Makefile

2012-10-04 Thread Jason Helfman
On Tue, Jul 31, 2012 at 10:00 AM, Jason Helfman j...@freebsd.org wrote:

 On Tue, Jul 31, 2012 at 03:46:51AM -0400, Thomas Mueller thus spake:

  I noticed an update to x11/xdialog on
 http://www.freshports.org/**commits.phphttp://www.freshports.org/commits.php:

 I ran portsnap fetch update , x11/xdialog/Makefile showed

 MASTER_SITES=   
 http://thgodef.nerim.net/**xdialog/http://thgodef.nerim.net/xdialog/\
http://xdialog.free.fr/

 The first of these is no good, but the second (xdialog.free.fr) is good.
 thgodef.nerim.net and nerim net both fail even with nslookup: invalid
 domains.

 Tom


 Thanks for the report. I've submitted a pr for this.

 -jgh


Committed!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
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: Dropping maintainership of devel/allegro and devel/allegro-devel

2012-08-16 Thread Jason Helfman

Following the top-posting :(

Pierre-Jacques - Naram no longer maintains these ports. Would you like me to
assign maintainer-ship to you?

Thanks!

-jgh

On Thu, Aug 16, 2012 at 11:19:27AM +0200, Pierre-Jacques MIMIFIR thus spake:

Dear Naram,

If you're interested.
I can make a new update for these two ports, maybe in next 2 weeks, the
taget will probably is 4.4.2.

Best Regards,
Pierre-Jacques MIMIFIR

2012/8/16 Jason Helfman j...@freebsd.org


-- Forwarded message --
From: Ruslan Mahmatkhanov cvs-...@yandex.ru
Date: Wed, Aug 15, 2012 at 9:56 PM
Subject: Re: Dropping maintainership of devel/allegro and
devel/allegro-devel
To: Naram Qashat cyberb...@cyberbotx.com
Cc: freebsd-ports@freebsd.org


Naram Qashat wrote on 16.08.2012 04:41:

 I've realized that ever since I took over maintaining these two ports, I

haven't kept them maintained.  I am wanting to drop these two ports, if
anyone else wishes to become their maintainers, I am perfectly fine with
it.

Thanks,
Naram Qashat



Done.

--
Regards,
Ruslan

Hi,

I just noticed that you put a new port in for a similarly dropped
maintainership of the ports
in the subject.
Would you be interested in maintaining these?

Thanks!
-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh





___
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



--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: [Full-disclosure] nvidia linux binary driver priv escalation exploit

2012-08-09 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Aug 08, 2012 at 01:08:17PM +, Alexey Dokuchaev thus spake:
On Wed, Aug 08, 2012 at 08:38:43AM -0400, Wesley Shields wrote:
 On Wed, Aug 08, 2012 at 10:34:06AM +, Alexey Dokuchaev wrote:
  VuXML entry will have to follow separately, as it is unclear whether new
  CVE number will be assigned or not.

 You can do the VuXML without a CVE for now and update it when/if one is
 assigned.

True...  I will commit VuXML together with legacy drivers update.

./danfe

cve has been assigned CVE-2012-4225.

http://seclists.org/oss-sec/2012/q3/196

- -jgh

- -- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJQI/ygAAoJECBZmmNBUNPcqVQH/1Byigv/1GDHgPBcKoeSM6q6
vO9haSrhvoIFxYQTWe459T1BgYjoawWG8TnKJL71JamG/amP0PC4tFn0z1U84r8D
C40W0vTCSuuXz9t2QfssClzcEhqr+XmvcJxqUQC9acIzvKt0gTOwPgMStD/Hj1X4
e+L+hYmqlUMXDaqNdstSwKjhJ764EH9AUCEVZ80Zxd+uHy0H03h2ExJ8hX2OgWfy
0zZ9uXP5n16g6cQdW99+TPPk9BYvqRv01SaizhcrhRyWrZMySgiwEySEWdJ1FOXo
K9VZ2LMZzTu5FWmGY7xvsXSEs4eHMod8caqE9mN2ulvTE9cIA4dy5PNu7JT6uHA=
=oTeK
-END PGP SIGNATURE-
___
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 change docdir in port Makefile?

2012-08-06 Thread Jason Helfman
On Mon, Aug 6, 2012 at 8:36 PM, HU Dong itechb...@gmail.com wrote:

 Hi, all. I'm making a new port. It uses GNU configure to generate a
 GNU Makefile. But it set DOCSDIR to
 ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} instead
 of ${PREFIX}/share/doc/${PORTNAME}:

 ***
 docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
 ***

 I've tried post-patch, but it didn't help, cause post-patch phase is
 earlier than the time when GNU Makefile is generated. So how to modify the
 GNU Makefile to correct this problem?

 B.R.
 HU Dong


If it is generated from, I assume a Makefile.in, or similar file, try
patching that file. Then your change
should follow. I had to take this approach for deskutils/virt-manager
recently for NLS location
change.

Hope this helps.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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: x11/xdialog: bad WWW link in Makefile

2012-07-31 Thread Jason Helfman

On Tue, Jul 31, 2012 at 03:46:51AM -0400, Thomas Mueller thus spake:

I noticed an update to x11/xdialog on
http://www.freshports.org/commits.php :

I ran portsnap fetch update , x11/xdialog/Makefile showed

MASTER_SITES=   http://thgodef.nerim.net/xdialog/ \
   http://xdialog.free.fr/

The first of these is no good, but the second (xdialog.free.fr) is good.
thgodef.nerim.net and nerim net both fail even with nslookup: invalid domains.

Tom



Thanks for the report. I've submitted a pr for this.

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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 CFT] pkg 1.0rc1 and schedule

2012-07-14 Thread Jason Helfman
On Fri, Jul 13, 2012 at 1:41 PM, Peter Wemm pe...@wemm.org wrote:

 On Fri, Jul 13, 2012 at 5:14 AM, Fbsd8 fb...@a1poweruser.com wrote:
  What I want to know is this new pkg system going to remove the
 requirement
  of having the complete ports tree on my system?
 
  What I am looking for in an port system, is to install a port and any
 files
  needed for the parent port and its dependents to automatically be
  downloaded. So in the end my system ports tree only contain the files
 used
  to install the ports I use and their dependents.

 That is precisely what pkgng is for.

 At the risk of over-simplifying:
 * Generally eliminate the need for having /usr/ports installed for end
 user consumers of freebsd if you have no desire to compile ports with
 custom options.
 * Generally eliminate the need for layers over the top of pkg* like
 portupgrade/portmaster/portmanager for those people.
 * Play nicely with people who *are* building some (or all) of their
 packages from /usr/ports.
 * Provide enough look and feel compatibility with the old pkg_* tools
 so people will feel enough at home.
 * Assimilate an existing pkg_* machine.
 * Store complete metadata so that going foward we have much better
 support for package sets - eg: package repositories with custom
 options that play nicely with official packages.
 * Be extensible so that we can add to it as we go forward.

 In the new world order, things like portupgrade and portmanager tend
 to be used to manage interactions between personally build ports from
 /usr/ports and external binary packages.  If you continue to build
 from /usr/ports, the only thing that changes is bsd.port.mk uses a
 different command to register a package and you still use
 portupgrade/portmaster/whatever to orchestrate your personal package
 rebuilding.  (Well, portmaster does if you apply the simple patch to
 it).

 pkg-1.0 is primarily an infrastructure change.   Instead of metadata
 being stored in discrete +FOO and +BAR files in a .tgz file, it is
 stored in a structured, extensible file.  Instead of an incomplete set
 of metadata being stored in /var/db/pkg/* and having to be augmented
 by reaching over to /usr/ports/*, a full set of data is stored in a
 .sqlite file.  Instead of version numbers being baked into the package
 name as an ascii string, the package system uses version numbers as
 first class metadata.

 In reality, not much will change at the switch throwing, except that
 of having good reason to be afraid of pkg_add -r, you'll be able to
 reasonably expect it's replacement (pkg install) to work.  And a bunch
 of people who have a /usr/ports tree will suddenly wonder why they
 even have it there at all.  It becomes incredibly convenient and fast
 to use packages.

 --
 Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com;
 KI6FJV
 All of this is for nothing if we don't go to the stars - JMS/B5
 If Java had true garbage collection, most programs would delete
 themselves upon execution. -- Robert Sewell


I am by no means speaking for the pkgng direction, goal or for portmgr, but
I thought that
this thread message spoke to the goal pretty clearly for me.

http://lists.freebsd.org/pipermail/freebsd-ports/2012-June/076395.html

If this is in fact the case, I don't know if this is documented anywhere.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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 Port: mailgraph-1.14_5

2012-07-14 Thread Jason Helfman
On Sat, Jul 14, 2012 at 7:34 PM, Jonah Meissner jonah.meiss...@gmail.comwrote:

 I think when I did a make reinstall the port wrote over my database. Could
 you check to ensure it doesn't do that for future updates I may run.
 Thanks.


What do you mean by wrote over your database? Did it write over this
entry in the database, or your entire database?

Make reinstall forces a package to re-register, by doing the following:
${MAKE} -DFORCE_PKG_REGISTER install

-jgh
___
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 Port: php-libawl-0.51

2012-07-10 Thread Jason Helfman
On Tue, Jul 10, 2012 at 4:15 PM, Maurice Castro maur...@castro.aus.netwrote:

 Hi Cristiano,
 Andrew McMillan has contacted me regarding upgrading the Davical
 port to 1.1.1; this port needs libawl 0.53. Are you in a position to update
 your port to the current version?

 Many Thanks
 Maurice Castro___
 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


I've taken the port update for davical, and put in a pr to update
php-libawl to 0.53.

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169777

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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


oracle ports - 8, 9, 10, 11... oh my

2012-07-05 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello All,

I have just committed the oracle jdbc drivers for 10g and 11g databases, and
was curious what the support is for 8g, and curious if it is something we
could consider deprecating from the tree. I am uncertain as to the support
for 9. Any feedback on this matter would be great.

Our current jdbc drivers are:

jdbc-oracle8i
jdbc-oracle9i
jdbc-oracle10g
jdbc-oracle11g

Many Thanks!

- -jgh

- -- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJP9cr8AAoJECBZmmNBUNPct4UH/1VwY5vU+4pSuVZJQ0HPElbs
wpKAmOFWf2bBK4lv/4FOVxBUBMABHcf3WiXpOqYXE0SB5Z5V2KNG4muXT7kZVKJo
6BVFNX4fdIWvwE0k4h/qLL0AuDOoQYtwM0aMF92tPjmpwV4hpmurCxdJy8jH52Gd
C5YRKR5DnuPNH27mFKhq3mJumBFr72+StQv8+7LkKnUTKyaDvt9pW3MHrdtiXZvS
MXiv3x0YURJ1ir2ZTUXJmNZx2uYwIAxWF/4LMU+e7I0cQ4oE0l5+VWr1ni2xQdv/
RT6QzBIQyBJSsCtfY0v/2e6JkcGmftC4CLrmkFvq5iRNJoDtvqWr45ptRlgc2mI=
=yrsr
-END PGP SIGNATURE-
___
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: [HEADS UP] Ports tree migration to Subversion

2012-06-27 Thread Jason Helfman

On Wed, Jun 27, 2012 at 02:47:34PM -0700, Kevin Oberman thus spake:

On Wed, Jun 27, 2012 at 10:30 AM, Thomas Abthorpe tabtho...@freebsd.org wrote:

The FreeBSD ports tree will migrate from CVS to Subversion soon. The
anticipated date for the migration is July 14th. This will have no impact
for ports tree users as there will be a SVN to CVS exporter.

Please note that cvsup will still work after the migration. Nevertheless
c(v)sup is pretty dated so you may want to see if portsnap(8) will fit your
needs.

Beat and Thomas
on behalf of portmgr@

http://blogs.freebsdish.org/portmgr/2012/06/27/ports-tree-migration-to-subversion/


While portsnap has several advantages over csup, it is unusable in my
case because I have always maintained local mods to ports in the ports
tree and portsnap neatly removes them. I may move to using svn to
maintain my own copy of the tree and update the working directory
where I can keep my customizations.


You may want to look at the manpage for portsnap.conf and see how
advantageous it may be to use the REFUSE option.

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: Need advice on a problems with the Django CMS port

2012-06-20 Thread Jason Helfman

On Thu, Jun 21, 2012 at 12:14:12AM -0500, Scot Hetzel thus spake:

On Wed, Jun 20, 2012 at 11:38 PM, xenophon\+freebsd
xenophon+free...@irtnog.org wrote:

Hi all,

I maintain the Django CMS port (www/py-django-cms).  I could use some
advice on the following problem both from other maintainers and from
other users of the ports tree:

Django CMS requires a database backend, which it accesses through the
Django web app framework.  The Django port (www/py-django) doesn't
include database support by default.  If someone naively runs cd
/usr/ports/www/py-django-cms; make install, Django CMS won't work
properly because of the missing database drivers.  The Django port does
have knobs for PostgreSQL, MySQL, and SQLite, but those knobs don't
affect what bits of Django get installed.  All the knobs do is add
databases/{py-psycopg2,py-MySQLdb,py-sqlite3} to the Django package's
RUN_DEPENDS.  As I see it, I have the following options:


:

(c) I could add knobs to the Django CMS port similar to those found in
the Django port (i.e., add to RUN_DEPENDS if knob is set) -
functionally, it doesn't matter which port pulls in the required
database drivers.  This is probably the most user friendly, in that a
single run of make install will result in a working version of Django
CMS.

I think option (c) is the best, but I'd love to hear what the community
thinks.


Option C would be the best, as the port depends on a database (MySQL,
PostgreSQL or SQLite).

I believe the following would work with the new options framework:

OPTIONS_MULTI=  DATABASE
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE

OPTIONS_DEFAULT=SQLITE

.include bsd.port.options.mk

.if ${PORT_OPTIONS:MMYSQL}
RUN_DEPENDS+=   
${PYTHON_PKGNAMEPREFIX}MySQLdb=1.2.2:${PORTSDIR}/databases/py-MySQLdb
.endif

.if ${PORT_OPTIONS:MPGSQL}
RUN_DEPENDS+=   
${PYTHON_SITELIBDIR}/psycopg2/_psycopg.so:${PORTSDIR}/databases/py-psycopg2
.endif
.if ${PORT_OPTIONS:MSQLITE}
RUN_DEPENDS+=   
${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
.endif
:
:
.include bsd.port.mk

Scot


At a minimum, I would suggest to also include an applicable client in each
case as well, that is, if they aren't included in the software or the
dependency tree.

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: INDEX build failed for 7.x

2012-06-18 Thread Jason Helfman

On Mon, Jun 18, 2012 at 07:16:55PM +, Erwin Lansing thus spake:

INDEX build failed with errors:
Generating INDEX-7 - please wait../nonexistentlocal/bin/bash: No such file or 
directory
=== net-mgmt/zenoss failed
*** Error code 1
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
1 error

Committers on the hook:
beat garga jgh jpaetzel osa sunpoet


This should be fixed, now.

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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] UNIQUENAME patches

2012-06-14 Thread Jason Helfman
/148637

I humbly suggest to move this PR to an open state.

Great work, Matthew!

Thanks!
- -jgh


- -- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJP2m5pAAoJECBZmmNBUNPcmoEIAJdkYJ+BnpttWtENMZffrCbc
VRHQWV47DmqNGW38KxuWzs1M0yoyD319vJ+5Znr14+IcrIww4iDoDNpsvjAw1NWC
xS4BrXL3g0Uh8CL2QQzM3m1Rx9Zb7JBHERiJxBidVESrNSaRrLDlT9vbWd9Liz9r
2qh1g9z22PiMhtlDqU9WWzU3Nq1HW4OR2AFjv6SuW5Va6CRRvgJIPkL0vUoK+QKH
Lhz4DaIzYq09ScN2kYLD+MSWuLRHzGSMtLzwVUwJSvyp5w5AMC9UoNwoaTt7RPZd
GubpGf6wy1r9quPB77Cj6RFq9DqqZN9EetspwxS9y8xshX671uKPBRtwS3PcYI8=
=7R9I
-END PGP SIGNATURE-
___
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: NOPORTDOCS and NOPORTEXAMPLES

2012-06-10 Thread Jason Helfman
 So references to NOPORTDOCS should be replaced with references to
 PORT_OPTIONS:MDOCS now?  Why that but not NOPORTEXAMPLES?

You can use PORT_OPTIONS:MEXAMPLES for this case.

I believe I did this recently in www/flot

-jgh


___
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: NOPORTDOCS and NOPORTEXAMPLES

2012-06-10 Thread Jason Helfman
 On Sun, 10 Jun 2012, Jason Helfman wrote:

 So references to NOPORTDOCS should be replaced with references to
 PORT_OPTIONS:MDOCS now?  Why that but not NOPORTEXAMPLES?

 You can use PORT_OPTIONS:MEXAMPLES for this case.

 I believe I did this recently in www/flot

 But only after bsd.port.options.mk is included.  Here's what I was
 trying to do:

 .if ${PORT_OPTIONS:MDOCS}
 OPTIONS_DEFINE+=REFDOCS
 REFDOCS_DESC=   Install the reference documents
 OPTIONS_DEFAULT+=   REFDOCS
 .endif

 .if ${PORT_OPTIONS:MEXAMPLES}
 OPTIONS_DEFINE+=EXAMPLES
 EXAMPLES_DESC=  Install the example code
 OPTIONS_DEFAULT+=   EXAMPLES
 .endif

 .include bsd.port.options.mk

 ...which doesn't work because DOCS and EXAMPLES don't exist yet.



True. I should've mentioned some updated documentation here regarding
options, if you didn't know about it already:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html

If anything doesn't make sense please raise the issue, and possibly send
in a documentation patch if you have time. White space patch doesn't count
;)

-jgh


___
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: skipping a mirror

2012-06-09 Thread Jason Helfman
On Fri, Jun 8, 2012 at 11:10 PM, Eitan Adler li...@eitanadler.com wrote:

 On 8 June 2012 22:21, Warren Block wbl...@wonkity.com wrote:
  Is there an easy way to skip a particular distfile mirror that, say,
 wants
  to timeout forever for Gnome files?

 try adding RANDOMIZE_MASTER_SITES= yes to /etc/make.conf as well.



I love this port!
http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/fastest_sites/

Parses bsd.sites.mk, and uses it to generate data for fastest mirrors, then
uses it
for installations :)

-jgh


--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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: make index shows missing port directory

2012-06-08 Thread Jason Helfman

On Fri, Jun 08, 2012 at 08:09:08PM +0200, Palle Girgensohn thus spake:

Chris Rees skrev:

On 8 June 2012 08:15, Alfred Bartsch bart...@dssgmbh.de wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,


...

Adding this missing entry to the portstree should solve this issue.
To avoid such problems in the future, it would IMHO be preferable to
have only one port (/usr/ports/databases/p5-DBD-mysql), which is able
to handle all mysql versions, similar to p5-DBD-Pg.


Actually, I'm looking at moving p5-DBD-Pg to versioned ports, since it
is less unpredictable to install a versioned port, the autodetection
logic is messy and packages are not built for any but the default
version.

Chris


That is partly true, but it is also strange to have a versioned port
where there is no difference other than the dependency?



With this, we could technically use the new options framework with SINGLE
methodology, and append a suffix of the version, and claim stake on the
version required for the version selected.

Is there any advantage to having more then one port for this, or can
consolidating into one port not be done based on other factors?

-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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: Zenoss Port Web-UI seems incomplete

2012-06-06 Thread Jason Helfman

On Wed, Jun 06, 2012 at 04:59:16PM +0400, Ruslan Mahmatkhanov thus spake:

Kaya Saman wrote on 06.06.2012 16:54:

Everything went through fine and am up online!


Glad to see.


Would I be able to make one slight request here though?


If the port could be updated from version 3.1.0 to 3.2.x (the latest)??

 I'd really appreciate that!

I added zenoss port maintainer to discussion. He is a right person to
asking questions like this :).

--
Regards,
Ruslan



Glad to hear this is working out for you! I just verified myself here that
it did work.

Attached is a patch for the upgrade to 3.2.0. As I understand it, 4.0 is
coming out, and having any preliminary results would be great for moving to
this release.

There was an issue internally that was preventing the port from being
updated that we were researching. A pr enlightening us, and we are
now testing the upgrade procedure, but if you would like to try this
preliminary patch, you are more then welcome to. If you are able to, we
would be very interested, as well, in any issues or success you may have with
zenoss, or any zenpacks in the portstree.

Keep in mind, the upgrade for Zenoss is really unsafe, at the moment.
We are working with upstream in achieving a safe make process.

The port does make/install as part of the building process.

I am also going to discuss with Phil moving the maintainership to
zen...@experts-exchange.com, which I am a part of, as well.

We've already discussed setting up an online group for community involvement,
as well. If anyone has any thoughts on this, we would love to hear them.

Very excited that we have a growing FreeBSD Zenoss community!

cc: zenoss, myself

Thanks!
-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
Index: Makefile
===
RCS file: /home/pcvs/ports/net-mgmt/zenoss/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile16 May 2012 17:24:23 -  1.2
+++ Makefile6 Jun 2012 17:07:45 -
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=  zenoss
-PORTVERSION=   3.1.0
-PORTREVISION=  1
+PORTVERSION=   3.2.0
 CATEGORIES=net-mgmt java
-MASTER_SITES=  
SF/${PORTNAME}/${PORTNAME}-3.1/${PORTNAME}-${PORTVERSION}:source1 \
+MASTER_SITES=  
SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}:source1 \
http://dev.sencha.com/deploy/:source2
 DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source1 \
JSBuilder2.zip:source2
Index: distinfo
===
RCS file: /home/pcvs/ports/net-mgmt/zenoss/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo21 Jul 2011 16:55:07 -  1.1
+++ distinfo6 Jun 2012 17:07:45 -
@@ -1,4 +1,4 @@
-SHA256 (zenoss-3.1.0.tar.gz) = 
a37b6b3acb820e420e863657cd14eca87ef3f23a10ee9b51e2563537aadd4662
-SIZE (zenoss-3.1.0.tar.gz) = 105896128
+SHA256 (zenoss-3.2.0.tar.gz) = 
5a2843d9ff23024e75aaf07ed2e023a174873a048560f83115fc338eadaab51e
+SIZE (zenoss-3.2.0.tar.gz) = 106156572
 SHA256 (JSBuilder2.zip) = 
71948305d1d89a7952fdd43a5f59bdc99c2acca785b5636f4eae6d76e8dcd07a
 SIZE (JSBuilder2.zip) = 870364
Index: pkg-plist
===
RCS file: /home/pcvs/ports/net-mgmt/zenoss/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist   21 Jul 2011 16:55:07 -  1.1
+++ pkg-plist   6 Jun 2012 17:07:45 -
@@ -130,6 +130,7 @@
 %%ZENHOME%%/Products/Jobber/zenjobs.py
 %%ZENHOME%%/Products/LICENSE.txt
 %%ZENHOME%%/Products/ZenCollector/__init__.py
+%%ZENHOME%%/Products/ZenCollector/DeviceConfigCache.py
 %%ZENHOME%%/Products/ZenCollector/config.py
 %%ZENHOME%%/Products/ZenCollector/daemon.py
 %%ZENHOME%%/Products/ZenCollector/interfaces.py
@@ -267,6 +268,8 @@
 %%ZENHOME%%/Products/ZenHub/PBDaemon.py
 %%ZENHOME%%/Products/ZenHub/XmlRpcService.py
 %%ZENHOME%%/Products/ZenHub/__init__.py
+%%ZENHOME%%/Products/ZenHub/ServiceTester.py
+%%ZENHOME%%/Products/ZenHub/notify.py
 %%ZENHOME%%/Products/ZenHub/services/Beat.py
 %%ZENHOME%%/Products/ZenHub/services/CommandConfig.py
 %%ZENHOME%%/Products/ZenHub/services/DiscoverService.py
@@ -279,15 +282,16 @@
 %%ZENHOME%%/Products/ZenHub/services/RRDImpl.py
 %%ZENHOME%%/Products/ZenHub/services/RRDService.py
 %%ZENHOME%%/Products/ZenHub/services/SnmpPerfConfig.py
+%%ZENHOME%%/Products/ZenHub/services/SnmpTrapConfig.py
 %%ZENHOME%%/Products/ZenHub/services/StatusConfig.py
 %%ZENHOME%%/Products/ZenHub/services/ThresholdMixin.py
-%%ZENHOME%%/Products/ZenHub/services/TrapService.py
 %%ZENHOME%%/Products/ZenHub/services/ZenRender.py
 %%ZENHOME%%/Products/ZenHub/services/__init__.py
 %%ZENHOME%%/Products/ZenHub/tests/TestService.py
 %%ZENHOME%%/Products/ZenHub/tests/__init__.py
 %%ZENHOME%%/Products/ZenHub/tests/testRRDImpl.py
 %%ZENHOME%%/Products/ZenHub/tests/testZenHub.py

Re: Zenoss Port Web-UI seems incomplete

2012-06-06 Thread Jason Helfman
)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:09 INFO ZServer HTTP server started at Wed Jun  6 15:55:09 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:09 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:15 INFO ZServer HTTP server started at Wed Jun  6 15:55:15 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:16 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:23 INFO ZServer HTTP server started at Wed Jun  6 15:55:23 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:23 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:31 INFO ZServer HTTP server started at Wed Jun  6 15:55:31 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:32 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:41 INFO ZServer HTTP server started at Wed Jun  6 15:55:41 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:41 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'
--
2012-06-06T15:55:51 INFO ZServer HTTP server started at Wed Jun  6 15:55:51 2012
   Hostname: 0.0.0.0
   Port: 8080
--
2012-06-06T15:55:52 ERROR zc.lockfile Error locking file
/usr/local/zenoss/var/Data.fs.lock; pid=UNKNOWN
Traceback (most recent call last):
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
76, in __init__
   _lock_file(fp)
 File /usr/local/zenoss/lib/python/zc/lockfile/__init__.py, line
59, in _lock_file
   raise LockError(Couldn't lock %r % file.name)
LockError: Couldn't lock '/usr/local/zenoss/var/Data.fs.lock'



Trying to start the service comes up with this error:


./zopectl -C /usr/local/zenoss/etc/zopectl.conf restart
Traceback (most recent call last):
 File /usr/local/zenoss/zopehome/zopectl, line 5, in module
   from pkg_resources import load_entry_point
ImportError: No module named pkg_resources



Regards,


Kaya


How are you accessing the system? What port?
I have set it up locally, and can access it on port 8080:

http://localhost:8080

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: Zenoss Port Web-UI seems incomplete

2012-06-06 Thread Jason Helfman

On Wed, Jun 06, 2012 at 10:03:20PM +0400, Ruslan Mahmatkhanov thus spake:

Kaya Saman wrote on 06.06.2012 21:55:

[...]

How are you accessing the system? What port?
I have set it up locally, and can access it on port 8080:

http://localhost:8080

-jgh


That is exactly how I set it up which should actually just be this by
default


When I had the service started initially I used:

service zenoss start

(just to add here: I didn't know that one could use the 'service'
command on FreeBSD and thought it was only RPM based Linux centric)


It was added since 8.3 if I recall correctly. It's the same that if you
run it as /usr/local/etc/rc.d/zenoss start.


I noticed that some of the other daemons hadn't started so I decided to
reboot.

Running /usr/local/etc/rc.d/zenoss stop/start after the restart still
didn't get the web-ui functioning??


Why you starting it manually? As far I understand you added
zenoss_enable=YES into /etc/rc.conf, so it should start automatically
on boot.


so I took the errors in the logs and posted here.

Am confused!


Ok, at least you are now connected with right people that using Zenoss
and actually maintaining the port. So I'm now going to shadow :)

--
Regards,
Ruslan

Tinderboxing kills... the drives.



In regards to the error, this sounds familiar with non-default zope.conf
files. If you have changed your zone.conf file, I would go with the default
configuration file, restart the service, and see if there is still an issue.

If there is no issue after this, please send us a unified diff of the
zone.conf files.

The reason I ask to do this, is that I changed nothing and it worked
out-of-the-box.

Thanks,
Jason

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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 MAINTAINER for postgresql90-client

2012-06-05 Thread Jason Helfman
 * Robert Huff [Tue, 5 Jun 2012 09:53:37 -0400]:


  The Makefile has no MAINTAINER line.
  Is this deliberate?  If so, why?
  And who do I contact about a problem building this port?
 (Tarball doesn't fetch.)


 In the ports directory type

 make maintainer
[/usr/ports/databases/postgresql90-client]$ make -V MAINTAINER
pg...@freebsd.org

I am within the maintainer group. Is there an issue?

-jgh

___
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: Shared object libpng.so.6

2012-06-03 Thread Jason Helfman
On Sat, Jun 2, 2012 at 11:37 PM, Leslie Jensen les...@eskk.nu wrote:



 2012-06-03 08:12, Leslie Jensen skrev:


 I keep getting this error :-(

 I just wrote in another post that on one of my machines where I
 successfully have done the same png- update I can't find libpng.so.6
 anywhere!

 I've done portmaster --check-depends and everything looks ok.

 Any ideas on how to eliminate this error?

 Thanks

 /Leslie




 -gmake[2]: Går till katalogen
 /usr/ports/x11/kdelibs3/work/**kdelibs-3.5.10/dnssd
 ../kdecore/kconfig_compiler/**kconfig_compiler ./kcm_kdnssd.kcfg
 ./settings.kcfgc; ret=$?; \
 if test $ret != 0; then rm -f settings.h ; exit $ret ; fi
 /usr/local/bin/moc ./remoteservice.h -o remoteservice.moc
 /usr/local/bin/moc ./responder.h -o responder.moc
 /usr/local/bin/moc ./publicservice.h -o publicservice.moc
 /usr/local/bin/moc ./query.h -o query.moc
 /libexec/ld-elf.so.1: Shared object libpng.so.6 not found, required by
 libkdefx.so.6
 /usr/local/bin/moc ./domainbrowser.h -o domainbrowser.moc
 gmake[2]: *** [settings.h] Fel 1
 gmake[2]: *** Inväntar oavslutade jobb...
 gmake[2]: Lämnar katalogen
 /usr/ports/x11/kdelibs3/work/**kdelibs-3.5.10/dnssd
 gmake[1]: *** [all-recursive] Fel 1
 gmake[1]: Lämnar katalogen /usr/ports/x11/kdelibs3/work/**
 kdelibs-3.5.10
 gmake: *** [all] Fel 2
 *** Error code 1

 Stop in /usr/ports/x11/kdelibs3.

 === make failed for x11/kdelibs3
 === Aborting update-

 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 



 I got the suggestion of list to update graphics/cairo, which I've done but
 that did not do it.

 Removing graphics/cairo does not help either.


I would suggest reading UPDATING entry for 20120531:

  The PNG library has been updated to version 1.5.10.  Please rebuild all
  ports that depend on it.

-jgh
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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] New framework options aka optionng

2012-05-29 Thread Jason Helfman

On Tue, May 29, 2012 at 11:29:01PM +0400, Ruslan Mahmatkhanov thus spake:

Hi Baptiste,

Am I right that `make rmconfig' isn't working with optionsng?
I got this lines:

OPTIONS_DEFINE= FIREBIRD SSH SVN X11
FIREBIRD_DESC=  Enable firebird support
SSH_DESC=   Enable ssh support
SVN_DESC=   Enable subversion support

I `make config` and mark couple of them - X11, SVN. Then do `make
rmconfig` and got
=== No user-specified options configured for hydra-7.3.
Then do `make config` again and still got this X11 and SVN options
marked. Is this a bug or I missing something (I didn't yet read the new
Mk's, just the docs)?

Thanks.

--
Regards,
Ruslan



Did you define:

OPTIONS_DEFAULT=  SOMEOPTION1 SOMEOPTION2

Otherwise, this sounds right.

-jgh
--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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: Request to review: print/texlive-install

2012-05-28 Thread Jason Helfman
 On 05/27/2012 09:19 PM, Eitan Adler wrote:
 On 27 May 2012 18:14, Stephen Montgomery-Smithstep...@missouri.edu
 wrote:
 There are a number of issues.  In particular there is no checksum
 calculated
 for install-tl-unx.tar.gz because I suspect that it changes very often.

 This is a security risk and must not be committed as is.

 How about if I add lines like this:

 .if !defined(IGNORE_SECURITY_RISK)
 IGNORE= has a security risk because it downloads a file \
 without a checksum.  Define IGNORE_SECURITY_RISK to build this port
 .endif

 Would it be considered OK to commit it then?

Does the code look for a particular location for this file to exist before
attempting to download it? If not, can it be patched, to do so?

If so, it can be added as a distfile, and put into a location where the
build will find it.

If this can be done, there wouldn't be a security risk, assuming no other
files are downloaded post-fetch.

-jgh



___
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: [RFC] Seeking Approval: include bsd.port.pre.mk so SRC_BASE is defined before referenced

2012-05-22 Thread Jason Helfman

On Tue, May 22, 2012 at 07:04:29PM -0700, Bob Frazier thus spake:

On 05/21/12 15:04, Jason Helfman so wittily quipped:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am working on the following pr, and would like to get others approval to
the following patch:
http://people.freebsd.org/~jgh/files/pre-patch.txt

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165994

This patch is fixing several use cases of SRC_BASE before it is defined.


(re: comms/uarduno port)

Now that I understand what the patch is for I totally agree, it should
be applied to comms/uarduno as well.  I believe I copied my port from
one of the others that had the 'bad logic' in it, so thanks for catching it.

Do I need to make the change or are you going to do it on your end?


Thanks so much! Committed.
Still working through the list :)
-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
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


[RFC] Seeking Approval: include bsd.port.pre.mk so SRC_BASE is defined before referenced

2012-05-21 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am working on the following pr, and would like to get others approval to
the following patch:
http://people.freebsd.org/~jgh/files/pre-patch.txt

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165994

This patch is fixing several use cases of SRC_BASE before it is defined.

Thanks!
jgh

- -- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJPurwBAAoJECBZmmNBUNPczjkIAKT44sL4HPvk93/AgB9LDhFc
CE3PMQu9GpaW6+zPGivcm18REumapwyFeiuBAfE32CWBhPBB8h5WBNiqMDnIdSm0
i811jkCXgI00G5a8INi7xoOiTQD4w79m099C1DchfBnQNG6WZTYLQnxJQk0v1OuR
1DRgY/pDdvVJuuFXIcM6E1iiN6FLXCBvEfxznOkw+IbbZbofIiNDmKFFLfaLGKuF
czEA+kg0rnJAyTQCuvh68T///ZoGOhdum2vZN3AEH3qJJSUJ+/hg04mOk+06AVjP
o7MYI0B4Cyf+R0rUzxFHcTyL/Ui8Oryw+oVb19MLeV1abNwRQBieVbhDnWTDQs8=
=lEOx
-END PGP SIGNATURE-
___
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: category for new port databases/freexl

2012-05-20 Thread Jason Helfman
 new port:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168131

 submitter suggests:

 CATEGORIES=   databases geography

 but:
 COMMENT=  Library to extract valid data from within an Excel (.xls)
 spreadsheet


 am I right in that this just needs to be:

 CATEGORIES=   textproc


 --
 Michael Scheidell, CTO
  *| * SECNAP Network Security Corporation
 d: +1.561.948.2259
 w: http://people.freebsd.org/~scheidell

Seems reasonable. You may want to inquire from submitter, as well.
-jgh


___
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: checksum mismatch in print/texinfo

2012-05-19 Thread Jason Helfman
 (texinfo-4.13.tar.gz) = 2751071
-SHA256 (texinfo.tex) =
af8790386e7d3b1f877f252d4807db368730a31f83fb6a882e9833e365ac2634
-SIZE (texinfo.tex) = 321229
-SHA256 (texi2dvi) =
b3eaf78499bc9c25a485218df864af245304a1de2a93740b67a8ec8dee7caab4
-SIZE (texi2dvi) = 57940
+SHA256 (texinfo.tex) =
f506a97fe0ea0388c9b29653bd9b9ed8e188d3d649a9e9485e2e051bba47496e
+SIZE (texinfo.tex) = 321252
+SHA256 (texi2dvi) =
bf6fc2d85b52cde8e7919b5a379804a3d1eeaa95cb781c7daf79fd5f3cc8e6be
+SIZE (texi2dvi) = 58102


Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh
___
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: make failed for graphics/ImageMagick

2012-05-16 Thread Jason Helfman

On Wed, May 16, 2012 at 07:59:39PM +0200, Leslie Jensen thus spake:



Will you Please look into this?

Thank you




/usr/bin/make  check-TESTS check-local
PASS: tests/validate-compare.sh
PASS: tests/validate-composite.sh
PASS: tests/validate-convert.sh
PASS: tests/validate-identify.sh
PASS: tests/validate-import.sh
PASS: tests/validate-montage.sh
PASS: tests/validate-pipe.sh
FAIL: tests/validate-colorspace.sh
PASS: tests/validate-stream.sh
PASS: tests/validate-formats-in-memory.sh
PASS: tests/validate-formats-on-disk.sh
PASS: Magick++/tests/exceptions.sh
PASS: Magick++/tests/appendImages.sh
PASS: Magick++/tests/attributes.sh
PASS: Magick++/tests/averageImages.sh
PASS: Magick++/tests/coalesceImages.sh
PASS: Magick++/tests/coderInfo.sh
PASS: Magick++/tests/colorHistogram.sh
PASS: Magick++/tests/color.sh
PASS: Magick++/tests/montageImages.sh
PASS: Magick++/tests/morphImages.sh
PASS: Magick++/tests/readWriteBlob.sh
PASS: Magick++/tests/readWriteImages.sh
PASS: Magick++/demo/analyze.sh
PASS: Magick++/demo/button.sh
PASS: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
PASS: Magick++/demo/gravity.sh
PASS: Magick++/demo/piddle.sh
PASS: Magick++/demo/shapes.sh
PASS: Magick++/demo/zoom_bessel.sh
PASS: Magick++/demo/zoom_blackman.sh
PASS: Magick++/demo/zoom_box.sh
PASS: Magick++/demo/zoom_catrom.sh
PASS: Magick++/demo/zoom_cubic.sh
PASS: Magick++/demo/zoom_gaussian.sh
PASS: Magick++/demo/zoom_hamming.sh
PASS: Magick++/demo/zoom_hanning.sh
PASS: Magick++/demo/zoom_hermite.sh
PASS: Magick++/demo/zoom_lanczos.sh
PASS: Magick++/demo/zoom_mitchell.sh
PASS: Magick++/demo/zoom_point.sh
PASS: Magick++/demo/zoom_quadratic.sh
PASS: Magick++/demo/zoom_sample.sh
PASS: Magick++/demo/zoom_scale.sh
PASS: Magick++/demo/zoom_sinc.sh
PASS: Magick++/demo/zoom_triangle.sh
PASS: wand/drawtest.sh
PASS: wand/wandtest.sh
===
1 of 49 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org
===
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.7.6-9.
*** Error code 1


Is this the test-suite.log file? If not, including this file would probably
be more helpful in reaching a solution.

Thanks!

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: On file installation

2012-05-14 Thread Jason Helfman

On Mon, May 14, 2012 at 07:40:41PM +0200, Fernando Apesteguía thus spake:

On Mon, May 14, 2012 at 7:31 PM, Chris Rees cr...@freebsd.org wrote:

On 14 May 2012 18:23, Fernando Apesteguía fernando.apesteg...@gmail.com wrote:

Hi,

I'm working on a port for an application written in Java and I'm
having some problems deciding how to install the application.
Previous to the installation, the WRKSRC directory contains some .jar
files and some directories along with some .txt files for
licenses, but also some .exe and .bat files _which I don't want to
install_. It is basically a package that contains both files for
windows and non-windows systems.

I was thinking on using COPYTREE_SHARE to install everything and then
remove the non necessary files, but doesn't look like
an elegant solution. Also, I wouldn't like to explicitly specify every
one of the files I want to copy. Is there a way of using something
similar to bash's extglob so I can copy !(*.exe|*bat)? If not, how to proceed?

I already looked at the existent ports to find something similar but
it seems hard to find. I also had a look at bsd.port.mk but
I couldn't find what I'm looking for.


You can use find primaries with COPYTREE_SHARE such as;

(cd ${WRKSRC}/wherever  ${COPYTREE_SHARE} \*
${JAVALIBDIR}/${PORTNAME}/wherever -not -name \*.exe -and -not -name
\*.bat


Thanks! I think that is what I was looking for :)

I'll give it a try.



Chris


Also, if it is trivial, I would suggest building it via source. Please though,
don't install any .war files, as if an application server is involved in the
expansion of the war file with this port, then the system will be dirty on
de-install.

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: Help testing version 3.1.07.42 of oracle/sqldeveloper port

2012-05-08 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sat, May 05, 2012 at 12:19:37PM -0700, Jason Helfman thus spake:
On Sat, May 05, 2012 at 06:55:23PM +0200, Jose Garcia Juanino thus spake:
Hi,

I am unable to test version 3.1.07.42 of databases/sqldeveloper, as I
have not a proper Oracle Server Database to do the testing.

The new port is here:

http://www.mipaginapersonal.movistar.es/web3/jjuanino/sqldeveloper_3.1.07.42.tar

Please, could anyone to test the new version? All you need is a Oracle
Database Server 10g or higher.

I will submit a port update request when someone assures to me that
works properly.

Best regards

I will test this @work on Monday. We have 11g. Feel free to cc: me on the pr
jgh@

Thanks!
Jason


This looks great. I connected to our db and ran a query. Anything else you
would like me to try?

- -jgh

- -- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iF4EAREIAAYFAk+pTpkACgkQXpKtZoyM+6UzJQD+KPAMx0N6xkiypcY0lC4ypVvX
Y9sP8ZMqpvbJv5PBNYUA/3oFA2FeESLNr55vVA3ToLPyxOBwoIxkW85gVtuc3i7r
=sDxJ
-END PGP SIGNATURE-
___
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: Help testing version 3.1.07.42 of oracle/sqldeveloper port

2012-05-05 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sat, May 05, 2012 at 06:55:23PM +0200, Jose Garcia Juanino thus spake:
Hi,

I am unable to test version 3.1.07.42 of databases/sqldeveloper, as I
have not a proper Oracle Server Database to do the testing.

The new port is here:

http://www.mipaginapersonal.movistar.es/web3/jjuanino/sqldeveloper_3.1.07.42.tar

Please, could anyone to test the new version? All you need is a Oracle
Database Server 10g or higher.

I will submit a port update request when someone assures to me that
works properly.

Best regards

I will test this @work on Monday. We have 11g. Feel free to cc: me on the pr
jgh@

Thanks!
Jason

- -- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iF4EAREIAAYFAk+lfUkACgkQXpKtZoyM+6XMyQD/QyedDLh/uXrDFiNpK/HoBrJ6
Lyh8Mm0XLIQYhadUwZoBAIrKwFYQB79BBvt6WFKxX+klqkL77JJAOfUwtH9fkewg
=hPOh
-END PGP SIGNATURE-
___
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: Zimbra mail exchange port for FreeBSD

2012-05-02 Thread Jason Helfman

On Wed, May 02, 2012 at 05:02:17PM +0100, Kaya Saman thus spake:

Never tried Atmail

Just checked it out though and looks cool, even Thunderbird
integration which is good.

Will try it out and see, though would need to work out a migration
plan between Zimbra to it.

As long as it's FREE it should be ok :-)


Thanks for the suggestion will just need to work out if can integrate it.


Regards,

Kaya


On Wed, May 2, 2012 at 3:55 PM, Michael Scheidell scheid...@freebsd.org wrote:



On 5/2/12 10:47 AM, Kaya Saman wrote:


Hi,

is anyone working on a FreeBSD port of Zimbra?


I am just wondering as I am more in favor of using FreeBSD then Linux
and currently I run an old version of Zimbra on CentOS, which I would
like to upgrade to a version running on FreeBSD.



I had approached  them a couple of times and got no response.

Have you looked at @mail ?  (atmail) I see one in ports,  looks like 1.0.4
is in ports, and 1.0.5 is available:  www.atmail.org
(they have a licensed exchange 'push' option I think.  its not opensource,
the push thing is patented by ms.



It has been ported, but not put into the tree at this point. I don't believe
it is complete, but from what I've seen it isn't far off.

Here is a reference:
http://www.zimbra.com/forums/installation/33477-zcs-6-0-1-ported-freebsd7.html

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: Zimbra mail exchange port for FreeBSD

2012-05-02 Thread Jason Helfman

On Wed, May 02, 2012 at 12:16:16PM -0400, Michael Scheidell thus spake:



On 5/2/12 12:10 PM, Jason Helfman wrote:

   It has been ported, but not put into the tree at this point. I don't
   believe
   it is complete, but from what I've seen it isn't far off.

   Here is a reference:
   http://www.zimbra.com/forums/installation/
   33477-zcs-6-0-1-ported-freebsd7.html

   -jgh

except that is a very old version, not supported anymore, and they are only
supporting amd64 8+ right now.


Yes, however it is a reference and there is nothing stopping the port
from being upgraded to be supported. Furthermore, there is nothing stopping
anyone from contacting or joining the zimbra thread to update it or
collaborate with others.

I used Zimbra for a long time, and on FreeBSD, when they had distributed
packages for it. Unfortunately, they aren't doing it now, but it was done.

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: net-mgmt/portupgrade - SSL need to be in base?

2012-04-20 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Thu, Apr 19, 2012 at 09:25:23AM -0500, Bryan Drewery thus spake:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/19/2012 01:14 AM, Oliver Lehmann wrote:
 Hi,

 it looks like SSL suppot needs to be compiled into the base system
 to fetch the portupgrade source?! At least my base system is
 without SSL support and it does not fetch...

Hi,

There's a patch here which will fix the issue:

http://www.freebsd.org/cgi/query-pr.cgi?pr=167096

Thanks,
Bryan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPkCBRAAoJEG54KsA8mwz5QXcP/1Iyfd85BLjYYsIMVcXi+A2S
dfM9xMIA+ccMBKe+TDJWE6vYxuKYcnKf+mC2x7oUxHHBCakn6t8x+n9Q6So9xfqX
J9wIf88LiMYmy0S6VbU/kCzLG+VelJgGM0WBIbBxekH6v87TuJI8iWtu6GbS2v85
WE+DC6nH9G+U3PpXZQ4xkbLDGKKdA3gHEHVJ9lAVk4s1azrGOwDVODaz90N+PNmI
NcBVyQ6QsaynEoIU1sch3MM9j2W56Sbc67bPZv6vESwRPU3l8o5wWwyeBsihKZfB
oHMkns5i3o9Rxuyy/djyvmPIwZ5aBtdDl11zPdcEzK7oOyvLM4mtnaji0s7Ydcnv
QttpEwOcS0Ywvj7oT3pz0F4DlKFwq53D4EDb5I6k8jAoaBOEFy2M2WWkDdBTIr81
RwgpcCYBAyMpj77J43e88lOOmt5HQhzH8ORuSkGv8YPS9oNFRDD0PSM3Ob2d8ucW
w1sVeoQEO2ZhhU3hSV9i933S5iVASH1kC1FXCKg/5+tCBkpEp3U0+Wk45lNEnbbe
VdHEqwsG6AzzAg5ZU1UFAPZwHd+K9S+xYkLovWp5okNmnl9JCdpXWJNnlbuW3yhr
0nX5dRoNd7kbb50p6g0+kfsmSUzhdRMbHVcrruTZajVcOVBLP/db8QNZZvYmkAlT
RWR4NLYvlWcnm4+IAfHu
=ZMoD
-END PGP SIGNATURE-
___
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


Committed!
- -jgh

- -- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iF4EAREIAAYFAk+RkisACgkQXpKtZoyM+6W/8wD+LOR8fy4QBT/QsrVLRIQFiZ8t
OL6THYfR9lVAe/OYw+QA/3b+fBJWkB5vuwJEBPHbKtqEPNwrfoy02xWXrVWIa4i8
=7TxN
-END PGP SIGNATURE-
___
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: databases/sqlrelay DEPRECATED

2012-04-13 Thread Jason Helfman
 Although the port currently does not build there is a PR 166409
 containing a patch to fix it. With this patch applied port builds just
 fine.
 So I suggest to unDEPRECATE sqlrelay port or at least to shift an
 EXPIRATION DATE.

 --
  Mikhail

Is this comment still true from the pr:
Sqlrelay 0.44 requires newer rudiments 0.35

If so, I am building what the patch is now, however the portstree does
have rudiments 0.35, now.

I am taking care of this now, and can get it updated soon.

-jgh


___
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


  1   2   >