deprecation of multimedia/xvid4conf, and transcode

2011-03-18 Thread Andriy Gapon

Now that multimedia/xvid4conf is deprecated maybe it should be dropped from
dependencies of multimedia/transcode?  There is no real dependency as far as I
can see.

-- 
Andriy Gapon
___
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: [ECFT] drm/dri/mesa/xorg-server update [Part 1]

2011-03-18 Thread Urankar Mikael
On Wed 16 March 2011 at 09:00:30AM +0100, Urankar Mikael wrote:
 On Fri 11 March 2011 at 07:37:59PM +0800, Martin Wilke wrote:
  Please report any problems and issues to x11 (at) FreeBSD.org.
  
 
 Works fine here with a GeForce Go 7300 (xf86-intel-2.7)
 
 I have problems with an ATI R710, Xorg randomly crash within 5 to 10
 minutes (sigbus) with KDE4 and desktop effects enabled.
 I've tried Xorg 1.9.3 but to not avail (againg sigbus). I've reverted
 Xorg to 1.7.7 and I can use my desktop more than 10 minutes...
 If I disable desktop effect, Xorg 1.9.4 runs happily with no crash.
 I've recompiled xorg-server, libX11, libGL etc with debug flags but I
 can't get a useful backtrace.
 I've just seen [1], I'll try to get more info later today and will post
 my findings.
 
 [1] http://www.x.org/wiki/Development/Documentation/ServerDebugging
 

I was able to get a backtrace [1]. The trace look similar to the problem
described at [2], Andriy Gapon had the same problem apparently. I'm
using the patch at [3] and everything works fine since.
Patches for xorg-server port are available at [4].

[1] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/btfull
[2] https://bugs.freedesktop.org/show_bug.cgi?id=28181
[3] http://lists.x.org/archives/xorg-devel/2010-December/016969.html
[4] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxcmds.c
http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxdrawable.h
http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxext.c

HTH,
Mikaël
___
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: [ECFT] drm/dri/mesa/xorg-server update [Part 1]

2011-03-18 Thread Martin Wilke
ok, we have a patch set for xorg server 1.9.5 release.

On Fri, Mar 18, 2011 at 3:45 PM, Urankar Mikael 
mikael.uran...@ujf-grenoble.fr wrote:

 On Wed 16 March 2011 at 09:00:30AM +0100, Urankar Mikael wrote:
  On Fri 11 March 2011 at 07:37:59PM +0800, Martin Wilke wrote:
   Please report any problems and issues to x11 (at) FreeBSD.org.
  
 
  Works fine here with a GeForce Go 7300 (xf86-intel-2.7)
 
  I have problems with an ATI R710, Xorg randomly crash within 5 to 10
  minutes (sigbus) with KDE4 and desktop effects enabled.
  I've tried Xorg 1.9.3 but to not avail (againg sigbus). I've reverted
  Xorg to 1.7.7 and I can use my desktop more than 10 minutes...
  If I disable desktop effect, Xorg 1.9.4 runs happily with no crash.
  I've recompiled xorg-server, libX11, libGL etc with debug flags but I
  can't get a useful backtrace.
  I've just seen [1], I'll try to get more info later today and will post
  my findings.
 
  [1] http://www.x.org/wiki/Development/Documentation/ServerDebugging
 

 I was able to get a backtrace [1]. The trace look similar to the problem
 described at [2], Andriy Gapon had the same problem apparently. I'm
 using the patch at [3] and everything works fine since.
 Patches for xorg-server port are available at [4].

 [1] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/btfull
 [2] https://bugs.freedesktop.org/show_bug.cgi?id=28181
 [3] http://lists.x.org/archives/xorg-devel/2010-December/016969.html
 [4] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxcmds.c
 http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxdrawable.h
 http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxext.c

 HTH,
 Mikaėl

___
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


Please remove games/etuxracer (duplicate of games/etracer)

2011-03-18 Thread David Demelier

Hello,

I think games/etuxracer is a duplicate of games/etracer ..

markand@Melon /usr/ports/games $ diff -ub etuxracer/distinfo 
etracer/distinfo

markand@Melon /usr/ports/games $

Cheers,

--
David Demelier
___
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: Compiling ports in a post-9.0-RELEASE world

2011-03-18 Thread Marco van de Voort
In our previous episode, Matthias Andree said:
 
 So far I've found clang surprisingly good in that it revealed a few 
 quirks in my own software (in C) that GCC or ICC had silently accepted, 
 and the static analyzer has a few rough edges, but I have found bugs in 
 my own software, not in clang 2.8 so far, although I suspect that a few 
 might linger there.

How much changes for non-(GC)C ports? In other words, ports that directly
use AS and LD to generate binaries, but might also link to C libraries
outside of gcc's control.

(I'm thinking about e.g. lang/fpc here)

Issues like

- Are there fundamental startup code (CSU) changes due to this in 9?
- libraries that might need to be implicitely linked when linking against C
  code (like libgcc,c)
- Do certain libc internal macros change (like __errno_location)
- Do lowlevel details of stuff like TLS change?

Of course I'll load up some RC or DP in a VM if necessary to find my own
answers. But if somebody knows some details, it would help guestimating the
effort.
___
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


games/supertuxkart: should PORTREVISION be bumped after pr 154111?

2011-03-18 Thread Barbara
After the changes described in pr 154111, the irrlicht shared lib file changed 
it's name from libIrrlicht.so.1.7.2 to libIrrlicht.so.1

This is causing:
ldd /usr/local/bin/supertuxkart:
libIrrlicht.so.1.7.2 = not found (0x0)

Shouldn't games/supertuxkart PORTREVISION be bumped?
FWICS the only other port using irrlicht is games/irrlamb.

Barbara


___
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: Compiling ports in a post-9.0-RELEASE world

2011-03-18 Thread Kostik Belousov
On Fri, Mar 18, 2011 at 11:40:38AM +0100, Marco van de Voort wrote:
 In our previous episode, Matthias Andree said:
  
  So far I've found clang surprisingly good in that it revealed a few 
  quirks in my own software (in C) that GCC or ICC had silently accepted, 
  and the static analyzer has a few rough edges, but I have found bugs in 
  my own software, not in clang 2.8 so far, although I suspect that a few 
  might linger there.
 
 How much changes for non-(GC)C ports? In other words, ports that directly
 use AS and LD to generate binaries, but might also link to C libraries
 outside of gcc's control.
 
 (I'm thinking about e.g. lang/fpc here)
 
 Issues like
 
 - Are there fundamental startup code (CSU) changes due to this in 9?
csu consists of two pieces. One, living in lib/csu, provides the
system startup for activated image, and it is not compiler-depended
in any way. The other part, implemented by crtbegin.o/crtend.o in gcc,
is compiler-depended and arranges the ctr/dtr calls at proper time.

 - libraries that might need to be implicitely linked when linking against C
   code (like libgcc,c)
libc is system library, it is compiler-agnostic and shall provide the
same ABI regardless of the compiler. libgcc is compiler-depended, but
clang claims to conform to gcc ABI there.

 - Do certain libc internal macros change (like __errno_location)
Errno is part of libc, see above.

 - Do lowlevel details of stuff like TLS change?
TLS is implemented according to ELF ABI (some sort of ABI, there).
It is mostly implemented in rtld, and compiler just need to follow
the ABI.

 
 Of course I'll load up some RC or DP in a VM if necessary to find my own
 answers. But if somebody knows some details, it would help guestimating the
 effort.

It should be plug and play, modulo the bugs.


pgp08T42Udd3D.pgp
Description: PGP signature


Re: Firefox 4 - Beta

2011-03-18 Thread Edwin L. Culp W.
I screwed up.  This should have gone to ports.  Sorry, Heino.

2011/3/18 Edwin L. Culp W. edwinlc...@gmail.com:
 2011/3/6 Heino Tiedemann rotkaps_spam_t...@gmx.de:
 Sergey Nikolenko s...@swa.org.ru wrote:

 On 06.03.2011 19:17, Heino Tiedemann wrote:
 Any manpage or howto how I can gat this on my computer? Do I need SVN
 for that

 1. cd /usr/ports/devel/subversion; make install clean
 2. cd /usr/ports/www
 3. svn co

3. and 4. seem to have changed to:
 svn co 
https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox
cd firefox
make install clean

1., 2. and 5. work as they were.

I'm assuming that we are close to having firefox4 in the tree as
firefox.   It can't be too soon.  I have not found any drawbacks to it
in the couple weeks of testing.

Have a great day and equinox week end.

ed

 https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox-devel
 4. cd firefox-devel
 5. make install clean

 Thaks a lot!

 Cool Stuff. FF4 is running now.

 By The Way, I never heard about this project freebsd-gecko. Where
 was the place I did not look carefully?

 Heino


 ___
 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


Re: Firefox 4 - Beta

2011-03-18 Thread Heino Tiedemann
Edwin L. Culp W. edwinlc...@gmail.com wrote:

 I screwed up.  This should have gone to ports.  Sorry, Heino.

 2011/3/18 Edwin L. Culp W. edwinlc...@gmail.com:
 2011/3/6 Heino Tiedemann rotkaps_spam_t...@gmx.de:
 Sergey Nikolenko s...@swa.org.ru wrote:

 On 06.03.2011 19:17, Heino Tiedemann wrote:
 Any manpage or howto how I can gat this on my computer? Do I need SVN
 for that

 1. cd /usr/ports/devel/subversion; make install clean
 2. cd /usr/ports/www
 3. svn co

 3. and 4. seem to have changed to:
  svn co 
 https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox
 cd firefox
 make install clean

 1., 2. and 5. work as they were.

 I'm assuming that we are close to having firefox4 in the tree as
 firefox.   It can't be too soon.  I have not found any drawbacks to it
 in the couple weeks of testing.

 Have a great day and equinox week end.


cool! 

I installed the ReleaseCandidate1 from firefox-devel. Is thery any
change in since the move from firefox-devel to www/firefox, that I
should rebuild the RC1?

Heino

___
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: Firefox 4 - Beta

2011-03-18 Thread Edwin L. Culp W.
2011/3/18 Heino Tiedemann rotkaps_spam_t...@gmx.de:
 Edwin L. Culp W. edwinlc...@gmail.com wrote:

 I screwed up.  This should have gone to ports.  Sorry, Heino.

 2011/3/18 Edwin L. Culp W. edwinlc...@gmail.com:
 2011/3/6 Heino Tiedemann rotkaps_spam_t...@gmx.de:
 Sergey Nikolenko s...@swa.org.ru wrote:

 On 06.03.2011 19:17, Heino Tiedemann wrote:
 Any manpage or howto how I can gat this on my computer? Do I need SVN
 for that

 1. cd /usr/ports/devel/subversion; make install clean
 2. cd /usr/ports/www
 3. svn co

 3. and 4. seem to have changed to:
  svn co 
 https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox
 cd firefox
 make install clean

 1., 2. and 5. work as they were.

 I'm assuming that we are close to having firefox4 in the tree as
 firefox.   It can't be too soon.  I have not found any drawbacks to it
 in the couple weeks of testing.

 Have a great day and equinox week end.


 cool!

 I installed the ReleaseCandidate1 from firefox-devel. Is thery any
 change in since the move from firefox-devel to www/firefox, that I
 should rebuild the RC1?

 Heino

I would assume not because, I ereased  firefox-devel from ports a few
hours ago and updated www/firefox from svn asmentioned above and got
the same version that I had in firefox-devel.

/usr/ports/www/firefox # cat distinfo
SHA256 (firefox-4.0rc1.source.tar.bz2) =
8bae4af5d364c6caa624ad106f532f046f23e6187281cf87d8d4ed5d899f100f
SIZE (firefox-4.0rc1.source.tar.bz2) = 66026659

I checked and built from the new directory from svn  shown above.

ed


 ___
 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


makepatch and update-patches inconsistencies

2011-03-18 Thread Andriy Gapon

It seems that the makepatch and update-patches target produce different patch 
file
names for the same patched file name (at least two underscores vs one).
This probably shouldn't be that way.

P.S. do we need two targets for what looks like the same task?
-- 
Andriy Gapon
___
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: Compiling ports in a post-9.0-RELEASE world

2011-03-18 Thread Matthias Andree

Am 18.03.2011 15:17, schrieb Konstantin Tokarev:



17.03.2011, 20:33, Matthias Andreematthias.and...@gmx.de:

Not necessarily.  If it's a documented extension that you'd allowed (and
even by sticking to the implicit gnu89 language default of GCC) then
you'll hardly hear back anything else than invalid, works as documented.


Note that Clang supports c89 and gnu89 modes[1]

[1] http://clang.llvm.org/docs/UsersManual.html#c_modes


With reservations, namely extensions not implemented yet, or 
intentionally unsupported extensions - and the list does not claim to be 
complete.


BTW, please configure your software to not quote addresses.

--
Matthias Andree
___
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


[CFT] A new mplayer and mencoder

2011-03-18 Thread Thomas Zander
Dear all,

I have prepared a recent snapshot for a an upcoming update for the
mplayer and mencoder ports.
You can find the tarball here:

http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2

Please test the things that you usually do with it, I'd appreciate feedback!

Thanks in advance,
Riggs
___
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: [CFT] A new mplayer and mencoder

2011-03-18 Thread Michal Varga
On Fri, 2011-03-18 at 19:26 +0100, Thomas Zander wrote:
 Dear all,
 
 I have prepared a recent snapshot for a an upcoming update for the
 mplayer and mencoder ports.
 You can find the tarball here:
 
 http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
 
 Please test the things that you usually do with it, I'd appreciate feedback!
 
 Thanks in advance,
 Riggs

Thank you for your work, Thomas.

Looks good on 7.4-STABLE/i386. No compile issues, x11 and vdpau
playbacks both solid, subtitles work, nothing out of ordinary.

Mencoder transcoding into h264 works without any issues too.

m.


-- 
Michal Varga,
Stonehenge (Gmail account)


___
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: Firefox 4 - Beta

2011-03-18 Thread Christian Weisgerber
Edwin L. Culp W. edwinlc...@gmail.com wrote:

  I installed the ReleaseCandidate1 from firefox-devel. Is thery any
  change in since the move from firefox-devel to www/firefox, that I
  should rebuild the RC1?
 
 I would assume not because, I ereased  firefox-devel from ports a few
 hours ago and updated www/firefox from svn asmentioned above and got
 the same version that I had in firefox-devel.

Revision 522 has now switched to firefox-4.0.source.tar.bz2.

ftp://ftp.mozilla.org/pub/firefox/nightly/4.0-candidates/build1/source/firefox-4.0.source.tar.bz2

However, the _only_ difference is the addition of a FIREFOX_4_0_RELEASE
tag to .hgtags.  So don't bother rebuilding.

-- 
Christian naddy Weisgerber  na...@mips.inka.de

___
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: [CFT] A new mplayer and mencoder

2011-03-18 Thread Christian Weisgerber
Thomas Zander thomas.e.zan...@googlemail.com wrote:

 http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
 
 Please test the things that you usually do with it, I'd appreciate feedback!

Works for me on 7.4/amd64 with all the usual video (MPEG2, XviD,
H.264) and audio stuff (MP3, AAC, Vorbis, AC3 and DTS decoding as
well as S/PDIF pass-through).

I have found one bug: runtime encoding to AC3 (-af lavcac3enc) is
broken.

$ mplayer -v -channels 6 -af lavcac3enc=1 
Sintel.2010.720p.SURROUND.x264-VODO.mp4
[...]
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
dec_audio: Allocating 192000 + 65536 = 257536 bytes for output buffer.
FFmpeg's libavcodec audio codec
INFO: libavcodec aac init OK!
AUDIO: 48000 Hz, 6 ch, s16le, 440.8 kbit/9.56% (ratio: 55094-576000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==
Building audio filter chain for 48000Hz/6ch/s16le - 0Hz/0ch/??...
[libaf] Adding filter lavcac3enc 
Audio LAVC, couldn't find encoder for codec ac3_fixed.
[libaf] Couldn't create or open audio filter 'lavcac3enc'
Error at audio filter chain pre-init!
[...]

-- 
Christian naddy Weisgerber  na...@mips.inka.de

___
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: Firefox 4 - Beta

2011-03-18 Thread Edwin L. Culp W.
2011/3/18 Christian Weisgerber na...@mips.inka.de:
 Edwin L. Culp W. edwinlc...@gmail.com wrote:

  I installed the ReleaseCandidate1 from firefox-devel. Is thery any
  change in since the move from firefox-devel to www/firefox, that I
  should rebuild the RC1?

 I would assume not because, I ereased  firefox-devel from ports a few
 hours ago and updated www/firefox from svn asmentioned above and got
 the same version that I had in firefox-devel.

 Revision 522 has now switched to firefox-4.0.source.tar.bz2.

 ftp://ftp.mozilla.org/pub/firefox/nightly/4.0-candidates/build1/source/firefox-4.0.source.tar.bz2

 However, the _only_ difference is the addition of a FIREFOX_4_0_RELEASE
 tag to .hgtags.  So don't bother rebuilding.

 --
 Christian naddy Weisgerber                          na...@mips.inka.de

Gracias Christian,

ed
___
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: Firefox 4 - Beta

2011-03-18 Thread Heino Tiedemann
na...@mips.inka.de (Christian Weisgerber) wrote:

 Edwin L. Culp W. edwinlc...@gmail.com wrote:

  I installed the ReleaseCandidate1 from firefox-devel. Is thery any
  change in since the move from firefox-devel to www/firefox, that I
  should rebuild the RC1?
 
 I would assume not because, I ereased  firefox-devel from ports a few
 hours ago and updated www/firefox from svn asmentioned above and got
 the same version that I had in firefox-devel.

 Revision 522 has now switched to firefox-4.0.source.tar.bz2.

 ftp://ftp.mozilla.org/pub/firefox/nightly/4.0-candidates/build1/source/firefox-4.0.source.tar.bz2

Yes, I got that and rebuilded.

 However, the _only_ difference is the addition of a FIREFOX_4_0_RELEASE
 tag to .hgtags.  So don't bother rebuilding.

One more difference is: It calles itself not loger Release Candidate:
Build identifier: Mozilla/5.0 (X11; FreeBSD i386; rv:2.0) Gecko/20100101 
Firefox/4.0

Heino

___
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: Firefox 4 - Beta

2011-03-18 Thread Christian Weisgerber
Heino Tiedemann rot...@gmx.de wrote:

  However, the _only_ difference is the addition of a FIREFOX_4_0_RELEASE
  tag to .hgtags.  So don't bother rebuilding.
 
 One more difference is:

There are *no* other differences.  I diff(1)ed the source trees.

 It calles itself not loger Release Candidate:
 Build identifier: Mozilla/5.0 (X11; FreeBSD i386; rv:2.0) Gecko/20100101
 Firefox/4.0

RC1 doesn't call itself release candidate either:
Mozilla/5.0 (X11; FreeBSD amd64; rv:2.0) Gecko/20100101 Firefox/4.0

-- 
Christian naddy Weisgerber  na...@mips.inka.de

___
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


[HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Martin Wilke
Hey,

as the Ports Collection continue to grow, we have decided to
do some changes to the category layout. The www category, second
largest with over 2000 individual ports, will have three subcategories
spinned out. On the other side, x11-servers category, with only
10 ports, will be folded into regular x11 category.

Attached is a proposed list of ports being moved from the www category.
Please review, discuss and report ommissions and mistakes. The general
key to the new categories is as follows:

www-clients - browsers, rss clients, wget-alike, webapi/soap clients,
benchmarks
www-servers - http servers, proxy servers, everything related to apache
www-webapps - web apps, frameworks, libraries
www (rest, not moved) - html editors, authoring tools, search engines ..

http://people.freebsd.org/~miwi/cat/www-client.txt
http://people.freebsd.org/~miwi/cat/www-server.txt
http://people.freebsd.org/~miwi/cat/www-webapps.txt
http://people.freebsd.org/~miwi/cat/www.txt


- Martin on behalf of portmgr
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Michal Varga
On Sat, 2011-03-19 at 09:49 +0800, Martin Wilke wrote:

 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:

[...]

 www-webapps - web apps, frameworks, libraries

Just a quick thought to the 'discuss' part: Is this (above) really the
best name possible?

I mean world wide web-webapps sounds kind of redundant.

m.

-- 
Michal Varga,
Stonehenge (Gmail account)


___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Zhihao Yuan
On Fri, Mar 18, 2011 at 9:32 PM, Michal Varga varga.mic...@gmail.com wrote:
 On Sat, 2011-03-19 at 09:49 +0800, Martin Wilke wrote:

 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:

 [...]

 www-webapps - web apps, frameworks, libraries

 Just a quick thought to the 'discuss' part: Is this (above) really the
 best name possible?

 I mean world wide web-webapps sounds kind of redundant.

 m.

www-devel may be preferred, since www-webapps contains the web frameworks, libs.
or may be devel-www :)


 --
 Michal Varga,
 Stonehenge (Gmail account)


 ___
 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




-- 
Zhihao Yuan
The best way to predict the future is to invent it.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Philip M. Gollucci
On 3/18/2011 9:49 PM, Martin Wilke wrote:
 Hey,
 
 as the Ports Collection continue to grow, we have decided to
 do some changes to the category layout. The www category, second
 largest with over 2000 individual ports, will have three subcategories
 spinned out. On the other side, x11-servers category, with only
 10 ports, will be folded into regular x11 category.
 
 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:
 
 www-clients - browsers, rss clients, wget-alike, webapi/soap clients,
 benchmarks
 www-servers - http servers, proxy servers, everything related to apache
Good idea or bad idea, it doesn't really matter.  I actually kind of
like it.  More importantly, you'll need to update Mk/bsd.apache.mk
regarding APACHE_PORT.  And every end-user will need to update
/etc/make.conf to reflect this too.

If might be useful to coordinate this with the default switch from 1.3
to 2.2 b/c then supposedly most people who are using 2.2 can simply
remove then line.  And the fewer, still needing 1.3 will need to add one
anyway.


Food to chew on..


-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Philip M. Gollucci
On 3/18/2011 9:49 PM, Martin Wilke wrote:
 Hey,
 
 as the Ports Collection continue to grow, we have decided to
 do some changes to the category layout. The www category, second
 largest with over 2000 individual ports, will have three subcategories
 spinned out. On the other side, x11-servers category, with only
 10 ports, will be folded into regular x11 category.
 
 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:
 
 www-clients - browsers, rss clients, wget-alike, webapi/soap clients,
 benchmarks
 www-servers - http servers, proxy servers, everything related to apache

How did you generate this list ?
  - Did you set WITH_APACHE and build and INDEX and use that ?
  - grep Makefile(s)
  - Use Default INDEX ?
  - Other ?





-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Martin Wilke
On Sat, Mar 19, 2011 at 12:53 PM, Philip M. Gollucci
pgollu...@p6m7g8.comwrote:

 On 3/18/2011 9:49 PM, Martin Wilke wrote:
  Hey,
 
  as the Ports Collection continue to grow, we have decided to
  do some changes to the category layout. The www category, second
  largest with over 2000 individual ports, will have three subcategories
  spinned out. On the other side, x11-servers category, with only
  10 ports, will be folded into regular x11 category.
 
  Attached is a proposed list of ports being moved from the www category.
  Please review, discuss and report ommissions and mistakes. The general
  key to the new categories is as follows:
 
  www-clients - browsers, rss clients, wget-alike, webapi/soap clients,
  benchmarks
  www-servers - http servers, proxy servers, everything related to apache

 How did you generate this list ?
  - Did you set WITH_APACHE and build and INDEX and use that ?
  - grep Makefile(s)
  - Use Default INDEX ?
  - Other ?


 reading port by port from scratch...





 --
 
 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
 Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
 VP Apache Infrastructure; Member, Apache Software Foundation
 Committer,FreeBSD Foundation
 Consultant,   P6M7G8 Inc.
 Sr. System Admin, Ridecharge Inc.

 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.

___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-18 Thread Philip M. Gollucci
On 3/19/2011 12:51 AM, Philip M. Gollucci wrote:
 On 3/18/2011 9:49 PM, Martin Wilke wrote:
 Hey,

 as the Ports Collection continue to grow, we have decided to
 do some changes to the category layout. The www category, second
 largest with over 2000 individual ports, will have three subcategories
 spinned out. On the other side, x11-servers category, with only
 10 ports, will be folded into regular x11 category.

 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:

 www-clients - browsers, rss clients, wget-alike, webapi/soap clients,
 benchmarks
 www-servers - http servers, proxy servers, everything related to apache
What is the plan for updating all the *_DEPENDS line?  esp libapreq,
mod_perl ?



-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
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