1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Baptiste Daroussin
04d471508b cleanup plist 2014-12-20 19:55:18 +00:00
Jimmy Olgeni
dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00
Renato Botelho
cf0740b659 . Support STAGE
. Simplify Makefile
2013-10-31 23:51:32 +00:00
Renato Botelho
172810a103 Update LIB_DEPENDS syntax on my ports and silent make check-makefile 2013-09-24 16:47:23 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Renato Botelho
8009e03e6f Change my ports to USES (gmake|perl5) 2013-09-02 09:45:00 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Renato Botelho
1fee5c0c7c Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by:	sunpoet@
2012-08-03 18:39:20 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Renato Botelho
a2e0353697 Remove lib version from LIB_DEPENDS to silence portlint 2012-07-02 22:24:21 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Renato Botelho
0ed3654c6a Fix WWW
Feature safe:	yes
2012-04-07 12:22:30 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +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
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
Renato Botelho
a731702f41 Fix build on 8.x >= 800501
Reported by:	erwin
Feature safe:	yes
2010-03-04 11:01:13 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Renato Botelho
358111d8ef Adopt it again 2010-01-27 17:13:43 +00:00
Renato Botelho
6d6fcf1483 Fix build on OSVERSION < 900006
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2010-01-21 09:51:57 +00:00
Renato Botelho
6781eda3e2 Unbreak: Fix build with glib > 2.10 and run on amd64
PR:		ports/143027
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2010-01-20 18:59:52 +00:00
Renato Botelho
2f9a38c1b2 This port doesn't build with recent gtk version and it doesn't run on amd64
(segmentation fault). Since it's no longer maintainer upstream, i'm dropping
maintainership, marking it as BROKEN and set EXPIRATION_DATE to 2010-03-20
2010-01-20 14:52:04 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +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
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 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 14:17:21 +00:00
Renato Botelho
1c13efaf17 - Fixed pkg-descr
- Change simple patch to reinplace_cmd
2008-04-29 19:29:38 +00:00
Renato Botelho
794d97b8fe - Remove BROKEN since it's working again on amd64 (tested on 7-STABLE)
- Take maintainership
2008-04-13 17:33:02 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Renato Botelho
0c154796cc - Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.
Patches are welcome
2008-01-22 15:47:59 +00:00
Tilman Keskinoz
50d23771a4 Use system compiler on CURRENT 2007-05-31 22:10:15 +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
108960064a - Add SHA256 2005-11-25 19:09:52 +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
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
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Kirill Ponomarev
736d37bd4e - Update to version 0.9.2
PR:		ports/67085
Submitted by:	Ports Fury
2004-05-23 19:10:10 +00:00
Adam Weinberger
860c541680 Drop maintainership on most of my ports. Feel free to grab 'em if you
want 'em.
2004-05-16 23:45:05 +00:00
Kris Kennaway
2edc8c1966 Add missing directory 2004-04-18 06:46:01 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Alexander Nedotsukov
b3c1bcc0d6 Make buildable on -CURRENT.
Approved by:    maintainer
2003-12-21 03:39:32 +00:00
Adam Weinberger
4ca75b0c8d Update to 0.9. Now with GTK+-2! 2003-07-09 04:48:05 +00:00