aboutsummaryrefslogtreecommitdiff
path: root/mail/xfmail
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Reset mikeh, who has not done any commits for over a year.Mark Linimon2008-09-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219556
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+3
| | | | Notes: svn path=/head/; revision=183830
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Until I find time to test the new OpenLDAP, remove the option to build with ↵Mike Heffner2004-11-161-8/+0
| | | | | | | | | it. Sean McNeil reports this is breaking an INDEX build and I don't want that. Notes: svn path=/head/; revision=121730
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Patch the correct files to rename the installed library.Mike Heffner2004-05-262-50/+7
| | | | | | | PR: ports/67053 Notes: svn path=/head/; revision=110019
* Remove conflict with qt3 by back-porting a patch from the nextMike Heffner2004-05-213-6/+53
| | | | | | | | | release. Repeatedly reminded by: Conrad Sabatier <conrads@cox.net> ;-) Notes: svn path=/head/; revision=109573
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Fix case of koi8-r charset.Mike Heffner2004-02-292-1/+11
| | | | | | | PR: ports/63383 Notes: svn path=/head/; revision=102561
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 1.5.5. No longer need hack for running autogen.sh.Mike Heffner2004-01-183-32/+4
| | | | Notes: svn path=/head/; revision=98494
* Update FTP mirror address.Mike Heffner2004-01-111-1/+1
| | | | Notes: svn path=/head/; revision=97943
* Declare (or resolve) conflicts for KDE and QT.Michael Nottebrock2003-10-171-0/+3
| | | | Notes: svn path=/head/; revision=91475
* libtool uber-patchAde Lovett2003-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) Notes: svn path=/head/; revision=83696
* Add knobs for building with LDAP and NAS support.Mike Heffner2003-06-111-0/+16
| | | | Notes: svn path=/head/; revision=82724
* Add the option to compile in faces support with WITH_FACES.Mike Heffner2003-06-102-0/+18
| | | | | | | Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Notes: svn path=/head/; revision=82638
* USE_ESOUND is going away. Use USE_GNOME+= esound instead.Adam Weinberger2003-04-201-1/+1
| | | | Notes: svn path=/head/; revision=79379
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to a patch release to fix config system bug.Mike Heffner2003-02-152-2/+4
| | | | Notes: svn path=/head/; revision=75595
* Update to 1.5.4.Mike Heffner2003-02-085-34/+2
| | | | Notes: svn path=/head/; revision=75134
* snprintf->vsnprintf, fixes build on alphaMike Heffner2003-01-161-0/+11
| | | | Notes: svn path=/head/; revision=73268
* Resort the MASTER_SITES to distribute the ftp load.Mike Heffner2003-01-051-3/+3
| | | | Notes: svn path=/head/; revision=72576
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* Upgrade to 1.5.3.Mike Heffner2002-11-069-71/+17
| | | | Notes: svn path=/head/; revision=69589
* Get this to compile with gcc 3.x on -current. Mostly consists of movingJohn Baldwin2002-10-165-0/+66
| | | | | | | | | this to ANSI C++. Approved by: mikeh (maintainer) Notes: svn path=/head/; revision=68149
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* Bento is now satisfied.Mike Heffner2002-07-061-1/+0
| | | | Notes: svn path=/head/; revision=62532
* Oops...forgot a few to bump lib. version.Mike Heffner2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62423
* Prepare for xforms update.Mike Heffner2002-07-021-0/+9
| | | | Notes: svn path=/head/; revision=62310
* Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.Mike Heffner2002-06-291-0/+6
| | | | Notes: svn path=/head/; revision=62163
* Make BROKEN message more informative.Mike Heffner2002-06-281-1/+1
| | | | Notes: svn path=/head/; revision=62140
* BROKEN: does not find autoconfKris Kennaway2002-05-171-0/+2
| | | | Notes: svn path=/head/; revision=59317
* Partial fix for automake/autoconf breakage.Mike Heffner2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53483
* Update mirror address.Mike Heffner2002-01-161-1/+1
| | | | Notes: svn path=/head/; revision=53146
* Upgrade to 1.5.2.Mike Heffner2002-01-132-2/+2
| | | | Notes: svn path=/head/; revision=53028
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301