Re: Call for Testers: VirtualBox 4.0.6

2011-05-17 Thread timp
http://www.virtualbox.org/wiki/Changelog
4.0.8 just released

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Call-for-Testers-VirtualBox-4-0-6-tp4332763p4402785.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: x11/nvidia-driver: cc1: error: /src: No such file or directory

2011-05-17 Thread O. Hartmann

On 05/10/11 11:40, Pan Tsu wrote:

Hartmann, O.ohart...@mail.zedat.fu-berlin.de  writes:

[...]

cc -O2 -pipe -march=native -DNV_VERSION_STRING=\256.53\ -D__KERNEL__
-DNVRM -O -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG
-fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/src
-I. -I@ -I@/contrib/altq -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000 -fno-common
-fno-omit-frame-pointer  -mcmodel=kernel -mno-red-zone  -mfpmath=387
-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
-fformat-extensions  -Wmissing-include-dirs -c nvidia_ctl.c
cc1: error: /src: No such file or directory
*** Error code 1


FYI, warnings can be ignored via WERROR= (kernel) or NO_WERROR= (world).

On /head@r221320 for kernel sources -Wmissing-include-dirs was added to
force people to provide valid include directories.

   # list of Makefiles that don't define NVIDIA_ROOT before using
   $ grep -L 'NVIDIA_ROOT\s*=' **/Makefile | xargs fgrep -H NVIDIA_ROOT
   src/Makefile:CFLAGS+=   -I${NVIDIA_ROOT}/src 
-DNV_VERSION_STRING=\270.41.06\

It can be fixed by either providing default definition in port's Makefile

   MAKE_ENV+=   NVIDIA_ROOT=${WRKSRC}

or removing NVIDIA_ROOT from there

   # expand undefined NVIDIA_ROOT
   ${REINPLACE_CMD} -e 's|$${NVIDIA_ROOT}|${WRKSRC}|' ${WRKSRC}/src/Makefile

Either way I think the following patch should be sent to the vendor.

%%
--- src/Makefile~
+++ src/Makefile
@@ -3,6 +3,8 @@
  # Generated on 'swio-display-x86-rhel47-06.nvidia.com' on Mon Apr 18 14:48:43 
PDT 2011.
  #

+NVIDIA_ROOT=   ${.CURDIR}/..
+
  OSOBJ=nv-freebsd.o
  KMOD= nvidia
  RMOBJ=nv-kernel.o
%%


I used your suggestions and patch and it works great with 270.41.06.

Hope the new driver will find its way into the ports. I use it on both 
desktop (GTX570, GTX560Ti) and Laptop (NVS 3100M).


Thanks,

Oliver

___
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 Testers: VirtualBox 4.0.6

2011-05-17 Thread Pavel Timofeev
Cool =) Thanks!

2011/5/17 Bernhard Froehlich de...@bluelife.at:
 On Mon, 16 May 2011 23:45:08 -0700 (PDT), timp wrote:
 http://www.virtualbox.org/wiki/Changelog
 4.0.8 just released

 Don't you think we know that?

 http://svn.bluelife.at/index.cgi/blueports/revision/?rev=1316

 --
 Bernhard Fröhlich
 http://www.bluelife.at/

___
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


Problems with apache22 after upgrading www/pecl-APC

2011-05-17 Thread Pavel Timofeev
Hi! My apache22 can't work correct after upgrading www/pecl-APC to 3.1.9

[root@timbsd /usr/ports/www/pecl-APC]# make showconfig
=== The following configuration options are available for pecl-APC-3.1.9:
 IPC=off Enable IPC shm memory support (default: mmap)
 SEMAPHORES=off Enable sysv IPC semaphores (default: fcntl())
 SPINLOCKS=off Enable spinlocks (experimental)
 FILEHITS=off Enable per request cache info
=== Use 'make config' to modify these settings


[root@timbsd /usr/ports/www/pecl-APC]# tail /var/log/httpd-error.log
[Tue May 17 12:27:17 2011] [notice] Apache/2.2.18 (FreeBSD)
mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch
mod_perl/2.0.4 Perl/v5.12.3 configured -- resuming normal operations
[Tue May 17 12:27:22 2011] [error] [client 192.168.8.15] PHP Fatal
error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
referer: 
http://timbsd.xxx.ru/zabbix/history.php?action=showvaluesitemid=22592sid=15270e6be7aff75e
[Tue May 17 12:27:27 2011] [error] [client 192.168.8.15] PHP Fatal
error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
referer: http://timbsd.xxx.ru/
[Tue May 17 12:28:07 2011] [error] [client 192.168.8.184] PHP Fatal
error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0
[Tue May 17 12:29:07 2011] [error] [client 192.168.8.184] PHP Fatal
error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0

Please, help!
Thank you!
___
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 Testers: VirtualBox 4.0.6

2011-05-17 Thread Bernhard Froehlich
On Mon, 16 May 2011 23:45:08 -0700 (PDT), timp wrote:
 http://www.virtualbox.org/wiki/Changelog
 4.0.8 just released

Don't you think we know that?

http://svn.bluelife.at/index.cgi/blueports/revision/?rev=1316

-- 
Bernhard Fröhlich
http://www.bluelife.at/
___
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


Bugs in FreeBSD Port: fcrackzip-1.0

2011-05-17 Thread Keith Waters

Hi - With a brute-force attach, fcrackzip is giving output like this:

lamdbn#fcrackzip --brute-force -u -v Book1.zip
found file 'Book1.xls', (size cp/uc   4246/ 25088, flags 1, chk e601)

Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Unterminated quoted string
Syntax error: Unterminated quoted string
Syntax error: Missing '}'
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Error in command substitution
Syntax error: Unterminated quoted string
Syntax error: Unterminated quoted string


regards,
Keith

___
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


openshot blender

2011-05-17 Thread Gour-Gadadhara Dasa
Hello!

I see that there is blender-2.57b in the ports now which was obstacle
to have 3D-enabled multimedia/openshot-1.3.0.

Is there a plan to update openshot to 1.3.1 with 3D capabilities
enabled?


Sincerely,
Gour

-- 
“In the material world, conceptions of good and bad are
all mental speculations…” (Sri Caitanya Mahaprabhu)

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810




signature.asc
Description: PGP signature


Re: openshot blender

2011-05-17 Thread Rodrigo OSORIO (ros)
On 17/05/11 11:23 +0200, Gour-Gadadhara Dasa wrote:
 Hello!
 
 I see that there is blender-2.57b in the ports now which was obstacle
 to have 3D-enabled multimedia/openshot-1.3.0.
 
 Is there a plan to update openshot to 1.3.1 with 3D capabilities
 enabled?
 
 
 Sincerely,
 Gour
 
 -- 
 ???In the material world, conceptions of good and bad are
 all mental speculations?? (Sri Caitanya Mahaprabhu)
 
 http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
 
 

Hi,

This could be done, I just request the maintainership for this port.
http://www.freebsd.org/cgi/query-pr.cgi?pr=157112   

Regards,
Rodrigo   




___
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: Problems with apache22 after upgrading www/pecl-APC

2011-05-17 Thread Pavel Timofeev
Thanks you very much! It works with SPINLOCKS=on.

2011/5/17 Subbsd sub...@gmail.com:
 Hi

 On Tue, May 17, 2011 at 12:44 PM, Pavel Timofeev tim...@gmail.com wrote:
 Hi! My apache22 can't work correct after upgrading www/pecl-APC to 3.1.9

 [root@timbsd /usr/ports/www/pecl-APC]# make showconfig
 === The following configuration options are available for pecl-APC-3.1.9:
     IPC=off Enable IPC shm memory support (default: mmap)
     SEMAPHORES=off Enable sysv IPC semaphores (default: fcntl())
     SPINLOCKS=off Enable spinlocks (experimental)
     FILEHITS=off Enable per request cache info
 === Use 'make config' to modify these settings


 [root@timbsd /usr/ports/www/pecl-APC]# tail /var/log/httpd-error.log
 [Tue May 17 12:27:17 2011] [notice] Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch
 mod_perl/2.0.4 Perl/v5.12.3 configured -- resuming normal operations
 [Tue May 17 12:27:22 2011] [error] [client 192.168.8.15] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
 referer: 
 http://timbsd.xxx.ru/zabbix/history.php?action=showvaluesitemid=22592sid=15270e6be7aff75e
 [Tue May 17 12:27:27 2011] [error] [client 192.168.8.15] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
 referer: http://timbsd.xxx.ru/
 [Tue May 17 12:28:07 2011] [error] [client 192.168.8.184] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0
 [Tue May 17 12:29:07 2011] [error] [client 192.168.8.184] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0

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


 Ive confirm this problem. As workaround you can switch on this version
 APC to alternative lock method (make config in
 /usr/ports/www/pecl-APC)

___
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: Problems with apache22 after upgrading www/pecl-APC

2011-05-17 Thread Subbsd
Hi

On Tue, May 17, 2011 at 12:44 PM, Pavel Timofeev tim...@gmail.com wrote:
 Hi! My apache22 can't work correct after upgrading www/pecl-APC to 3.1.9

 [root@timbsd /usr/ports/www/pecl-APC]# make showconfig
 === The following configuration options are available for pecl-APC-3.1.9:
     IPC=off Enable IPC shm memory support (default: mmap)
     SEMAPHORES=off Enable sysv IPC semaphores (default: fcntl())
     SPINLOCKS=off Enable spinlocks (experimental)
     FILEHITS=off Enable per request cache info
 === Use 'make config' to modify these settings


 [root@timbsd /usr/ports/www/pecl-APC]# tail /var/log/httpd-error.log
 [Tue May 17 12:27:17 2011] [notice] Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch
 mod_perl/2.0.4 Perl/v5.12.3 configured -- resuming normal operations
 [Tue May 17 12:27:22 2011] [error] [client 192.168.8.15] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
 referer: 
 http://timbsd.xxx.ru/zabbix/history.php?action=showvaluesitemid=22592sid=15270e6be7aff75e
 [Tue May 17 12:27:27 2011] [error] [client 192.168.8.15] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0,
 referer: http://timbsd.xxx.ru/
 [Tue May 17 12:28:07 2011] [error] [client 192.168.8.184] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0
 [Tue May 17 12:29:07 2011] [error] [client 192.168.8.184] PHP Fatal
 error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0

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


Ive confirm this problem. As workaround you can switch on this version
APC to alternative lock method (make config in
/usr/ports/www/pecl-APC)
___
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: Mailscanner update -- changes to the port

2011-05-17 Thread Kevin Kobb

On 5/15/2011 6:38 AM, Chris Rees wrote:

Hi all,

I've just finished working on the update for MailScanner, and I've
changed a few things that have annoyed me loads-- perhaps it's been
irritating for you too!


I've removed the extra targets for initial configuration etc, and
moved them into a pkg-install script, which means that it also does
the Right Thing when being installed from packages; no more messing
about doing manual moves of the million .sample files installed!

Since I know loads of people rely on this port, please would people
try this out and let me know of any issues? Patch at [1] and shar at
[2].

Before people ask why I haven't done the usual method of putting lines
in pkg-plist for config files, take a look at how many there are...

TIA,

Chris

[1] http://www.bayofrum.net/~crees/patches/mailscanner-4.83.5.patch

[2] http://www.bayofrum.net/~crees/patches/mailscanner-4.83.5.shar
___
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


Did some quick testing on a non-production machine, and it seemed to 
work OK. Not so sure you need to get rid of the CHANGES.port file as I 
think it is more FreeBSD specific than just the upstream change log. 
However, it probably isn't a big deal either way.


I'll keep working with it and let you know if I run across anything strange.

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


Re: Clean up old PRs

2011-05-17 Thread Julian H. Stacey
Hi Klaus, looks like you lost, so I restored:
cc: freebsd-ports@freebsd.org

Reference:
 From: Klaus T. Aehlig aeh...@linta.de 
 Date: Tue, 17 May 2011 01:49:10 +0100 
 Message-id:   20110517004910.gd94...@curry.linta.de 

Klaus T. Aehlig wrote:
 
 Hallo,
 
  Might it be more useful be to somewhat redefine categories
  category f - feedback  
  category s - suspended
  [...]
 
 speaking of those categories, but slightly off-topic: is there a chance
 to in some way automatically set PRs that have been set to feedback,
 awaiting maintainer's feedback back to open, once the feedback arrived?
 (E.g., my PRs ports/155469 and ports/155655 are still feedback despite
 the maintainer's answer 8 weeks ago.) This might also be some form of
 clean up. One could, e.g., use some heuristics, like a bug-follow-up
 from the maintainer's email-address or something similar.
 
 Best,
 Klaus
___
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 for force fetch

2011-05-17 Thread Wesley Shields
On Mon, May 16, 2011 at 10:22:23PM +0300, Andriy Gapon wrote:
 on 16/05/2011 19:53 Eitan Adler said the following:
  I've run into this myself and simply done the manual rm -f. This looks like
  a great addition.
  
  what about make distclean  ?
 
 Can you please elaborate?
 If you mean that I could just run 'make distclean', then my answer is
 why should I.  I.e. if the ports infrastructure already knows that
 there is something wrong with a local copy of a distfile (wrong size,
 wrong checksum), then it should just do the right thing and not annoy
 me to run some cleanup action.

While I certainly don't disagree with you here, I do want to point out
that keeping old distfiles around when the checksum is different has
saved my butt more than once. It's very useful to not delete the old
distfile. On more than one occasion I've had to diff old and new
distfiles to figure out why the checksums are different. If ports just
deleted the old one I may not be able to get it back.

I do like the idea of ports DTRT and just fetch the new file, but can we
have it move the old one to some place safe instead of delete it?

-- WXS
___
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 Testers: VirtualBox 4.0.6

2011-05-17 Thread Denny Lin
On Tue, May 17, 2011 at 10:34:44AM +0200, Bernhard Froehlich wrote:
 On Mon, 16 May 2011 23:45:08 -0700 (PDT), timp wrote:
  http://www.virtualbox.org/wiki/Changelog
  4.0.8 just released
 
 Don't you think we know that?
 
 http://svn.bluelife.at/index.cgi/blueports/revision/?rev=1316

Will this enter the ports tree soon?

-- 
Denny Lin
___
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


Call for Testers: umurmur and protobuf-c

2011-05-17 Thread Aaron Hurt
I'd like some comments/feedback on the following two new ports:

protobuf-c - pure C bindings for Google's protobuf (already in ports
devel/protobuf)
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157099

umurmur - a minimalistic mumble server (opensource ventrilo alternative)
with few dependencies
http://www.freebsd.org/cgi/query-pr.cgi?pr=157100 - depends on protobuf-c
posted above

Thank You,

Aaron Hurt
___
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: OpenNMS link/port

2011-05-17 Thread Sevan / Venture37
On 26 April 2011 13:16, Sevan / Venture37 ventur...@gmail.com wrote:
 On 22 April 2011 17:31, Sevan / Venture37 ventur...@gmail.com wrote:
 On 21 April 2011 17:40, Sevan / Venture37 ventur...@gmail.com wrote:
 I've shoved all the revisions of the port I created into a mercurial
 repo  pushed it up to bitbucket.
 https://bitbucket.org/sevan/opennms/overview

 Another repo for the unstable branch of OpenNMS
 https://bitbucket.org/sevan/opennms-dev/overview


v1.8.12 port
http://www.geeklan.co.uk/files/opennms/opennms-1812-freebsd-port.tgz

v1.9.8 port
http://www.geeklan.co.uk/files/opennms/opennms-dev-198-freebsd-port.tgz

see PR #'s 156785 156786 157120 for the latest versions of  JICMP, JRRD  iplike

If you're running -unstable  you'll be running 1.9.8 fyi
With this release, OpenNMS switched to the new JNA Pinger
The JNA Pinger assumes IPv6 is enabled by default  if not
doesn't fail gracefully, this will cause problems if you're
running OpenNMS in a jail from example  you've not assigned
the jail an IPv6 address, you can keep with the progress of this
issue in NMS-4673 on http://issues.opennms.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: Call for Testers: VirtualBox 4.0.6

2011-05-17 Thread Bernhard Froehlich
On Tue, 17 May 2011 22:31:56 +0800, Denny Lin wrote:
 On Tue, May 17, 2011 at 10:34:44AM +0200, Bernhard Froehlich wrote:
 On Mon, 16 May 2011 23:45:08 -0700 (PDT), timp wrote:
  http://www.virtualbox.org/wiki/Changelog
  4.0.8 just released

 Don't you think we know that?

 http://svn.bluelife.at/index.cgi/blueports/revision/?rev=1316
 
 Will this enter the ports tree soon?

Yes, that's the plan. We're currently waiting for a repocopy to finish
which will take at least a few more days and hope that 4.0.8 is not
regressing too much.

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

-- 
Bernhard Fröhlich
http://www.bluelife.at/
___
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: Skype with sound and video support :)

2011-05-17 Thread Ion-Mihai Tetcu
On Tue, 17 May 2011 09:01:41 -0700
Kevin Oberman ober...@es.net wrote:

  Date: Tue, 17 May 2011 10:38:58 +0300
  From: Ion-Mihai Tetcu ite...@freebsd.org
  Sender: owner-freebsd-emulat...@freebsd.org
  
  Hi,
  
  
  As you may have noticed skype ports were updated a few days ago.
  
  All skype ports were moved to net-im/:
  - skype12: unchanged, very old version (for FreeBSD 6)
  - skype20: last version with OSS support, that used to live in
  net/skype; the DISTFILE is gone from the vendor but if you happen to
  have it it would be a way of having sound w/o a need to upgrade your
  base OS
  - [RECOMANDED] skype: currently at 2.1.0.81 and the best supported
  - skype-devel: currently at 2.2.0.25, sounds is OK, video doesn't
  work
  
  In order to run either skype or skype-devel with fully working sound
  you need:
  - to run fc10 (most probably, please report what you can run with
  fc4): (OVERRIDE_LINUX_BASE_PORT=f10,OVERRIDE_LINUX_NONBASE_PORTS=f10
  in /etc/make.conf for systems that doesn't have it as default)
  - In order for Skype to work OK, you need your kernel and modules
  to be:
  - post 2011-05-03 in on HEAD
  - post 2011-05-08 in on 7,8-STABLE
  The port tries to catch if your system version is too old, but
  there's a ~3months window where because of a lack of OSVERSION
  bump, this is not possible. So please check; and PLEAE READ THE
  PKG_MESSAGE for setup details. For how to update your kernel/world,
  see:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
  
  IF YOUR OSVERSION IS NOT NEW ENOUGH, SOUND (ESPECIALLY MIC) WON'T
  WORK.
  
  If you run into problems, at very least we need to know the output
  of:
  
  $ uname -a; sysctl compat.linux | head -2; grep
  OVERRIDE_LINUX_ /etc/make.conf;
  cat /compat/linux/etc/alsa/pcm/pcm-oss.conf
  
  the skype version you are using, and hardware details (eg. webcam)
  if related. I most probably will ignore any mail not containing
  this info since without it it's impossible to help.
  
  Please test your sound /video setup outside skype before blaming
  skype / mailing me.
 
 Many thanks for all of the work that went into getting a modern
 version of Skype working!
 
 Please put the information in this message (or at least most of it)
 into ports/UPDATING so a few less people running old kernels will be
 bitten by the installation of the new Skype port.

Well, the same (and more) is in the pkg-message also.
But OK, I will, ports/UPDATING is cheap.

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: Skype with sound and video support :)

2011-05-17 Thread Ted Faber
On Tue, May 17, 2011 at 07:28:35PM +0300, Ion-Mihai Tetcu wrote:
 But OK, I will, ports/UPDATING is cheap.

And appreciated.

-- 
Ted Faber
http://www.isi.edu/~faber   PGP: http://www.isi.edu/~faber/pubkeys.asc
Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#SIG


pgpXaus3dhWam.pgp
Description: PGP signature


Re: Skype with sound and video support :)

2011-05-17 Thread Ion-Mihai Tetcu
On Tue, 17 May 2011 09:37:03 -0700
Ted Faber fa...@isi.edu wrote:

 On Tue, May 17, 2011 at 07:28:35PM +0300, Ion-Mihai Tetcu wrote:
  But OK, I will, ports/UPDATING is cheap.
 
 And appreciated.

Done after sending the mail :)

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
Hello,

I just updated my apache22 from 2.2.17 to 2.2.18, this update also
updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
not able to connect to anything. The logs did not show anything wrong
but apache was taking up 100% cpu on all processes and the system load
was steadily going up. Reverting back to apache 2.2.17 did not help,
only solution was to downgrade apr1 to 1.4.2. I am running this on
freebsd 7.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


Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 22:51 +0400, Yuri Pankov wrote:

 On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
  Hello,
  
  I just updated my apache22 from 2.2.17 to 2.2.18, this update also
  updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
  not able to connect to anything. The logs did not show anything wrong
  but apache was taking up 100% cpu on all processes and the system load
  was steadily going up. Reverting back to apache 2.2.17 did not help,
  only solution was to downgrade apr1 to 1.4.2. I am running this on
  freebsd 7.4.
 
 Just for the record:
 
 apr-ipv6-devrandom-db48-1.4.4.1.3.11
 apache-2.2.18
 
 seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server).
 
 
 Yuri


I just tried on another server, similar configuration but this one is
8.2. Same behaviour.

PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
COMMAND
11241 www   1 1140 61492K 11200K CPU00   0:53 78.96%
httpd
11237 www   1 1100 61492K 11276K RUN 1   0:40 66.26%
httpd
11238 www   1 1080 61492K 11276K RUN 0   0:50 56.05%
httpd

Process takes up all resources and is unresponsive, no errors are
logged.

Web Server 1:
Apache/2.2.17 (FreeBSD) PHP/5.3.6 with Suhosin-Patch mod_jk/1.2.31
mod_ssl/2.2.17 OpenSSL/0.9.8q
FreeBSD web.local 7.4-STABLE FreeBSD 7.4-STABLE #0: Tue May  3 17:45:17
EDT 2011 root@web.local:/usr/obj/usr/src/sys/WEB  amd64

Web Server 2:
Apache/2.2.18 (FreeBSD) mod_jk/1.2.31 PHP/5.3.6 with Suhosin-Patch
mod_ssl/2.2.18 OpenSSL/0.9.8q
FreeBSD staging.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Mar  3
17:32:06 EST 2011 root@staging.local:/usr/obj/usr/src/sys/STAGING
amd64


___
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: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Yuri Pankov
On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
 Hello,
 
 I just updated my apache22 from 2.2.17 to 2.2.18, this update also
 updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
 not able to connect to anything. The logs did not show anything wrong
 but apache was taking up 100% cpu on all processes and the system load
 was steadily going up. Reverting back to apache 2.2.17 did not help,
 only solution was to downgrade apr1 to 1.4.2. I am running this on
 freebsd 7.4.

Just for the record:

apr-ipv6-devrandom-db48-1.4.4.1.3.11
apache-2.2.18

seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD)
mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server).


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


Re: Skype with sound and video support :)

2011-05-17 Thread Alexander Leidinger
On Tue, 17 May 2011 09:01:41 -0700 Kevin Oberman ober...@es.net
wrote:


 Please put the information in this message (or at least most of it)
 into ports/UPDATING so a few less people running old kernels will be
 bitten by the installation of the new Skype port.

And what about a wiki page? This way we can extend it in case something
important is uncovered.

Bye,
Alexander.

-- 
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
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: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Christer Solskogen
On Tue, May 17, 2011 at 8:51 PM, Yuri Pankov yuri.pan...@gmail.com wrote:
 On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
 Hello,

 I just updated my apache22 from 2.2.17 to 2.2.18, this update also
 updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
 not able to connect to anything. The logs did not show anything wrong
 but apache was taking up 100% cpu on all processes and the system load
 was steadily going up. Reverting back to apache 2.2.17 did not help,
 only solution was to downgrade apr1 to 1.4.2. I am running this on
 freebsd 7.4.

 Just for the record:

 apr-ipv6-devrandom-db48-1.4.4.1.3.11
 apache-2.2.18

 seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server).


Works for me as well.
I would try to disable some third party apache modules if he has them enabled.
A wild guess would be Subversion. And if it is Subversion which causes
this, recompile it.

-- 
chs,
___
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: Bugs in FreeBSD Port: fcrackzip-1.0

2011-05-17 Thread Stefan Walter
Hi,

Keith Waters, 17.05.11, 11:01h CEST:

 Hi - With a brute-force attach, fcrackzip is giving output like this:
 
 lamdbn#fcrackzip --brute-force -u -v Book1.zip
 found file 'Book1.xls', (size cp/uc   4246/ 25088, flags 1, chk e601)
 
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Unterminated quoted string
 Syntax error: Unterminated quoted string
 Syntax error: Missing '}'
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Error in command substitution
 Syntax error: Unterminated quoted string
 Syntax error: Unterminated quoted string

I was able to reproduce that. A brief search on the web brought up [1]. I
just added the patch to the port.

Regards,
Stefan

[1]: https://bugs.launchpad.net/ubuntu/+source/fcrackzip/+bug/350640


pgpmEaCaRw5su.pgp
Description: PGP signature


Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread olli hauer
On 2011-05-17 21:12, Mike Jakubik wrote:
 On Tue, 2011-05-17 at 22:51 +0400, Yuri Pankov wrote:
 
 On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote:
 Hello,

 I just updated my apache22 from 2.2.17 to 2.2.18, this update also
 updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was
 not able to connect to anything. The logs did not show anything wrong
 but apache was taking up 100% cpu on all processes and the system load
 was steadily going up. Reverting back to apache 2.2.17 did not help,
 only solution was to downgrade apr1 to 1.4.2. I am running this on
 freebsd 7.4.

 Just for the record:

 apr-ipv6-devrandom-db48-1.4.4.1.3.11
 apache-2.2.18

 seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD)
 mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server).


 Yuri
 
 
 I just tried on another server, similar configuration but this one is
 8.2. Same behaviour.
 
 PID USERNAMETHR PRI NICE   SIZERES STATE   C   TIME   WCPU
 COMMAND
 11241 www   1 1140 61492K 11200K CPU00   0:53 78.96%
 httpd
 11237 www   1 1100 61492K 11276K RUN 1   0:40 66.26%
 httpd
 11238 www   1 1080 61492K 11276K RUN 0   0:50 56.05%
 httpd
 
 Process takes up all resources and is unresponsive, no errors are
 logged.
 
 Web Server 1:
 Apache/2.2.17 (FreeBSD) PHP/5.3.6 with Suhosin-Patch mod_jk/1.2.31
 mod_ssl/2.2.17 OpenSSL/0.9.8q
 FreeBSD web.local 7.4-STABLE FreeBSD 7.4-STABLE #0: Tue May  3 17:45:17
 EDT 2011 root@web.local:/usr/obj/usr/src/sys/WEB  amd64
 
 Web Server 2:
 Apache/2.2.18 (FreeBSD) mod_jk/1.2.31 PHP/5.3.6 with Suhosin-Patch
 mod_ssl/2.2.18 OpenSSL/0.9.8q
 FreeBSD staging.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Mar  3
 17:32:06 EST 2011 root@staging.local:/usr/obj/usr/src/sys/STAGING
 amd64
 

Hi Mike,

can you give some more details about your APR configuration?

$ cd devel/apr1
$ make showconfig

And maybe disable the mod_jk module for a test?

___
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: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote:


 Hi Mike,
 
 can you give some more details about your APR configuration?
 
 $ cd devel/apr1
 $ make showconfig
 
 And maybe disable the mod_jk module for a test?


I have confirmed the culprit to be mod_jk, however re-compiling mod_jk
does not solve the problem. Unfortunately this module is essential to
our environment. Below is the apr1 config.

=== The following configuration options are available for
apr-devrandom-1.4.4.1.3.11:
 THREADS=on Enable Threads in apr
 IPV6=off Enable IPV6 Support in apr
 BDB=off Enable Berkley BDB support in apr-util
 GDBM=off Enable GNU dbm support in apr-util
 LDAP=off Enable LDAP support in apr-util
 MYSQL=off Enable MySQL suport in apr-util
 NDBM=off Enable NDBM support in apr-util
 PGSQL=off Enable Postgresql suport in apr-util
 SQLITE=off Enable SQLite3 support in apr-util
 DEVRANDOM=on Use /dev/random or compatible in apr


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


Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread olli hauer
On 2011-05-17 23:04, Mike Jakubik wrote:
 On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote:
 
 
 Hi Mike,

 can you give some more details about your APR configuration?

 $ cd devel/apr1
 $ make showconfig

 And maybe disable the mod_jk module for a test?
 
 
 I have confirmed the culprit to be mod_jk, however re-compiling mod_jk
 does not solve the problem. Unfortunately this module is essential to
 our environment. Below is the apr1 config.

Do you have a complex mod_jk configuration maybe it is possible
that we try to rewrite this to use the new mod_ajp module included
in apache22?

I'm using them now since a view years and haven't looked back.



 === The following configuration options are available for
 apr-devrandom-1.4.4.1.3.11:
  THREADS=on Enable Threads in apr
  IPV6=off Enable IPV6 Support in apr
  BDB=off Enable Berkley BDB support in apr-util
  GDBM=off Enable GNU dbm support in apr-util
  LDAP=off Enable LDAP support in apr-util
  MYSQL=off Enable MySQL suport in apr-util
  NDBM=off Enable NDBM support in apr-util
  PGSQL=off Enable Postgresql suport in apr-util
  SQLITE=off Enable SQLite3 support in apr-util
  DEVRANDOM=on Use /dev/random or compatible in apr
 

OK, nothing unusual
___
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: devel/apr1 (1.4.4 breaks apache22)

2011-05-17 Thread Mike Jakubik
On Tue, 2011-05-17 at 23:17 +0200, olli hauer wrote:

 On 2011-05-17 23:04, Mike Jakubik wrote:
  On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote:
  
  
  Hi Mike,
 
  can you give some more details about your APR configuration?
 
  $ cd devel/apr1
  $ make showconfig
 
  And maybe disable the mod_jk module for a test?
  
  
  I have confirmed the culprit to be mod_jk, however re-compiling mod_jk
  does not solve the problem. Unfortunately this module is essential to
  our environment. Below is the apr1 config.
 
 Do you have a complex mod_jk configuration maybe it is possible
 that we try to rewrite this to use the new mod_ajp module included
 in apache22?
 
 I'm using them now since a view years and haven't looked back.
 


It's fairly simple, ill have to see how mod_ajp works and test it in our
staging environment first. However anyone else that uses mod_jk will run
in to this eventually, guess i should contact the apache team
responsible for the two.

Thanks for the info.

___
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


Complicated patching

2011-05-17 Thread Matthew Pounsett
Hi.

In a (possibly foolish) attempt to add a third-party patch to an application I 
use *without* abandoning the ports tree for this app, I'm trying to make a 
local modification to the port to download and include the patch in the build 
process.  The problem I'm running into is that it is distributed from a source 
distribution site that uses a downloads CGI rather than a direct URL to 
distribution files, and the URI has nothing whatsoever to do with the name of 
the resulting file.  This, obviously, breaks MASTER_SITES and DISTFILES because 
what I have to put in DISTFILES doesn't match what would go in the distinfo 
file.

I'm poking around at possible alternatives, but nothing really stands out in 
the reading I've done.  Is this sort of thing supported by the ports system at 
all, or should I just abandon this completely and switch to fully manual builds?

I briefly looked at downloading the patch file, splitting it up (it includes 
several patches) and including the resulting files in files/patch-*.  This 
would be worth the work, but I'm also toying with eventually submitting my 
changes as a patch to the port with a line in OPTIONS to include/ignore the 3rd 
party patches and I can't find a way to wrap an ifdef around patch-* files in 
the Makefile, since they seem to be auto-discovered and acted on.  

If anyone has any advice on how to handle this in a way that solves both 
problems, I'd appreciate it.  Thanks in advance!
   Matt Pounsett


___
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: Complicated patching

2011-05-17 Thread Olli Hauer
On 2011-05-17 06:32, Matthew Pounsett wrote:
 Hi.
 
 In a (possibly foolish) attempt to add a third-party patch to an application 
 I use *without* abandoning the ports tree for this app, I'm trying to make a 
 local modification to the port to download and include the patch in the build 
 process.  The problem I'm running into is that it is distributed from a 
 source distribution site that uses a downloads CGI rather than a direct URL 
 to distribution files, and the URI has nothing whatsoever to do with the name 
 of the resulting file.  This, obviously, breaks MASTER_SITES and DISTFILES 
 because what I have to put in DISTFILES doesn't match what would go in the 
 distinfo file.
 
 I'm poking around at possible alternatives, but nothing really stands out in 
 the reading I've done.  Is this sort of thing supported by the ports system 
 at all, or should I just abandon this completely and switch to fully manual 
 builds?
 
 I briefly looked at downloading the patch file, splitting it up (it includes 
 several patches) and including the resulting files in files/patch-*.  This 
 would be worth the work, but I'm also toying with eventually submitting my 
 changes as a patch to the port with a line in OPTIONS to include/ignore the 
 3rd party patches and I can't find a way to wrap an ifdef around patch-* 
 files in the Makefile, since they seem to be auto-discovered and acted on.  
 
 If anyone has any advice on how to handle this in a way that solves both 
 problems, I'd appreciate it.  Thanks in advance!
Matt Pounsett
 

Hi Matt,

there is a way, sample ports:
dns/djbdns, dns/bind94, mail/postfix (VDA patches) and many more

A short description can be found in Mk/bsd.port.mk
A longer description can be found in the porters handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html

Additional you can place a patch without the prefix patch-
into the portname/files directory, then use for example

.if defined(PATCH_THIS_FOO)
EXTRA_PATCHES+=
.endif
___
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: Complicated patching

2011-05-17 Thread Matthew Pounsett

On 2011/05/17, at 18:07, Olli Hauer wrote:

 there is a way, sample ports:
 dns/djbdns, dns/bind94, mail/postfix (VDA patches) and many more

Thanks for the examples.  I'll dig through those and see what I can glean from 
them.

 A short description can be found in Mk/bsd.port.mk
 A longer description can be found in the porters handbook
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html

I've read through the porters handbook, and this page in particular, but didn't 
see anything that solved my problem.  I'll have another look though.  

Thanks very much!

 
 Additional you can place a patch without the prefix patch-
 into the portname/files directory, then use for example
 
 .if defined(PATCH_THIS_FOO)
 EXTRA_PATCHES+=
 .endif

___
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: Complicated patching

2011-05-17 Thread Olli Hauer
On 2011-05-18 00:23, Matthew Pounsett wrote:
 
 On 2011/05/17, at 18:07, Olli Hauer wrote:
 
 there is a way, sample ports:
 dns/djbdns, dns/bind94, mail/postfix (VDA patches) and many more
 
 Thanks for the examples.  I'll dig through those and see what I can glean 
 from them.
 
 A short description can be found in Mk/bsd.port.mk
 A longer description can be found in the porters handbook
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html
 
 I've read through the porters handbook, and this page in particular, but 
 didn't see anything that solved my problem.  I'll have another look though.  
 
 Thanks very much!
 

 Additional you can place a patch without the prefix patch-
 into the portname/files directory, then use for example

 .if defined(PATCH_THIS_FOO)
 EXTRA_PATCHES+=
 .endif
 

 In a (possibly foolish) attempt to add a third-party patch 
to an application I use *without* abandoning the ports tree
for this app, I'm trying to make a local modification to the
port to download and include the patch in the build process.

It the patch doesn't change that often and the size is not to
big then it is an option to add the patch to the port/files
directory (if it is permitted by the author and/or license)

Another option can be to mirror the patch somewhere else or
ask if the committer can store the patch in local_distfiles.


___
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: Complicated patching

2011-05-17 Thread Matthew Seaman
On 17/05/2011 05:32, Matthew Pounsett wrote:
 In a (possibly foolish) attempt to add a third-party patch to an
 application I use *without* abandoning the ports tree for this app,
 I'm trying to make a local modification to the port to download and
 include the patch in the build process.  The problem I'm running into
 is that it is distributed from a source distribution site that uses a
 downloads CGI rather than a direct URL to distribution files, and the
 URI has nothing whatsoever to do with the name of the resulting file.
 This, obviously, breaks MASTER_SITES and DISTFILES because what I
 have to put in DISTFILES doesn't match what would go in the distinfo
 file.

I ran into this with x11-fonts/gentium -- the download URL not
containing the name of the downloaded file as the last component.

In that case, I was able to add a dummy argument to the download URL.
The download CGI ignores it, and it's enough to pacify the ports system.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature