Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Carlo Strub
a9f85911cd
Fix typos and make small modifications in COMMENT (according to Porter's
...
Handbook)
Approved by: portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Martin Wilke
88bef0c596
- Fix build with newer wxWidgets
...
- Add MAKE_JOBS_SAFE
PR: 166044
Submitted by: Ports Fury
Feature safe: yes
2012-03-24 16:44:25 +00:00
Tilman Keskinoz
f643369b0c
Fix build errors with latest bison
2012-02-21 13:16:58 +00:00
Tilman Keskinoz
0f44771238
Drop maintainership, as i have not been able to fix this port before it became
...
marked broken
2012-02-13 10:42:56 +00:00
Pav Lucistnik
36f2a50230
- Mark BROKEN: does not compile
...
gt-bison.y -> gt-bison.tab.cc
gt-bison.tab.cc -> gt-bison.tab.o
gt-bison.y: In function 'int yy_gt_parse()':
gt-bison.y:95: warning: deprecated conversion from string constant to 'char*'
gt-bison.y💯 warning: deprecated conversion from string constant to 'char*'
gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*'
gt-bison.tab.cc:1596: error: initializing argument 1 of 'int yy_gt_error(char*)'
gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to 'char*'
gmake[1]: *** [gt-bison.tab.o] Error 1
Reported by: pointyhat
2012-02-10 20:13:26 +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
Koop Mast
0e682dded4
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
...
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Tilman Keskinoz
8643d4aa4f
Add LICENSE and LICENSE_FILE to my ports.
2010-05-30 17:39:07 +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
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
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +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
Tilman Keskinoz
48838823a8
Update to 1.3.2
2006-12-27 09:31:05 +00:00
Tilman Keskinoz
66a9e048b6
Update to 1.3.1
2006-12-10 13:11:32 +00:00
Pav Lucistnik
d750615763
- Use features of bsd.wx.mk, especially USE_WX
...
PR: ports/101613
Submitted by: alepulver
2006-12-01 07:39:02 +00:00
Tilman Keskinoz
4216611aca
Upgrade to 1.3
2006-09-18 16:15:27 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Tilman Keskinoz
c43ce81052
Update to 1.2.1
...
Add SHA256
Grab back Maintainership
2005-11-12 18:19:32 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Marcus Alves Grando
81f86d3c73
Update to 1.2
...
PR: 88192
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-10-29 22:40:00 +00:00
Thierry Thomas
2391c9a189
Upgrade to 1.1.
...
PR: 84405
Submitted by: KATO Tsuguru
2005-08-01 08:11:29 +00:00
Tilman Keskinoz
7840bcb8b5
Update to 1.0
...
- Switch from gtkmm to wxgtk
PR: 82944
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-07-04 15:37:00 +00:00
Pav Lucistnik
b7936593e0
- Fix build on gcc-3.4
...
PR: ports/78017
Submitted by: Johan van Selst <johans@stack.nl>
2005-02-25 21:49:44 +00:00
Kris Kennaway
dc34d47840
BROKEN on 5.x: Configure fails
...
Approved by: portmgr (self)
2004-09-26 01:42:16 +00:00
Kirill Ponomarev
51fa84c7e7
- Update to version 0.9.5
...
PR: ports/63594
Submitted by: Ports Fury
2004-03-01 18:12:58 +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
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Tilman Keskinoz
0b408f380f
Update to 0.9.4
2004-01-15 13:10:27 +00:00
Tilman Keskinoz
479367c20d
Update to 0.9.3
2003-12-18 17:08:12 +00:00
Joe Marcus Clarke
a3108b1e51
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
...
Prodded by: kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad
Chase the libintl.so shared lib version.
2003-08-25 05:41:38 +00:00
Kirill Ponomarev
ade93f7692
- Update to 0.9.2
2003-08-24 09:08:39 +00:00
Joe Marcus Clarke
b33eaf3276
Remove USE_GNOMENG.
2003-04-20 19:54:55 +00:00
Tilman Keskinoz
4edf4b5999
Collect a patch during last commit, that got integrated
...
Submitted by: kay_lehmann@web.de (Kay Lehmann)
2003-03-24 09:51:40 +00:00
Tilman Keskinoz
d029f228bb
Update to 0.9.1.
2003-03-23 23:15:26 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Tilman Keskinoz
d8d078e803
Fix WWW.
...
Drop Maintainership.
2003-01-09 11:20:37 +00:00
Tilman Keskinoz
137d75f632
Add a patch i forgot with the last commit
2002-11-23 13:58:37 +00:00
Tilman Keskinoz
2165d11ddf
This port uses bison.
...
Spotted by: bento
2002-11-19 18:59:45 +00:00
Tilman Keskinoz
74aa92e5be
Update my Emailaddress
2002-10-30 13:59:30 +00:00
Tilman Keskinoz
fed0a6af8a
Fix Build on -CURRENT
2002-10-30 13:57:19 +00:00
Mario Sergio Fujikawa Ferreira
4c41f42514
Deploy USE_GNOMENG infrastructure
...
PR: 42208
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-08-30 14:07:44 +00:00
Ade Lovett
c8eaa93644
Chase shlib rev of devel/gettext
...
Submitted by: lots and lots
Pointy hat to: ade
2002-08-01 16:22:41 +00:00
Ying-Chieh Liao
360bdeb44b
misc/graphthing -> math/graphthing
2002-05-15 13:43:44 +00:00
Ying-Chieh Liao
fee479fd01
upgrade to 0.7
...
take over maintainership
PR: 37678
Submitted by: Tilman Linneweh <tilman@arved.de>
2002-05-03 07:32:36 +00:00