Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USE_ESOUND is going away. Use USE_GNOME+= esound instead. | adamw | 2003-04-21 | 1 | -1/+1 |
| | |||||
* | Remove USE_GNOMENG. | marcus | 2003-04-21 | 1 | -1/+0 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Upgrade to a patch release to fix config system bug. | mikeh | 2003-02-16 | 2 | -2/+4 |
| | |||||
* | Update to 1.5.4. | mikeh | 2003-02-09 | 5 | -34/+2 |
| | |||||
* | snprintf->vsnprintf, fixes build on alpha | mikeh | 2003-01-17 | 1 | -0/+11 |
| | |||||
* | Resort the MASTER_SITES to distribute the ftp load. | mikeh | 2003-01-06 | 1 | -3/+3 |
| | |||||
* | chase gdbm lib version | ijliao | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.5.3. | mikeh | 2002-11-06 | 9 | -71/+17 |
| | |||||
* | Get this to compile with gcc 3.x on -current. Mostly consists of moving | jhb | 2002-10-16 | 5 | -0/+66 |
| | | | | | | this to ANSI C++. Approved by: mikeh (maintainer) | ||||
* | Convert USE_GLIB into USE_GNOMENG+USE_GNOME. | sobomax | 2002-07-16 | 1 | -1/+2 |
| | |||||
* | Bento is now satisfied. | mikeh | 2002-07-07 | 1 | -1/+0 |
| | |||||
* | Oops...forgot a few to bump lib. version. | mikeh | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | Prepare for xforms update. | mikeh | 2002-07-02 | 1 | -0/+9 |
| | |||||
* | Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it. | mikeh | 2002-06-29 | 1 | -0/+6 |
| | |||||
* | Make BROKEN message more informative. | mikeh | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | BROKEN: does not find autoconf | kris | 2002-05-17 | 1 | -0/+2 |
| | |||||
* | Partial fix for automake/autoconf breakage. | mikeh | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | Update mirror address. | mikeh | 2002-01-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.5.2. | mikeh | 2002-01-14 | 2 | -2/+2 |
| | |||||
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵ | lioux | 2001-11-21 | 1 | -1/+1 |
| | | | | the later case | ||||
* | Upgrade to version 1.5.1. | mikeh | 2001-10-03 | 7 | -116/+3 |
| | |||||
* | Revert last commit and fix for libtool. Also add optional esound support. | mikeh | 2001-07-08 | 3 | -20/+14 |
| | | | | Submitted by: Pete Fritchman <petef@databits.net> (esound support) | ||||
* | This port doesn't use libtool so remove the check for it. | mikeh | 2001-07-06 | 1 | -2/+17 |
| | | | | Noticed by: bento | ||||
* | Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the | mikeh | 2001-07-03 | 9 | -18/+202 |
| | | | | | | | | original maintainer has not responded to emails and this port is very old. PR: ports/28397 Reviewed by: Duncan Barclay <dmlb@dmlb.org> (original patches) Patches fixed by: dwcjr | ||||
* | Update MASTER_SITE | dwcjr | 2001-06-19 | 1 | -1/+1 |
| | | | | | PR: 27910 Submitted by: Joseph Scott <joseph@randomnetworks.com> | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-17 | 1 | -2/+2 |
| | |||||
* | (1) Add new variable, XFREE86_VERSION, to specify which version of | asami | 2000-08-03 | 1 | -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 | ||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-14 | 1 | -2/+2 |
| | |||||
* | "Dead key" support added. | jmas | 1999-11-14 | 1 | -0/+1 |
| | |||||
* | Update to xfmail 1.4.0 | jmas | 1999-11-14 | 2 | -3/+4 |
| | |||||
* | Update to xfmail 1.3.1 | cpiazza | 1999-09-04 | 3 | -5/+6 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | The xforms ports is no longer an i386-only port. | steve | 1999-06-09 | 1 | -4/+1 |
| | |||||
* | Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports. | simokawa | 1999-01-07 | 1 | -1/+4 |
| | | | | XForms has not been available for FreeBSD/alpha yet. | ||||
* | Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it | billf | 1998-12-08 | 1 | -3/+1 |
| | | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey. | ||||
* | Mark broken for ELF because of xforms port. | steve | 1998-09-27 | 1 | -2/+4 |
| | |||||
* | Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it | asami | 1998-09-17 | 1 | -2/+2 |
| | | | | in the first place. | ||||
* | libXpm major is now 5. Also remove regexp support in preparation for | asami | 1998-09-15 | 1 | -2/+2 |
| | | | | ELF conversion. | ||||
* | Remove more manpages, as part of the great manpage removal project. | hoek | 1998-08-17 | 1 | -1/+0 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 1 | -2/+2 |
| | |||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 1 | -2/+2 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Update to version 1.3. | steve | 1998-07-06 | 2 | -6/+6 |
| | | | | | PR: 7168 Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca> | ||||
* | Update to xfmail-1.2 from 1.1. I started with the port submitted | jdp | 1998-01-11 | 2 | -11/+9 |
| | | | | | | | by the xfmail author, but made a number of changes. PR: closes ports/5379 Submitted by: gena@NetVision.net.il | ||||
* | - Update port to version 1.1 | andreas | 1997-06-22 | 2 | -6/+6 |
| | | | | | | | | | - Make link process work by adding correct dependency in Makefile the unmodified Makefile.FreeBSD didn't build libcompface in ../compface - The WWW page claims, that you need at least the xforms 0.86 lib, so I specified the library dependency in port's Makefile more specific. - Well, since I spent some work on it ... I'll maintain the port in the future. | ||||
* | Upgrade to 1.0 | ache | 1997-01-10 | 2 | -6/+6 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -1/+0 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Convert to use MAN[1-8LN] | obrien | 1996-11-17 | 1 | -2/+2 |
| | |||||
* | CATEGORIES+= --> CATEGORIES= | obrien | 1996-11-11 | 1 | -3/+3 |
| | | | | And clean up variable ordering (as shown in the handbook) as little. | ||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Upgrade (0.3 -> 0.4) from author. He says it contains some major | asami | 1996-07-12 | 2 | -6/+6 |
| | | | | | | bugfixes. Submitted by: Gennady Sorokopud <gena@NetVision.net.il> | ||||
* | Upgrade, 0.3b -> 0.3. Also added checksum. | asami | 1995-11-22 | 2 | -4/+5 |
| | | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il> | ||||
* | Change name of dependency, forms -> xforms. | asami | 1995-10-05 | 1 | -2/+2 |
| | | | | Submitted by: Gennady Sorokopud <gena@NetVision.net.il> | ||||
* | Cleanup. Reorder things according to standard, change | asami | 1995-10-03 | 1 | -6/+6 |
| | | | | "PREFIX=/usr/X11R6" to "USE_X11=yes". | ||||
* | xfmail 0.3-BETA port | jkh | 1995-10-03 | 4 | -0/+41 |
Submitted by: Gennady Sorokopud <gea@NetVision.net.il> |