1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Renato Botelho
5c8d594706 Use USES=libtool
Approved by:	portmgr (blanket)
2014-05-16 14:09:26 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Alexander Leidinger
e27955c439 Cleanup (the stagedir part allows to install everything and let the plist
take care about the docs-install or not).

Submitted by:	bapb
2014-01-24 22:20:42 +00:00
Alexander Leidinger
8fd156a122 support stagedir
PR:		185565
Submitted by:	Takefu <takefu@airport.fm>
2014-01-17 21:41:12 +00:00
Adam Weinberger
5653af431b This port uses advanced PORTDOCS technology that is beyond me.
Restore the original logic, and apply MDOCS to it properly.
2014-01-07 16:08:06 +00:00
Adam Weinberger
9d1cb37fa9 I broke this port with MDOCS support, because I
didn't catch that it was using NOPORTDOCS backwards.

Thanks:	makc
2014-01-07 14:43:54 +00:00
Adam Weinberger
49bf36d527 Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
2014-01-03 15:26:06 +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
Baptiste Daroussin
2519f68bfb Fix typos 2013-08-30 23:10:18 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +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
Alexander Leidinger
47e5ebc124 Add dependency to libiconv.
Submitted by:	pawel
PR:		175962
2013-02-10 17:23:55 +00:00
Alexander Leidinger
292c07a090 Update to 3.99.5 2012-04-15 14:31:48 +00:00
Alexander Leidinger
b491899732 Update to 3.99.4 (some bugfixes). 2012-01-27 12:18:53 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Alexander Leidinger
47b7e23fa9 Remove a MASTER_SITE which does not carry the distfile anymore. 2011-03-01 08:02:47 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- 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)
2010-06-03 08:55:01 +00:00
Martin Wilke
78761dc70e - make portlint happy
PR:		141738
Submitted by:	Glen Barber <glen.j.barber@gmail.com>
Approved by:	maintainer implicit
2010-02-13 18:10:48 +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
Martin Matuska
faac77dc56 - Upstream patch for FFMPEG issue 803
- Bump PORTREVISION

PR:		ports/137907
Approved by:	netchild (maintainer)
2009-08-18 08:10:09 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Alexey Dokuchaev
2e45723751 Fix parallel builds.
Reported by:	makc
Approved by:	netchild (maintainer)
2009-04-05 21:52:09 +00:00
Martin Matuska
4317209877 - Add MAKE_JOBS_SAFE variable for SMP compilation
PR:		ports/133012
Approved by:	netchild (maintainer, via private e-mail)
2009-03-24 20:00:33 +00:00
Alexander Leidinger
07e6a8e953 Commit missing plist change.
Noticed by:	pointyhat (pavmail)
Pointyhat to:	netchild
2009-01-11 09:19:46 +00:00
Alexander Leidinger
7b92bd1792 - Update to 3.98.2. [1]
- Pet portlint.	[2]
- Use a better COMMENT. [3]

Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1,2],
		Roland Smith <rsmith@xs4all.nl> [1,3]
PR:		127560 [1,3], 128232 [1,2]
2009-01-09 09:40:55 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Alexander Leidinger
9b0d770a03 - portlint
- fix plist [1]

Noticed by:	krismail [1]
2006-09-25 17:51:54 +00:00
Alexander Leidinger
f27261d854 Update to 3.97. 2006-09-24 16:47:00 +00:00
Kris Kennaway
b0fedceeb8 NO_PACKAGE is not appropriate here; use RESTRICTED instead 2006-09-02 23:47:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
Florent Thoumie
5e8787e5bb - ARCH is defined in bsd.port.pre.mk.
Pointyhat to:	obrien
2005-04-11 09:32:07 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Alexander Leidinger
e74d0c4dff Update to 3.96.1 (fixes some segfaults). 2004-07-30 14:34:27 +00:00
Alexander Leidinger
39911251ad Update to 3.96. 2004-04-12 12:51:27 +00:00
Alexander Leidinger
153f81b40f Trevor thinks we may be seen as a manufacturer of lame if we distribute
packages, so mark the port as NO_PACKAGE for patent licensing
reasons.

The distfile is safe to distribute.

Discussed with:	trevor, Gabriel Bouvigne <bouvigne@mp3-tech.org>
2004-03-20 14:52:19 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Alexander Leidinger
be20a85ec5 - fix plist (only affects installs from a package) [1]
- replace the outdated pkg-descr with a new one

Noticed by:	"Thomas E. Zander" <riggs@rrr.de> [1]
		kris [1]
2004-02-16 10:03:15 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Alexander Leidinger
6e7e1880c0 Update to 3.95.1. 2004-01-14 12:29:25 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alexander Leidinger
b040ef469c Update to 3.93.1 (bug fixes which affect the quality of a MP3).
Approved by:	kris
2002-12-02 20:19:13 +00:00