1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
be3db7e210 fix dependencies, add more options
PR:		202737
Submitted by:	Andriy Voskoboinyk, maintainer
Sponsored by:	Absolight
2015-10-29 13:47:30 +00:00
Raphael Kubo da Costa
53d279a72a Add USES=libarchive, stop setting LDFLAGS.
1. Import a pull request I've just sent upstream that makes FindHelper.cmake
   behave better and stop using pkg-config's output directly as include and
   library paths. The consequence is that libraries like libarchive,
   libsndfile, jack etc are now found with their full path and we can stop
   setting LDFLAGS in Makefile.

2. Set USES=libarchive. Even though the port does not require any
   functionality that is only present in libarchive from ports, explicitly
   depending on a certain version makes things more consistent.
   Additionally, before this patch there would be no dependency on
   libarchive from ports but since the linker was previously called like
   this:
      c++ ... -o hydrogen -L/usr/local/lib -larchive -lsndfile ...
   so the port would end up linking against libarchive from ports when it
   was present (which is always, since devel/cmake depends on it). And with
   this patch we have
      c++ ... -o hydrogen -larchive /usr/local/lib/libsndfile.so ...
   which does link against libarchive from base, but then fails `make
   stage-qa', which expects all ports to link against ports libarchive.

PR:		202905
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-09-07 11:12:32 +00:00
Jason E. Hale
42ad3600de - Chase audio/portaudio2 removal and use audio/portaudio instead
- Bump PORTREVISION

PR:		200820
Submitted by:	<FreeBSD@ShaneWare.Biz> (maintainer)
2015-06-17 13:40:04 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Thomas Zander
f57f8ce185 - Update to upstream version 0.9.6.1
- Simplify OPTIONS handling
- Add OPTIONS for LADSPA, PULSEAUDIO and RDF
- Update pkg-plist (@dirrm)

PR:		193234
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-10-03 11:32:06 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Thomas Zander
515694fafd - Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile

PR:		178457
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	mentors (implicit)
2014-07-19 11:25:10 +00:00
Dmitry Marakasov
c48c4a1ca0 - Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 12:15:46 +00:00
Martin Wilke
840c0e3cc0 - Convert USE_SCONS to USES 2014-02-14 05:10:27 +00:00
Danilo Egea Gondolfo
f74450cd2e - Add stage support
PR:		ports/184622
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-12-09 14:21:04 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Ruslan Makhmatkhanov
7ac09b4adc - add dependency on pkgconfig
- use new syntax in LIB_DEPENDS
- remove indefinite article from COMMENT and not needed LICENSE_FILE
  for standard license while here

PR:		181850
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-09-07 09:58:31 +00:00
Cy Schubert
ffe7af9d63 Update 0.9.5 --> 0.9.5.1.
Unbreak build.

Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer.

PR:		177806
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
Approved by:	Maintainer (devel@stasyan.com)
2013-05-04 19:16:36 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Baptiste Daroussin
ab1393f705 - Convert to new options framework
- remove shlib numbers
- trim headers

PR:		ports/173795
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout (1 month)
2012-12-29 22:19:01 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Pav Lucistnik
d24f7f10b3 - Mark BROKEN: does not install
Install directory: "data/img" as "/usr/local/share/hydrogen/data/img"
  scons: *** [/usr/local/share/hydrogen/data/img/gray] /usr/local/share/hydrogen/data/img/gray: File exists
  scons: building terminated because of errors.
  *** Error code 2

Reported by:	pointyhat
2012-02-10 20:14:52 +00:00
Ashish SHUKLA
f699e82619 - Remove duplicate PORTAUDIO option from OPTIONS
Reported by:	Hans Petter Selasky <hselasky@c2i.net>
2011-07-12 19:50:26 +00:00
Max Brazhnikov
291176c6f2 Update to 0.9.5
PR:		ports/156216
Submitted by:	Stas Timokhin (maintainer)
2011-04-09 15:48:34 +00:00
Pav Lucistnik
aa00535f63 - Update to 0.9.4.2
PR:		ports/152593
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
2010-11-26 10:38:00 +00:00
Ashish SHUKLA
ec0fab9de4 - Update port to 0.9.4.
- Add LICENSE information.
- Transfer maintainership.

PR:		ports/148056
Submitted by:	Stas Timokhin <devel@stasyan.com>
Approved by:	pgj, tabthorpe (mentors)
Feature safe:	yes
2010-07-08 01:59:11 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
6527ef2070 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)
2008-06-06 13:08:29 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Christian Weisgerber
fc6f899691 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
2008-04-07 20:37:23 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Martin Wilke
fc85ed2411 - Fix build with gcc 4.2
PR:		118274
Submitted by:	Pietro Cerutti" <gahr@gahr.ch>
Approved by:	maintainer timeout
2008-02-07 22:08:48 +00:00
Mark Linimon
6cedf755b6 Mark as broken with gcc4.2.
PR:		ports/116749
Submitted by:	nrgmilk at gmail dot com
2007-10-02 09:29:20 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Jean-Yves Lefort
b0f7d70643 Update to 0.9.3 2006-04-11 21:31:35 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Jean-Yves Lefort
2b01d3cac1 Track master site change.
Reported by:	pointyhat via kris
2005-10-05 17:59:54 +00:00
Jean-Yves Lefort
9e6bede890 Update to 0.9.2 2005-08-29 20:07:55 +00:00
Jean-Yves Lefort
7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00
Christian Weisgerber
c658929967 new version of libFLAC 2005-03-16 14:50:13 +00:00
Pav Lucistnik
22f0da95df - Update to 0.9.0 beta1
PR:		ports/70491
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2004-08-16 07:40:57 +00:00
Kirill Ponomarev
dc18237275 Add hydrogen 0.8.2, an advanced drum machine.
PR:		ports/68242
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-25 07:26:42 +00:00