summaryrefslogtreecommitdiffstats
path: root/mail/youbin
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.4.max2001-11-0413-441/+171
| | | | | PR: 24599 Originally Submitted by: Noritoshi Atsumi <atsumi@agusa.nuie.nagoya-u.ac.jp>
* sbin is not in bsd.x11{,-4}.dist.sf2001-01-231-0/+1
| | | | Submitted by: bento
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+2
|
* fix pkg-req typo.sf2001-01-091-1/+1
| | | | PR: 23818
* Be a little more forgiving when testing for BATCH or PACKAGE_BUILDING.steve2000-12-031-1/+1
|
* Fixing "X manpage" errors with XFree86-4sanpei2000-11-102-16/+51
| | | | | | | | DOCDIR which conflists with X11 -> YOUBIN_DOCDIR. comment PREFIX?=${LOCALBASE}. I believe maintainer knows cleaner way to do with this port. PR: ports/22477
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-3/+3
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-3/+16
| | | | | | | 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.
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-2/+2
|
* Move the call to REQ to pre-build instead of pre-fetch so a 'make fetch'steve1999-09-171-1/+1
| | | | from /usr/ports doesn't stop and require user interaction.
* Update the master_site.max1999-09-091-1/+1
|
* Instead of marking this port FORBIDDEN, show a security warning and askmax1999-09-094-14/+47
| | | | | | | | | | | 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.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* echo -> ${ECHO} && portlintmharo1999-08-271-7/+7
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Use FORBIDDEN to indicate that this port shouldn't be built under any (some)asami1999-03-291-2/+2
| | | | | circumstances. This is different from BROKEN, which merely means we think it is broken.
* There's been a PR (6180) out since March that describes an exploitablesteve1998-12-101-1/+3
| | | | | | 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.
* Move manpages from pkg/PLIST to Makefile.steve1998-10-202-4/+5
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* add youbin homepage to commentache1998-08-031-1/+2
|
* Use correct mtree file or lots of X11 directories created in /usr/localache1998-08-031-2/+3
| | | | otherwise
* /bin/sh -> ${SH}max1997-07-131-2/+2
|
* "all:" -> "all:" to make XFree86-3.3 config files happy.asami1997-06-121-0/+17
|
* Rename the startup script to youbind.sh.sample so that users who onlymax1997-04-213-9/+12
| | | | | | | | 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
* Moved a part of post-install to pkg/INSTALL.max1997-04-212-5/+12
|
* Gosh, an enhancement I put in was commented out by my mistake.max1997-04-211-1/+1
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-101-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Added local hack to make youbind server detatch itself from the controlingmax1996-10-092-17/+46
| | | | | | | tty at the startup. Removed `&' from the startup script since youbind doesn't need to be put background manually.
* ${PREFIX} is set to ${LOCALBASE} only when no value is specified for themax1996-09-181-2/+2
| | | | variable.
* Updated Masafumi NAKANE's E-mail address.max1996-09-171-3/+3
|
* Don't use "&;", which is now illegal.asami1996-09-141-3/+3
| | | | Submitted by: max@sfc.wide.ad.jp
* Remove spurious ";" after "then". Indend one chmod line to matchasami1996-08-211-3/+3
| | | | the rest of its buddies.
* Remote (network) biff.asami1996-08-2112-0/+402
Submitted by: max@sfc.wide.ad.jp
OpenPOWER on IntegriCloud