FreshPorts -- The Place For Ports Fri, 5 Dec 2008 4:38 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: games/exult/Makefile
CVSWeb

Number of commits found: 28

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Thu, 13 Mar 2008
[ 14:28 miwi ] Original commit 
1.7 astro/gaia/Makefile
1.18 astro/stellarium/Makefile
1.14 audio/adplay/Makefile
1.81 audio/amarok/Makefile
1.8 audio/drumpiler/Makefile
1.11 audio/festalon/Makefile
1.21 audio/ksmp3play/Makefile
1.12 audio/lmms/Makefile
1.50 audio/mhwaveedit/Makefile
1.36 audio/mp3blaster/Makefile

(Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Tue, 19 Jun 2007
[ 11:23 miwi ] Original commit 
1.26 games/exult/Makefile
1.1 games/exult/files/patch-audio__midi_drivers__fmopldrv.h
1.1 games/exult/files/patch-hash_utils.h
1.1 games/exult/files/patch-mouse.h
1.1 games/exult/files/patch-usecode__ucxt__include__ucfunc.h
1.3 games/exult/pkg-message
1.1 games/exult/files/pkg-message.in
- Fix build with gcc4
- Support SUB_FILES

PR:             113768
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sun, 27 May 2007
[ 03:36 kris ] Original commit 
1.25 games/exult/Makefile
BROKEN with gcc 4.2
Sat, 19 May 2007
[ 21:32 flz ] Original commit 
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile

(Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 30 Nov 2006
[ 23:27 laszlof ] Original commit 
1.23 games/exult/Makefile
Respect X11BASE.

Approved by:    flz (mentor)
Reported by:    pointyhat
Wed, 20 Sep 2006
[ 12:21 stas ] Original commit 
1.13 astro/stellarium/Makefile
1.11 audio/adplay/Makefile
1.56 audio/amarok/Makefile
1.6 audio/drumpiler/Makefile
1.8 audio/festalon/Makefile
1.19 audio/ksmp3play/Makefile
1.44 audio/mhwaveedit/Makefile
1.29 audio/mp3blaster/Makefile
1.41 audio/openal/Makefile
1.3 audio/phatbeat/Makefile

(Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Sat, 22 Jul 2006
[ 05:28 linimon ] Original commit 
1.13 archivers/szip/Makefile
1.6 games/BillardGL/Makefile
1.3 games/apoolGL/Makefile
1.16 games/deng/Makefile
1.4 games/ensemblist/Makefile
1.21 games/exult/Makefile
1.3 games/gillo/Makefile
1.2 games/glaxium/Makefile
1.7 games/glbsp/Makefile
1.3 games/rottdc/Makefile

(Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Reset bouncing maintainer address ip@doom.homeunix.org.  We hope to see him
back soon.

Hat:            portmgr
Mon, 8 May 2006
[ 00:46 edwin ] Original commit 
1.10 games/0verkill/Makefile
1.17 games/3dpong/Makefile
1.5 games/4stattack/Makefile
1.9 games/54321/Makefile
1.5 games/BillardGL/Makefile
1.12 games/abuse_sdl/Makefile
1.15 games/adonthell/Makefile
1.10 games/afternoonstalker/Makefile
1.3 games/alienblaster/Makefile
1.13 games/an/Makefile

(Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
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, 12 Apr 2005
[ 04:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 09:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sun, 13 Jun 2004
[ 00:20 ale ] Original commit 
1.15 games/exult/Makefile
1.7 games/exult/distinfo
1.4 games/exult/pkg-plist
Update to 1.2 release.

Approved by:    maintainer
Wed, 31 Mar 2004
[ 20:40 krion ] Original commit 
1.14 games/exult/Makefile
1.5 games/exult/distinfo
1.2 games/exult/files/patch-files-databuf.h
1.2 games/exult/files/patch-files-rwregress.cc
1.2 games/exult/files/patch-gumps-gump_utils.h
1.2 games/exult/pkg-message
1.3 games/exult/pkg-plist
- Update to version 1.1.10.r2

PR:             ports/64995
Submitted by:   maintainer
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
Mon, 8 Mar 2004
[ 01:01 edwin ] Original commit 
1.3 audio/drumpiler/Makefile
1.15 audio/ksmp3play/Makefile
1.25 audio/sdl_mixer/Makefile
1.8 audio/sdl_sound/Makefile
1.11 audio/tempest_for_eliza/Makefile
1.18 devel/clanlib-devel/Makefile
1.17 devel/esdl/Makefile
1.22 devel/libuta/Makefile
1.13 emulators/dgen-sdl/Makefile
1.7 emulators/fceu/Makefile

(Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Properly use SDL everywhere:
        USE_SDL=yes     -> USE_SDL=sdl  (good examles everywhere)
        WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:             follow-ups of ports/55494, ports/61877
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Wed, 4 Feb 2004
[ 05:21 marcus ] Original commit 
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile

(Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sat, 24 Jan 2004
[ 08:15 krion ] Original commit 
1.6 archivers/szip/Makefile
1.10 games/exult/Makefile
1.4 graphics/animabob/Makefile
1.4 graphics/gltt/Makefile
1.3 graphics/irit/Makefile
1.6 graphics/renderpark/Makefile
1.6 graphics/xrml/Makefile
1.2 archivers/szip/pkg-descr
1.2 games/exult/pkg-descr
1.2 graphics/animabob/pkg-descr

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Give maintainership to Igor Pokrovsky <tiamat@comset.net>

PR:             61813 61814 61815 61816 61817 61818 61819
Submitted by:   Igor Pokrovsky <tiamat@comset.net>
Sat, 18 Oct 2003
[ 19:05 krion ] Original commit 
1.9 games/exult/Makefile
1.1 games/exult/files/patch-files-databuf.h
1.1 games/exult/files/patch-files-rwregress.cc
1.1 games/exult/pkg-message
1.2 games/exult/pkg-plist
- Fix build on -current
- Utilize USE_SDL

PR:             58219
Submitted by:   Ports Fury
Thu, 16 Oct 2003
[ 03:21 kris ] Original commit 
1.8 games/exult/Makefile
BROKEN on 5.x: does not compile
Sat, 27 Sep 2003
[ 01:45 edwin ] Original commit 
1.9 ftp/lukemftpd/Makefile
1.12 ftp/oftpd/Makefile
1.2 games/evilfinder/Makefile
1.7 games/exult/Makefile
1.11 games/linux-nwserver/Makefile
1.5 games/wmshuffle/Makefile
1.16 graphics/epstool/Makefile
1.26 graphics/gimp-manual-html/Makefile
1.6 graphics/ocaml-images/Makefile
1.6 graphics/openrm/Makefile

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- ECHO -> ECHO_MSG

for some ports:
- pre-fetch -> pre-everything

PR:             ports/56785-56799
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Sat, 16 Aug 2003
[ 07:27 kris ] Original commit 
1.4 archivers/szip/Makefile
1.6 games/exult/Makefile
1.8 games/linux-nwserver/Makefile
1.3 graphics/animabob/Makefile
1.2 graphics/gltt/Makefile
1.2 graphics/linux-ac3d/Makefile
1.4 graphics/openrm/Makefile
1.4 graphics/renderpark/Makefile
1.4 graphics/xrml/Makefile
Reset bouncing maintainer address.

Submitted by:   Mark Linimon <linimon@lonesome.com>
Fri, 21 Feb 2003
[ 12:06 knu ] Original commit 
1.7 games/0verkill/Makefile
1.15 games/3dc/Makefile
1.3 games/44bsd-hunt/Makefile
1.4 games/54321/Makefile
1.3 games/HeroesOfMightAndMagic/Makefile
1.13 games/actx/Makefile
1.13 games/adom/Makefile
1.3 games/alephone-data/Makefile
1.10 games/alephone/Makefile
1.9 games/baduki/Makefile

(Only the first 10 of 274 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 2 Jan 2003
[ 15:06 sobomax ] Original commit 
1.6 audio/ksmp3play/Makefile
1.21 audio/pysol-sound-server/Makefile
1.17 audio/sdl_mixer/Makefile
1.5 audio/tempest_for_eliza/Makefile
1.11 devel/libuta/Makefile
1.3 devel/p5-SDL/Makefile
1.11 devel/ruby-rudl/Makefile
1.23 devel/ruby-sdl/Makefile
1.2 devel/sdl_ldbad/Makefile
1.6 devel/sdlmm/Makefile

(Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Update version number of SDL shared library.
Sat, 23 Nov 2002
[ 00:11 edwin ] Original commit 
1.3 games/exult/Makefile
1.3 games/exult/distinfo
Maintainer update to version 1.00

PR:             ports/45473
Submitted by:   Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
Sun, 21 Jul 2002
[ 04:49 vanilla ] Original commit 
1.2 games/exult/Makefile
1.2 games/exult/distinfo
Upgrade to 0.991RC2

PR:             ports/40135
Submitted by:   maintainer
Thu, 27 Jun 2002
[ 16:51 will ] Original commit 
1.471 games/Makefile
1.1 games/exult/Makefile
1.1 games/exult/distinfo
1.1 games/exult/files/patch-gumps-gump_utils.h
1.1 games/exult/pkg-comment
1.1 games/exult/pkg-descr
1.1 games/exult/pkg-plist
Add exult 0.96, an Ultima VII engine.

PR:             35102
Submitted by:   Igor Pokrovsky <tiamat@telegraph.spb.ru>

Number of commits found: 28

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 0.231 seconds.