Maintainer Update: security/nikto use sed -i

2015-07-27 Thread nigel
Replaced perl with sed -i, inplace edit, using a single pass. No actual changes to package. Ok? Index: Makefile === RCS file: /home/cvs/ports/security/nikto/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile ---

Maintainer Update: net/p5-Net-DHCP

2015-07-27 Thread nigel
Makefile --- Makefile 28 Mar 2014 22:15:36 - 1.3 +++ Makefile 23 Jul 2015 20:07:35 - @@ -2,10 +2,8 @@ COMMENT = Perl DHCP classes -DISTNAME = Net-DHCP-0.693 +DISTNAME = Net-DHCP-0.696 CATEGORIES = net -# CPAN_AUTHOR = SHADINGER -CPAN_AUTHOR = DJZORT MAINTAINER = Nigel Taylor ni

Re: Maintainer Update: security/nikto use sed -i

2015-07-27 Thread nigel
On 07/27/15 23:26, Antoine Jacoutot wrote: On Mon, Jul 27, 2015 at 10:35:57PM +0100, ni...@openbsd.org wrote: Replaced perl with sed -i, inplace edit, using a single pass. No actual changes to package. Ok? I don't like the fact that you hide the command now. I'm happier removing the @,

Maintainer Update: mutlimedia/p5-Storable-AMF

2015-07-27 Thread nigel
MAINTAINER = Nigel Taylor ni...@openbsd.org # Perl PERMIT_PACKAGE_CDROM = Yes - -WANTLIB += c MODULES = cpan Index: distinfo === RCS file: /home/cvs/ports/multimedia/p5-Storable-AMF/distinfo,v retrieving revision 1.2 diff -u

Maintainer Update: net/p5-Net-HTTP

2015-07-27 Thread nigel
:00:24 - 1.2 +++ Makefile 21 May 2015 13:44:28 - @@ -2,9 +2,8 @@ COMMENT = Perl HTTP connection client -DISTNAME = Net-HTTP-6.07 +DISTNAME = Net-HTTP-6.09 CATEGORIES = net -REVISION = 0 MAINTAINER = Nigel Taylor ni...@openbsd.org Index: distinfo

Maintainer update: net/tcpreplay

2015-07-27 Thread nigel
= http://tcpreplay.appneta.com/ +HOMEPAGE= http://tcpreplay.appneta.com/ MAINTAINER= Nigel Taylor ni...@openbsd.org Index: distinfo === RCS file: /home/cvs/ports/net/tcpreplay/distinfo,v retrieving revision 1.9 diff -u -p -r1.9

Maintainer Update: textproc/p5-Encode-Locale

2015-07-27 Thread nigel
Update to 1.05 Documentation fixes, tests not included in manifest. Tested on amd64 Ok? Index: Makefile === RCS file: /home/cvs/ports/textproc/p5-Encode-Locale/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile

Re: shell/nsh is broken

2015-07-23 Thread nigel
On 07/23/15 20:15, Antoine Jacoutot wrote: Building on exopi-3 under shells/nsh DIST = [shells/nsh:nsh-1.0.20140503.tar.gz] FULLPKGNAME = nsh-1.0.20140503p1 distfiles size=122697 Running build in shells/nsh at 1437678603 === shells/nsh === Verifying specs: c edit termcap

Re: net/psi failed to build

2015-07-27 Thread nigel
On 07/27/15 08:03, Antoine Jacoutot wrote: Not sure what change triggered this (unless it's a fluke...). Building on exopi-7 under net/psi BDEPENDS = [devel/gmake;archivers/bzip2;devel/gettext;x11/qt4;security/qca2;textproc/enchant;devel/gettext-tools;converters/libiconv]

Re: NEW: www/nghttp2

2015-10-29 Thread nigel
On 10/28/15 22:48, Stuart Henderson wrote: > On 2015/10/28 14:14, Nigel wrote: >> As a github project, wonder why GH_PROJECT, GH_TAGNAME, GH_ACCOUNT >> aren't being used. > > GH_* are for the dynamically-generated tarballs that you need to use > for lazy projects. Since n

Re: NEW: www/nghttp2

2015-10-28 Thread Nigel
On 10/28/15 12:11, Stuart Henderson wrote: > On 2015/10/28 12:08, Stuart Henderson wrote: >> This is an HTTP/2 library. It doesn't include the tools because they need >> the array container from C++11 and I don't want to make it depend on a C++11 >> compiler (or on the additional libraries which

Re: Update: graphics/dpic

2015-11-02 Thread Nigel
On 09/03/15 22:04, Nigel wrote: > Update to version 2015.08.31 > > Minor changes > 2015 08 31 Ljust and rjust text offset equal for single and multiple > strings. > 2015 08 13 Catch return value of the sh command. > 2015 06 29 Fixed a bug in svg output. > 2015 06 15 Un

www/p5-libwww update to 6.13

2015-10-18 Thread Nigel
Attached updates from 6.08 to 6.13. The author has changed. Code changes are. Fixed checking the % character in address regex Improved regex for literal IPv6 addresses The other changes are to tests/Makefile.PL Tests run on amd64. There are new tests, these require a configuration file, no

Update: graphics/dpic

2015-09-03 Thread Nigel
Update to version 2015.08.31 Minor changes 2015 08 31 Ljust and rjust text offset equal for single and multiple strings. 2015 08 13 Catch return value of the sh command. 2015 06 29 Fixed a bug in svg output. 2015 06 15 Undeferred error messaging. Improved readability of C code. 2015 04 01 Fix

Re: [NEW] devel/p5-Type-Tiny

2015-09-04 Thread Nigel
On 09/04/15 21:18, Landry Breuil wrote: > On Fri, Sep 04, 2015 at 01:09:14PM -0500, attila wrote: >> Attached is a new port, devel/p5-Type-Tiny. >> >> $ cat pkg/DESCR >> Type::Tiny is a tiny class for creating Moose-like type constraint >> objects which are compatible with Moo, Moose and Mouse. >>

Re: [NEW] devel/p5-Term-ANSIColor

2015-09-04 Thread Nigel
On 09/04/15 20:46, attila wrote: > I need Devel::REPL so I've ported it and the dependencies it relies > on that weren't already in ports (four in total). > > First up is Term::ANSIColor. > > $ cat pkg/DESCR > Term::ANSIColor provides constants and simple functions for setting ANSI > text

Re: [UPDATE] devel/mercurial && devel/tortoisehg

2015-09-09 Thread Nigel
On 09/09/15 06:53, Remi Pointel wrote: > Hi, > > these are the diff to update mercurial and tortoisehg to latest releases. > > Ok? > > Cheers, > > Remi. tortoisehg is one I have a fix for locally. RUN_DEPENDS = ${BUILD_DEPENDS} can't be used, if USE_CCACHE is set, then devel/ccache is added

Re: [NEW] devel/p5-Term-ANSIColor

2015-09-16 Thread nigel
On 09/16/15 22:39, attila wrote: > > Nigel <ni...@openbsd.org> writes: > >> On 09/04/15 20:46, attila wrote: >>> I need Devel::REPL so I've ported it and the dependencies it relies >>> on that weren't already in ports (four in total). >>> >>

Re: p5-Archive-Zip : how to change @INC during make regress ?

2015-09-28 Thread nigel
On 09/28/15 20:57, Vincent Gross wrote: > Hi fellow porters, > > I'm polishing a diff for archivers/p5-Archive-Zip, and I need some clues > to fix a perl module path problem during make regress: > > > ===> p5-Archive-Zip-1.53 depends on: zip-* -> zip-3.0p0 > ===> p5-Archive-Zip-1.53 depends

Re: net/psi failed to build

2016-03-03 Thread Nigel
On 07/27/15 10:52, Antoine Jacoutot wrote: > On Mon, Jul 27, 2015 at 12:45:10PM +0300, Vadim Zhukov wrote: >> 2015-07-27 12:07 GMT+03:00 Jérémie Courrèges-Anglas : >>> Antoine Jacoutot writes: >>> Not sure what change triggered this (unless it's a

Re: [UPDATE] sysutils/sleuthkit

2016-10-10 Thread nigel
On 10/10/16 18:29, Remi Pointel wrote: > On 10/10/16 09:55, ni...@openbsd.org wrote: >> On 10/10/16 06:34, Remi Pointel wrote: >>> Hi, >>> >>> this is the diff to update sleuthkit to latest release. >>> >>> Ok? >>> >>> Cheers, >>> >>> Remi. >> I had done an update to 4.2. >> >> missing change from

Re: [UPDATE] sysutils/sleuthkit

2016-10-10 Thread nigel
On 10/10/16 06:34, Remi Pointel wrote: > Hi, > > this is the diff to update sleuthkit to latest release. > > Ok? > > Cheers, > > Remi. I had done an update to 4.2. missing change from perl to sed in pre-configure pre-configure: - @perl -pi -e "s:%%PREFIX%%:${PREFIX}:"

Maintainer UPDATE multimedia/get_flash_videos

2017-07-24 Thread Nigel
Attached update to version 1.25.93 tv3play site removed has been replaced by the added viafree site. itv hub - site change stop downloads working, fixed in this update. OK? Index: Makefile === RCS file:

Re: Maintainer Update multimedia/get_flash_videos 1.25.93 -> 1.25.94

2017-09-07 Thread nigel
On 08/27/17 23:26, ni...@openbsd.org wrote: > On 08/23/17 20:21, ni...@openbsd.org wrote: >> Update to fix issues 212, 215 and change some old url's. >> >> Home page changed to github home page. >> >> Ok? >> > > Ok? > > Ping

Re: sysutils/sleuthkit: why CONFIGURE_STYLE=simple?

2017-09-07 Thread nigel
ub.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/ > > -WANTLIB += c m pthread ${COMPILER_LIBCXX} z > +WANTLIB += c m pthread ${COMPILER_LIBCXX} sqlite3 z > > -CONFIGURE_STYLE = simple > +CONFIGURE_STYLE = gnu > > CONFIGURE_ARGS +=

Re: sysutils/sleuthkit: why CONFIGURE_STYLE=simple?

2017-09-06 Thread nigel
--disable-java \ ... $ make show=MAINTAINER Nigel Taylor <ni...@openbsd.org>

Re: sysutils/sleuthkit: why CONFIGURE_STYLE=simple?

2017-09-07 Thread nigel
On 09/07/17 21:38, Stuart Henderson wrote: > On 2017/09/07 19:45, ni...@openbsd.org wrote: >> >> Attached update to version 4.4.2 >> >> Switch CONFIGURE_STYLE = gnu, to stop some bulk build failures. >> Remove need for cppunit. >> >> Builds on amd64. >> >> Ok? > > I can't really comment on the

Re: Maintainer Update multimedia/get_flash_videos 1.25.93 -> 1.25.94

2017-08-27 Thread nigel
On 08/23/17 20:21, ni...@openbsd.org wrote: > Update to fix issues 212, 215 and change some old url's. > > Home page changed to github home page. > > Ok? > Ok?

Maintainer Update multimedia/get_flash_videos 1.25.93 -> 1.25.94

2017-08-23 Thread nigel
-flash-videos.googlecode.com/ +HOMEPAGE= https://github.com/${GH_ACCOUNT}/${GH_PROJECT} MAINTAINER= Nigel Taylor <ni...@openbsd.org> Index: distinfo === RCS file: /home/cvs/ports/multimedia/get_flash_videos/distinfo,v retr

Re: [UPDATE] sysutils/sleuthkit

2017-10-31 Thread nigel
On 10/31/17 15:47, Remi Pointel wrote: > Hi, > > this is the diff to update sleuthkit to latest release. > > Ok? > > Cheers, > > Remi. ccpunit - just reminded myself, I removed as used for testing, and Makefile has NO_TEST=yes, testing has to be done manually. Thanks, and Ok

Re: [UPDATE] sysutils/sleuthkit

2017-10-31 Thread nigel
On 10/31/17 15:47, Remi Pointel wrote: > Hi, > > this is the diff to update sleuthkit to latest release. > > Ok? > > Cheers, > > Remi. Did you base this on my update sent to ports@ below Look like a no, naddy@ complained about the version 4.3.0 not using gnu CONFIGURE_STYLE, sthen@ suggested

Re: [UPDATE] sysutils/sleuthkit

2018-03-03 Thread nigel
On 03/03/18 08:25, Remi Pointel wrote: > ping > > On 02/26/18 15:14, Remi Pointel wrote: >> Hi, >> >> this is the diff to update sleuthkit to latest release. >> >> Ok? >> >> Cheers, >> >> Remi. > > Been a little occupied with other things. Builds fine on amd64 can't do much to test. Ok with

Re: [UPDATE] www/p5-HTML-Tree 5.06 -> 5.07

2019-01-09 Thread Nigel
Ok, I see you have joined porting perl ports, so welcome. If you would like to update CVS with this port go ahead, if not I should still be able to do this just let me know. I've left it a while to allow for any other comments. For me just include ok nigel@ as comment plus any others like sthen

Re: lang/gcc fails on -current

2019-07-22 Thread Nigel
On 22/07/2019 14:06, Stuart Henderson wrote: > On 2019/07/22 13:36, Nigel Taylor wrote: >> On 22/07/2019 12:21, Stuart Henderson wrote: >>> On 2019/07/22 08:36, Pavel Korovin wrote: >>>> On 07/20, Nigel Taylor wrote: >>>>> I can get past the

Re: www/p5-HTTP-Cookies : Update to 6.10

2021-05-16 Thread nigel
overwhelmed with other things, and behind on OpenBSD versions so no testing, is a simple changes from 6.08, which was the last update I made locally, and tested. Ok from me On 16/05/2021 08:40, wen heping wrote: > Hi, > > Here is a patch for www/p5-HTTP-Cookies to update to 6.10, it >

Re: www/p5-HTTP-Message : Update to 6.31

2021-05-16 Thread nigel
On 16/05/2021 08:02, wen heping wrote: > Hi, > >     Here is a patch for www/p5-HTTP-Message to update to 6.31, > it build well and pass all tests on amd64-6.9 system. > >    32 ports depends on it, I have tested some of it , such as: >    www/p5-Dancer >    www/p5-Plack >   

Re: devel/p5-Test-CheckManifest: Update to 1.42

2022-07-08 Thread nigel
On 07/07/2022 13:47, wen heping wrote: > Hi, all: > > Here is a patch to update devel/p5-Test-CheckManifest to 1.42, > it build well and pass all tests on amd64-current system. > Three ports depend on it, all build well and pass all tests on > amd64-current system. > > > Regards, > wen

Re: CVS: cvs.openbsd.org: ports

2015-07-28 Thread Nigel
On 07/28/15 10:53, Nigel Taylor wrote: CVSROOT: /cvs Module name: ports Changes by: ni...@cvs.openbsd.org 2015/07/28 03:53:30 Modified files: net/p5-Net-HTTP: Makefile distinfo Log message: update to version 6.09 Ok aja@ steven@ Also Ok sthen@

Re: Nmap 5.51 broken

2011-10-04 Thread Nigel Taylor
offset 25): POSIX collating elements are not supported QUITTING! A Patch is welcome and I will test it ;-) Best regards, Rafael Hi, It's a reported and known problem. Also happens to have a patch see this. http://seclists.org/nmap-dev/2011/q3/640 Nigel

Re: Nmap 5.51 broken

2011-10-04 Thread Nigel Taylor
On 10/05/11 00:07, Rafael Sadowski wrote: On Tue Oct 04, 2011 at 11:06:14PM +0100, Nigel Taylor wrote: On 10/04/11 22:38, Rafael Sadowski wrote: Hello ports@, Hello giovanni@, just short error description in current nmap port: $ nmap -A -T5 192.168.2.23 Starting Nmap 5.51 ( http

Re: Nmap 5.51 broken

2011-10-05 Thread Nigel Taylor
On 10/05/11 15:07, Giovanni Bechis wrote: On 10/05/11 03:02, Nigel Taylor wrote: 2 minor comments, revision bump was only needed on nmap, not zenmap. Should include a reference to the upstream source of the patch in the patch. Ok with this one ? Cheers Giovanni Hi, I am with changes

Re: Install CVsup in amd64

2011-10-14 Thread Nigel Taylor
use pkg_add csup (specify a suitable path like http://ftp.fr.openbsd.org/pub/OpenBSD/4.9/packages/amd64/ in the PKG_PATH) Or for cvsync there is a cvsync package. Only use packages built for the specificity for OpenBSD 4.9 amd64. Nigel

Re: Install CVsup in amd64

2011-10-14 Thread Nigel Taylor
want cvsup, well, port modula3 to amd64, that would be cool too. Hi, I suggest you start with these.. http://www.openbsd.org/cvsup.html http://www.openbsd.org/anoncvs.html http://www.openbsd.org/faq/index.html The install packages and try the commands man cvsync man csup Nigel

Re: update math/qhull

2011-10-14 Thread Nigel Taylor
bin/user_eg-6.2.0.1385 +bin/user_eg2 +@bin bin/user_eg2-6.2.0.1385 +bin/user_eg3 +@bin bin/user_eg3-6.2.0.1385 Didn't have this in the previous 2010.1 version. Nigel

Re: update math/qhull

2011-10-15 Thread Nigel Taylor
this in the previous 2010.1 version. i didn't check but i think they are symlink to versioned files... i will check tomorrow and let you know. Hi, Try this updated diff.. CMakeLists.txt has been changed to no longer create versioned bin files. Nigel Index: Makefile

Re: update math/qhull

2011-10-15 Thread Nigel Taylor
On 10/16/11 01:45, Amit Kulkarni wrote: What's this in the PLIST... +bin/qconvex +@bin bin/qconvex-6.2.0.1385 +bin/qdelaunay +@bin bin/qdelaunay-6.2.0.1385 +bin/qhalf +@bin bin/qhalf-6.2.0.1385 +bin/qhull +@bin bin/qhull-6.2.0.1385 +bin/qvoronoi +@bin bin/qvoronoi-6.2.0.1385 +bin/rbox

Re: update math/qhull

2011-10-16 Thread Nigel Taylor
On 10/16/11 06:51, Antoine Jacoutot wrote: On Sat, 15 Oct 2011, Nigel Taylor wrote: Try this updated diff.. CMakeLists.txt has been changed to no longer create versioned bin files. This shouldn't install under share/doc/packages/qhull but share/doc/qhull Hi, Amended Makefile

Re: devel/xulrunner/1.9 and dpb

2011-10-16 Thread Nigel Taylor
-devel = ${LIB_DEPENDS} \ in Makefile.inc Nigel

Re: devel/xulrunner/1.9 and dpb

2011-10-16 Thread Nigel Taylor
On 10/16/11 17:59, Nigel Taylor wrote: On 10/16/11 16:20, Amit Kulkarni wrote: Hi, I let Landry know, but then I read somewhere he is indisposed, so sending to ports@ for help. There is failing port-lib-depends-check in the xulrunner port due to which dpb rebuilds this port continuously

Re: Message during a bulk build

2011-10-16 Thread Nigel Taylor
many file not found errors are reported, and this should tell you which packages / paths. Adjust the above if not using the normal default directories. Nigel

Re: lang/classpath dpb

2011-10-18 Thread Nigel Taylor
/classpath/libjawt.so) WANTLIB: xcb-shm.0 (/usr/local/lib/classpath/libjawt.so) (system lib) Extra: xcb-render-util.0 WANTLIB += GL Xxf86vm dbus-glib-1 drm ffi xcb-shm *** Error code 1 (ignored) This show the LIB_DEPENDS is correct, the WANTLIB is wrong in this case. Nigel

Re: [Maintainer Update] www/mediawiki

2011-10-19 Thread Nigel Taylor
. Not used this software. Looks like this has been wrong from the start. Could possibly be an upstream. It's no worse than it was before, but I can't say it's Ok. Nigel

Re: [Maintainer Update] www/mediawiki

2011-10-23 Thread Nigel Taylor
On 10/23/11 13:21, wen heping wrote: 2011/10/23 Nigel Taylor njtay...@asterisk.demon.co.uk: Hi, The issue was chmod a+w included o+w so using chmod o+w is no Sorry , here I mean u+w but made a typo to o+w. Now I attached revised diff file. The u+w is fine. improvement. You might

update databases/pgadmin3 to 1.14.0

2011-11-02 Thread Nigel Taylor
Hi, pgadmin3 v1.14.0 goes with postgresql v9.1, v9.1.1 has been in ports for some time. built and tested on amd64 Comments? OK? Nigel Index: Makefile === RCS file: /home/cvs/ports/databases/pgadmin3/Makefile,v retrieving

Re: Update: security/hydra v5.4 - v7.1

2011-11-02 Thread Nigel Taylor
On 11/02/11 20:15, Nigel Taylor wrote: Hi, Update to security/hydra v7.1, builds on amd64. hydra v5.4 is over 4yrs old, and doesn't build with the current version of libssh. Comments? Ok? Nigel The attached diff, now includes the man pages. Nigel Index: Makefile

Re: Update: security/hydra v5.4 - v7.1

2011-11-04 Thread Nigel Taylor
On 11/02/11 23:22, Nigel Taylor wrote: On 11/02/11 20:15, Nigel Taylor wrote: Hi, Update to security/hydra v7.1, builds on amd64. hydra v5.4 is over 4yrs old, and doesn't build with the current version of libssh. Comments? Ok? Nigel The attached diff, now includes the man pages

Update: www/firefox36 3.6.23 - 3.6.24

2011-11-08 Thread Nigel Taylor
Hi, Update to Firefox 3.6.24 Built and some limited testing on amd64 current. Please build / test on other platforms. Comments? Ok? Nigel Index: Makefile === RCS file: /home/cvs/ports/www/firefox36/Makefile,v retrieving

Update: mozilla-firefox 7.0.1 - 8.0

2011-11-09 Thread Nigel Taylor
Hi, Refer to release notes for changes. This has been built and tested on amd64 current. Please give this more testing, sites I visit normally all seem fine. Test for other arch? Comments? Ok? Nigel Index: Makefile === RCS file

Re: Update: mozilla-firefox 7.0.1 - 8.0

2011-11-11 Thread Nigel Taylor
. Otherwise no problems after couple of hours of browsing. thanks Hi, revised diff to remove ossaudio. Nigel Index: Makefile === RCS file: /home/cvs/ports/www/mozilla-firefox/Makefile,v retrieving revision 1.193 diff -u -p -r1.193

Re: Update: mozilla-firefox 7.0.1 - 8.0

2011-11-11 Thread Nigel Taylor
On 11/11/11 12:11, Christian Weisgerber wrote: Nigel Taylor njtay...@asterisk.demon.co.uk wrote: Test for other arch? Comments? Ok? It's calling home on first start, i.e., goes to some Mozilla info page. Hadn't we disabled that? Hi, Thanks for the feedback. I am so used to that page

Re: Update: mozilla-firefox 7.0.1 - 8.0

2011-11-11 Thread Nigel Taylor
? Hi, SSL to the pages I selected worked. I can only verify specific examples have or haven't changed. If you would like to send the url which you think have changed I can check for differences between 7.0.1 and 8.0. Nigel

Re: Update: mozilla-firefox 7.0.1 - 8.0

2011-11-11 Thread Nigel Taylor
On 11/11/11 15:56, Antti Harri wrote: On Friday 11 November 2011 17:14:29 Nigel Taylor wrote: On 11/11/11 14:04, Antti Harri wrote: On Friday 11 November 2011 14:11:34 Christian Weisgerber wrote: It's calling home on first start, i.e., goes to some Mozilla info page. Hadn't we disabled

Re: Update: mozilla-firefox 7.0.1 - 8.0

2011-11-17 Thread Nigel Taylor
On 11/10/11 02:29, Nigel Taylor wrote: Hi, Refer to release notes for changes. This has been built and tested on amd64 current. Please give this more testing, sites I visit normally all seem fine. Test for other arch? Comments? Ok? Nigel Hi, This updated diff includes

Update: mail/thunderbird-i18n 7.0.1 - 8.0

2011-11-17 Thread Nigel Taylor
Hi, Update version and add some additional lang packs. Test for other arch, Comments, Ok? Nigel Index: Makefile === RCS file: /home/cvs/ports/mail/thunderbird-i18n/Makefile,v retrieving revision 1.51 diff -u -p -r1.51 Makefile

Update: www/fennec v7.0.1 - v8.0

2011-11-17 Thread Nigel Taylor
Hi, This has been built and tested on amd64. Test for other arch, Comment, Ok this diff? Nigel Index: Makefile === RCS file: /home/cvs/ports/www/fennec/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile

Re: Re : PORT : srm

2011-11-22 Thread Nigel Taylor
/MIT. Nigel diff -rPNu srm.orig/Makefile srm/Makefile --- srm.orig/Makefile Sat Nov 19 19:38:49 2011 +++ srm/MakefileSun Nov 20 22:53:07 2011 @@ -10,9 +10,12 @@ MAINTAINER= Maxime Villard cypheri...@ymail.com CONFIGURE_STYLE= gnu + +MAKE_FLAGS += SUBDIRS=src doc INCLUDES= srm_LDADD

Re: mail/libetpan

2011-12-07 Thread Nigel Taylor
unnecessary corrections to build. Attached is a diff to give an idea how updates to ports need to be supplied. This should be attached inline so there is no word wrap. Nigel Index: Makefile === RCS file: /home/cvs/ports/mail/libetpan

Update: databases/sqlite 3.7.9

2011-12-17 Thread Nigel Taylor
. sqlite3 is used by firefox, thunderbird no issues have been seen with these packages on amd64. Tests? Comments? Ok? Nigel Index: Makefile === RCS file: /home/cvs/ports/databases/sqlite3/Makefile,v retrieving revision 1.59 diff -u -p

Re: Update: databases/sqlite 3.7.9

2011-12-18 Thread Nigel Taylor
On 12/18/11 10:28, Stuart Henderson wrote: On 2011/12/17 23:51, Nigel Taylor wrote: This update is a requirement for the next versions of Firefox, Thunderbird, etc, they require 3.7.7.1 or later, 3.7.9 is recommended for KDE 4.8beta1. Various updates to sqlite3 3.7.5 but have been sent

Re: Update: databases/sqlite 3.7.9

2011-12-19 Thread Nigel Taylor
://www.sqlite.org/src/info/54cc119811 Nigel

Re: Update: databases/sqlite 3.7.9

2011-12-19 Thread Nigel Taylor
On 12/19/11 14:27, Nigel Taylor wrote: On 12/19/11 13:38, Stuart Henderson wrote: The sparc64 tests need looking into in more detail, the previous version has some problems too but it gets a lot further http://junkpile.org/sqlite-src-3070500.sparc64.log http://junkpile.org/sqlite-src-3070900

Update www/fennec - fennec 9.0

2011-12-22 Thread Nigel Taylor
Hi, Attached is a diff for www/fennec v9.0 Built and tested on amd64. Tests? Comments? Ok? Nigel Index: Makefile === RCS file: /home/cvs/ports/www/fennec/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile

Update: www/seamonkey 2.6

2011-12-22 Thread Nigel Taylor
Hi, Attached diff for www/seamonkey 2.6, see here for details. http://www.seamonkey-project.org/releases/seamonkey2.6/ Built and tested on amd64. Tests? Comments? Ok? Nigel Index: Makefile === RCS file: /home/cvs/ports/www

Re: libvirt 0.9.9 doesn't build anymore

2012-01-13 Thread Nigel Taylor
/select.h is first then they could coexist. libvirt should be changed to correct the includes. Nigel

Re: NEW: textproc/p5-XML-TreePP 0.41

2012-01-23 Thread Nigel Taylor
of /usr/ports/infrastructure/mk/bsd.port.mk). Nigel

Re: NEW: devel/p5-Term-ANSIColor 3.01

2012-01-23 Thread Nigel Taylor
perl routine what is the reason for updating a core routine. This already in OpenbSD 5.1 current. $ locate Term/ANSIColor /usr/libdata/perl5/Term/ANSIColor.pm DESCR is too long, and not warped to 72 characters. Nigel

Re: UPDATE: www/p5-WWW-YouTube-Download

2012-01-23 Thread Nigel Taylor
-ANSIColor should be removed, and the core perl version used. Only a quick test, but works without p5-Term-ANSIColor, if it's a red colour for errors. Nigel

Re: NEW: textproc/p5-XML-TreePP 0.41

2012-01-23 Thread Nigel Taylor
On 01/23/12 23:11, Mikolaj Kucharski wrote: Thanks Nigel for feedback. New port attached with fixed regress tests. Not sure is this the way to go long term. See patches for details. I've also reformatted pkg/DESCR to width of 72 characters. There is still one test skipped, but we don't have

Re: UPDATE: www/p5-WWW-YouTube-Download

2012-01-23 Thread Nigel Taylor
On 01/23/12 23:18, Mikolaj Kucharski wrote: On Mon, Jan 23, 2012 at 03:42:44PM +, Nigel Taylor wrote: On 01/22/12 21:23, Mikolaj Kucharski wrote: Update to version 0.40 below. This unbreaks YouTube as they change the code recently. Please also read posts from my previous updates for more

Re: Update: samba-3.6.2

2012-01-25 Thread Nigel Taylor
been set. Nigel

Re: Update: samba-3.6.2

2012-01-25 Thread Nigel Taylor
On 01/25/12 23:52, Ian McWilliam wrote: On 26/01/2012, at 10:43 AM, Nigel Taylor wrote: On 01/25/12 22:13, Ian McWilliam wrote: General bug fix update for Samba. http://www.samba.org/samba/history/samba-3.6.2.html Ian McWilliam Hi, The patch failed to apply to the Makefile

Re: Security Update: Samba 3.6.3

2012-01-31 Thread Nigel Taylor
cause a server denial of service. Ian McWilliam Hi, Built on i386 and amd64. Tests work for the limited setup I have here. Nigel

chromium-16.0.912.77 segmentation faults

2012-02-07 Thread Nigel Taylor
or directory [9411:1114306560:564091177212:ERROR:nsPKCS12Blob.cpp(249)] PKCS#12 import failed with error -8183 Segmentation fault (core dumped) Earlier versions didn't hit segmentation fault in this manner, but could be back a number of versions... This is on OpenBSD 5.1-beta amd64 current. Nigel

Re: chromium-16.0.912.77 segmentation faults

2012-02-07 Thread Nigel Taylor
On 02/07/12 11:54, Robert Nagy wrote: We have found the issue and as a workaround until it gets fixed you can recompile src/lib/libevent after reverting kqueue.c in that directory to revision 1.26 and installing the library. On (2012-02-07 11:14), Nigel Taylor wrote: Hi, When using https

php 5.3 build fails

2011-05-27 Thread Nigel Taylor
Hi, lang/php/5.3/Makefile php v5.3.5 appears in the Makefile. But the distinfo file is for v5.3.6 Regards Nigel Taylor

pkg_info -P not working

2011-05-31 Thread Nigel Taylor
Hi, I just updated current from cvs, and pkg_info -P gives Pkgpath: OpenBSD::PkgPath=HASH(0x5c9718) Regards Nigel Taylor

building sysutils/lsof and devel/libgtop2 fails as uvm_map.h has changed

2011-06-01 Thread Nigel Taylor
: 'struct vm_map_entry' has no member named 'next' procmap.c:81: warning: unused variable 'i' Regards Nigel Taylor

build issue devel/py-mxDateTime,python2.7

2011-06-11 Thread Nigel Taylor
this works. Regards Nigel Taylor $ cvs -R -q diff -uNp Index: pkg/PFRAG.python2.6 === RCS file: pkg/PFRAG.python2.6 diff -N pkg/PFRAG.python2.6 --- pkg/PFRAG.python2.6 4 Sep 2010 19:44:46 - 1.1 +++ /dev/null 1 Jan 1970 00

Re: build issue devel/py-mxDateTime,python2.7

2011-06-11 Thread Nigel Taylor
On 06/11/11 11:49, Remi Pointel wrote: On Sat, 11 Jun 2011 10:29:46 + (UTC) Stuart Henderson s...@spacehopper.org wrote: On 2011-06-11, Nigel Taylor njtay...@asterisk.demon.co.uk wrote: The port had the python2.6 flavor removed. The PLIST contains a line %%python2.6%% which has not been

Re: build issue devel/py-mxDateTime,python2.7

2011-06-11 Thread Nigel Taylor
a locate PFRAG.python2.6 and found databases/py-ldap and databases/py-psycopg have same problem. Attached patch, bumped version, not sure about ${MODPY_WANTLIB} so haven't included in the changes. Regards Nigel Taylor Index: Makefile

dpb rebuild issues

2011-06-13 Thread Nigel Taylor
*** Error code 1 What's expected is for rebuilding is make SUBDIR=net/avahi,-gtk,no_qt3,no_qt4,no_mono show=PKGNAMES === net/avahi,-gtk,no_qt3,no_qt4,no_mono avahi-0.6.30 avahi-gtk-0.6.30p0 Regards Nigel Taylor

patch databases/py-pygresql

2011-06-13 Thread Nigel Taylor
@depend databases/postgresql,-main:postgresql-client-*:postgresql-client-9.0.4 @depend databases/postgresql:postgresql-client-*:postgresql-client-9.0.4 Regards Nigel Taylor Index: Makefile === RCS file: /home/cvs/ports/databases/py

patch multimedia/transcode

2011-06-13 Thread Nigel Taylor
Hi, transcode make print-package-signature doesn't make pkg_info -S, causing rebuilds unnecessarily. multimedia/xvidcore is required to build but not it's libraries shift from LIB_DEPENDS to BUILD_DEPENDS. Please check and update the port. Regards Nigel Taylor Index: Makefile

patch x11/gnome/eog

2011-06-13 Thread Nigel Taylor
Hi, eog rebuilding unnecessarily as pkg_info -S doesn't match make print-package_signature, and lib-depends-check fails. LIB_DEPENDS and WANTLIB updated to remove issues. Please check and update the port. Regards Nigel Taylor Index: Makefile

Re: patch devel/vte

2011-06-13 Thread Nigel Taylor
On 06/13/11 13:41, Stuart Henderson wrote: On 2011-06-13, Nigel Taylor njtay...@asterisk.demon.co.uk wrote: vte,-pty-helper, make print-package-signature doesn't match pkg_info -S so dpb -R rebuilds unnecessarily. lib-depends-check fails for vte,-python Please check and update. shouldn't

patch x11/gnome/py-gnome-desktop

2011-06-13 Thread Nigel Taylor
and update the port. Regards Nigel Taylor Index: Makefile === RCS file: /home/cvs/ports/x11/gnome/py-gnome-desktop/Makefile,v retrieving revision 1.32 diff -u -p -r1.32 Makefile --- Makefile8 Jun 2011 17:41:57 - 1.32

Re: patch multimedia/transcode

2011-06-13 Thread Nigel Taylor
On 06/13/11 16:31, Brad wrote: On 13/06/11 8:21 AM, Nigel Taylor wrote: Hi, transcode make print-package-signature doesn't make pkg_info -S, causing rebuilds unnecessarily. multimedia/xvidcore is required to build but not it's libraries shift from LIB_DEPENDS to BUILD_DEPENDS. Please check

Re: error building transcode

2011-06-18 Thread Nigel Taylor
-ltheoraenc -lvorbis -lvorbisenc -lvpx -lx264 -lz The libavutil library has been dropped which contains the missing functions. Regards Nigel Taylor

Re: error building transcode

2011-06-19 Thread Nigel Taylor
On 06/19/11 07:52, Jacob Meuser wrote: On Sun, Jun 19, 2011 at 05:56:35AM +0100, Nigel Taylor wrote: Goes wrong in configure, as diff shows. It's the pkg-config for avformat that doesn't include avcodec, and avutil which causes the av_register_all check to fail. ah. so it indeed

Re: error building transcode

2011-06-20 Thread Nigel Taylor
On 06/20/11 10:12, Jasper Lievisse Adriaanse wrote: On Sun, Jun 19, 2011 at 11:17:28AM +0100, Nigel Taylor wrote: On 06/19/11 07:52, Jacob Meuser wrote: On Sun, Jun 19, 2011 at 05:56:35AM +0100, Nigel Taylor wrote: Goes wrong in configure, as diff shows. It's the pkg-config for avformat

  1   2   3   4   5   6   7   >