Pawel Pekala
b94e42c0e7
- Add staging support
...
- Use canonical name for patch
2014-05-30 14:22:02 +00:00
Martin Wilke
012621ca47
- Convert gmake to USES
...
Approved by: portmgr
2014-05-26 12:53:38 +00:00
Baptiste Daroussin
6a9fcfc6bd
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
2013-09-20 19:49:59 +00:00
Jung-uk Kim
5a807ba270
Update e-mail address on behalf of cjh as he personally requested.
2013-06-17 22:50:28 +00:00
Martin Wilke
a9481afc8a
- Get Rid MD5 support
2011-03-19 12:38:54 +00:00
Mark Linimon
6db864315b
Reset cjh due to inactivity. We hope to see him back again soon.
...
Hat: portmgr
2010-01-02 18:14:36 +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
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
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Eric Anholt
4eb209da7d
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
...
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
2004-07-23 19:10:32 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Akinori MUSHA
c982f5faf1
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
2002-01-29 11:24:09 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
3405e8106b
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
...
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento
2000-09-12 13:04:00 +00:00
CHOI Junho
8261619838
distfile fix & reclaim maintainer to me
2000-07-23 05:06:38 +00:00
Satoshi Asami
9741d6da4d
Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
...
leaves fonts.alias behind -- it is not removing any entries from that file.)
2000-06-01 06:46:32 +00:00
Bill Fenner
c70193a463
Remove junker@jazz.snu.ac.kr as MAINTAINER; mail has been bouncing for
...
2 months.
2000-04-21 22:04:03 +00:00
Satoshi Asami
d9f7c4b28d
Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
...
hanemacs and hmconv had invalid version strings (fixed).
I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
2000-04-13 09:17:26 +00:00
Peter Wemm
7b8fca1447
$Id$ -> $FreeBSD$
1999-08-30 12:09:14 +00:00
Michael Haro
3262cce303
expr -> ${EXPR}
...
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
SADA Kenji
fca1f9acfe
Fix typo: XF86config -> XF86Config
1999-08-22 16:38:20 +00:00
Satoshi Asami
a43e47137e
Move fonts to ${X11BASE}/lib/X11/fonts/local.
...
PR: 8707
Submitted by: maintainer
1998-11-17 02:31:50 +00:00
Satoshi Asami
3103ea2f76
Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
...
x11 to fonts. While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +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
Jun Kuriyama
14f10f2b03
X11 KAIST font(ksc5601.1987-0 encoding) collection
...
PR: ports/6143
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-05 14:21:44 +00:00