apache24 / php 7 / liblzma

2018-12-26 Thread Jim Pazarena
In a recent re-install of apache24 & php7 , upon execution , php7 naps:  
Cannot load libexec/apache24/libphp7.so into server: Shared object 
"liblzma.so.1" not found


I did not compile liblzma that as the port archivers/liblzma does not 
have a maintainer and is likely to fail or be dropped altogether .


But I DID need it so I re-compiled it as well .
What will become of the failing php7 load if liblzma is dropped ?
The dependencies within the ports is a continual source of frustration 
(for me) with FreeBSD .
The only one actually , but it becomes very time consuming tracking down 
compile issues related to version dependencies .


I compiled python36 , via lang/python . but something else I am 
compiling keeps dragging in python27 . Why can't it simply use python36 
? (Haven't determined what application is dragging it in as of yet) .


--
Jim Pazarena   fpo...@paz.bz

___
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: cmake build failure depending on liblzma

2015-04-19 Thread Jim Pazarena
just attempted to update another server, and cmake dies on it as well 
citing the same liblzma error


oh my. had better stop with the updates until someone fixes this.



On 2015-04-18 11:14 AM, Jim Pazarena wrote:

I'm attempting a re-install of 10.1 amd, and cmake is a show stopper,
appearing to have a problem with liblzma. I re-installed liblzma, yet
cmake continues to fail. Without cmake many other things such as mysql
fail because of the dependency on cmake.

I am not sure what to do.
Any help would be much appreciated.

Jim


EVIDENCE OF LIBLZMA:

root@servera:~ # cd /usr/local/lib
root@servera:/usr/local/lib # ls -l | grep lzma
-rw-r--r--   1 root  wheel401452 Apr 18 10:44 liblzma.a
lrwxr-xr-x   1 root  wheel16 Apr 18 10:44 liblzma.so -
liblzma.so.1.1.0
lrwxr-xr-x   1 root  wheel16 Apr 18 10:44 liblzma.so.1 -
liblzma.so.1.1
.0
-rwxr-xr-x   1 root  wheel290461 Apr 18 10:44 liblzma.so.1.1.0
root@servera:/usr/local/lib #


FAILURE OF CMAKE:

-- Checking whether cxxabi works with this C++ compiler - yes
-- Using system-installed BZIP2
-- Using system-installed CURL
-- Using system-installed EXPAT
-- Using system-installed LIBARCHIVE
-- Using system-installed LIBLZMA
-- Using system-installed ZLIB
-- Found ZLIB: /usr/lib/libz.so (found version 1.2.8)
-- Found CURL: /usr/local/lib/libcurl.so (found version 7.41.0)
-- Found BZip2: /usr/lib/libbz2.so (found version 1.0.6)
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.so
-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.so - not found
-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.so
-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.so - not found
-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.so
-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.so - not found
-- Could NOT find LibLZMA (missing:  LIBLZMA_HAS_AUTO_DECODER
LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version 5.0.5)
CMake Error at CMakeLists.txt:310 (message):
   CMAKE_USE_SYSTEM_LIBLZMA is ON but LibLZMA is not found!
Call Stack (most recent call first):
   CMakeLists.txt:488 (CMAKE_BUILD_UTILITIES)


-- Configuring incomplete, errors occurred!
See also
/usr/ports/devel/cmake/work/cmake-3.1.3/CMakeFiles/CMakeOutput.log.
See also
/usr/ports/devel/cmake/work/cmake-3.1.3/CMakeFiles/CMakeError.log.
-
Error when bootstrapping CMake:
Problem while running initial CMake
-
===  Script configure failed unexpectedly.
Please report the problem to k...@freebsd.org [maintainer] and attach the
/usr/ports/devel/cmake/work/cmake-3.1.3/config.log including the
output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cmake
root@servera:/usr/ports/devel/cmake # ^Dlogout
___
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-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


cmake build failure depending on liblzma

2015-04-18 Thread Jim Pazarena
I'm attempting a re-install of 10.1 amd, and cmake is a show stopper, 
appearing to have a problem with liblzma. I re-installed liblzma, yet

cmake continues to fail. Without cmake many other things such as mysql
fail because of the dependency on cmake.

I am not sure what to do.
Any help would be much appreciated.

Jim


EVIDENCE OF LIBLZMA:

root@servera:~ # cd /usr/local/lib
root@servera:/usr/local/lib # ls -l | grep lzma
-rw-r--r--   1 root  wheel401452 Apr 18 10:44 liblzma.a
lrwxr-xr-x   1 root  wheel16 Apr 18 10:44 liblzma.so - 
liblzma.so.1.1.0
lrwxr-xr-x   1 root  wheel16 Apr 18 10:44 liblzma.so.1 - 
liblzma.so.1.1

.0
-rwxr-xr-x   1 root  wheel290461 Apr 18 10:44 liblzma.so.1.1.0
root@servera:/usr/local/lib #


FAILURE OF CMAKE:

-- Checking whether cxxabi works with this C++ compiler - yes
-- Using system-installed BZIP2
-- Using system-installed CURL
-- Using system-installed EXPAT
-- Using system-installed LIBARCHIVE
-- Using system-installed LIBLZMA
-- Using system-installed ZLIB
-- Found ZLIB: /usr/lib/libz.so (found version 1.2.8)
-- Found CURL: /usr/local/lib/libcurl.so (found version 7.41.0)
-- Found BZip2: /usr/lib/libbz2.so (found version 1.0.6)
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.so
-- Looking for lzma_auto_decoder in /usr/local/lib/liblzma.so - not found
-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.so
-- Looking for lzma_easy_encoder in /usr/local/lib/liblzma.so - not found
-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.so
-- Looking for lzma_lzma_preset in /usr/local/lib/liblzma.so - not found
-- Could NOT find LibLZMA (missing:  LIBLZMA_HAS_AUTO_DECODER 
LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version 5.0.5)

CMake Error at CMakeLists.txt:310 (message):
  CMAKE_USE_SYSTEM_LIBLZMA is ON but LibLZMA is not found!
Call Stack (most recent call first):
  CMakeLists.txt:488 (CMAKE_BUILD_UTILITIES)


-- Configuring incomplete, errors occurred!
See also 
/usr/ports/devel/cmake/work/cmake-3.1.3/CMakeFiles/CMakeOutput.log.
See also 
/usr/ports/devel/cmake/work/cmake-3.1.3/CMakeFiles/CMakeError.log.

-
Error when bootstrapping CMake:
Problem while running initial CMake
-
===  Script configure failed unexpectedly.
Please report the problem to k...@freebsd.org [maintainer] and attach the
/usr/ports/devel/cmake/work/cmake-3.1.3/config.log including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cmake
root@servera:/usr/ports/devel/cmake # ^Dlogout
___
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


at - atrun utility bug on 10.0

2014-10-19 Thread Jim Pazarena

I find that while a job is running via the at facility, that is,
atrun has executed it, every subsequent execution of atrun (via
cron) STAYS running while the original program (executed by atrun)
is still active.

Generally, according to the docs, atrun is executed every 5 minutes
*/5 * * * * within /etc/crontab
I always modify this to * * * * * for more prompt at execution.

I have jobs submitted via 'at' which tend to run for several hours
sometimes even all day.
If I do a 'ps wwax' I could see dozens, hundreds, even thousands
of atrun running.
When the original job completes all the atruns disappear.
I noticed this on 10.0, where on 9.1 it simply does not happen.

It is my feeling that the atrun on 10.0 is either being held up by
a lock fyl, an flock, or something else which is blocking its
normal termination when there is an empty queue, or rather when
there is an item in the queue which is already being tended to
by another process.

I would think that the general */5 granularity of atrun, along with
most jobs NOT running for multiple hours tends to obfuscate this
(what I think is a) bug. And most people looking at an wwax would
skip past it without giving it any thought.

If anyone could confirm that I am not going insane, I would file a
bug report thru normal channels. Of course, I may be going insane
regardless of THIS email :-)
___
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: pkg 2 ng conversion

2014-06-08 Thread Jim Pazarena

On 2014-05-28 11:30 AM, Jim Ohlstein wrote:

Hello,

On 5/28/14, 2:13 PM, Jim Pazarena wrote:


On a new/fresh install, V10, should a person immediately place
WITH_PKGNG=yes in the make.conf ? And then is it not required
to run pkg2ng ? Or is it implied? It seems not, but I cannot find
documentation in this respect.


In my experience it is unnecessary to add WITH_PKGNG=yes in a fresh
FreeBSD 10 box, and it is certainly not necessary to run pkg2ng since
there are no installed packages.

The pkg_* tools are not included in FreeBSD 10 and the pkg(ng) system is
the default.



this process is a little confusing.
do I still need to run portsnap fetch ?

Or does this need to be replaced with some other ng style update?
___
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: pkg 2 ng conversion

2014-06-08 Thread Jim Pazarena

On 2014-06-08 10:55 AM, Warren Block wrote:

On Sun, 8 Jun 2014, Jim Pazarena wrote:


No.  pkg is just a package manager.  It does not replace ports, it just
handles packages.  Like the old package manager, binary packages can be
downloaded and installed rather than ports, but the choice is yours.


Ahh.. therein lies the confusion. I have been compiling ports for many
years. However the compilations began nagging about converting pkg2ng.
So I investigated, and set the appropriate WITH_PKGNG=yes and ran
pkg2ng. But I never use packages. I always compile from ports.

So the warning appearing in each and every compile was  is very
misleading. Unless I am *still* confused !!
___
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


pkg 2 ng conversion

2014-05-28 Thread Jim Pazarena

I have several servers, some 9.1, 9.2, 10.0
all nagging about the deprecated package system.
So I've bitten the bullet and am converting to the new pkg system.
The notes for conversion indicate you must add WITH_PKGNG=yes to
make.conf. Also done.

On a new/fresh install, V10, should a person immediately place
WITH_PKGNG=yes in the make.conf ? And then is it not required
to run pkg2ng ? Or is it implied? It seems not, but I cannot find
documentation in this respect.
___
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: textproc / libxml2 failure to compile PATCH

2013-04-18 Thread Jim Pazarena

Jung-uk Kim wrote, On 2013-04-18 9:36 AM:

...

This problem was already discussed multiple times. [1][2]


Sorry, I saw no reference in either the fquestion or the
fports news groups.

Patch much appreciated, hope it can get committed soon.


You can download my patch from here:

http://people.freebsd.org/~jkim/libxml2.diff

Jung-uk Kim

1.
http://docs.freebsd.org/cgi/mid.cgi?CACGq7x3mR6obs=Y0Q_fk3aTw0-Co3XTngXFW5WrKr-=G=+tsBQ
2.
http://docs.freebsd.org/cgi/mid.cgi?CAE9Lj2=_GoiA_RY=DhkYba9ZUGi6FXjsyEt5fDcySGKELh3QZw


___
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


textproc / libxml2 failure to compile

2013-04-17 Thread Jim Pazarena
On 9.1 amd, something has changed within my ports. This compiled fine 
the very first time I installed 9.1, but a recent re-install generates 
the following error(s) of failed references to lzma_*.

I frequently run a portsnap fetch, (extract only once) and an update.

Any suggestions would be much appreciated.

Thanks, Jim


  CC parse4.o
  CC io2.o
  CC testWriter.o
  CC io1.o
  CC xpath1.o
  CC parse1.o
  CC tree1.o
  CCLD   xpath2
  CCLD   reader1
../../.libs/libxml2.so: undefined reference to `lzma_auto_decoder'
../../.libs/libxml2.so: undefined reference to `lzma_code'
../../.libs/libxml2.so: undefined reference to `lzma_end'
../../.libs/libxml2.so: undefined reference to `lzma_properties_decode'
gmake[3]: *** [xpath2] Error 1
gmake[3]: *** Waiting for unfinished jobs
../../.libs/libxml2.so: undefined reference to `lzma_auto_decoder'
../../.libs/libxml2.so: undefined reference to `lzma_code'
../../.libs/libxml2.so: undefined reference to `lzma_end'
../../.libs/libxml2.so: undefined reference to `lzma_properties_decode'
gmake[3]: *** [reader1] Error 1
gmake[3]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.8.0/doc/examples'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/textproc/libxml2/work/libxml2-2.8.0/doc'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/libxml2/work/libxml2-2.8.0'
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/textproc/libxml2.
___
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: fresh install of kde4 fails - japanese/kiten

2012-08-29 Thread Jim Pazarena

Alberto Villa wrote, On 2012-08-28 11:51 PM:

On Wed, Aug 29, 2012 at 5:21 AM, Jim Pazarena fpo...@paz.bz wrote:

Alberto Villa wrote, On 2012-08-28 3:31 AM:
USE_KDE4=   kdehier kdelibs kdeprefix automoc4
KDE4_BUILDENV=  yes
USE_QT_VER= 4
QT_COMPONENTS=  corelib moc_build qmake_build rcc_build uic_build
USE_BZIP2=  yes
MAKE_JOBS_SAFE= yes


Your ports tree is out of date, in an inconsistent way (only part of
it) I would add. Just update it and it will work.



I use:  csup -g -L 2 ports-supfile

and ports-supfile
has all the recommended defaults, including ports-all

what am I missing?
___
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


csup vs portsnap was: fresh install of kde4 fails - japanese/kiten

2012-08-29 Thread Jim Pazarena

Alberto Villa wrote, On 2012-08-29 8:17 AM:

On Wed, Aug 29, 2012 at 5:00 PM, Jim Pazarena fpo...@paz.bz wrote:

I use:  csup -g -L 2 ports-supfile

and ports-supfile
has all the recommended defaults, including ports-all

what am I missing?


I don't know, maybe something went wrong in the past, but for sure
that file (at least) is out of date. I suggest checking out a new
ports tree with portsnap or Subversion.


A portsnap (which I have NEVER run in my life) fixed this issue.
I have always run cvsup and more recently csup.

I am concerned, now, because I would have assumed that csup
actually DOES update me, where it would seem that it has a failing,
at least WRT japanese/kiten

Which is the recommended way to stay PORT current? portsnap or csup?
I will switch to portsnap, but it is pretty slow compared to csup.

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: fresh install of kde4 fails - japanese/kiten

2012-08-28 Thread Jim Pazarena

Alberto Villa wrote, On 2012-08-27 4:05 PM:

On Tue, Aug 28, 2012 at 12:52 AM, Jim Pazarena fpo...@paz.bz wrote:

= kiten-4.8.4.tar.bz2 is not in /usr/ports/japanese/kiten/distinfo.
= Either /usr/ports/japanese/kiten/distinfo is out of date, or
= kiten-4.8.4.tar.bz2 is spelled incorrectly.
*** Error code 1


Can you show the output of `make -C /usr/ports/japanese/kiten -V
USE_BZIP2`, please?



it replies with one word only:

yes
___
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: fresh install of kde4 fails - japanese/kiten

2012-08-28 Thread Jim Pazarena

Alberto Villa wrote, On 2012-08-28 3:31 AM:

On Tue, Aug 28, 2012 at 2:07 AM, Jim Pazarena fpo...@paz.bz wrote:

Can you show the output of `make -C /usr/ports/japanese/kiten -V
USE_BZIP2`, please?



it replies with one word only:

yes


Please, keep kde@ CCed.

Can you paste (http://pastebin.com) /usr/ports/japanese/kiten/Makefile
and /etc/make.conf, please? You have USE_BZIP2 defined somewhere,
while it shouldn't be.



Script started on Tue Aug 28 20:08:17 2012

laptop# grep kiten .source/typescript

===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kiten - not found
===Verifying install for /usr/local/kde4/bin/kiten in 
/usr/ports/japanese/kiten

= kiten-4.8.4.tar.bz2 is not in /usr/ports/japanese/kiten/distinfo.
= Either /usr/ports/japanese/kiten/distinfo is out of date, or
= kiten-4.8.4.tar.bz2 is spelled incorrectly.

Stop in /usr/ports/japanese/kiten.

laptop# exit

Script done on Tue Aug 28 20:08:36 2012

*** cat of /usr/ports/japanese/kiten/Makefile **
# New ports collection Makefile for:kiten
# Date created: 6 September 2011
# Whom: Alberto Villa avi...@freebsd.org
#
# $FreeBSD: ports/japanese/kiten/Makefile,v 1.2 2012/02/16 15:57:01 
ashish Exp $

#

PORTNAME=   kiten
PORTVERSION=${KDE4_VERSION}
PORTREVISION=   1
CATEGORIES= japanese kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=KDE

MAINTAINER= k...@freebsd.org
COMMENT=Japanese reference/study tool for KDE 4

CONFLICTS=  kdeedu-4.[0-6].*

USE_KDE4=   kdehier kdelibs kdeprefix automoc4
KDE4_BUILDENV=  yes
USE_QT_VER= 4
QT_COMPONENTS=  corelib moc_build qmake_build rcc_build uic_build
USE_BZIP2=  yes
MAKE_JOBS_SAFE= yes

.include bsd.port.mk

*** cat of /etc/make.conf **
BATCH=YES
# added by use.perl 2012-08-28 01:04:47
PERL_VERSION=5.14.2
___
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


fresh install of kde4 fails - japanese/kiten

2012-08-27 Thread Jim Pazarena

I elected to do a complete re-install of an 8.3 server, and kde4 fails
because of dependencies:
x11/kde4 depends on:
misc/kdeedu4 which depends on:
japanese/kiten  WHICH FAILS

Is there a way to have kde4 -not- use and therefore not depend on
kdeedu4 ? Or not have kdeedu4 depend on kiten?
___
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: fresh install of kde4 fails - japanese/kiten

2012-08-27 Thread Jim Pazarena


this is on a fresh install of 8.3, and AFTER running a csup


Alberto Villa wrote, On 2012-08-27 3:16 PM:

On Mon, Aug 27, 2012 at 11:49 PM, Jim Pazarena fpo...@paz.bz wrote:

Is there a way to have kde4 -not- use and therefore not depend on
kdeedu4 ? Or not have kdeedu4 depend on kiten?


Of course, you can use OPTIONS to deselect the dependencies. What's
the problem, anyway? Can you paste a log? We're interested in fixing
it.


===  Installing for kdeedu-4.8.4
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/blinken - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/cantor - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kalgebra - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kanagram - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kbruch - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kgeography - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/khangman - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kig - found
===   kdeedu-4.8.4 depends on file: /usr/local/kde4/bin/kiten - not found
===Verifying install for /usr/local/kde4/bin/kiten in 
/usr/ports/japanese/kiten

= kiten-4.8.4.tar.bz2 is not in /usr/ports/japanese/kiten/distinfo.
= Either /usr/ports/japanese/kiten/distinfo is out of date, or
= kiten-4.8.4.tar.bz2 is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/japanese/kiten.
*** Error code 1

Stop in /usr/ports/misc/kdeedu4.
___
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


dovecot genesis v2.0.X ~ FreeBSD

2010-11-27 Thread Jim Pazarena

On 2010-10-18 9:47 AM, Jim Pazarena wrote:

V2 of dovecot has had the following releases (to recap)

2.0.0 2010-08-16
2.0.1 2010-08-24
2.0.2 2010-09-08
2.0.3 2010-09-17
2.0.4 2010-09-26
2.0.5 2010-10-01

2.0.6 2010-10-25
2.0.7 2010-11-12

FreeBSD added dovecot2 to the ports recently (finally)
Thank-you,  yay!

___
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: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Jim Pazarena

FYI for all concerned

On 10/18/2010 10:36 AM, Timo Sirainen wrote:

On Mon, 2010-10-18 at 09:47 -0700, Jim Pazarena wrote:


So, my question is, respectfully, is dovecot V2.0.5 stable enough
for prime-time on a busy ISP mail server? 


It's getting better :) I'll make 2.0.6 release this week again with more
fixes, but I still have a few bug reports that I haven't managed to
reproduce.


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

2010-09-18 Thread Jim Pazarena

On 8/24/2010 4:48 PM, Denny Lin wrote:


I submitted ports/149866 a few days ago to update Dovecot to 1.2.13.
Still awaiting maintainer approval.

I'll submit another PR to update Dovecot to 1.2.14 this afternoon.


did you have any success with a response from the Dovecot maintainer?

dovecot is now at 2.0.3, and it would be convenient to have it in
the ports system.

___
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: dspam install

2010-07-14 Thread Jim Pazarena

Sahil Tandon wrote:

[mail/dspam maintainer Cc:'d]

On Tue, 2010-07-13 at 09:46:04 +0200, David DEMELIER wrote:


2010/7/13 Sahil Tandon sa...@freebsd.org:

On Mon, 2010-07-12 at 21:28:56 +0200, David DEMELIER wrote:

Yes sometime I'm nasty with people, I'm sorry about that but when I
saw this port I just didn't understand.


What did you not understand?


I apologize for my english.


No apology needed, as that is not the problem here.


my own ports confusion (in general) is that in some ports
you use a -Dxx to define a required (or not required) option
while in others (at least dspam) you use WITHOUT_xxx or WITH_xxx=1.
It would be nice if all ports has the same standard of definitions.

Or... am I confused?
___
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


dspam install

2010-07-11 Thread Jim Pazarena

tried to make mail/dspam and it exits nagging that it
requires MySQL 5.0 client, where I have MySQL 5.1

Is there a way to convince the dspam routine that
5.1 is acceptable? (presuming that it IS).

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


sshd on FBSD 8.0-RC2/3

2009-11-23 Thread Jim Pazarena

sshd in 8.0-RC3 is 0.9.8K  25 Mar 2009

OpenSSH  has a newer 0.9.8L  2009 Nov 05  which they state is primarily a bug 
fix release.

Is there any way of getting this rolled into the upcoming 8.0 Release ?
___
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 / p5-HTML-Embperl

2009-03-17 Thread Jim Pazarena

Cezary Morga wrote:

hideo wrote:

Jim Pazarena (Sun 03/15/09 23:22):

presently p5-HTML-Embperl in the ports is at 1.3.6_2 however it is
marked as will not compile.

The main website for Embperl shows a much newer stable version
(2.2.0)

Is there any way someone (more clever than myself) could get this
newer version to compile in the ports system?

I would very much appreciate it. Thanks!

I'd be willing to take a look at it if no one else has started.
Looks like it's really a new port since it's now Embperl (not
HTML::Embperl.) Might be a bit before I can get it submitted though.


I was just going to write the same thing :)

I've started working on it, but if you'd really want to do this I can
send you what I've got so far.


you guys are awesome, and I really appreciate it!

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


www / p5-HTML-Embperl

2009-03-16 Thread Jim Pazarena

presently p5-HTML-Embperl in the ports is at 1.3.6_2 however it is marked as
will not compile.

The main website for Embperl shows a much newer stable version (2.2.0)

Is there any way someone (more clever than myself) could get this newer version
to compile in the ports system?

I would very much appreciate it. 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