Vanilla I. Shu
d8d8cb0d05
USE_REINPLACE now.
...
Submitted by: David Yeske <dyeske@yahoo.com>
2002-10-27 15:23:54 +00:00
Mario Sergio Fujikawa Ferreira
db1f0a2d6a
Deploy USE_GNOMENG infrastructure
...
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-09-02 01:30:26 +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
Ade Lovett
f18cbf2fa6
gettext upgrade uber-patch (stage 3)
...
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
2002-04-12 17:10:20 +00:00
Vanilla I. Shu
91b00850d4
Fix MASTER_SITES.
...
Submitted by: fenner's reminder
2002-04-10 15:29:53 +00:00
Vanilla I. Shu
abc669c54c
Fix plist.
...
Submitted by: bento
2002-04-10 06:24:45 +00:00
Alexander Leidinger
015a9b8530
Don't use included gettext.
...
Approved by: vanilla
Reviewed by: steve
2002-03-27 17:42:27 +00:00
Ade Lovett
9210b7cb07
Stage 1 of gettext update.
...
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
2002-03-15 19:44:29 +00:00
Maxim Sobolev
d8543839e6
Adjust in accordance with the new location of freetype1 includes
...
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Vanilla I. Shu
47cbf1bbc4
Fix MASTER_SITES.
...
Submitted by: freedom@csie.nctu.edu.tw
2001-08-05 03:07:25 +00:00
Clive Lin
f0209ee2ba
Do not try to probe wctype.h, and this port is buildable again.
...
This is hacky, but I currently don't have plans to fix enlightenment
or our wctype.h (and its friends).
Approved by: vanilla (MAINTAINER)
2001-06-23 13:31:05 +00:00
Will Andrews
3050542564
Fix typo.
...
PR: 25658
Submitted by: nrahlstr
2001-03-10 20:48:38 +00:00
Vanilla I. Shu
d239f7ab27
Remove Aqua theme for copyrights,
...
now install Marble theme as DEFAULT,
because themes distributed with E's source are really suck and ugly,
Bump revision too.
Reminded by: rwatson
2001-02-02 11:17:21 +00:00
Vanilla I. Shu
db744767d7
Enable zoom future on alpha with XFree86-4.
...
PR: ports/24678
Submitted by: conrad@th.physik.uni-bonn.de
2001-01-27 16:53:18 +00:00
Vanilla I. Shu
9b4347176b
/usr/X11R6/share/enlightenment/themes/DEFAULT is a symbolic link,
...
not a directory, and bump version.
Reminded by: "Paul A. Howes" <pahowes@fair-ware.com>
2001-01-26 03:40:58 +00:00
Vanilla I. Shu
fbb860c03c
Well, bump version, and add RESTRICTED for aqua.etheme.
...
Submitted by: Jeremy Norris <ishmael27@home.com>
2001-01-23 15:55:13 +00:00
Vanilla I. Shu
5dae44277e
Disable snapshot for pager.
...
PR: ports/24534
Submitted by: Jan Conrad <conrad@th.physik.uni-bonn.de>
Obtained from: debian
2001-01-23 14:43:40 +00:00
Vanilla I. Shu
fa6417a74e
Add zh_TW.Big5 locale config files.
2001-01-09 13:45:13 +00:00
Vanilla I. Shu
bff1fe7b80
Upgrade to 0.16.5.
...
PR: ports/21668
Submitted by: clive@CirX.ORG
2000-10-13 03:27:07 +00:00
Jeremy Lea
bebd89314e
Implement WANT_IMLIB and USE_IMLIB.
2000-10-05 06:57:56 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Jim Mock
fa941c142d
Update to version 0.16.4.
...
Submitted by: Sean C. Farley <sean-freebsd@farley.org>
Prodded into committing by: Clive Lin <clive@CirX.ORG> in a message to
-ports Cc'd to maintainer
2000-05-18 21:23:33 +00:00
Chris Piazza
500b47f7ae
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 19:50:46 +00:00
Chris Piazza
77b17a1cc7
Don't depend on libgif and libjpeg directly, imlib handles this.
...
Verified to work correctly with libungif,
message sent to maintainer.
2000-02-16 20:25:43 +00:00
Justin M. Seger
3b6b5b88fc
Bump freetype's lib number
1999-11-25 03:41:57 +00:00
Yukihiro Nakai
0deec25682
Update to 0.16.3
...
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
1999-11-24 07:15:32 +00:00
Yukihiro Nakai
43766d31c6
Update to 0.16.2
...
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
1999-11-14 10:25:18 +00:00
Yukihiro Nakai
5e5cf3b0b0
Update to 0.16.1
...
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
1999-10-29 11:09:47 +00:00
Yukihiro Nakai
fb7af6f176
Small fix to the version line in the comment field.
1999-10-19 06:22:08 +00:00
Yukihiro Nakai
d362fdf6d9
Update to 0.16.0
...
Submitted by: Clive Lin <clive@GnatS.CirX.ORG>
1999-10-18 09:43:13 +00:00
Yukihiro Nakai
1264c11fcf
Use updated imlib library.
1999-10-08 02:51:37 +00:00
Yukihiro Nakai
44278dac6f
esound library update esd.1 -> esd.2
1999-10-08 02:28:36 +00:00
Steve Price
2169e434e8
The version number of libgif.so has changed to 5.
1999-09-18 03:12:11 +00:00
Steve Price
ec1b2d16ed
The tiff port now lives in ports/graphics/tiff.
1999-09-07 10:45:31 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408
$Id$ -> $FreeBSD$
1999-08-31 03:04:38 +00:00
Michael Haro
2b94d319c3
oops, local repository was modified. revert back to previous version
1999-08-26 00:30:48 +00:00
Michael Haro
534083e2f8
LIB_DEPENDS= Fnlib.0 -> Fnlib.4
1999-08-25 22:44:33 +00:00
Tim Vanderhoek
748713c3f6
As threatened, enforce the "Capital, no period" rule. Ellipses are
...
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
17c11bd357
Fixup after imlib version bump.
...
PR: 11843
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:10:49 +00:00
Michael Haro
96dbf6f5fe
Add WWW:
1999-05-03 04:54:16 +00:00
Satoshi Taoka
37576a2e9c
Update to 0.15.5
...
PR: 11148
Submitted by: Yukihiro Nakai nacai@iname.com
1999-04-16 07:45:03 +00:00
Jacques Vidrine
f0de21bf7d
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
...
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
1999-03-15 18:30:06 +00:00
Vanilla I. Shu
be0d259609
This replaces patch-aa to install enlightenment/config/tin-e/17/
...
correctly as well as an update to PLIST.
PR: ports/9623
Submitted by: Yarema <yds@dppl.com>
1999-01-24 08:12:46 +00:00
Vanilla I. Shu
ab4b955854
Upgrade to 0.15.0-19990120.
1999-01-22 16:01:46 +00:00
Vanilla I. Shu
f1976514f7
Bump Imlib's version number to 2.
1999-01-14 17:08:22 +00:00
Vanilla I. Shu
e35d9acf1b
Bump esound's library version to 1.0.
1999-01-05 08:09:17 +00:00
Tim Vanderhoek
cf624cf05b
Update homepage.
1998-12-29 07:23:47 +00:00
Satoshi Asami
d117d69259
Typo.
1998-11-29 22:25:40 +00:00
Satoshi Asami
9c45e209c8
One more tiff34 fix. This thing was even lacking the dependency, probably
...
why Justin missed it.
1998-11-29 04:31:19 +00:00
Satoshi Asami
9ba3a62b82
audio/esound is now ELF.
1998-09-25 09:55:30 +00:00
Satoshi Asami
fbec77048d
graphics/imlib is now ELFized.
1998-09-25 09:52:45 +00:00
Satoshi Asami
7529c0b683
graphics/fnlib is ELF-ready now.
1998-09-23 22:05:42 +00:00
Steve Price
dcf1287e4d
giflib is now converted to ELF so remove regexp support.
1998-09-19 01:33:49 +00:00
Vanilla I. Shu
53eb4645bc
Portlint, and strip binary.
1998-08-25 01:45:33 +00:00
Satoshi Asami
2a2e7e38f4
Depend on giflib, E needs it.
1998-08-20 08:22:35 +00:00
Satoshi Asami
5264cbceb5
Fix up dependencies for ports that moved into the x11-toolkits category.
1998-08-07 23:56:56 +00:00
Satoshi Asami
d9927174c8
Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
...
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
1998-08-07 23:01:41 +00:00
Vanilla I. Shu
8a2a8bb899
Fix the path of p5-Gtk.
1998-08-06 15:32:15 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Vanilla I. Shu
41ffb0ca1b
Fix a typo error :)
1998-07-20 17:38:13 +00:00
Vanilla I. Shu
ffbdd3f56d
Fix the path of BUILD_DEPEND.
...
PR: ports/7321
Submitted by: toyonaga@msd.ts.fujitsu.co.jp
1998-07-20 17:02:01 +00:00
Steve Price
4881728444
Correct a typo from previous commit.
...
PR: 7322
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
1998-07-19 20:52:01 +00:00
Vanilla I. Shu
9740e2f559
Upgrade to 0.14.
1998-07-19 06:34:37 +00:00
Vanilla I. Shu
d1dd55ede0
Set this ports BROKEN, the distfiles can't be fetch now.
1998-07-02 17:42:55 +00:00
Vanilla I. Shu
35444b4472
Upgrade to 0.13.3.
1998-02-18 16:08:22 +00:00
Vanilla I. Shu
513f8c2ad3
Upgrade to 0.13.2, and change my email address.
1998-02-01 02:03:57 +00:00
Vanilla I. Shu
cc9e85615c
Authos change distfiles, but without bump version,
1997-12-01 16:31:20 +00:00
Satoshi Asami
aee6c2b108
Mark this port broken, checksum mismatches and patch fails.
1997-11-29 01:32:04 +00:00
Vanilla I. Shu
35e96089bc
Update to 0.13
...
PR: 5116
1997-11-26 22:44:01 +00:00
Bill Fenner
d5433b9e57
Fix md5. The distfile must have changed again, since the md5 was
...
indeed updated by the original enlightenment upgrade.
PR: ports/5067
Submitted by: invis@visi.com
1997-11-17 01:36:49 +00:00
Bill Fenner
05f88f048b
Upgrade to 0.12.6
...
PR: ports/5029
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
1997-11-16 10:02:59 +00:00
Masafumi Max NAKANE
85e02b3e08
Upgrade, 0.12.4 -> 0.12.5.
...
PR: 4898
Submitted by: maintainer
1997-10-30 22:34:05 +00:00
Justin M. Seger
b4f53e34f4
Update of x11/enlightenment to version 0.12.4.
...
PR: ports/4886
Submitted by: vanilla@MinJe.com.TW
1997-10-29 23:30:10 +00:00
Satoshi Asami
e414129df5
Mention home page.
1997-09-22 07:24:00 +00:00
Masafumi Max NAKANE
90fed5e609
Remove RUN_DEPENDS as necessary RUN_DEPENDS is now defined in imlib port.
...
PR: 4574
Submitted by: the port maintainer
1997-09-19 03:51:35 +00:00
Masafumi Max NAKANE
623ddcc2c5
Style police.
...
Found by: portlint
1997-09-14 19:58:23 +00:00
Masafumi Max NAKANE
3c33102359
Remove @dirrm lib/X11/enlightenment as there are some files installed by
...
imlib port left here even after enlightenment is pkg_delete'd.
1997-09-14 19:56:22 +00:00
Masafumi Max NAKANE
94c985fda2
Upgrade, 0.12 -> 0.123.
...
PR: 4537
Submitted by: the port maintainer
1997-09-14 19:54:25 +00:00
Gary Jennejohn
9f11cd95b3
PR: 4394
...
Submitted by: vanilla@MinJe.com.TW
The PLIST got a lot smaller. "make package" works.
1997-08-28 18:11:41 +00:00
Gary Jennejohn
1195f59b3f
PR: 4394
...
Submitted by: vanilla@MinJe.com.TW
update md5 to reflect reality.
1997-08-28 18:10:14 +00:00
Gary Jennejohn
3240c0d4d6
PR: 4394
...
Submitted by: vanilla@MinJe.com.TW
update enlightenment to version 0.12. Delete the post-install
stuff since it's now handled by the patched Imakefile in the
work directory.
1997-08-28 18:09:47 +00:00
Satoshi Asami
43dbd1b70a
A very artistic window manager.
...
PR: 3716
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-06-03 23:53:31 +00:00