FreeBSD ports you maintain which are out of date

2012-12-04 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
mail/proxsmtp   | 1.8 | 1.10
+-+
net-mgmt/argus-monitor  | 20100109| 20121202
+-+
science/linsmith| 0.99.22 | 0.99.24
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

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


Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread angelv
Hi,

I have a new installation of FreeBSD 9.0 RELEASE

# uname -a
FreeBSD delta.alpha.telemedellin.tv 9.0-RELEASE-p3 FreeBSD
9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

And the port

# ls /var/db/pkg | grep cdrtools
cdrtools-3.00_2

Searching for the SATA DVD
# cdrecord -scanbus
...
scsibus8:
8,0,0   800) 'HL-DT-ST' 'DVDRAM GH20NS15 ' 'IL00' Removable CD-ROM

Create the .iso
# mkisofs -R -J -udf -iso-level 3 -o
/home/backups/Grabar/imagefile.iso
/home/backups/Grabar/admindocimagenes-2012-11-28-00-00.tar.gz.aa

Burn the DVD
# cdrecord speed=8 dev=8,0,0 /home/backups/Grabar/
imagefile.iso

cdrecord: No write mode specified.
cdrecord: Assuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive
dependent defaults.
Cdrecord-ProDVD-ProBD-Clone 3.00 (amd64-unknown-freebsd9.0) Copyright
(C) 1995-2010 Jörg Schilling
scsidev: '8,0,0'
scsibus: 8 target: 0 lun: 0
Using libscg version 'schily-0.9'.
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'HL-DT-ST'
Identifikation : 'DVDRAM GH20NS15 '
Revision   : 'IL00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW/DVD-RAM driver (mmc_dvd).
Driver flags   : NO-CD DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO LAYER_JUMP
Starting to write CD/DVD/BD at speed 8 in real SAO mode for single session.
Last chance to quit, starting real write0 seconds. Operation starts.
Turning BURN-Free off
cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
CDB:  2A 00 00 00 00 00 00 00 20 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 2A 00 00 0C 30 05 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 65536
cmd finished after 0.002s timeout 200s
write track data: error after 0 bytes
cdrecord: A write error occured.
cdrecord: Please properly read the error message above.

# dmesg
(cd0:ahcich7:0:0:0): Command Specific Info: 0xc
(cd0:ahcich7:0:0:0): READ(10). CDB: 28 0 0 0 0 0 0 0 1 0
(cd0:ahcich7:0:0:0): CAM status: SCSI Status Error
(cd0:ahcich7:0:0:0): SCSI status: Check Condition
(cd0:ahcich7:0:0:0): SCSI sense: MEDIUM ERROR asc:10,90 (Vendor Specific ASCQ)

# cat /usr/src/sys/amd64/conf/GENERIC | grep ATA
# ATA controllers
device  ahci# AHCI-compatible SATA controllers
device  ata # Legacy ATA/SATA controllers
options ATA_CAM # Handle legacy controllers with CAM
options ATA_STATIC_ID   # Static device numbering
device  mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
device  siis# SiliconImage SiI3124/SiI3132/SiI3531 SATA
# ATA/SCSI peripherals
device  scbus   # SCSI bus (required for ATA/SCSI)
device  pass# Passthrough device (direct ATA/SCSI access)
device  arcmsr  # Areca SATA II RAID
device  twa # 3ware 9000 series PATA/SATA RAID
device  twe # 3ware ATA RAID
device  tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller

# cat /boot/loader.conf
# The Z File System (ZFS)
vm.kmem_size=512M
vm.kmem_size_max=512M
vfs.zfs.arc_max=40M
vfs.zfs.vdev.cache.size=5M
vfs.zfs.prefetch_disable=0

# NVIDIA Driver
nvidia_load=YES

# Intel HDA ALC889 audio codec
snd_hda_load=YES


-


The old options in the Handbook for dvd+rw-tools not work
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html

# ls /var/db/pkg | grep dvd+rw-tools
dvd+rw-tools-7.1

# cat /boot/loader.conf
...
# Creating and Using Optical Media (DVDs)
# The ATAPI/CAM Driver
atapicam_load=YES
# Enable DMA access for ATAPI devices
hw.ata.atapi_dma=1

The error when i run the script:

# /home/backups/Grabar/
BackupDVD-1.sh
Grabando el DVD ===
Executing 'mkisofs -udf -iso-level 3 -V Backup 2012-11-29 -joliet-long
-J -R /home/backups/Grabar/Admindoc/admindocimagenes-2012-11-28-00-00.tar.gz.aa
| builtin_dd of=/dev/pass5 obs=32k seek=0'
  0.22% done, estimate finish Thu Nov 29 16:56:17 2012
  0.44% done, estimate finish Thu Nov 29 17:00:04 2012
  0.66% done, estimate finish Thu Nov 29 16:58:48 2012
/dev/pass5: Current Write Speed is 8.2x1352KBps.
:-( unable to WRITE@LBA=90h: Input/output error
:-( write failed: Input/output error
/dev/pass5: flushing cache
/dev/pass5: updating RMA
/dev/pass5: closing disc
Proceso terminado, puede retirar el DVD ;-)

Script content:

# cat /home/backups/Grabar/BackupDVD-1.sh
#! /bin/sh

# Requiere:
#
# sysutils/dvd+rw-tools
#
# /sysutils/eject

echo Grabando el DVD ===
growisofs -dvd-compat -udf -iso-level 3 -speed=8 -V Backup `date
+%Y-%m-%d` -joliet-long -Z 

freebsd-ports: CGI-Application-Plugin-DBH

2012-12-04 Thread Kurt Lidl

Greetings!

I use this port in my application software.
(Along with a bunch of other stuff for perl5.)

In preparation for FreeBSD-9.1, I installed the
9.1-RC3 snapshot, and attempted to rebuild all
the supporting modules for my application software.

I ran into difficulty with this port, or more
specifically, this port, its dependencies
and its interaction with the new 'pkg' command.

I have a script that attempts to install all the
ports for the various perl modules that are needed
by my application, and this is the only port that
failed to install.

The dependencies for CGI-Application-Plugin-DBH
list p5-CGI-modules, which conflicts with the
regular old p5-CGI module, at least as reported
by the new 'pkg' command.

As far as I can see, the p5-CGI-modules port
is a subset of the p5-CGI module, so if p5-CGI
is already installed, then CGI-Application-Plugin-DBH
is good to go.

Could the dependencies for CGI-Application-Plugin-DBH
be changed to be either p5-CGI-modules or
p5-CGI?

The particular error that gets punted out by
p5-CGI-Modules is this:

===   Compressing manual pages for p5-CGI-modules-2.76^M
===   Registering installation for p5-CGI-modules-2.76 as automatic^M
Installing p5-CGI-modules-2.76...pkg: p5-CGI-modules-2.76 conflicts with 
p5-CGI.
pm-3.63,1 (installs files into the same place).  Problematic file: 
/usr/local/li

b/perl5/5.16.2/man/man3/CGI::Carp.3.gz^M
*** [fake-pkg] Error code 70^M
^M
Stop in /usr/ports/www/p5-CGI-modules.^M

Thanks.

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


port: CGI-Application-Dispatch

2012-12-04 Thread Kurt Lidl

Greetings!

Can someone update this port to be based on the 3.12 release
of this module from CPAN, rather than the much older 3.07 release?

Also, it looks like the Makefile could be simplified to
have RUN_DEPENDS=${BUILD_DEPENDS} too.

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


Fwd: FreeBSD ports you maintain which are out of date

2012-12-04 Thread Yanhui Shen
-- Forwarded message --
From: Yanhui Shen shen@gmail.com
Date: 2012/12/5
Subject: Re: FreeBSD ports you maintain which are out of date
To: portsc...@portscout.freebsd.org


Hi,

According to this page http://basiccoder.com/openfetion
The OpenFetion Project is deprecated,
and therefore I do not want to maintain it any more. :-(

Actually,  there is a 2.2.1 port, but I think the software itself is buggy.
The most annonying problem is, it'll be offline when shortmsg arrived. (100%)

So, in my opinion what about just remove it from the ports tree?

2012/12/4  portsc...@portscout.freebsd.org:
 Dear port maintainer,

 The portscout new distfile checker has detected that one or more of your
 ports appears to be out of date. Please take the opportunity to check
 each of the ports listed below, and if possible and appropriate,
 submit/commit an update. If any ports have already been updated, you can
 safely ignore the entry.

 You will not be e-mailed again for any of the port/version combinations
 below.

 Full details can be found at the following URL:
 http://portscout.freebsd.org/shen@gmail.com.html


 Port| Current version | New 
 version
 +-+
 net-im/openfetion   | 2.0.7   | 2.2.1
 +-+


 If any of the above results are invalid, please check the following page
 for details on how to improve portscout's detection and selection of
 distfiles on a per-port basis:

 http://portscout.freebsd.org/info/portscout-portconfig.txt

 If wish to stop receiving portscout reminders, please contact
 portsc...@portscout.freebsd.org

 Thanks.



--
Best regards,
Yanhui Shen


--
Best regards,
Yanhui Shen
___
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


misc/xfce4-wm-themes - 'portmaster xfce' error

2012-12-04 Thread jb
# portmaster xfce
r directory
tar: share/themes/Wallis/xfwm4/top-right-inactive.png: Cannot stat: No such file
 or directory
tar: share/themes/Wallis/xfwm4/top-right-inactive.xpm: Cannot stat: No such file
 or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
 
=== Package creation failed for xfce4-wm-themes-4.10.0_1!
 
=== Ignore this error  [i]
=== Abort update   [a]
=== Retry  [r]
 
=== How would you like to proceed? [i]

I hit Enter here and portmaster finished the entire update cleanly
#

I verified the last error line as an example and it looks OK ...
$ ls -al /usr/local/share/themes/Wallis/xfwm4/top-right-inactive.xpm
-r--r--r--  1 root  wheel  516 Dec  4 21:39 /usr/local/share/themes/Wallis/xfwm4
/top-right-inactive.xpm
$ less /var/db/pkg/xfce4-wm-themes-4.10.0_1/+CONTENTS
... 
share/themes/Wallis/xfwm4/top-right-inactive.xpm 
...
$

jb


___
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-ports: CGI-Application-Plugin-DBH

2012-12-04 Thread Felippe de Meirelles Motta
Kurt,

This port (p5-CGI) is very old and I not sure because it was
repocopied to www/p5-CGI-modules. However I reviewed
CGI-Application-Plugin-DBH port dependencies and maybe we can update
it according to Makefile[1], which p5-CGI[-Modules] is not needed
anymore.

Could you test this patch[2] and give me a feedback ?

[1] - 
http://cpansearch.perl.org/src/MARKSTOS/CGI-Application-Plugin-DBH-4.00/Makefile.PL
[2] - 
http://people.freebsd.org/~lippe/logs/work/ports_www_p5-CGI-Application-Plugin-DBH.patch

Thanks!
lippe@

On Tue, Dec 4, 2012 at 3:38 PM, Kurt Lidl kurt.l...@cello.com wrote:
 Greetings!

 I use this port in my application software.
 (Along with a bunch of other stuff for perl5.)

 In preparation for FreeBSD-9.1, I installed the
 9.1-RC3 snapshot, and attempted to rebuild all
 the supporting modules for my application software.

 I ran into difficulty with this port, or more
 specifically, this port, its dependencies
 and its interaction with the new 'pkg' command.

 I have a script that attempts to install all the
 ports for the various perl modules that are needed
 by my application, and this is the only port that
 failed to install.

 The dependencies for CGI-Application-Plugin-DBH
 list p5-CGI-modules, which conflicts with the
 regular old p5-CGI module, at least as reported
 by the new 'pkg' command.

 As far as I can see, the p5-CGI-modules port
 is a subset of the p5-CGI module, so if p5-CGI
 is already installed, then CGI-Application-Plugin-DBH
 is good to go.

 Could the dependencies for CGI-Application-Plugin-DBH
 be changed to be either p5-CGI-modules or
 p5-CGI?

 The particular error that gets punted out by
 p5-CGI-Modules is this:

 ===   Compressing manual pages for p5-CGI-modules-2.76^M
 ===   Registering installation for p5-CGI-modules-2.76 as automatic^M
 Installing p5-CGI-modules-2.76...pkg: p5-CGI-modules-2.76 conflicts with
 p5-CGI.
 pm-3.63,1 (installs files into the same place).  Problematic file:
 /usr/local/li
 b/perl5/5.16.2/man/man3/CGI::Carp.3.gz^M
 *** [fake-pkg] Error code 70^M
 ^M
 Stop in /usr/ports/www/p5-CGI-modules.^M

 Thanks.

 -Kurt



-- 
Att.,

Felippe de Meirelles Motta
___
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: Fwd: FreeBSD ports you maintain which are out of date

2012-12-04 Thread Wesley Shields
On Wed, Dec 05, 2012 at 01:59:49AM +0800, Yanhui Shen wrote:
 -- Forwarded message --
 From: Yanhui Shen shen@gmail.com
 Date: 2012/12/5
 Subject: Re: FreeBSD ports you maintain which are out of date
 To: portsc...@portscout.freebsd.org
 
 
 Hi,
 
 According to this page http://basiccoder.com/openfetion
 The OpenFetion Project is deprecated,
 and therefore I do not want to maintain it any more. :-(
 
 Actually,  there is a 2.2.1 port, but I think the software itself is buggy.
 The most annonying problem is, it'll be offline when shortmsg arrived. (100%)
 
 So, in my opinion what about just remove it from the ports tree?

I will set an expiration date of one month from now and remove the port
then. Thanks for bringing this to our attention.

-- 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: Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread Marius Strobl
On Tue, Dec 04, 2012 at 12:04:07PM -0500, angelv wrote:
 Hi,
 
 I have a new installation of FreeBSD 9.0 RELEASE

Make sure to compile these ports, i.e. actually all ports using
libcam, yourself and don't use the official packages for 9.0.
Unfortunately, there was an ABI breakage late in the release
cycle but the affected packages have not been recompiled. Also,
with 9.0 and later, you must not use atapicam(4) (unless you
throw out options ATA_CAM from your kernel). Otherwise I've no
idea why there should be a regression at the ports level if
things worked before.

Marius

___
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: Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

2012-12-04 Thread Warren Block

On Tue, 4 Dec 2012, angelv wrote:


# cat /home/backups/Grabar/BackupDVD-1.sh
#! /bin/sh

# Requiere:
#
# sysutils/dvd+rw-tools
#
# /sysutils/eject

echo Grabando el DVD ===
growisofs -dvd-compat -udf -iso-level 3 -speed=8 -V Backup `date
+%Y-%m-%d` -joliet-long -Z /dev/cd0 -J -R \
/home/backups/Grabar/Admindoc/*.tar.gz.aa
echo Proceso terminado, puede retirar el DVD ;-)
echo
eject /dev/cd0$


I use growisofs with DVD-R or +R in a script like this:

growisofs -Z /dev/cd0 -speed=16 -J -joliet-long -r -V dvdtitle $*

-udf may be for -RW media, which I don't use.
___
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