Commit Graph

35 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
54e0d576e0 sbin is not in bsd.x11{,-4}.dist.
Submitted by: bento
2001-01-23 16:23:12 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
FUJISHIMA Satsuki
96bd55a7b4 fix pkg-req typo.
PR:		23818
2001-01-09 19:47:43 +00:00
Steve Price
0734ed939b Be a little more forgiving when testing for BATCH or PACKAGE_BUILDING. 2000-12-03 05:15:10 +00:00
MIHIRA Sanpei Yoshiro
dd85f663cc Fixing "X manpage" errors with XFree86-4
DOCDIR which conflists with X11 -> YOUBIN_DOCDIR.
comment PREFIX?=${LOCALBASE}. I believe maintainer
knows cleaner way to do with this port.

PR:	ports/22477
2000-11-10 05:55:06 +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
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
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
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Steve Price
08e72430dc Move the call to REQ to pre-build instead of pre-fetch so a 'make fetch'
from /usr/ports doesn't stop and require user interaction.
1999-09-17 18:24:55 +00:00
Masafumi Max NAKANE
b7b889b02e Update the master_site. 1999-09-09 16:01:03 +00:00
Masafumi Max NAKANE
5534fb1e60 Instead of marking this port FORBIDDEN, show a security warning and ask
if the user wants to proceed (unless BATCH is set) at pre-fetch and
pre-install.  Make the same query at pkg_add time.

While I'm at it,
- Move the URI to DESCR from Makefile.
- Replace a few = with ?=
- Instead of using echo in Makefile to create the sample startup
  script, use a template.
1999-09-09 08:37:41 +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
Michael Haro
95e4fea03e echo -> ${ECHO} && portlint 1999-08-27 20:31:07 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Satoshi Asami
0938d81904 Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
circumstances.  This is different from BROKEN, which merely means we think
it is broken.
1999-03-29 07:50:14 +00:00
Steve Price
8bc37f5ace There's been a PR (6180) out since March that describes an exploitable
security hole in this port.  At Marc Slemko's <marcs@znep.com> request
I'm going to mark this broken until this port's maintainer has a chance
to look into it further.
1998-12-10 03:09:13 +00:00
Steve Price
8c3c71df0d Move manpages from pkg/PLIST to Makefile. 1998-10-20 01:43:13 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Andrey A. Chernov
11d2774169 add youbin homepage to comment 1998-08-03 10:06:58 +00:00
Andrey A. Chernov
5e4b16f568 Use correct mtree file or lots of X11 directories created in /usr/local
otherwise
1998-08-03 09:09:48 +00:00
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +00:00
Satoshi Asami
314027dc03 "all:" -> "all:" to make XFree86-3.3 config files happy. 1997-06-12 04:57:36 +00:00
Masafumi Max NAKANE
08ddf63aba Rename the startup script to youbind.sh.sample so that users who only
want to use the client program doesn't have to mess with it.

Rewrite the warning message in pkg/INSTALL.

Suggested by:	sampei@yy.cs.keio.ac.jp
1997-04-21 10:09:19 +00:00
Masafumi Max NAKANE
ed149270e9 Moved a part of post-install to pkg/INSTALL. 1997-04-21 04:05:18 +00:00
Masafumi Max NAKANE
276fbaa848 Gosh, an enhancement I put in was commented out by my mistake. 1997-04-21 04:03:54 +00:00
David E. O'Brien
ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00
Masafumi Max NAKANE
19c1794ba2 Added local hack to make youbind server detatch itself from the controling
tty at the startup.

Removed `&' from the startup script since youbind doesn't need to be
put background manually.
1996-10-09 12:50:55 +00:00
Masafumi Max NAKANE
38f4e4de38 ${PREFIX} is set to ${LOCALBASE} only when no value is specified for the
variable.
1996-09-18 19:20:24 +00:00
Masafumi Max NAKANE
6bf31ff92d Updated Masafumi NAKANE's E-mail address. 1996-09-17 15:07:58 +00:00
Satoshi Asami
f17accf9f6 Don't use "&;", which is now illegal.
Submitted by:	max@sfc.wide.ad.jp
1996-09-14 08:36:30 +00:00
Satoshi Asami
2e655475ff Remove spurious ";" after "then". Indend one chmod line to match
the rest of its buddies.
1996-08-21 09:25:28 +00:00
Satoshi Asami
f6d645c05f Remote (network) biff.
Submitted by:	max@sfc.wide.ad.jp
1996-08-21 09:06:55 +00:00