FreshPorts -- The Place For Ports Fri, 5 Dec 2008 5:04 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: multimedia/xmps-opendivx-plugin/Makefile
CVSWeb

Number of commits found: 21

Wed, 31 May 2006
[ 12:21 vd ] Original commit 
1.1051 MOVED
1.162 multimedia/Makefile
1.27 multimedia/xmps-opendivx-plugin/Makefile
1.4 multimedia/xmps-opendivx-plugin/distinfo
1.15179 /CVSROOT/modules
1.3 multimedia/xmps-opendivx-plugin/pkg-descr
Remove expired leaf port:
2006-05-28 multimedia/xmps-opendivx-plugin
Tue, 28 Mar 2006
[ 17:12 vd ] Original commit 
1.26 multimedia/xmps-opendivx-plugin/Makefile
Mark as deprecated, Project Mayo is now part of DivX.com

PR:             ports/95046
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Thu, 2 Jun 2005
[ 21:28 oliver ] Original commit 
1.7 hebrew/he2/Makefile
1.46 japanese/FreeWnn-lib/Makefile
1.9 japanese/ipadic/Makefile
1.22 japanese/libicq/Makefile
1.25 lang/cim/Makefile
1.39 lang/elk/Makefile
1.9 lang/libjit/Makefile
1.14 lang/libutils/Makefile
1.13 lang/pfe-devel/Makefile
1.13 lang/pnetlib/Makefile

(Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Sun, 20 Mar 2005
[ 18:48 vs ] Original commit 
1.22 multimedia/xmps-opendivx-plugin/Makefile
1.26 multimedia/xmps-win32-plugin/Makefile
1.2 multimedia/xmps-opendivx-plugin/pkg-plist
1.2 multimedia/xmps-win32-plugin/pkg-plist
Cleanup:
 - use PLIST_FILES
 - Unbreak xmps-win32-plugin by fixing plist
Sat, 12 Mar 2005
[ 23:26 lioux ] Original commit 
1.53 devel/linux-understand_ada/Makefile
1.72 devel/linux-understand_c/Makefile
1.7 devel/linux-understand_java/Makefile
1.6 mail/bayespam/Makefile
1.14 mail/py-spambayes/Makefile
1.7 mail/spamoracle/Makefile
1.21 multimedia/xmps-opendivx-plugin/Makefile
1.25 multimedia/xmps-win32-plugin/Makefile
Drop maintainership
Sat, 25 Dec 2004
[ 11:43 lioux ] Original commit 
1.5 audio/mctoolame-decoder/Makefile
1.4 audio/mctoolame-encoder/Makefile
1.10 audio/toolame/Makefile
1.11 devel/libtai/Makefile
1.50 devel/linux-understand_ada/Makefile
1.69 devel/linux-understand_c/Makefile
1.4 devel/linux-understand_java/Makefile
1.14 emulators/vgb-bin/Makefile
1.15 emulators/vgba-bin/Makefile
1.4 irc/iip/Makefile

(Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Remove deprecated USE_SIZE
Fri, 9 Jul 2004
[ 18:43 marcus ] Original commit 
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile

(Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
[ 03:15 lioux ] Original commit 
1.18 multimedia/xmps-opendivx-plugin/Makefile
1.22 multimedia/xmps-win32-plugin/Makefile
Update MASTER_SITES
Tue, 16 Mar 2004
[ 04:23 edwin ] Original commit 
1.3 astro/stellarium/Makefile
1.4 audio/drumpiler/Makefile
1.16 audio/ksmp3play/Makefile
1.28 audio/pysol-sound-server/Makefile
1.13 audio/rebler/Makefile
1.27 audio/sdl_mixer/Makefile
1.10 audio/sdl_sound/Makefile
1.12 audio/tempest_for_eliza/Makefile
1.5 devel/adasdl/Makefile
1.20 devel/clanlib-devel/Makefile

(Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Sun, 14 Mar 2004
[ 06:17 ade ] Original commit 
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile

(Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Sun, 8 Feb 2004
[ 01:14 lioux ] Original commit 
1.4 audio/mctoolame-decoder/Makefile
1.3 audio/mctoolame-encoder/Makefile
1.6 audio/mpt/Makefile
1.7 audio/songprint/Makefile
1.9 audio/toolame/Makefile
1.8 biology/distribfold/Makefile
1.13 cad/electric/Makefile
1.49 devel/ddd/Makefile
1.10 devel/libtai/Makefile
1.49 devel/linux-understand_ada/Makefile

(Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
USE_SIZEify
Wed, 4 Feb 2004
[ 04:36 marcus ] Original commit 
1.26 arabic/kde3-i18n/Makefile
1.4 arabic/koffice-i18n/Makefile
1.5 archivers/dpkg/Makefile
1.40 archivers/gtar/Makefile
1.17 archivers/libcomprex/Makefile
1.48 archivers/rpm/Makefile
1.19 astro/fooseti/Makefile
1.17 astro/gpsdrive/Makefile
1.15 astro/spacechart/Makefile
1.41 audio/aumix/Makefile

(Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor ] Original commit 
1.25 arabic/kde3-i18n/Makefile
1.3 arabic/koffice-i18n/Makefile
1.4 archivers/dpkg/Makefile
1.39 archivers/gtar/Makefile
1.16 archivers/libcomprex/Makefile
1.47 archivers/rpm/Makefile
1.18 astro/fooseti/Makefile
1.16 astro/gpsdrive/Makefile
1.14 astro/spacechart/Makefile
1.40 audio/aumix/Makefile

(Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Tue, 26 Aug 2003
[ 21:25 marcus ] Original commit 
1.3 archivers/dpkg/Makefile
1.37 archivers/gtar/Makefile
1.11 archivers/libcomprex/Makefile
1.46 archivers/rpm/Makefile
1.16 astro/fooseti/Makefile
1.14 astro/gpsdrive/Makefile
1.12 astro/spacechart/Makefile
1.38 audio/aumix/Makefile
1.15 audio/denemo/Makefile
1.20 audio/lopster/Makefile

(Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 06:41 marcus ] Original commit 
1.2 archivers/dpkg/Makefile
1.36 archivers/gtar/Makefile
1.10 archivers/libcomprex/Makefile
1.45 archivers/rpm/Makefile
1.15 astro/fooseti/Makefile
1.13 astro/gpsdrive/Makefile
1.11 astro/spacechart/Makefile
1.37 audio/aumix/Makefile
1.14 audio/denemo/Makefile
1.19 audio/lopster/Makefile

(Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Sun, 20 Apr 2003
[ 20:35 marcus ] Original commit 
1.4 multimedia/acme/Makefile
1.12 multimedia/avidemux/Makefile
1.2 multimedia/dv2jpg/Makefile
1.2 multimedia/gstreamer-editor/Makefile
1.7 multimedia/gstreamer-player/Makefile
1.19 multimedia/gstreamer-plugins/Makefile
1.11 multimedia/gstreamer/Makefile
1.10 multimedia/gsubedit/Makefile
1.5 multimedia/gtksubtitler/Makefile
1.11 multimedia/gxanim/Makefile

(Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Fri, 4 Apr 2003
[ 06:34 lioux ] Original commit 
1.9 audio/ksmp3play/Makefile
1.23 audio/pysol-sound-server/Makefile
1.19 audio/sdl_mixer/Makefile
1.3 audio/sdl_sound/Makefile
1.4 devel/linux-runrev/Makefile
1.22 devel/py-game/Makefile
1.32 games/powerpak/Makefile
1.7 games/prboom/Makefile
1.5 graphics/flip/Makefile
1.6 graphics/qtutils/Makefile

(Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame          -->     ports/multimedia/libfame
ports/graphics/libquicktime     -->     ports/multimedia/libquicktime
ports/graphics/mpeg             -->     ports/multimedia/mpeg
ports/graphics/mpeg_encode      -->     ports/multimedia/mpeg_encode
ports/graphics/mpeg_play        -->     ports/multimedia/mpeg_play
ports/graphics/mtv              -->     ports/multimedia/mtv
ports/graphics/smpeg            -->     ports/multimedia/smpeg
ports/graphics/totem            -->     ports/multimedia/totem
ports/graphics/transcode        -->     ports/multimedia/transcode
ports/graphics/xanim            -->     ports/multimedia/xanim
ports/graphics/xmps             -->     ports/multimedia/xmps

Repo copied by:         cvs (joe)
Approved by:            portmgr (self & no objections)
Sun, 23 Feb 2003
[ 19:58 lioux ] Original commit 
1.7 audio/agsatellite/Makefile
1.11 audio/liba52/Makefile
1.4 audio/mpt/Makefile
1.3 audio/songprint/Makefile
1.4 audio/toolame/Makefile
1.17 audio/xnap/Makefile
1.5 biology/distribfold/Makefile
1.11 cad/electric/Makefile
1.8 deskutils/notebook/Makefile
1.22 devel/codecrusader/Makefile

(Only the first 10 of 265 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment
Thu, 28 Nov 2002
[ 00:09 lioux ] Original commit 
1.34 multimedia/avifile/Makefile
1.10 multimedia/ffmpeg/Makefile
1.2 multimedia/gstreamer-player/Makefile
1.7 multimedia/gstreamer-plugins/Makefile
1.7 multimedia/gstreamer/Makefile
1.8 multimedia/gsubedit/Makefile
1.10 multimedia/libdivxdecore-devel/Makefile
1.4 multimedia/libdivxdecore/Makefile
1.4 multimedia/libdivxencore/Makefile
1.12 multimedia/libdv/Makefile

(Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:         joe (cvs hat)
Approved by:            knu (portmgr hat)

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
squirrelmailDec 04
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23

9 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19497
Broken 162
Deprecated 87
Ignore 472
Forbidden 8
Restricted 262
No CDROM 132
Vulnerable 55
Expired 57
Set to expire 71
Interactive 78
new 24 hours 4
new 48 hours5
new 7 days29
new fortnight93
new month165

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 2.352 seconds.