How to maintain a manual download in a download restricted port?

2012-09-24 Thread O. Hartmann
Hello. I deal with an "in spe" port, which does provide the source tarball from the website via a PHP interface - so, no automatic fetch() seems to be possible. To provide the port in due time, I'd like to ask the people here how to manage in the port's "Makefile" to refer the user to download ma

Re: How to maintain a manual download in a download restricted port?

2012-09-24 Thread Chris Rees
On 24 Sep 2012 11:12, "O. Hartmann" wrote: > > Hello. > > I deal with an "in spe" port, which does provide the source tarball from > the website via a PHP interface - so, no automatic fetch() seems to be > possible. > > To provide the port in due time, I'd like to ask the people here how to > mana

Current unassigned ports problem reports

2012-09-24 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsol

Re: multimedia/vlc options

2012-09-24 Thread Alfred Bartsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.09.2012 11:21, schrieb l...@lena.kiev.ua: >> 8.3-RELEASE-p2 i386. After update `make config` doesn't show >> checkboxes for options > >> May be it works in FreeBSD 9 and later, but in 8 and earlier the >> 'make config' dialog behaves differently

Re: How to maintain a manual download in a download restricted port?

2012-09-24 Thread O. Hartmann
Am 09/24/12 12:21, schrieb Chris Rees: > On 24 Sep 2012 11:12, "O. Hartmann" wrote: >> >> Hello. >> >> I deal with an "in spe" port, which does provide the source tarball from >> the website via a PHP interface - so, no automatic fetch() seems to be >> possible. >> >> To provide the port in due ti

Re: How to maintain a manual download in a download restricted port?

2012-09-24 Thread Борис Самородов
24.09.2012 16:29, O. Hartmann пишет: Am 09/24/12 12:21, schrieb Chris Rees: On 24 Sep 2012 11:12, "O. Hartmann" wrote: Hello. I deal with an "in spe" port, which does provide the source tarball from the website via a PHP interface - so, no automatic fetch() seems to be possible. To provide

Re: How to maintain a manual download in a download restricted port?

2012-09-24 Thread O. Hartmann
Am 09/24/12 14:49, schrieb Борис Самородов: > 24.09.2012 16:29, O. Hartmann пишет: >> Am 09/24/12 12:21, schrieb Chris Rees: >>> On 24 Sep 2012 11:12, "O. Hartmann" wrote: Hello. I deal with an "in spe" port, which does provide the source tarball from the website via

Re: multimedia/vlc options

2012-09-24 Thread Juergen Lock
In article <20120923092119.gb18...@lena.kiev> you write: >> 8.3-RELEASE-p2 i386. After >> update >> `make config` doesn't show checkboxes for options > >> May be it works in FreeBSD 9 and later, >> but in 8 and earlier the 'make config' dialog behaves differently. > >Same problem with www/firefox a

Re: multimedia/vlc options

2012-09-24 Thread Eitan Adler
On 24 September 2012 13:43, Juergen Lock wrote: > Seems dialog(1) on 8.x handles longer descriptions less well than > later(?) Yes, this is a known issue. This is the what the wrapper script mentioned above attempts to automatically fix. (DIALOG=/usr/ports/Tools/scripts/dialogwrapper.sh) > Anyw

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-24 Thread Marek Salwerowicz
W dniu 2012-09-22 19:38, Bernhard Fröhlich pisze: vnc is now implemented as a proper virtualbox plugin. This means it can be configured in the GUI and it's using the VRDE interface so you can run the vnc server and the VM in the QT4 interface at the same time. What is the password for VNC con

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-24 Thread Marek Salwerowicz
W dniu 2012-09-24 20:10, Marek Salwerowicz pisze: W dniu 2012-09-22 19:38, Bernhard Fröhlich pisze: vnc is now implemented as a proper virtualbox plugin. This means it can be configured in the GUI and it's using the VRDE interface so you can run the vnc server and the VM in the QT4 interface

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-24 Thread Sami Halabi
Hi, i just downloaded the .tgz file and uncompressed it in /usr/ports # cd /usr/ports/emulators/virtualbox-ose # make "Makefile", line 93: Malformed conditional (${PORT_OPTIONS:MX11}) "Makefile", line 98: if-less else "Makefile", line 101: if-less endif "Makefile", line 103: Malformed conditional

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-24 Thread Sami Halabi
I've downloaded the latest ports now. and it seems compiling :) Sami On Mon, Sep 24, 2012 at 11:37 PM, Sami Halabi wrote: > Hi, > i just downloaded the .tgz file and uncompressed it in /usr/ports > > # cd /usr/ports/emulators/virtualbox-ose > # make > "Makefile", line 93: Malformed conditional

[BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Baptiste Daroussin
Hi, One of the missing thing since we switch to OptionNG is a reliable ability to pass options via command line that would override make.conf and config file options. Here is an implementation that do work: http://people.freebsd.org/~bapt/OVERRIDE_BLA.diff Now OVERRIDE_SET/UNSET doesn't seems to

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Baptiste Daroussin
On Tue, Sep 25, 2012 at 12:15:24AM +0200, Baptiste Daroussin wrote: > Hi, > > One of the missing thing since we switch to OptionNG is a reliable ability to > pass options via command line that would override make.conf and config file > options. > > Here is an implementation that do work: > http:/

devel/tnt: CLANG oddities, some dirty non-C++ conform code?

2012-09-24 Thread O. Hartmann
When compiling a large software package from USGS (called ISIS3) on FreeBSD using CLANG (3.1 and 3.2 on FreeBSD 9.1-PRE and 10.0-CUR, respectively) I receive the following sjowed nasty and sticky error. Compiling the same code with gcc-4.6 works fine, but I guess this is due to a loose syntax hand

Re: Postfix and SASL compilation problem

2012-09-24 Thread Sahil Tandon
On Wed, 2012-09-12 at 12:36:47 +0200, Ján Šebošík wrote: > while I was trying to build ports/mail/postfix, the problem occured > in file ./work/postfix-2.9.4/src/global/dict_ldap.c. > > Line 232 in postfix-2.9.4/src/global/dict_ldap.c doesn't contain > proper path to sasl.h header file on FreeBSD

[devel/newfile] - Problem with patch.

2012-09-24 Thread Rafał Szkodziński
Hi. When I upgrade the port devel/newfile, I get the following problem: [cut] ===>>> The following actions will be taken if you choose to proceed: Upgrade newfile-1.0.14_2 to newfile-1.0.14_3 ===>>> Proceed? y/n [y] ===>>> Starting build for ports that need updating <<<=== ===>>> Lau

Re: [devel/newfile] - Problem with patch.

2012-09-24 Thread Jason Hellenthal
There is nothing useful in that patch file anyway... Remove it! and continue forward. On Tue, Sep 25, 2012 at 06:21:30AM +0200, Rafał Szkodziński wrote: > Hi. > > When I upgrade the port devel/newfile, I get the following problem: > > [cut] > ===>>> The following actions will be taken if you ch

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Matthew Seaman
On 24/09/2012 23:15, Baptiste Daroussin wrote: > Here is an implementation that do work: > http://people.freebsd.org/~bapt/OVERRIDE_BLA.diff > > Now OVERRIDE_SET/UNSET doesn't seems to be the best name :) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=170180 > > Here are other proposition from m