summaryrefslogtreecommitdiffstats
path: root/x11/ecore
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist.vanilla2006-08-032-1/+2
| | | | | | PR: ports/101277 Submitted by: erwin@ Pointyhat by: me
* Upgrade to latest version.vanilla2006-07-242-4/+4
|
* Upgrade to latest version..vanilla2006-07-152-4/+4
| | | | | PR: ports/100236 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Upgrade to latest version.vanilla2006-07-052-4/+4
| | | | | PR: ports/99772 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Upgrade to latest version.vanilla2006-05-312-5/+5
|
* Upgrade to 0.9.9.026.vanilla2006-04-012-4/+4
|
* Upgrade to 0.9.9.025.vanilla2006-03-182-4/+4
|
* Upgrade to 0.9.9.024.vanilla2006-03-162-5/+5
|
* Conversion to a single libtool environment.ade2006-02-232-2/+12
| | | | Approved by: portmgr (kris)
* Add USE_GETOPT_LONG, this will fix building on 4.X.vanilla2006-02-131-0/+4
| | | | Submitted by: kris' notify.
* 1: upgrade to latest version.vanilla2006-01-142-4/+4
| | | | 2: remove BROKEN on x11-toolkits/ewl.
* Update WWW lines.vanilla2005-12-211-1/+1
| | | | | Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
* Upgrade to latest version.vanilla2005-12-022-4/+5
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Upgrade to latest version.vanilla2005-10-112-3/+3
|
* Upgrade to latest version.vanilla2005-10-052-3/+3
|
* Upgrade to latest version.vanilla2005-09-232-3/+3
|
* Upgrade to lastest version.vanilla2005-08-013-16/+3
| | | | | | | | | | | | | | | | | | ecore -> 0.9.9.013 edb -> 1.0.5.004 edje -> 0.5.0.013 eet -> 0.9.10.013 embryo -> 0.9.1.013 enlightenment-devel -> 0.16.999.013 entice -> 0.9.3.004 epeg -> 0.9.0.004 epsilon -> 0.3.0.004 esmart -> 0.9.0.004 etox -> 0.9.0.004 evas -> 0.9.9.013 ewl -> 0.0.4.004 imlib2 -> 1.2.1.004 imlib2_loaders -> 1.2.1.004
* Upgrade to 0.9.9.011.vanilla2005-07-184-4/+7
|
* Add USE_ICONV to Makefile, and it fix the incorrect pkg-plist problem.vanilla2005-07-031-2/+2
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar_dot . org> Noticed by: kris@
* BROKEN: Incorrect pkg-plistkris2005-07-021-0/+2
|
* Fix build on 4.x.vanilla2005-06-281-0/+13
|
* Upgrade to 0.9.9.010.vanilla2005-06-163-16/+81
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-011-1/+6
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* SIZEify.trevor2004-01-291-0/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* strip -> ${STRIP_CMD}pat2002-06-261-1/+1
| | | | | PR: ports/39756 Submitted by: Scott Flatman <sf@dsinw.com>
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!petef2002-06-041-1/+1
| | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
* - Change maintainer's email addresspat2002-01-281-1/+1
| | | | | | | | - Update MASTER_SITES - Bump shlib version for x11-toolkits/gevas PR: 34354 Submitted by: maintainer
* Upgrade to version 0.02kevlo2001-04-302-2/+2
| | | | | PR: 26966 Submitted by: MAINTAINER
* Ecore is a core event (X11) abstraction library.vanilla2001-03-175-0/+34
PR: ports/25862 Submitted by: Jeremy Norris <ishmael27@home.com>
OpenPOWER on IntegriCloud