Commit Graph

43 Commits

Author SHA1 Message Date
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00
Hiroki Sato
a8dc9708f7 - Separate the server part and the library part from japanese/sj3, and
remove japanese/sj3.
- Use localhost as the default listen address instead of INADDR_ANY.
- Add "servername" directive to serverrc.
- Fix incorrect descriptions in serverrc.
- Take maintainership.
2008-10-26 19:35:08 +00:00
Ed Schouten
707a32d306 Switch the japanese/sj3 port to termios instead of sgtty.
This makes the port build again with the latest versions of FreeBSD
-CURRENT. Also increment the PORTREVISION, because we want older
binaries of sj3 to be recompiled. sgtty is bad.

Approved by: philip (mentor), Hiroo Ono (port maintainer)
2008-06-30 21:05:03 +00:00
Edwin Groothuis
c074b45c97 [patch] japanese/sj3 is broken
There are several problems with japanese/sj3 port.

	1. Original MASTER_SITES don't seem to work any longer.
	2. With the current patchset it builds okay, but it is said that it does not work correctly.
	3. It does not build under 7-CURRENT (i.e. with gcc4.2).

PR:		ports/113572
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	maintainer timeout
2007-09-09 07:08:07 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Norikatsu Shigemura
7c654c1f39 Fix build error.
PR:		ports/71798
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> (maintainer)
Approved by:	portmgr (marcus)
2004-09-17 03:21:00 +00:00
Eric Anholt
b61bb537d9 Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT. 2004-08-19 01:40:22 +00:00
Norikatsu Shigemura
9d00982f78 Fix build error by previous change.
PR:		ports/69548
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Pointed out by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-25 08:30:33 +00:00
Norikatsu Shigemura
4aaa8c142f Fix build error on 4-stable.
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by:	bento via kris
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-20 16:59:28 +00:00
Norikatsu Shigemura
83deb15c08 Fix build error on amd64 (maybe ia64, too).
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-15 15:37:42 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Kris Kennaway
a846bc3e65 BROKEN on amd64 and ia64: Coredump during build 2004-03-17 12:56:33 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Maxim Sobolev
a70e8bd0f8 GC empty files. 2003-02-23 17:43:18 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Kris Kennaway
64f0415ebe Reset undeliverable maintainer addresses to ports@FreeBSD.org 2002-11-18 03:48:10 +00:00
Norikatsu Shigemura
fb3f6dc4ed Use correct syntax for chown (bin.bin -> bin:bin).
PR:		ports/43578
Submitted by:	TOMITA Yoshinori <yoshint@hotmail.com>
2002-10-27 16:42:24 +00:00
Kris Kennaway
9c233bec4b Fix build on -current (cope with removal of union wait, and add
#include <sys/ioctl_compat.h>)

Submitted by:	mike
2002-10-26 01:12:30 +00:00
Chris D. Faulhaber
d6e7b5f5ee Bump PORTREVISION for overflow fixes 2001-02-03 01:05:06 +00:00
Chris D. Faulhaber
83eb7f87b7 Fix a few potential problems (strcpy -> strlcpy) 2001-02-03 01:03:39 +00:00
Chris D. Faulhaber
eaaa6953f8 Fix locally-exploitable buffer overflow 2001-02-03 01:02:47 +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
7d7fe84d30 Change BUILD_DEPENDS from xmkmf:x11/XFree86 to xmkmf:devel/imake-4.
Despite all the -I/usr/X11R6/include's and the -Wl,-rpath,/usr/X11R6/lib's,
this port only seems to need imake.
2000-09-06 01:55:40 +00:00
Akinori MUSHA
8f27d857ce Fix a typo in post-install.
PR:		ports/20036
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
Notified by:	bento
2000-07-19 15:16:34 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Akinori MUSHA
8e270816f9 Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Steve Price
baeca5baa2 Allow this to build with the more strict compiler in -current. 2000-02-13 17:05:46 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Satoshi Asami
1b72fed962 Typo. 1998-11-28 05:08:27 +00:00
Satoshi Asami
753d555a14 A few more USE_XLIBs. 1998-11-28 02:18:45 +00:00
Jun Kuriyama
745ac2b58e I forgot to add a file. 1998-10-09 16:10:37 +00:00
Jun Kuriyama
ab70e18b82 The current japanese/sj3 (sj3-2.0.1.13) has a security bug of sj3serv.
sj3-2.0.1.20 has already been released. In the version one, the bug
was fixed.

PR:		ports/8093
Submitted by:	taoka@infonets.hiroshima-u.ac.jp
1998-10-09 06:10:47 +00:00
Jun-ichiro itojun Hagino
52a23c102b path to Japanese manpage updated (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:45:17 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Satoshi Asami
8b92e1563f Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy. 1997-06-11 20:07:56 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00
Satoshi Asami
ffab353310 Add "jp-" in front of PKGNAME. 1996-09-19 04:38:46 +00:00
Satoshi Asami
04b40e37a6 Change default port address to 3086 (3000 is already taken).
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-08-22 10:24:09 +00:00
Satoshi Asami
5aa0a228c4 Yet another kanji input method.
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-08-19 11:37:29 +00:00