notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: audio/musicpd/Makefile

Number of commits found: 340 (showing only 40 on this page)

«  1 | 2 | 3 | 4 

Wednesday, 28 Jan 2009
05:30 pgollucci search for other commits by this committer
- Update to 0.14

PR:             ports/130612
Submitted by:   Dylan Cochran <a134qaed@gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
Original commit
Friday, 5 Dec 2008
21:18 danfe search for other commits by this committer
- Allow to build with Tremor support
- Actually add dependency on libshout2 mentioned in previous commit

Approved by:    maintainer timeout (one month)
Original commit
21:11 danfe search for other commits by this committer
- Reindent OPTIONS for better readability, fix a typo
- Register missing dependency on libshout2 for Icecast/Shoutcast support
- Style nit: s/ifdef/if defined/
- No need to define PKGMESSAGE, it happens automagically
- Augment and reformat Makefile header, correct wrong date, fix COMMENT
- Clean up pkg-message and port description
- Correctly display message WRT port vs. package installation

Approved by:    maintainer timeout (one month)
Original commit
Sunday, 12 Oct 2008
10:47 miwi search for other commits by this committer
- Update to 0.13.2

PR:             126540
Submitted by:   Maintainer
Original commit
Saturday, 6 Sep 2008
13:16 amdmi3 search for other commits by this committer
- Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags
appropriately)
- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case
- Better pkg-message handling
- Reorder variables in the Makefile in more canonical way

PR:             126492
Submitted by:   Henry Hu <henry dot hu dot sh at gmail dot com>
Patch by:       me
Approved by:    maintainer timeout
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Monday, 7 Apr 2008
20:37 naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
Original commit
Friday, 4 Apr 2008
06:20 rafan search for other commits by this committer
- rc script was not executed at boot due to empty REQUIRE and BEFORE. Fix
  that by using REQUIRE: LOGIN per Porter's Handbook.
- While I'm here, change default variable assignment to the way suggested by
  Porter's Handbook.
- Bump PORTREVISION

PR:             ports/121772 (based on)
Submitted by:   Justin Stallard <justin at isis.poly.edu>
Approved by:    maintainer timeout (2 weeks)
Original commit
Sunday, 2 Mar 2008
06:23 rafan search for other commits by this committer
- Update to 0.13.1

PR:             ports/120126
Submitted by:   Phillip N. <pneumann at gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist at gmail.com> (maintainer)
Original commit
Saturday, 16 Feb 2008
10:05 miwi search for other commits by this committer
- Added missing configure option for Shoutcast and Icecast support.

PR:             118702
Submitted by:   Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
Original commit
Monday, 8 Oct 2007
12:12 miwi search for other commits by this committer
- Add PulseAudio to the options

PR:             116161
Submitted by:   Romain Tartiere <romain@blogreen.org>
Approved by:    maintainer
Original commit
Monday, 10 Sep 2007
18:39 lx search for other commits by this committer
Switch to new maintainer, and add a mirror while we're at it.

Approved by:    Mark Reidel (old maintainer)
Original commit
Friday, 24 Aug 2007
18:59 lx search for other commits by this committer
Update to 0.13.0.

PR:             ports/114893
Submitted by:   Jan-Olof Lindqvist
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Friday, 22 Jun 2007
06:45 rafan search for other commits by this committer
- Add missing dependency when ID3TAG knob is on

PR:           ports/111795
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Approved by:  Mark Daniel Reidel <ports at mark.reidel.info> (maintainer,
implicit)
Original commit
Tuesday, 17 Apr 2007
19:41 miwi search for other commits by this committer
- Update to 0.12.2

PR:             111488
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Original commit
Monday, 26 Feb 2007
05:36 kevlo search for other commits by this committer
Bump PORTREVISION: mpcdec.4 -> mpcdec.5
Original commit
Saturday, 11 Nov 2006
17:21 brueffer search for other commits by this committer
Add a knob for enabling Musepack support.

Approved by:    maintainer, markus
Original commit
Thursday, 9 Nov 2006
21:25 miwi search for other commits by this committer
- Update to 0.12.1
- Switch maintainer mail back to old maintainer (sorry for this fault)

PR:             ports/105295
Submitted by:   Stepan Zastupov <redchrom@gmail.com>
Approved by:    Mark Daniel Reidel <ports@mark.reidel.info> via privat mail 
(maintainer)
Original commit
Wednesday, 8 Nov 2006
15:14 miwi search for other commits by this committer
- Update to 0.12.0

PR:             ports/103706
Submitted by:   Stepan Zastupov (redchrom@gmail.com)
Approved by:    Maintainer in private mail
Original commit
Monday, 16 Jan 2006
23:04 tdb search for other commits by this committer
- Fix dependency on libaudiofile

PR:             91472
Submitted by:   Michael Kuhn <mkuhn.nw@web.de>
Approved by:    maintainer
Original commit
Wednesday, 16 Mar 2005
14:50 naddy search for other commits by this committer
new version of libFLAC
Original commit
Friday, 14 Jan 2005
15:45 vs search for other commits by this committer
- Update to 0.11.5
- Add ID3TAG-knob

PR:             ports/75693
Submitted by:   Anton Karpov
Approvd by:     maintainer
Original commit
Friday, 3 Sep 2004
07:53 vs search for other commits by this committer
Update to 0.11.4

PR:             ports/70817
Submitted by:   Ingmar Gebert
Approved by:    maintainer
Original commit
Tuesday, 20 Jul 2004
01:15 ijliao search for other commits by this committer
upgrade to 0.11.2

PR:             69314
Submitted by:   maintainer
Original commit
Friday, 18 Jun 2004
09:09 pav search for other commits by this committer
- Update to 0.11.0

PR:             ports/68069
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Original commit
Sunday, 11 Apr 2004
14:03 krion search for other commits by this committer
- Update to 0.10.3

PR:             ports/65417
Submitted by:   maintainer
Original commit
Tuesday, 30 Mar 2004
19:20 krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
Original commit
Thursday, 25 Mar 2004
19:27 krion search for other commits by this committer
- Update to 0.10.2
- Added support for MP4/AAC
- IPv6 support deselectable
- New sample configuration file with better defaults

PR:             ports/64717
Submitted by:   maintainer
Original commit
Wednesday, 10 Mar 2004
09:43 krion search for other commits by this committer
- Fix build on sparc64

PR:             ports/64004
Submitted by:   maintainer
Noticed by:     bento via kris
Original commit
Wednesday, 3 Mar 2004
18:05 krion search for other commits by this committer
- Update to 0.10.0

PR:             ports/63703
Submitted by:   maintainer
Original commit
Sunday, 22 Feb 2004
22:38 sumikawa search for other commits by this committer
Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.

Approved by:    maintainer
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Friday, 23 Jan 2004
21:36 clement search for other commits by this committer
- update to 0.9.4

PR:             61794
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Original commit
Saturday, 20 Dec 2003
16:14 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Sunday, 7 Dec 2003
01:27 marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
Original commit
Sunday, 9 Nov 2003
15:42 jeh search for other commits by this committer
- Update to 0.9.3

MPD changes include wave file support, bitrate output in status, and song
lengths are now stored in the db. mpc and libmpdclient recieved a significant
speed boost.

PR:             58820
Submitted By:   MAINTAINER
Original commit
Monday, 13 Oct 2003
23:25 sumikawa search for other commits by this committer
Upgrade to 0.9.2.

PR:             ports/57977
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info>
Original commit
Wednesday, 8 Oct 2003
10:41 sumikawa search for other commits by this committer
Add musicpd 0.9.1, a remote-controllable music-daemon.

PR:             57518
Submitted by:   Mark Reidel <ports@mark.reidel.info>
Original commit

Number of commits found: 340 (showing only 40 on this page)

«  1 | 2 | 3 | 4