Commit Graph

87 Commits

Author SHA1 Message Date
Yuri Victorovich aa20fd2edd cad/irsim: 9.7.100 -> 9.7.108
PR:		245039
Approved by:	danilo (maintainer's timeout; 14 days)
2020-04-09 01:16:14 +00:00
Niclas Zeising c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00
Danilo Egea Gondolfo 892b80d343 - Unbreak build on ARM. Use malloc instead of sbrk. 2018-06-26 02:28:18 +00:00
Danilo Egea Gondolfo fef31dc245 - Update to 9.7.100 2018-02-18 22:19:11 +00:00
Danilo Egea Gondolfo ef90b52a66 - Update to 9.7.98 2017-08-17 00:55:03 +00:00
Danilo Egea Gondolfo 0b109f7701 - Update to 9.7.96 2017-03-03 20:46:21 +00:00
Mark Linimon d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Danilo Egea Gondolfo 6aef44a280 - Update to 9.7.95 2016-09-18 13:53:28 +00:00
Danilo Egea Gondolfo 9efc4b966c - Update to 9.7.94 2016-07-24 13:18:46 +00:00
Pietro Cerutti 812894cb15 Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. 2016-04-21 11:33:16 +00:00
Danilo Egea Gondolfo a2bee4f1eb - Update to 9.7.93 2015-10-12 23:38:04 +00:00
Danilo Egea Gondolfo 2e6bd14a14 - Update to 9.7.92 2015-05-02 19:04:09 +00:00
Danilo Egea Gondolfo 6198ab7a9e - Update to 9.7.91 2015-03-06 20:49:20 +00:00
Danilo Egea Gondolfo 293766aa71 - Update to 9.7.90 2015-03-03 16:28:20 +00:00
Danilo Egea Gondolfo 851d781b8c - Update to 9.7.89 2015-02-25 14:27:11 +00:00
Danilo Egea Gondolfo 5b386fa059 - Update to 9.7.88 2015-02-12 11:56:03 +00:00
Antoine Brodin 0f91245dbb Add back man pages, mistakenly removed in r371238 2014-11-14 19:53:19 +00:00
Baptiste Daroussin afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Danilo Egea Gondolfo ffcbf1aeb2 - Update from 9.7.85 to 9.7.87 2014-06-06 15:39:13 +00:00
Danilo Egea Gondolfo 90e2691a25 - Update from 9.7.84 to 9.7.85 2014-05-31 04:10:06 +00:00
Danilo Egea Gondolfo e3d6c061bb - Update from 9.7.83 to 9.7.84 2014-05-30 02:24:10 +00:00
Danilo Egea Gondolfo 6c4e41f5e6 - Update from 9.7.82 to 9.7.83 2014-05-28 15:14:37 +00:00
Danilo Egea Gondolfo f309702c8b - Update from 9.7.81 to 9.7.82
- Change maintainer email to @FreeBSD.org
- Add staging support
- Convert USE_TK to USES

Approved by:	culot (mentor)
2013-09-25 05:28:35 +00:00
Baptiste Daroussin 8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
William Grzybowski 2a993a3b2b cad/irsim: update to 9.7.81
- Update to 9.7.81
- Use options helpers
- USES gmake
- Pass maintainership to submitter

PR:		ports/181843
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-05 17:23:04 +00:00
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pietro Cerutti 5316d6995c - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by:	portmgr
2013-02-07 14:57:49 +00:00
Marcelo Araujo df684fdb01 - Update to 9.7.79.
PR:		ports/174159
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:34:12 +00:00
Eitan Adler 4babdc3425 Update to 9.7.78 2012-12-14 18:01:40 +00:00
Baptiste Daroussin e1aa8ccf0a convert SINGLE -> RADIO options 2012-12-11 12:40:42 +00:00
Martin Wilke b4f4733606 - Update to 9.7.74
PR:		170138
Submitted by:	Ports Fury
2012-08-05 05:03:31 +00:00
Baptiste Daroussin bf82f7adb7 Convert to new options framework 2012-06-01 13:18:21 +00:00
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +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
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 bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Stanislav Sedov a041361fdf - Update to 9.7.72. 2009-12-15 04:00:14 +00:00
Stanislav Sedov 834a3e925f - Update to 9.7.71. 2009-06-09 12:14:10 +00:00
Stanislav Sedov a71e0ff08b - Update to 9.7.70. 2009-02-08 20:06:32 +00:00
Stanislav Sedov 34b528c560 - Update to 9.7.68. 2008-07-25 23:11:05 +00:00
Stanislav Sedov 9ac0815e5f - Update to 9.7.66. 2008-05-15 08:52:12 +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
Stanislav Sedov 8534b66b35 - Update to 9.7.64. 2008-04-13 18:51:59 +00:00
Stanislav Sedov ff6e8a147c - Update to 9.7.56. 2007-09-15 12:22:39 +00:00
Stanislav Sedov 1a82e3cf25 - Update to 9.7.54. 2007-09-13 14:03:23 +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
Stanislav Sedov 349f910df2 - Update to 9.7.47. 2007-03-27 13:57:31 +00:00
Stanislav Sedov 70a5178671 - Update to 9.7.46. 2007-03-19 20:35:06 +00:00
Stanislav Sedov ac60a0ed50 - Update to 9.7.45. 2007-02-22 00:17:24 +00:00
Stanislav Sedov 2a01a6f517 - Update to 9.7.41. 2007-02-05 01:53:11 +00:00