notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/xmms-iris/Makefile
SVNWeb

Number of commits found: 27

Sun, 23 Feb 2014
[ 22:12 antoine search for other commits by this committer ] Original commit   Revision:345772 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Deprecate and set expiration date for xmms stuff that is unmaintained
Tue, 22 Oct 2013
[ 18:50 tijl search for other commits by this committer ] Original commit   Revision:331305 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.

Submitted by:	"Chris Petrik" <c.petrik.sosa@gmail.com>
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Thu, 7 Mar 2013
[ 03:25 bdrewery search for other commits by this committer ] Original commit   Revision:313559 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Mon, 10 Dec 2012
[ 01:20 eadler search for other commits by this committer ] Original commit   Revision:308576 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Sun, 30 Sep 2012
[ 06:25 rm search for other commits by this committer ] Original commit   Revision:305074 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- pass maintainership to new volonteer

while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
Mon, 2 Feb 2009
[ 23:44 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Reset dyeske@gmail.com at his request.

Hat:    portmgr
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (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)
Fri, 6 Jun 2008
[ 13:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Fri, 21 Mar 2008
[ 20:20 beech search for other commits by this committer ] Original commit 
- Remove USE_X_PREFIX
- Bump portrevision

Approved by:    David Yeske <dyeske@gmail.com> (maintainer, implicit)
Thu, 5 Jul 2007
[ 23:39 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
dyeske at yahoo dot com -> dyeske at gmail dot com
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (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, 29 Mar 2007
[ 13:51 ehaupt search for other commits by this committer ] Original commit 
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG

Approved by:    portmgr (pav; implicit)
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (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
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (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 search for other commits by this committer ] Original commit  (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.
Mon, 26 Jul 2004
[ 07:46 vs search for other commits by this committer ] Original commit 
Update to 0.12

PR:             ports/68831
Submitted by:   Roman Bogorodskiy
Approved by:    maintainer timeout
Fri, 6 Feb 2004
[ 13:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (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)
Sun, 20 Apr 2003
[ 19:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Fri, 21 Feb 2003
[ 12:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 28 Nov 2002
[ 16:37 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms                      -->     multimedia/xmms
graphics/avifile                -->     multimedia/avifile
graphics/divx4linux             -->     multimedia/divx4linux
graphics/ffmpeg                 -->     multimedia/ffmpeg
graphics/libdv                  -->     multimedia/libdv
graphics/libdvdcss              -->     multimedia/libdvdcss
graphics/libdvdread             -->     multimedia/libdvdread
graphics/libmpeg2               -->     multimedia/libmpeg2
graphics/linux-realplayer       -->     multimedia/linux-realplayer
graphics/mjpegtools             -->     multimedia/mjpegtools
graphics/mplayer                -->     multimedia/mplayer
graphics/mplayer-fonts          -->     multimedia/mplayer-fonts
graphics/openquicktime          -->     multimedia/openquicktime
graphics/win32-codecs           -->     multimedia/win32-codecs

Repo copied by:         joe (cvs hat)
Approved by:            knu (portmgr hat)
Tue, 3 Sep 2002
[ 02:46 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42349
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Mon, 15 Jul 2002
[ 16:54 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Wed, 26 Jun 2002
[ 20:49 pat search for other commits by this committer ] Original commit 
Update to 0.10

PR:             38633
Submitted by:   maintainer
Fri, 26 Apr 2002
[ 02:20 pat search for other commits by this committer ] Original commit 
Add new port xmms-iris - Really pretty 3D circular spectrum analyzer with
beat detection

PR:             37467
Submitted by:   David Yeske <dyeske@yahoo.com>

Number of commits found: 27