Re: FreeBSD Port: ossp-uuid-1.6.0

2007-12-06 Thread Vasil Dimov
On Thu, Dec 06, 2007 at 16:21:10 -0700, Bradford Castalia wrote: > The current distribution package does not include the C++ API support. > This is important for those of us depending on this API for support of > applications that we are building and distributing. > > When building this package pl

finding configuration options used

2007-12-06 Thread jekillen
Hello: I am in the process of setting up Cyrus SASL for Postfix. Is there a way to determine what configuration options where used to build Cyrus SASL from port/package? Or would it be wise to de-install and reinstall with configuration options I am interested in? I am following various documentat

Re: (Very) bogus package dependencies

2007-12-06 Thread Garrett Cooper
Alex Goncharov wrote: ,--- You=Paul (Thu, 06 Dec 2007 22:41:27 -0600) * | | > | ># find /usr/ports/sysutils/hal -type f -exec grep -Hn 'cdrtools' {} \;| | ># wc -l | > 0 | > | | That's because you're not looking in the right place. Open the Mak

Re: (Very) bogus package dependencies

2007-12-06 Thread Alex Goncharov
,--- You=Paul (Thu, 06 Dec 2007 22:41:27 -0600) * | | > | ># find /usr/ports/sysutils/hal -type f -exec grep -Hn 'cdrtools' {} \;| | ># wc -l | > 0 | > | | That's because you're not looking in the right place. Open the Makefile | for hal and you

(PATCH) asterisk-addons and zaptel ports (for 7-x)

2007-12-06 Thread Ian FREISLICH
Hi The net/asterist-addons port is marked as broken for >7.0 because it doesn't compile. While this is true, the folling patch solves the problem. It fails to install though with this error: gmake[1]: Entering directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.4/asterisk-ooh3

Re: (Very) bogus package dependencies

2007-12-06 Thread Paul Schmehl
--On December 6, 2007 10:32:51 PM -0500 Alex Goncharov <[EMAIL PROTECTED]>, Alex Goncharov <[EMAIL PROTECTED]> wrote: | | It looks like an ordinary indirect dependency. | The drivers as well as the xorg-server all require 'hal'. Yes: $ pkg_info -r xf86-video-radeonhd-* ..

Re: (Very) bogus package dependencies

2007-12-06 Thread Alex Goncharov
To add a bit to the previous message: ,--- I=Alex (Thu, 06 Dec 2007 22:32:51 -0500) * | |So, is it that a port maintainer creates `/var/db/pkg/PKG/*' files |by hand? Based on individual ideas? Not on really "must-to-have" |things, like dependencies on shared libraries? | |(I

Re: (Very) bogus package dependencies

2007-12-06 Thread Alex Goncharov
,--- I=Alex (Thu, 06 Dec 2007 18:22:58 -0500) * | | But I cannot find any justification for this: | | | $ pkg_info -R cdrtools* | Information for cdrtools-2.01_6: | | Required by: | hal-0.5.8.20070909 | xf86-input-keyboard-1.2.2_1 | xf86-input-mouse-1.2.3 | xf86-video-i81

Re: (Very) bogus package dependencies

2007-12-06 Thread Erik Trulsson
On Thu, Dec 06, 2007 at 06:22:58PM -0500, Alex Goncharov wrote: > There has been a point recently made on a `freebsd-' list about > unnecessary dependencies of the `xorg-server' package, it being > dependent on `gnome' and `hal', for example. That's a valid point and > I am with those who don't wan

(Very) bogus package dependencies

2007-12-06 Thread Alex Goncharov
There has been a point recently made on a `freebsd-' list about unnecessary dependencies of the `xorg-server' package, it being dependent on `gnome' and `hal', for example. That's a valid point and I am with those who don't want this dependency to exist -- but at least this dependency can be someho

FreeBSD Port: ossp-uuid-1.6.0

2007-12-06 Thread Bradford Castalia
The current distribution package does not include the C++ API support. This is important for those of us depending on this API for support of applications that we are building and distributing. When building this package please include the --with-cxx configure option so the resulting package will

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread Jeremy Messenger
On Thu, 06 Dec 2007 06:34:05 -0600, GP <[EMAIL PROTECTED]> wrote: - Respect the CC, CFLAGS and LOCALBASE. See in post-patch. - Add kissdx.in in 'files' directory. - Remove that add_to_conf stuff in Makefile, use pkg-message. Thank you Mezz, for going through my makefiles and making it confo

Re: FreeBSD Port: pidgin-2.2.2

2007-12-06 Thread Jeremy Messenger
On Thu, 06 Dec 2007 14:27:57 -0600, Lockdown <[EMAIL PROTECTED]> wrote: Hello, I was just wondering if you were working on the port for pidgin-2.3.0. The only reason I ask is because I would like to upgrade to 2.3.0 for the msnp14 option and would like to wait for your port. Since you've

Re: java/jdk15

2007-12-06 Thread Joshua Tinnin
On Thu, Dec 06, 2007 at 01:19:20PM -0500, Wesley Shields wrote: > On Thu, Dec 06, 2007 at 01:11:02PM -0500, Aryeh M. Friedman wrote: > > Paul Schmehl wrote: > > > --On Thursday, December 06, 2007 10:08:22 -0700 Joshua Tinnin > > > <[EMAIL PROTECTED]> wrote: > > > > > >> "Due to licensing restrictio

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread Brooks Davis
On Thu, Dec 06, 2007 at 10:22:06PM +0100, GP wrote: >>> rc.conf >>> It's a shame that I can't use a script placed in /files to change rc.conf >>> during install/ >>> deinstall. I really liked that. But i guess I will settle with a dull >>> pkg-message at the >>> end, like the rest of you... >>> >>

ports/database/ruby-dbi and ports/database/ruby-dbd_pg faulty.

2007-12-06 Thread O. Hartmann
Hello. I try to use DBI:Pg and DBI:MySQL within a ruby-skript for accessing either MySQL or PostgreSQL database. Box is FreeBSD 7.0-BETA4 Mysql is mysql50-server Postgresql is posgresql82-server and postgresql82-client with unixODBC and ruby-dbi and ruby-dbd_pg and ruby-dbd_mysql installed. W

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread GP
rc.conf It's a shame that I can't use a script placed in /files to change rc.conf during install/ deinstall. I really liked that. But i guess I will settle with a dull pkg-message at the end, like the rest of you... Well, no, it's not a shame. The last thing we want to do as a community is enab

FreeBSD Port: pidgin-2.2.2

2007-12-06 Thread Lockdown
Hello, I was just wondering if you were working on the port for pidgin-2.3.0. The only reason I ask is because I would like to upgrade to 2.3.0 for the msnp14 option and would like to wait for your port. Since you've normally taken less than a week for upgrades and this is taking a bit longer I

Re: java/jdk15

2007-12-06 Thread Mike Bowie
Joshua Tinnin wrote: "Due to licensing restrictions, certain files must be fetched manually. "Please open http://download.java.net/tiger/ in a web browser. "Download the Update 13 Source, jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2007.jar" The source has been updated and is Update 14 now. According

Re: java/jdk15

2007-12-06 Thread Wesley Shields
On Thu, Dec 06, 2007 at 01:11:02PM -0500, Aryeh M. Friedman wrote: > Paul Schmehl wrote: > > --On Thursday, December 06, 2007 10:08:22 -0700 Joshua Tinnin > > <[EMAIL PROTECTED]> wrote: > > > >> "Due to licensing restrictions, certain files must be fetched > >> manually. > >> > >> "Please open http

Re: java/jdk15

2007-12-06 Thread Aryeh M. Friedman
Paul Schmehl wrote: > --On Thursday, December 06, 2007 10:08:22 -0700 Joshua Tinnin > <[EMAIL PROTECTED]> wrote: > >> "Due to licensing restrictions, certain files must be fetched >> manually. >> >> "Please open http://download.java.net/tiger/ in a web browser. >> >> "Download the Update 13 Source,

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread Paul Schmehl
--On Thursday, December 06, 2007 13:34:05 +0100 GP <[EMAIL PROTECTED]> wrote: rc.conf It's a shame that I can't use a script placed in /files to change rc.conf during install/ deinstall. I really liked that. But i guess I will settle with a dull pkg-message at the end, like the rest of you... W

Re: java/jdk15

2007-12-06 Thread Paul Schmehl
--On Thursday, December 06, 2007 10:08:22 -0700 Joshua Tinnin <[EMAIL PROTECTED]> wrote: "Due to licensing restrictions, certain files must be fetched manually. "Please open http://download.java.net/tiger/ in a web browser. "Download the Update 13 Source, jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2

Unable to find distfile for www/linux-flashplugin9

2007-12-06 Thread Clint Olsen
Hi: I searched around the net a bit, but I wasn't able to find anything definitive. How are we supposed to find this file? => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r4

java/jdk15

2007-12-06 Thread Joshua Tinnin
"Due to licensing restrictions, certain files must be fetched manually. "Please open http://download.java.net/tiger/ in a web browser. "Download the Update 13 Source, jdk-1_5_0_13-fcs-src-b05-jrl-25_sep_2007.jar" The source has been updated and is Update 14 now. According to the site, it was up

Re: rebuilding Postfix to ad MySQL support

2007-12-06 Thread Vivek Khera
On Dec 5, 2007, at 8:06 PM, jekillen wrote: carefully crafting the configuration files for Postfix, I am informed tha Postfix does not support MySQL tables as it stands. I have received instruction from Postfix list about how to add the support: If you want funny options in your postfix, you

Re: HELP needed by experienced porter for simple review

2007-12-06 Thread GP
- Respect the CC, CFLAGS and LOCALBASE. See in post-patch. - Add kissdx.in in 'files' directory. - Remove that add_to_conf stuff in Makefile, use pkg-message. Thank you Mezz, for going through my makefiles and making it conform to the principals of the ports system. That was a very big help

FreeBSD Port: apache-2.2.6_2 - patch for support/ab.c

2007-12-06 Thread Yuri Y Kuznetsov
Hello! Recently I found that ab (apache benchmark) utility prints small time intervals incorrectly. The problem is the wrong printf format for microsecond intervals. There the `patch' to address the problem in the attachment. Thank you, Yuri Kuznetsov ab.c.diff Description: Binary data