non port: x11-toolkits/efltk/Makefile |
SVNWeb
|
Number of commits found: 27 |
Fri, 21 Sep 2012
|
[ 10:08 danfe ]
Fix spelling mistakes in bapt@'s recent deprecation commits.
|
Thu, 20 Sep 2012
|
[ 17:04 bapt ]
Deprecate a bunch of abandonned and not depend on toolkits
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 10 Aug 2011
|
[ 19:22 ehaupt ]
- Fix build on 7.x
- Fix pkg-plist if WITHOUT_MYSQL is enabled
PR: 159497
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 19 Mar 2011
|
[ 13:15 ale ] (Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
Fri, 4 Mar 2011
|
[ 13:56 miwi ]
- Unbreak for 8/9
PR: 154592
Submitted by: Tommy Scheunemann <net@arrishq.net>
|
Fri, 21 Jan 2011
|
[ 15:00 sem ]
- Drop ports I don't use anymore and can't fix.
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 20 May 2010
|
[ 16:25 sem ]
- Update to 2.0.8
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 13 Mar 2010
|
[ 11:41 erwin ]
Mark broken on 8.x: does not build
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ] (Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Fri, 6 Jun 2008
|
[ 14:16 edwin ] (Only the first 10 of 158 ports in this commit are shown above. )
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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Mon, 17 Dec 2007
|
[ 08:32 sem ]
- Update to 2.0.7
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 17 Dec 2006
|
[ 10:01 sem ]
- Update to 1.0.6 (it fixes gcc 4.1 build problem too)
- Install in LOCALBASE
|
Thu, 26 Jan 2006
|
[ 04:16 kris ]
Add missing USE_GETTEXT
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Fri, 15 Jul 2005
|
[ 09:16 sem ]
- Update to 2.0.5
|
Wed, 7 Jul 2004
|
[ 19:20 sem ] (Only the first 10 of 20 ports in this commit are shown above. )
Change email address for my ports.
Approved by: krion (mentor)
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Sun, 29 Feb 2004
|
[ 09:27 krion ]
Add efltk 2.0.1,
EFltk is a LGPL'd C++ graphical user interface toolkit for X
(UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r). It is based
on FLTK2 (see README.fltk) and is currently developed by
Equinox Desktop Environment Team (ede.sf.net)
PR: ports/63517
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
Number of commits found: 27 |