Commit graph

53 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
Hajimu UMEMOTO
4759ffaacb - Fix volume reading
- Remove author from pkg-descr
- Fix WWW:

PR:		197247
Submitted by:	amdmi3
2015-02-03 18:15:16 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Adam Weinberger
6df3e23245 Rename audio/ patch-xy patches to reflect the files they modify. 2014-07-28 14:12:36 +00:00
Hajimu UMEMOTO
6bdcdb09a7 avoid package name collisions. 2013-10-12 19:05:09 +00:00
Baptiste Daroussin
1f93c9dd90 Fix pkgname collision
With hat:	portmgr
2013-10-07 11:09:05 +00:00
Hajimu UMEMOTO
74895ba494 enable stage. 2013-10-04 16:38:03 +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
Antoine Brodin
df1104c674 Add an explicit dependency on pkgconf
Obtained from:	portmgr (bapt)
2013-09-08 08:27:08 +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
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
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
Pav Lucistnik
29e60de039 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:08:42 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +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
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
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +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
Hajimu UMEMOTO
ef424d7ea4 Respect CC.
PR:		ports/107164
Submitted by:	lioux
2006-12-26 04:07:17 +00:00
Hajimu UMEMOTO
ebcfca6089 add SHA256. 2005-11-08 16:24:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Hajimu UMEMOTO
b3cf7808ea use PLIST_FILES. 2005-02-04 12:50:16 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Hajimu UMEMOTO
4a485c8bd6 Update to 2.1.13. 2004-10-17 17:16:22 +00:00
Hajimu UMEMOTO
ce636c413b Update to 2.1.11. 2004-05-18 19:47:25 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Hajimu UMEMOTO
a5b60fe19e SIZEfy 2004-02-04 13:57:19 +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
Kris Kennaway
7be8d90690 Use a unique LATEST_LINK 2004-01-29 11:41:48 +00:00
Hajimu UMEMOTO
1fab36bbe2 Update to 2.1.9. 2003-12-26 19:37:33 +00:00
Hajimu UMEMOTO
0dc801978b Though recent FreeBSD has SOUND_MIXER_INFO defined. it seems
incompatible with the one gkrellmvolume expects.

Reported by:	"Kevin Oberman" <oberman@es.net>
2003-09-27 04:02:24 +00:00
Hajimu UMEMOTO
53939b8377 Update to 2.1.8. 2003-06-17 17:49:11 +00:00
Hajimu UMEMOTO
8c22c15b1c De-pkg-comment. 2003-02-20 20:10:05 +00:00
Hajimu UMEMOTO
ada9843b06 Update to 2.1.7. 2003-01-28 18:31:00 +00:00
Hajimu UMEMOTO
2807384b3e Update to 2.1.5. 2002-11-06 20:10:50 +00:00
Hajimu UMEMOTO
f1fb88f2a2 Update to 2.1.4. 2002-10-05 19:47:25 +00:00
Hajimu UMEMOTO
199da4a124 Update gkrellm-volume to 2.0.1 after repocopy. 2002-09-02 18:30:53 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Hajimu UMEMOTO
702eb69e3a Make compilable under 5-CURRENT. 2002-06-29 09:04:46 +00:00
Jimmy Olgeni
51c690ba33 Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
2001-02-04 21:12:59 +00:00
Hajimu UMEMOTO
6624653687 Update to 0.8. 2001-01-14 15:15:04 +00:00
Hajimu UMEMOTO
140dfabd8f Update to 0.7. 2000-10-27 10:26:52 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00