| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
|
| |
|
|
|
|
|
|
| |
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Move LICENSE to proper location
- Convert to USE_PKGCONFIG
PR: ports/171813
Submitted by: Dan Nelson <dnelson at allantgroup.com> (maintainer)
Approved by: makc (mentor)
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
| |
|
| |
|
|
|
|
| |
Bump portrevision of all ports which depend upon it.
|
|
|
|
|
|
|
|
|
| |
PR: ports/162116
Submitted by: "4720@hushmail.com" <4720@hushmail.com>
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer, audio/sox)
Approved by: gnome (marcus@, graphics/gimp-app)
Approved by: gecko (beat@, www/firefox)
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Add a patch to fix build if ffmpeg-devel is installed.
PR: ports/157673
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
|
| |
PR: 154618
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Remove md5 checksum while I'm here
PR: ports/153159
Reported by: Anatoly Borodin <anatoly.borodin at gmail.com>
Patched by: Dan Nelson (maintainer)
|
|
|
|
| |
Reported by: olgeni
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
|
| |
PR: ports/138248
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
| |
|
|
|
|
|
|
| |
unexpected contents. Found the hard way by Lars Eighner.
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/129643
Submitted by: Dan Nelson <dnelson at allantgroup.com> (maintainer)
|
|
|
|
|
|
|
| |
PR: 128849
Submitted by: Peter Beckman <beckman at angryox dot com>
Final patch by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
Approved by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
|
|
|
|
|
|
|
| |
- Toggle LAME option off while package building
PR: ports/127593
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Add PTHREAD_LIBS to LDFLAGS
Bring sox up to the latest release. It can now decode any format
recognized by ffmpeg or flac.
PR: ports/120418
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
Submitted by: maintainer
PR: 114141
|
|
|
|
| |
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
|
|
| |
- Move plist to Makefile
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer), krion (mentor)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
PR: ports/89117
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/86904
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/75339
Submitted by: maintainer
|
|
|
|
|
|
| |
Changes in this release: numerous bugfixes.
Reviewed by and with: Dan Nelson <dnelson@allantgroup.com>
|
|
|
|
| |
Submitted by: Tomas Pluskal <plusik@pohoda.cz> over CZ/SK users mailing list
|
|
|
|
|
|
|
|
|
|
|
|
| |
Buffer overflow when parsing .wav file headers in sox. The IFF chunks
concerned have a 2-byte size field, but sox reads them into a 256-byte
buffer.
portaudit reference:
<http://www.freebsd.org/ports/portaudit/3e4ffe76-e0d4-11d8-9b0a-000347a4fa7d.html>
PR: 69725
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 54562
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- integrated GSM support
- new soxmix program
* Bump libvorbis version number in LIB_DEPENDS.
* Use new Ogg Vorbis RC3 encoder API.
* Replace incomplete list of supported formats and effects with a general
blurb in DESCR.
* Update home page URL in DESCR.
Reviewed by: Dan Nelson <dnelson@emsphone.com>
|
|
|
|
|
|
|
|
| |
o add WITH_VORBIS and fix WITH_GSM.
PR: 31413
Submitted by: Christian Weisgerber <naddy@mips.inka.de>,
Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
|
| |
PR: 31171
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: havk.org
|
| |
|
|
|
|
|
| |
PR: 24427
Submitted by: Jan Conrad <conrad@th.physik.uni-bonn.de>
|
|
|
|
|
|
| |
change MASTER_SITES to ${MASTER_SITE_SOURCEFORGE}.
Submitted by: maintainer
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
|
|
|
|
| |
PR: 14963
Submitted by: Joe Abley <jabley@patho.gen.nz>
|
| |
|
|
|
|
|
|
| |
md5 checksum (version bump? no, just a file change! grr!).
Submitted by: Dan Nelson <dnelson@emsphone.com>
|
|
|
|
|
|
|
|
| |
the previous maintainer doesn't seem to want to take care of it
anymore (no updates for a long time.)
PR: 12658
Submitted by: Dan Nelson <dnelson@emsphone.com>
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
|
|
|
|
| |
PR: 10362
Submitted by: Chris Piazza <cpiazza@home.net>
|
|
|
|
|
| |
PLISTs, it's just that none of the ones that do use the MANx
variables.
|
|
|
|
|
| |
Suggested by: Bill Fenner <fenner@parc.xerox.com>
(Closing PR #2554.)
|
| |
|
|
|
|
| |
Added MAINTAINERS to many of them.
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
| |
|
| |
|
|
|
|
| |
- add myself as MAINTAINER
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
|
|
|
| |
(missing `/' at end I think :-( )
|
| |
|
|
Submitted by:
Obtained from:
sox - SOund eXchange
|