summaryrefslogtreecommitdiffstats
path: root/mail/xfmail
Commit message (Collapse)AuthorAgeFilesLines
* Until I find time to test the new OpenLDAP, remove the option to build with ↵mikeh2004-11-161-8/+0
| | | | | | it. Sean McNeil reports this is breaking an INDEX build and I don't want that.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Patch the correct files to rename the installed library.mikeh2004-05-262-50/+7
| | | | PR: ports/67053
* Remove conflict with qt3 by back-porting a patch from the nextmikeh2004-05-213-6/+53
| | | | | | release. Repeatedly reminded by: Conrad Sabatier <conrads@cox.net> ;-)
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* 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.
* Fix case of koi8-r charset.mikeh2004-02-292-1/+11
| | | | PR: ports/63383
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 1.5.5. No longer need hack for running autogen.sh.mikeh2004-01-183-32/+4
|
* Update FTP mirror address.mikeh2004-01-111-1/+1
|
* Declare (or resolve) conflicts for KDE and QT.lofi2003-10-171-0/+3
|
* libtool uber-patchade2003-06-261-7/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Add knobs for building with LDAP and NAS support.mikeh2003-06-111-0/+16
|
* Add the option to compile in faces support with WITH_FACES.mikeh2003-06-102-0/+18
| | | | Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
* USE_ESOUND is going away. Use USE_GNOME+= esound instead.adamw2003-04-201-1/+1
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Clear moonlight beckons.ade2003-03-072-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.mikeh2003-02-152-2/+4
|
* Update to 1.5.4.mikeh2003-02-085-34/+2
|
* snprintf->vsnprintf, fixes build on alphamikeh2003-01-161-0/+11
|
* Resort the MASTER_SITES to distribute the ftp load.mikeh2003-01-051-3/+3
|
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Upgrade to 1.5.3.mikeh2002-11-069-71/+17
|
* Get this to compile with gcc 3.x on -current. Mostly consists of movingjhb2002-10-165-0/+66
| | | | | | this to ANSI C++. Approved by: mikeh (maintainer)
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-151-1/+2
|
* Bento is now satisfied.mikeh2002-07-061-1/+0
|
* Oops...forgot a few to bump lib. version.mikeh2002-07-041-1/+1
|
* Prepare for xforms update.mikeh2002-07-021-0/+9
|
* Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.mikeh2002-06-291-0/+6
|
* Make BROKEN message more informative.mikeh2002-06-281-1/+1
|
* BROKEN: does not find autoconfkris2002-05-171-0/+2
|
* Partial fix for automake/autoconf breakage.mikeh2002-01-211-1/+1
|
* Update mirror address.mikeh2002-01-161-1/+1
|
* Upgrade to 1.5.2.mikeh2002-01-132-2/+2
|
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Upgrade to version 1.5.1.mikeh2001-10-027-116/+3
|
* Revert last commit and fix for libtool. Also add optional esound support.mikeh2001-07-083-20/+14
| | | | Submitted by: Pete Fritchman <petef@databits.net> (esound support)
* This port doesn't use libtool so remove the check for it.mikeh2001-07-061-2/+17
| | | | Noticed by: bento
* Upgrade Xfmail to version 1.5.0. Also, take over maintainership as themikeh2001-07-039-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_SITEdwcjr2001-06-191-1/+1
| | | | | PR: 27910 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+2
|
* (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
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-2/+2
|
* "Dead key" support added.jmas1999-11-141-0/+1
|
* Update to xfmail 1.4.0jmas1999-11-132-3/+4
|
* Update to xfmail 1.3.1cpiazza1999-09-043-5/+6
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* The xforms ports is no longer an i386-only port.steve1999-06-081-4/+1
|
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.simokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itbillf1998-12-071-3/+1
| | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey.
OpenPOWER on IntegriCloud