aboutsummaryrefslogtreecommitdiffstats
path: root/net/ppxp
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 4.x: Does not compilekris2005-04-111-0/+2
|
* BROKEN on 5.x: Does not compilekris2004-09-191-0/+4
| | | | Approved by: portmgr (self)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* BROKEN on ia64: Coredump during buildkris2004-03-191-1/+7
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* Remove missing mastersite (NXDOMAIN)edwin2003-11-031-2/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix maintainer email addressedwin2003-01-281-1/+1
| | | | | PR: ports/47454 Submitted by: Norio Suzuki <nosuzuki@postcard.st>
* Oops...forgot to add this file in previous change.mikeh2002-11-051-0/+13
|
* Fix port to work with new xforms and fix plist.mikeh2002-11-053-8/+9
| | | | PR: ports/41000
* Bump XForms lib. version.mikeh2002-07-041-1/+1
|
* o update to 2001080415.sf2002-01-174-61/+12
| | | | | | | o respect CFLAGS. PR: 33879 Submitted by: maintainer
* Add category changes missed with ports/22495.steve2001-02-261-6/+10
| | | | | PR: 25280 Submitted by: maintainer
* Update to use TCL/TK 8.3.will2000-12-211-5/+5
| | | | | PR: 22495 Submitted by: MAINTAINER
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | 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/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix the compilation error.sada2000-07-251-0/+10
| | | | | PR: ports/20146 Submitted by: maintainer
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Tiny cosmetic fixes.knu2000-04-151-4/+1
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Remove 'info/dir' from PLISTjedgar2000-01-061-1/+0
| | | | | | | Remove unwanted patch-aa.orig and patch-ab.orig PR: 15905 Submitted by: Maintainer
* Update to version 0.99072807.steve1999-12-264-4/+76
| | | | | PR: 15683 Submitted by: maintainer
* Update to use Tcl/Tk version 8.2.steve1999-11-291-11/+11
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Update to version 0.99072807.steve1999-08-015-21/+28
| | | | | PR: 12872 Submitted by: maintainer
* The xforms ports is no longer an i386-only port.steve1999-06-091-4/+1
|
* Update to version 0.99030108.steve1999-05-107-58/+24
| | | | | PR: 11578 Submitted by: maintainer
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Remove a useless target.sada1999-01-101-7/+1
|
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* Use tclsh instead of wish and remove files/pkgIndex.tclsada1999-01-032-9/+12
| | | | | | | (now created by tclsh) Change option var. TCLJP's usage. Depend to tcl80{,jp}.1 . Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
* This is a new user process PPP software pakgae. It is easy to setupsada1999-01-018-0/+312
and has nice GUI to control connection. This PPP software make a connection on demand and can traslate IP address and port numbers as called as NAT. This spackage have many console programs, ppxp is standard terminal oriented console, xppxp is X client console, tkppxp is Tcl/Tk based console, and much more. Submitted by: Norio Suzuki <nosuzuki@e-mail.ne.jp>, KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>