1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Vanilla I. Shu
10c3065278 Upgrade to latest version. 2006-07-24 17:05:44 +00:00
Vanilla I. Shu
9caa57c86c Upgrade to latest version.
PR:		ports/100235
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-15 01:41:59 +00:00
Vanilla I. Shu
bc430abbdb Add MODULE_ARCH to PLIST_SUB, and make portlint happy.
Submitted by:	ssedov at mbsd.msk.ru
2006-07-11 08:18:25 +00:00
Vanilla I. Shu
749238decc Add gl support.
Submitted by:	Volodymyr Kostyrko <arcade at synergetica.dn.ua>
2006-07-06 15:48:49 +00:00
Vanilla I. Shu
563fa311e0 Upgrade to latest version.
PR:		ports/99771
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-05 03:11:18 +00:00
Vanilla I. Shu
9150feb10a Upgrade to latest version. 2006-05-31 12:22:46 +00:00
Vanilla I. Shu
3ee9b2b878 Upgrade to 0.9.9.026. 2006-04-01 17:26:53 +00:00
Vanilla I. Shu
60c98d0a79 Upgrade to 0.9.9.025. 2006-03-18 04:26:21 +00:00
Vanilla I. Shu
7bf55dc55b Fix pkg-plist. 2006-03-16 07:23:34 +00:00
Vanilla I. Shu
1e7efdbb6c Upgrade to 0.9.9.024. 2006-03-16 06:47:04 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Vanilla I. Shu
3e5b9ba687 1: upgrade to latest version.
2: remove BROKEN on x11-toolkits/ewl.
2006-01-14 18:33:28 +00:00
Vanilla I. Shu
a692a1c0b6 Update WWW lines.
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
PR:		ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
2005-12-21 04:21:13 +00:00
Vanilla I. Shu
d7e56e8c34 Upgrade to latest version. 2005-12-02 07:04:48 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Vanilla I. Shu
451c3976a0 Fix pkg-plist.
Obtained from:	kris@
2005-10-13 03:05:38 +00:00
Vanilla I. Shu
ef464913ef Upgrade to latest version. 2005-10-11 05:40:39 +00:00
Vanilla I. Shu
951c25a993 Upgrade to latest version. 2005-10-05 08:02:09 +00:00
Vanilla I. Shu
3e398207f1 Upgrade to latest version. 2005-09-23 23:09:06 +00:00
Vanilla I. Shu
437579290d Upgrade to lastest version.
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
2005-08-01 16:23:22 +00:00
Vanilla I. Shu
b6c67da6e8 Upgrade to 0.9.9.011. 2005-07-18 12:36:58 +00:00
Vanilla I. Shu
dac4e80946 Upgrade to 0.9.9.010, and it's not api compatible with old one,
But, only graphics/ruby-evas depends on evas 0.6, and it's out of date.

I will remove graphics/ruby-evas later.
2005-06-16 09:50:46 +00:00
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Adam Weinberger
5c5c5a72a3 Bump PORTREVISION on all ports that received the imlib2 shlib chase. 2005-03-07 16:41:04 +00:00
Vanilla I. Shu
a9beb3d4b2 1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.

PR:		ports/78347
Submitted by:	Russell Jackson <raj at cserv62.csub.edu>
Somepart by:	me
2005-03-07 15:10:20 +00:00
Tilman Keskinoz
43a050cdbf Fix build with gcc 3.4 2004-08-15 14:24:03 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
f43ef69374 - Fix build on bento
Noticed by:	bento via kris
2004-01-23 16:36:52 +00:00
Kirill Ponomarev
1526ccbacf - Chase libraries for new Imlib2 version 2003-12-15 18:44:02 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Pete Fritchman
f6abfcd643 Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR:		38874
Submitted by:	Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
2002-06-04 01:38:45 +00:00
Maxim Sobolev
5d80a9ed92 Fix breakage caused by recent freetype1 overhaul.
Submitted by:	bento
2002-03-18 14:37:30 +00:00
Patrick Li
1385354850 - Change maintainer's email address
- Update MASTER_SITES
- Bump shlib version for x11-toolkits/gevas

PR:		34354
Submitted by:	maintainer
2002-01-28 02:08:13 +00:00
Vanilla I. Shu
c52de03879 Upgrade to 0.6.0
PR:		ports/31118
Submitted by:	maintainer
2001-11-04 10:03:05 +00:00
Kevin Lo
577e6dda0b - Upgrade graphics/evas to 0.5.0
- Bump library version to x11-toolkits/gevas

PR: 26965
Submitted by: MAINTAINER
2001-04-30 15:52:06 +00:00
Vanilla I. Shu
cac480016d Fix pkg-plist.
PR:		ports/25860
Submitted by:	maintainer
2001-03-17 01:10:12 +00:00
Kevin Lo
ed0fd9eafa Disable GL support.
PR: 25752
Submitted by: maintainer
2001-03-13 14:57:46 +00:00
FUJISHIMA Satsuki
fe45a29866 imlib2-tmp -> imlib2 2001-03-12 14:40:13 +00:00
Jimmy Olgeni
fd6c7d6ec3 Update port: 0.0.3 -> 0.0.4.
PR:		25539
Submitted by:	maintainer
2001-03-07 22:31:05 +00:00
Vanilla I. Shu
2f464d9375 Upgrade imlib2 to 1.0.1, evas to 0.0.3. 2001-01-25 01:55:33 +00:00
Steve Price
c87053e484 Update to version 0.0.2.
PR:		23215
Submitted by:	maintainer
2000-12-11 02:38:14 +00:00
Kevin Lo
ceed1cb80f - Change the MASTER_SITES to MASTER_SITE_SOURCEFORGE.
- Take over maintainer-ship.

PR: 22630
Submitted by: Jeremy Norris <ishmael27@home.com>
2000-11-06 14:10:49 +00:00
Yukihiro Nakai
ea54652533 a new canvas library with Imlib2
PR:		ports/22330
Submitted by:	Jeremy Norris <ishmael27@home.com>
2000-11-03 12:24:18 +00:00