Re: cvs commit: www/en/cgi Makefile query-pr.cgi querypr-code.cgi

2005-11-12 Thread Peter Jeremy
published. Maybe we just need to patch send-pr.sh and sendpr.1 to state this as well. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h

2005-11-21 Thread Peter Jeremy
e more attractive - it would still use KVA but at least something else could usefully utilise the RAM. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/graphics/giflib Makefile

2012-02-19 Thread Peter Jeremy
th graphics/libungif via ports/163592. Having done some searching, I've found ports/163591 which includes the patch you applied. -- Peter Jeremy pgpVNmo5jq1QG.pgp Description: PGP signature

Re: cvs commit: ports/print/ghostscript9 Makefile

2012-03-04 Thread Peter Jeremy
libidn. It is difficult to see why a postscript interpreter needs to do any sort of DNS resolution. ports/165338 contains an alternative (and to my mind cleaner) fix. -- Peter Jeremy pgp3noY3XD3fT.pgp Description: PGP signature

Re: cvs commit: ports/print/ghostscript9 Makefile

2012-03-05 Thread Peter Jeremy
On 2012-Mar-05 09:39:52 +0900, Hiroki Sato wrote: >Peter Jeremy wrote > in <20120304234053.ga51...@server.vk2pj.dyndns.org>: > >pe> Could you please provide a rationale for ghostscript requiring libidn. >pe> It is difficult to see why a postscript interpreter needs

Re: cvs commit: ports/lang Makefile ports/Mk bsd.perl.mk ports/lang/perl5.8 Makefile Makefile.man distinfo pkg-descr pkg-plist ports/lang/perl5.8/files patch-Configure patch-INST_PREFIX.t patch-MM_Any

2012-03-11 Thread Peter Jeremy
commit, worked out how to clean up and moved on. I didn't speak up because I didn't think it would help by then. portmaster made this mostly painless (though I'm not sure if going from 5.10 to 5.14 has broken any of my scripts). -- Peter Jeremy pgpscdO0BpKHZ.pgp Description: PGP signature

Re: cvs commit: ports/net-im/libpurple Makefile distinfo

2012-03-18 Thread Peter Jeremy
upgrade that port? (And a recent SANS @RISK also listed CVE-2012-1257 - which is fixed in libpurple/pidgin 2.10.1) These should probably all be listed in vuxml. -- Peter Jeremy pgpcDj8auYRNm.pgp Description: PGP signature

Re: cvs commit: ports/net Makefile ports/net/mosh Makefile distinfo pkg-descr pkg-message ports/net/mosh/files patch-configure patch-src__crypto__byteorder.h patch-src__frontend__mosh-server.cc

2012-04-11 Thread Peter Jeremy
e fix is https://github.com/peterjeremy/mosh/commit/37c86a98793c3615f6356faccafe68394445ae09 - Handling of command line options is broken on FreeBSD. The fix is: https://github.com/DanielO/mosh/commit/899172bee30de44b6a18a2804fc53091bb000df6 -- Peter Jeremy pgpgojGbLzJ0g.pgp Description: PGP signature

Re: cvs commit: ports/graphics Makefile ports/graphics/viewnior Makefile distinfo pkg-descr pkg-plist ports/graphics/viewnior/files patch-po_Makefile.in.in

2012-05-01 Thread Peter Jeremy
that NLS is a configure-time option but USE_GETTEXT is unconditionally set (as well as being set within the !WITHOUT_NLS condtiional block). I presume this is a cut-and-paste error. -- Peter Jeremy pgpMOGMReeZyy.pgp Description: PGP signature

Re: cvs commit: ports/math/sage Makefile distinfo pkg-descr ports/math/sage/files gcc.in spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch spkg-patch-flintqs-20070817.p6_-_spkg-install sp

2012-05-15 Thread Peter Jeremy
ons & thanks. -- Peter Jeremy pgpTYsjjACzoI.pgp Description: PGP signature

Re: cvs commit: src/sys/dev/ic via6522reg.h

2005-12-02 Thread Peter Jeremy
vendors would publish programming details... -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/nfsserver nfs_serv.c

2006-01-21 Thread Peter Jeremy
n mean wading through NFS's maze of twisty large macros). -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/Tools/scripts distinfochecker

2006-01-25 Thread Peter Jeremy
ze,md5,shd-256} (where anything except the filename is optional). A downloaded file would have to completely match one of the tuples for it to be acceptable. How many cases are there where there are multiple, equivalent, versions of distfiles on the net? --

Re: cvs commit: src/sys/conf files options src/sys/kern kern_rwlock.c subr_lock.c src/sys/sys lock.h rwlock.h

2006-01-28 Thread Peter Jeremy
st.) Can I suggest that this module be committed into tools/regression or similar so that it is generally available. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sbin/mount Makefile extern.h mount_ufs.c

2006-01-28 Thread Peter Jeremy
t;again from single user? We've been suffering from this for 2 months now. "mount -r" also no longer works if the FS is marked "rw" in /etc/fstab. Instead you have to use "mount -o norw". How about having "ro" imply "norw" and vice versa. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sbin/mount Makefile extern.h mount_ufs.c

2006-01-28 Thread Peter Jeremy
On Sat, 2006-Jan-28 23:57:00 +0100, Wilko Bulte wrote: >On Sun, Jan 29, 2006 at 09:33:43AM +1100, Peter Jeremy wrote.. >> On Fri, 2006-Jan-27 21:57:25 -0800, David O'Brien wrote: >> >On Wed, Dec 07, 2005 at 06:40:17PM -0800, David O'Brien wrote: >> >>

Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in

2006-01-28 Thread Peter Jeremy
warn that a file already existed and rename it rather than over-writing it - whilst package infrastructure can't do this, you could do it yourself in a pre-install script. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/devel Makefile ports/devel/netscape-java40 Makefile distinfo pkg-descr

2006-01-28 Thread Peter Jeremy
OpenDX project. The included license >says some restrictions, but not on redistribution: > >3. RESTRICTIONS. ... Licensee may not: ... (iii) redistribute, >encumber, sell, rent, lease, sublicense, or otherwise transfer rights >to the Product; ... That seems to state the oppos

Re: cvs commit: src/sys/kern kern_rwlock.c

2006-01-30 Thread Peter Jeremy
(what == RW_RLOCKED || rw_owner(rw) != curthread))) Note that the behaviour in 1.2 and 1.3 is different if (rw->rw_lock == RW_UNLOCKED) -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/converters/mule-ucs Makefile ports/converters/mule-ucs-emacs20 Makefile ports/databases/bbdb Makefile ports/databases/bbdb-

2006-01-31 Thread Peter Jeremy
.7000.8000.9000.1.11000.12000.13000.14000 . done] Has anyone else seen this? -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubs

Re: cvs commit: src/sys/conf files options src/sys/kern kern_rwlock.c subr_lock.c src/sys/sys lock.h rwlock.h

2006-01-31 Thread Peter Jeremy
unreasonable to expect a developer to expend effort in updating some tools that he created several years ago to assist with some testing but isn't actively using. Likewise, it's difficult to insist that another developer provide updates t

Re: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/converters/mule-ucs Makefile ports/converters/mule-ucs-emacs20 Makefile ports/databases/bbdb Makefile ports/databases/bbdb-

2006-01-31 Thread Peter Jeremy
On Tue, 2006-Jan-31 14:20:33 -0500, Kris Kennaway wrote: >On Wed, Feb 01, 2006 at 05:28:42AM +1100, Peter Jeremy wrote: >> On Sat, 2006-Jan-28 02:11:36 +, Mark Linimon wrote: >> > Modified files: >> >.Makefile >> >

Re: cvs commit: src/release Makefile

2006-01-31 Thread Peter Jeremy
more) > >Alpha floppies? We don't seem to have an AXP emulator in ports. Is DECs AXP emulator publicly available? (Did it actually emulate a full system or just the CPU?) -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/release Makefile

2006-02-01 Thread Peter Jeremy
7;t >an option. I still administer two (P-1) boxes that can only boot from HDD or floppy but one is due to be de-commissioned Real Soon Now and I suspect an inability to run 7.x on the other one will not be a problem. BTW, when will FreeBSD support booting from punch cards, paper tape and uni

Re: cvs commit: ports Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/converters/mule-ucs Makefile ports/converters/mule-ucs-emacs20 Makefile ports/databases/bbdb Makefile ports/databases/bbdb-

2006-02-01 Thread Peter Jeremy
On Wed, 2006-Feb-01 01:48:36 -0500, Kris Kennaway wrote: >On Wed, Feb 01, 2006 at 05:15:51PM +1100, Peter Jeremy wrote: >> I've done some checking and if I change PORTSDIR to /home/ports then >> the messages disappear. This implies that PORTSDIR must be the >> absol

Re: cvs commit: src/include nl_types.h

2006-02-01 Thread Peter Jeremy
h in order to be able to upgrade to the next branch. (Though /usr/src/UPDATING does not actually state that you can only jump from one major to the next). Otherwise, I'll complain that I can't get to -current from RELENG_2_2 :-) -- Peter Jeremy _

Re: cvs commit: src/sys/security/audit audit_arg.c

2006-02-04 Thread Peter Jeremy
be a better sollution. > >There is in C99: printf("%" PRIu64 "\n", foo); Max was asking for a _better_ solution. I respectfully suggest that the above is an abomination forced upon us because of shortcomings in the C language/library. -- Peter Jeremy _

Re: cvs commit: ports/net-p2p/jigdo Makefile pkg-plist ports/net-p2p/jigdo/scripts configure.jigdo

2006-02-28 Thread Peter Jeremy
\' in: LIB_DEPENDS+= gtk-x11-2.0:\${PORTSDIR}/x11-toolkits/gtk20 -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/release Makefile

2006-03-11 Thread Peter Jeremy
e). There are a couple of primers/tutorials linked from http://ficl.sourceforge.net/links.html - though I haven't actually used any of these. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: email mangling (Re: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c

2006-03-24 Thread Peter Jeremy
supplied e-mail address will be visible on the web etc. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/usr.sbin/syslogd syslogd.c

2006-03-31 Thread Peter Jeremy
able. My sole concern with this is that this means that syslogd will keep trying to write to the full filesystem - and the kernel will log the attempts to write to a full filesystem. Whilst there's rate limiting in the kernel, this sort of feedback loop is undesirable. --

Re: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h

2006-04-01 Thread Peter Jeremy
sible) to merge this bit into 6.x earlier to provide greater exposure and therefore more statistics on the occurrence of this race? -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/audio Makefile ports/audio/praat Makefile distinfo pkg-descr ports/audio/praat/files patch-makefiles_makefile.defs.freebsd.dynamic

2006-04-05 Thread Peter Jeremy
ffe698) at praat.c:1071 #3 0x00412a9e in main (argc=1, argv=0x7fffe698) at main_Praat.c:59 -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/lib/libc/stdlib malloc.c

2006-04-05 Thread Peter Jeremy
r non-standard optimization levels. This just masks the problem. assert(0) is not guaranteed to abort the program because you can disabled asserts using NDEBUG. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: cvs commit: src/sys/dev/drm drm-preprocess.sh drm.h drm_agpsupport.c drm_pciids.h i915_dma.c i915_drm.h i915_drv.h i915_irq.c i915_mem.c mga_drv.h r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h

2006-04-10 Thread Peter Jeremy
c sis_ds.c sis_ds.h sis_mm.c > Log: > Update to DRM CVS as of 2006-04-09. Will this get MFC'd to 6.x? -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/mail/imp Makefile pkg-plist ports/mail/imp/files pkg-deinstall.in pkg-install.in

2006-04-15 Thread Peter Jeremy
d replaced their config files. In either case, installing the new port version won't do anything. -- Peter Jeremy pgpuVe0jOM6pj.pgp Description: PGP signature

Re: cvs commit: src/sys/conf files.amd64 src/sys/amd64/amd64 dump_machdep.c minidump_machdep.c pmap.c uma_machdep.c src/sys/amd64/include md_var.h minidump.h src/sys/vm vm_page.c

2006-04-21 Thread Peter Jeremy
On Fri, 2006-Apr-21 04:24:50 +, Peter Wemm wrote: > Log: > Introduce minidumps. Full physical memory crash dumps are still available > via the debug.minidump sysctl and tunable. Thank you very much. Is this likely to find its way into 6-STABLE? -- Pet

Re: cvs commit: src/sys/i386/i386 pmap.c

2006-04-28 Thread Peter Jeremy
kva block. > >FWIW, this idea appears to work. For the curious: >http://people.freebsd.org/~peter/freepv.diff Care to explain how this works in slightly more detail than "truely evil". -- Peter Jeremy ___ cvs-all@freebsd.org mailing l

Re: cvs commit: src/sys/i386/i386 pmap.c

2006-04-30 Thread Peter Jeremy
page queues >mutex. We can avoid doing pte invalidations (tlb shootdowns) because >there can never be any tlb entries corresponding to them. Nice piece of lateral thinking by Stephan and yourself. -- Peter Jeremy ___ cvs-all@freebsd.org mailing

Re: cvs commit: src/usr.bin/make Makefile

2006-05-16 Thread Peter Jeremy
embedding a flight simulator in a spreadsheet :-) -- Peter Jeremy pgpB1ya92yGFd.pgp Description: PGP signature

Re: Apologies

2006-05-22 Thread Peter Jeremy
of doing the same thing. Sometimes this >diversity is good, other times it gets in the way of project making >progres. To properly manage the project, we have to make sure that >there's a balance between these two extremes. I totally agree. My concern is the (apparent) lack of a for

Re: Apologies

2006-05-22 Thread Peter Jeremy
On Mon, 2006-May-22 10:37:09 +0200, Poul-Henning Kamp wrote: >In message <[EMAIL PROTECTED]>, Peter Jeremy writes: >The main reason it does not work is that whenever some feature is >put on notice, a number of very vocal people will come out defending >exactly that feature as t

Re: cvs commit: src/etc/mtree BSD.root.dist src/share/man/man7 hier.7

2006-05-27 Thread Peter Jeremy
a single arbitrary filesystem. /media is a container to hold mountpoints for (typically automatically) mounting a number of filesystems. We've been through this bikeshed - please refer to the archives for details. -- Peter Jeremy ___ cv

Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c

2006-05-30 Thread Peter Jeremy
: - -r, ro and norw are equivalent - rw and noro are equivalent - -r/ro/norw and rw/noro are complementary. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: ports/misc/compat5x Makefile pkg-descr

2006-06-03 Thread Peter Jeremy
compat3x, misc/compat4x and misc/compat5x should probably all have maintainers in the src group. A quick suggestion would be re@ but it's not exactly within their scope. -- Peter Jeremy ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mail

Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend

2006-08-25 Thread Peter Jeremy
en that much faster. Overall, I'd like to thank Guido for his efforts. -- Peter Jeremy pgpItj4VYToFd.pgp Description: PGP signature

Re: cvs commit: ports/audio Makefile ports/audio/libnoise Makefile distinfo pkg-descr pkg-plist

2006-08-29 Thread Peter Jeremy
t;> Coherent noise is often used by graphics programmers to generate >> natural-looking textures, planetary terrain, and other things. The Judging by the second paragraph, it probably belongs in graphics... -- Peter Jeremy pgp81vekYc1BI.pgp Description: PGP signature

Re: cvs commit: ports/security/vuxml vuln.xml

2006-09-16 Thread Peter Jeremy
ickTimeEssentials.qtx QuickTimeInternetExtras.qtx qtmlClient.dll Does anyone know if those files can just be removed to avoid the vulnerability whilst still have the remaining win32 codecs work? -- Peter Jeremy pgpEdMBAi5P5l.pgp Description: PGP signature

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-09-19 Thread Peter Jeremy
th m_next pointing to the byte after the MAC addresses in the original data. -- Peter Jeremy pgpOKSo9AZnNU.pgp Description: PGP signature

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-09-20 Thread Peter Jeremy
header to allow data to be pre-pended. The code to kludge up the VLAN tag insertion would be similar (though somewhat more complex). Overall, I believe this approach is probably preferable to just disabling hardware VLAN tagging if there is a bpf filter. -- Peter Jeremy pgpALYDyIs78g.pgp Description: PGP signature

Re: cvs commit: src/sys/dev/bge if_bge.c

2006-09-20 Thread Peter Jeremy
o process the packet. The problem is that it isn't where bpf expects. -- Peter Jeremy pgp7a4IOcWRql.pgp Description: PGP signature

Re: cvs commit: src/usr.bin/jot jot.1 src/usr.bin/lam lam.1 src/usr.bin/rs rs.1

2006-10-20 Thread Peter Jeremy
looked thru the CSRG CDs and I can only find them in 4.4 and later. If they are in 4.2 or 4.3, they aren't obvious. -- Peter Jeremy pgpcfmYING8ti.pgp Description: PGP signature

Re: cvs commit: src/bin/rm rm.1 rm.c

2006-10-30 Thread Peter Jeremy
ld be left untouched (not deleted). This is the only way that the user can be protected both against accidently over-writing a wanted file when an unwanted link is removed and failing to over-write an unwanted file which had a stray additional link. -- Peter Jeremy pgpmdz5mFovG2.pgp Description: PGP signature

Re: [patch] rm can have undesired side-effects

2006-10-30 Thread Peter Jeremy
y not too many people have accidently destroyed the content of a file they still wanted when deleting an unwanted link to the file. IMHO, rm.1 should explicitly state that "rm -fP" on a multi-linked file will destry the file contents as seen via the remaining link(s). This probably belon

Re: truss status

2006-07-24 Thread Peter Jeremy
On Mon, 2006-Jul-24 13:36:19 +0930, Daniel O'Connor wrote: >Ktrace is almost useless "out of the box" because for any non-trivial >operation you run out of requests. Some changes were made to improve this and this problem has mostly gone away. -- Peter Jeremy pgpN44vh

Re: cvs commit: src/usr.bin/enigma enigma.c

2006-07-26 Thread Peter Jeremy
using it. ;-) 32-bit archs are not >affected. IMHO, this warrants a note in UPDATING. -- Peter Jeremy pgpcGHQFb8RWF.pgp Description: PGP signature

Re: cvs commit: src/sys/net if_vlan.c

2006-08-04 Thread Peter Jeremy
lable but with no debugging overheads until a problem occurs. IMHO, having kdb_backtrace() invoked unconditionally is a step towards this (as is having debug versions of -RELEASE kernels available). -- Peter Jeremy pgpSJricBhYOK.pgp Description: PGP signature

Re: cvs commit: src/share/examples/drivers make_device_driver.sh

2006-08-10 Thread Peter Jeremy
27;t believe the answers have been collected by anyone. -- Peter Jeremy pgpiA7OyOKMtC.pgp Description: PGP signature

Re: cvs commit: ports/graphics/freeimage Makefile distinfo pkg-descr ports/graphics/freeimage/files patch-Source-LibOpenJPEG_opj_malloc.h

2011-01-05 Thread Peter Jeremy
.h with stdlib.h (But I wouldn't make fuss if it was skipped). -- Peter Jeremy pgpGksjX9wsVM.pgp Description: PGP signature

Re: cvs commit: ports/net-im/openfire Makefile distinfo pkg-plist ports/net-im/openfire/files patch-build-build.xml

2011-01-12 Thread Peter Jeremy
t do not affect the FreeBSD port. But, IMHO, by taking this step, you are stating that openfire-3.7.0.beta is suitable for production use. -- Peter Jeremy pgpQqdqKSkhyU.pgp Description: PGP signature

Re: cvs commit: ports/www/xpi-jslib Makefile distinfo

2011-01-16 Thread Peter Jeremy
sr/ports/www/xpi-jslib/../xpi-adblock/Makefile.xpi", line 196: warning: duplicate script for target "post-extract" ignored -- Peter Jeremy pgpIPtzy4syeA.pgp Description: PGP signature

Re: cvs commit: ports/audio/kaudiocreator Makefile ports/audio/libmusicbrainz3 Makefile ports/audio/p5-MusicBrainz-DiscID Makefile ports/audio/picard Makefile ports/audio/py-musicbrainz2 Makefile port

2011-03-28 Thread Peter Jeremy
ed, fewer people would be confused. I had been wondering why I was accumulating a collection of copies of the GPL in a new location despite the Project's intent to stop this. -- Peter Jeremy pgp34IaEEq4Cf.pgp Description: PGP signature

Re: cvs commit: ports/chinese/ibus-chewing distinfo

2010-12-13 Thread Peter Jeremy
ommit and QAT >processing it. I can go digg it up but I was just trying to fix the QAT >nag mail at the time. Given that we've very recently had an instance where the ProFTPD backdoor was initially missed because the committer didn't follow the correct process, I am amazed that any

Re: cvs commit: ports/www/mod_webapp Makefile

2010-05-01 Thread Peter Jeremy
he1.3.6, I suspect the 'APACHE_VERSION' needs to be removed. -- Peter Jeremy pgpCRTHRcO8lk.pgp Description: PGP signature

Re: cvs commit: ports/net-mgmt/vidalia Makefile distinfo

2010-05-01 Thread Peter Jeremy
qt4-network /usr/ports/security/tor-devel /usr/ports/textproc/qt4-xml /usr/ports/x11-toolkits/qt4-gui|http://www.vidalia-project.net/ server% I suspect that the problem is '!=' is executed immediately and ${PKG_INFO} is undefined because this comes before bsd.port.pre.mk is .included. -- Peter Jeremy pgpsIox9lm74o.pgp Description: PGP signature

Re: cvs commit: ports/www/mod_webapp Makefile

2010-05-03 Thread Peter Jeremy
On 2010-May-03 17:15:15 +, "Philip M. Gollucci" wrote: >On 05/01/10 11:19, Peter Jeremy wrote: >> On 2009-Dec-25 18:47:48 +, "Philip M. Gollucci" >> wrote: >>> pgollucci2009-12-25 18:47:48 UTC >>> >>> FreeBSD p

Re: cvs commit: ports/math/dislin distinfo-6.0 distinfo-7.0 pkg-plist

2010-06-02 Thread Peter Jeremy
gainst that, it is expected that before committing an update to the distinfo file, the committer will diff both the old and new distfiles and verify that any changes are not harmful. -- Peter Jeremy pgpIyZ7rnqgp6.pgp Description: PGP signature

Re: cvs commit: ports MOVED ports/misc Makefile ports/misc/freedialog Makefile distinfo pkg-descr ports/misc/freedialog/files patch-aa

2010-06-11 Thread Peter Jeremy
Howard, II" (original > creator) via ports@ There has been a request to remove devel/freelibiberty but I don't recall seeing any request to remove misc/freedialog. Was this removal in error? -- Peter Jeremy pgpRZuqrBcMoZ.pgp Description: PGP signature

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml

2010-07-08 Thread Peter Jeremy
not use CVS to update your local src and ports trees? You can always NFS export it to other hosts and FreeBSD's CVS supports read-only repositories. -- Peter Jeremy pgp5TnqZzviio.pgp Description: PGP signature

Re: cvs commit: ports/www/p5-RTx-Statistics Makefile

2009-04-14 Thread Peter Jeremy
tistics will build and then fail to install or work with a non-obvious error message. A CONFLICTS line could explicitly explain what the problem is. -- Peter Jeremy pgpeHLtk984PM.pgp Description: PGP signature

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml

2009-05-18 Thread Peter Jeremy
freebsd-x11@ or at least mention significant updates there. I only found them when someone else mentioned their existence and the main Xorg maintainer (rnoland@) was unaware that this chapter had been updated. -- Peter Jeremy pgpreYXPhg726.pgp Description: PGP signature

Re: cvs commit: ports/www/mod_webapp Makefile

2009-06-16 Thread Peter Jeremy
ake index": Generating INDEX-8 - please wait..make_index: mod_webapp-4.1.24_3: no entry for /usr/ports/www/apache1.3.6 make_index: mod_webapp-4.1.24_3: no entry for /usr/ports/www/apache1.3.6 The problem appears to be that bsd.apache.mk can't handle APACHE_VERSION= 1.3.6 -- Peter Jeremy pgpVN9fiOkpri.pgp Description: PGP signature

Re: cvs commit: ports MOVED

2008-11-20 Thread Peter Jeremy
ting input from device xxx' whereas 'input-xxx' doesn't indicate what it interfaces to. > I don't really care what it is called, >as long as one can clearly determine what drivers are provided by xorg >and which are not. Why is this important? -- Peter J

Re: cvs commit: ports/www/mod_webapp Makefile

2008-12-31 Thread Peter Jeremy
om ftp://ftp.au.freebsd.org/pub/FreeBSD/distfiles/. ... I think the problem is that the '!=' is executed immediately whilst ${PORTSDIR} is not defined until bsd.port.mk is included at the end. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgp0gRixmTgts.pgp Description: PGP signature

Re: [ports] cvs commit: ports UPDATING ports/Mk bsd.perl.mk ports/lang/perl5.8 Makefile Makefile.man distinfo pkg-plist ports/lang/perl5.8/files patch-freebsd.sh patch-makedepend patch-perl.c patch-sv

2009-01-14 Thread Peter Jeremy
lang/perl5.8 >> lang/perl5.10 > >Jeez... I'm less keen on having a perl5 port that is (effectively) obsolete. Any lang/perl or lang/perl5 port should be the latest stable release. (Java fell into that hole and a significant number of people were caught trying to install java 1.1 w

Re: cvs commit: ports/textproc/urlview Makefile

2009-12-29 Thread Peter Jeremy
bsd.gecko.mk make: fatal errors encountered -- cannot continue ===> textproc/urlview failed Whilst there is /usr/ports/Mk/bsd.gecko.mk, there's no /usr/share/mk/bsd.gecko.mk so a direct '.include' fails. Looking at other Makefiles, I suspect the .include should be spelt "${.C

Re: cvs commit: ports/devel/xmltooling Makefile distinfo pkg-plist ports/devel/xmltooling/files patch-doc_Makefile.in

2010-01-10 Thread Peter Jeremy
On 2010-Jan-08 01:24:56 +, "Philip M. Gollucci" wrote: >pgollucci2010-01-08 01:24:56 UTC > Log: > - Update to 2.3 This broke "make index" - the last change hunk in the Makefile includes an extraneous newline and is indented with spaces instea

Re: cvs commit: ports/multimedia/pwcview Makefile distinfo pkg-descr pkg-plist ports/multimedia/pwcview/files patch-pwcview.c

2010-01-17 Thread Peter Jeremy
orbidden" trying to fetch http://raaf.atspace.org/pwcview-1.4.1.tar.gz and "not found" from all other master sites. -- Peter Jeremy pgp6SGSQFdU7S.pgp Description: PGP signature

Re: cvs commit: ports/Mk bsd.qt.mk ports/accessibility/qt4-accessible Makefile pkg-descr pkg-plist ports/chinese/qt4-codecs-cn Makefile pkg-descr pkg-plist ports/chinese/qt4-codecs-tw Makefile pkg-des

2010-01-24 Thread Peter Jeremy
me... The text leading up to this was: -- |--- src/xml/Makefile.orig 2009-12-04 16:04:02.944271152 +1000 |+++ src/xml/Makefile 2009-12-04 16:07:07.986728782 +1000 -- Patching file src/xml/Makefile using Plan A... Hunk #1 failed at 533. 1 ou

Re: cvs commit: ports/cad/admesh Makefile

2011-08-14 Thread Peter Jeremy
generic list of possibilities: ===> foo-1.0 is marked as dead: No master site found You may still build this port on your own rish by adding TRYDEAD=yes to make arguments or enironement. Note that dead port will be eventually removed from the ports tree if nobody steps forward to become its maintainer and/or fix it. -- Peter Jeremy pgpltHoSRkn8w.pgp Description: PGP signature

Re: cvs commit: ports/x11/xterm Makefile pkg-plist

2011-09-19 Thread Peter Jeremy
bmitted by: bsam This is a bit belated but why does xterm need a hard dependency on gnome? Could you please look at making this optional so that those of us who don't run bloatware can turn it off. -- Peter Jeremy pgpZ4RJqQCXyG.pgp Description: PGP signature

Re: cvs commit: ports/x11/xterm Makefile pkg-plist

2011-09-22 Thread Peter Jeremy
orts that still always depend on update-desktop-database to do the same... -- Peter Jeremy pgpmeuZjtvt0V.pgp Description: PGP signature

Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/lib/csu Makefile src/gnu/lib/libssp Makefile src/lib/csu Makefile.inc src/lib/libc Makefile src/lib/libstand Makefile src/lib/libthr Make

2009-10-25 Thread Peter Jeremy
or without SSP. One solution would seem to be to embed libssp_nonshared.a into all non- shared libraries when the world is built using SSP. -- Peter Jeremy pgpp771OEHBba.pgp Description: PGP signature

Re: cvs commit: ports/devel/apr Makefile distinfo pkg-plist ports/devel/apr/files patch-apr-util_build_dbm.m4 patch-apr-util_configure patch-apr_hints.m4

2008-07-07 Thread Peter Jeremy
eaning to the large number of developers and ports maintainers who also don't have commit bits. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgpIxBALsUfs1.pgp Description: PGP signature

Re: cvs commit: CVSROOT modules

2008-07-09 Thread Peter Jeremy
bly you are not correctly handling CVSROOT commits. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgpt3qDWZcvqy.pgp Description: PGP signature

Re: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql40-server Makefile ports/databases/mysql41-server Makefile ports/databases/mysql50-server Makefile ports/database

2008-07-26 Thread Peter Jeremy
ed files: >> databases/mysql323-server Makefile > >Do we still need 3x? OTOH, whilst it still works, why remove it? I can understand removing it if it breaks and no-one wants to put the effort into fixing it but there doesn't seem much point in removing a port that currently w

Re: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/jme Makefile

2008-07-28 Thread Peter Jeremy
ne. All other NIC drivers have both a comment line and an actual device line apart from msk(4) and stge(4) (both of which you also committed). This bug has been carried through in your MFCs. Could you please update NOTES to include both lines for all three devices in all relevant branches so

Re: cvs commit: src/lib/libc/gen fts-compat.c fts-compat.h

2007-08-28 Thread Peter Jeremy
We will, of course, get the 'I just upgraded to 8.0-RELEASE and I still have libc.so.7' questions in a few years. -- Peter Jeremy pgpvGPdo2CJDl.pgp Description: PGP signature

Re: cvs commit: ports/x11-drivers/xf86-input-keyboard Makefile ports/x11-drivers/xf86-input-keyboard/files patch-at_scancode.c patch-bsd_kbd.c

2007-10-26 Thread Peter Jeremy
On Thu, Oct 25, 2007 at 11:22:22AM +, Alexey Dokuchaev wrote: >P.S. I'm starting to get a bit frustrated about the whole X.org 7.x >thing. With every release of it, something gets broken, and nothing >gets fixed. I'll second that. IMO, 7.3 is a regression on 7.2 in both reliability and func

Re: cvs commit: src/sys/kern kern_mib.c src/usr.sbin/config Makefile config.8 config.h config.y kernconf.tmpl lang.l main.c

2007-11-09 Thread Peter Jeremy
ntion this. It still contains the old "strings kernel|grep ___" instructions. The new MIB entry should also probably be documented somewhere outside the commit log. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an RFC2821-compliant MTA.

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread Peter Jeremy
eBSD sources are only available in American. What (if any) effort should the FreeBSD project make to ensure that the source code is accessible to non-native speakers by avoiding unusual terms? -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA t

Re: cvs commit: src/sys/i386/isa prof_machdep.c src/sys/amd64/amd64 prof_machdep.c

2007-11-29 Thread Peter Jeremy
^ There is a word missing here and I'm not sure if it is 'unused' or 'broken'. Could you please clarify. > is broken in a different way (it does too much). -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is

Re: cvs commit: src/sys/kern sched_ule.c

2008-03-02 Thread Peter Jeremy
es depending on various scheduler debug settings: > >http://people.freebsd.org/~kris/scaling/pgsql-16cpu.png The improvement is quite substantial. Congratulations Jeff. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or m

Re: cvs commit: CVSROOT access.doc_src

2008-03-02 Thread Peter Jeremy
On Sun, Mar 02, 2008 at 01:12:02AM -0800, Colin Percival wrote: >Are you trying to elicit an admission that Marc is complicit in an illicit >attempt to solicit explicit "implicit"s? > >Colin "perfectly licit" Percival Another one for the fortune file I think... --

Re: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h

2008-03-03 Thread Peter Jeremy
they'll double threads/chip every 12-18 months. [*] I thought there was a dual-chip T5xxx which would have 128 threads) but it doesn't show up. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant o

Re: cvs commit: src/sys/i386/include _types.h

2008-03-05 Thread Peter Jeremy
s the x87 emulate double (53-bit) precision rather than its native 64-bit long double. Doesn't this change also need a corresponding change to npx.h to make the x87 run with 64-bit precision? -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA tha

Re: cvs commit: src/sys/i386/include _types.h

2008-03-05 Thread Peter Jeremy
ies between running the same program natively vs running it in compatibility mode. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgpTA2CgBhYa9.pgp Description: PGP signature

Re: cvs commit: src/usr.sbin/moused moused.c

2008-03-06 Thread Peter Jeremy
OSIX-compatibility selection. Applying a similar fix to moused is a logical extension. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgpNunu2LKqFZ.pgp Description: PGP signature

Re: cvs commit: ports MOVED ports/textproc Makefile ports/textproc/p5-Text-ParseWords Makefile distinfo pkg-descr pkg-plist

2008-03-17 Thread Peter Jeremy
2 -1 ports/MOVED This seems to have broken pkgdb - the textproc/p5-Text-ParseWords entry is missing a field. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. pgpbcQg89TPYE.pgp Description: PGP signature

Re: cvs commit: src/sys/i386/cpufreq est.c

2008-03-17 Thread Peter Jeremy
d on the server? In general, I agree that powerd should be enabled but actually implementing this may have some adverse side-effects. I know using acpi_throttle with powerd on my HP nx6125 causes it to wedge randomly. -- Peter Jeremy Please excuse any delays as the result of my ISP's inability

  1   2   >