1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Guido Falsi
1d04bd11cc - Convert to staging
- Use option helpers
2013-10-09 23:52:21 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Martin Wilke
0b6ae7632a - Update to 1.1.6
PR:		177248
Submitted by:	Ports fury
2013-03-26 16:10:54 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Guido Falsi
c2abef1325 - Update to 1.1.5
- Trim Makefile headers
- Mark pkgconfig as a build only dependency

PR:		ports/171963
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	tabthorpe (portmgr)
Feature safe:	yes
2012-10-30 13:21:27 +00:00
Raphael Kubo da Costa
ca453a8fd0 Update to 1.1.4.
PR:		ports/171243
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2012-09-02 15:52:06 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Sylvio Cesar Teixeira
1065b33ee2 - Fix build on 7-stable
PR:		ports/168991
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:10:13 +00:00
Pav Lucistnik
7d0ab3957c - Mark BROKEN on FreeBSD 7.X: does not link
Reported by:	pointyhat
2012-06-10 15:38:20 +00:00
Baptiste Daroussin
f40f4381db Convert to new options framework 2012-06-01 09:38:09 +00:00
Martin Wilke
b50dd51fd3 - Update to 1.1.3
Notes:
This is a shlib downgrade please see changelog from 1.0.6 to 1.1.0

http://sourceforge.net/projects/libmtp/files/libmtp/1.1.0/

PR:		168022
Submitted by:	Ports Fury
2012-05-25 15:13:22 +00:00
Pawel Pekala
d8301fb647 Drop maintainership 2012-01-23 20:26:13 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
01c8586ad0 - Fix build on FreeBSD 10 2011-10-29 10:39:40 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Pawel Pekala
1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00
Martin Wilke
a7a4d9ad17 - Update to 1.0.6
PR:		154785
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintaine)
2011-02-15 07:22:47 +00:00
Martin Wilke
6120bfed8c - Update to version 1.0.5
- Add LICENSE
- Mark MAKE_JOBS_SAFE
- Take maintainership

PR:		154523
Submitted by:	"Pawel Pekala" <c0rn@o2.pl>
Feature safe:	yes
2011-02-08 06:48:02 +00:00
Bernhard Froehlich
6a8b82b835 - Update to 1.0.3
PR:		ports/150597
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor, implicit)
2010-09-16 13:48:18 +00:00
Mark Linimon
dd9311de99 Reset pesho.petrov@gmail.com due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-06-18 09:43:54 +00:00
Max Brazhnikov
d037e4a2b4 Update to 1.0.2
PR:		ports/143580
Submitted by:	Guido Falsi <mad at madpilot.net>
Approved by:	maintainer timeout (3 months)
2010-05-10 13:06: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
Robert Noland
e00b07c86f Fix libmtp.pc to work with usb2 systems.
Approved by:	portmgr (pav)
2009-04-13 22:49:17 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Beech Rintoul
7e6cfe0841 - Add missing includes to fix on amd64
- Bump portrevision

PR:		ports/130520
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
2009-01-16 21:48:53 +00:00
Stefan Walter
f4492666f9 Update to 0.3.1.
PR:		126905
Submitted by:	maintainer
2008-12-12 14:30:09 +00:00
Rong-En Fan
2e08552ae9 - Update to 0.2.6.1
- Share library version bumped from 7 to 8

PR:		ports/122035
Submitted by:	Petar Zhivkov Petrov <pesho.petrov at gmail.com> (maintainer)
2008-03-31 07:54:14 +00:00
Rong-En Fan
87fe5303a3 - Update to 0.2.4
PR:		ports/118499
Submitted by:	maintainer
2008-02-28 10:48:55 +00:00
Edwin Groothuis
b9076fdcb8 Update port: audio/libmtp to version 0.2.1
This is an update patch for libmtp. Current libmtp version
	in ports is 0.2.0, the newest release is 0.2.1. This is
	just a bugfix release.

PR:		ports/116086
Submitted by:	pesho.petrov@gmail.com
2007-09-10 11:08:47 +00:00
Andrew Pantyukhin
f7e2f115ee - Change the order of cflags to prevent build failure when an old
version of libmtp is already installed

Approved by:	Petar Petrov <pesho.petrov@gmail.com> (maintainer)
2007-08-18 14:13:17 +00:00
Andrew Pantyukhin
111fc99ac7 - Update libmtp to 0.2.0
- Chase shlib version bump in amarok and gnomad2

PR:		ports/115218
Submitted by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com>
2007-08-15 17:24:05 +00:00
Edwin Groothuis
2844d63212 [patch] cleanup non-supported FreeBSD versions
PR:		ports/111671
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	"Petar Petrov" <pesho.petrov@gmail.com>
2007-04-16 08:03:21 +00:00
Erwin Lansing
db3dbf055e Update to 0.1.5
PR:		111056
Submitted by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
2007-03-31 18:10:54 +00:00
Juergen Lock
8a371113ca Update to 0.1.4
PR:		ports/110355
Submitted by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
Approved by:	miwi (mentor)
2007-03-16 00:04:42 +00:00
Cheng-Lung Sung
a9417d531e - Update to 0.1.3
PR:		ports/109301
Submitted by:	Herbert J. Skuhra <h dot skuhra@gmail.com>
Reviewed by:	maintainer (Petar Petrov)
Approved by:	maintainer
2007-03-05 01:59:05 +00:00
Martin Wilke
47d874463f libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)
in a form of a library.

WWW: http://libmtp.sourceforge.net/

PR:		ports/106423
Submitted by:	Petar Zhivkov Petrov (pesho.petrov at gmail.com)
2006-12-06 21:20:45 +00:00