non port: mail/xfmail/Makefile |
Number of commits found: 56 |
Friday, 14 Feb 2014
|
16:19 antoine
Mark broken: does not build
fl_edit.cpp: In function 'void fl_textedit_draw_textline(FL_OBJECT*, TextLine*,
int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, int, int, int)':
fl_edit.cpp:577:27: error: 'fl_textcolor' was not declared in this scope
|
Monday, 10 Feb 2014
|
13:27 bapt
Back to the futur
|
12:58 bapt
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator
|
Wednesday, 8 Jan 2014
|
09:53 gahr
- Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
|
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Monday, 12 Sep 2011
|
23:17 gabor
- Track dependencies after databases/gdbm update
|
Wednesday, 7 Sep 2011
|
08:28 gahr
- Chase x11-toolkits/xforms shlib version bump
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Monday, 1 Sep 2008
|
00:59 linimon
Reset mikeh, who has not done any commits for over a year.
Hat: portmgr
|
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Monday, 24 Mar 2008
|
17:02 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thursday, 1 Feb 2007
|
02:42 kris
Use libtool port instead of included version to avoid objformat a.out botch
|
Wednesday, 10 May 2006
|
22:37 edwin
Remove USE_REINPLACE from ports starting with M
|
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Tuesday, 16 Nov 2004
|
03:58 mikeh
Until I find time to test the new OpenLDAP, remove the option to build with it.
Sean McNeil
reports this is breaking an INDEX build and I don't want that.
|
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Wednesday, 26 May 2004
|
02:28 mikeh
Patch the correct files to rename the installed library.
PR: ports/67053
|
Friday, 21 May 2004
|
03:22 mikeh
Remove conflict with qt3 by back-porting a patch from the next
release.
Repeatedly reminded by: Conrad Sabatier <conrads@cox.net> ;-)
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Sunday, 29 Feb 2004
|
17:46 mikeh
Fix case of koi8-r charset.
PR: ports/63383
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Sunday, 18 Jan 2004
|
20:14 mikeh
Update to 1.5.5. No longer need hack for running autogen.sh.
|
Sunday, 11 Jan 2004
|
19:14 mikeh
Update FTP mirror address.
|
Friday, 17 Oct 2003
|
06:09 lofi
Declare (or resolve) conflicts for KDE and QT.
|
Thursday, 26 Jun 2003
|
22:58 ade
libtool uber-patch
* 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)
|
Wednesday, 11 Jun 2003
|
03:02 mikeh
Add knobs for building with LDAP and NAS support.
|
Tuesday, 10 Jun 2003
|
03:06 mikeh
Add the option to compile in faces support with WITH_FACES.
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
|
Sunday, 20 Apr 2003
|
22:26 adamw
USE_ESOUND is going away. Use USE_GNOME+= esound instead.
|
19:29 marcus
Remove USE_GNOMENG.
|
Friday, 7 Mar 2003
|
06:06 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Saturday, 15 Feb 2003
|
19:34 mikeh
Upgrade to a patch release to fix config system bug.
|
Saturday, 8 Feb 2003
|
17:59 mikeh
Update to 1.5.4.
|
Sunday, 5 Jan 2003
|
16:30 mikeh
Resort the MASTER_SITES to distribute the ftp load.
|
Friday, 3 Jan 2003
|
08:26 ijliao
chase gdbm lib version
|
Wednesday, 6 Nov 2002
|
15:25 mikeh
Upgrade to 1.5.3.
|
Monday, 15 Jul 2002
|
17:21 sobomax
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
|
Saturday, 6 Jul 2002
|
21:39 mikeh
Bento is now satisfied.
|
Thursday, 4 Jul 2002
|
09:31 mikeh
Oops...forgot a few to bump lib. version.
|
Saturday, 29 Jun 2002
|
04:15 mikeh
Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.
|
Friday, 28 Jun 2002
|
05:15 mikeh
Make BROKEN message more informative.
|
Friday, 17 May 2002
|
09:39 kris
BROKEN: does not find autoconf
|
Monday, 21 Jan 2002
|
19:49 mikeh
Partial fix for automake/autoconf breakage.
|
Wednesday, 16 Jan 2002
|
04:54 mikeh
Update mirror address.
|
Sunday, 13 Jan 2002
|
23:57 mikeh
Upgrade to 1.5.2.
|
Tuesday, 2 Oct 2001
|
22:51 mikeh
Upgrade to version 1.5.1.
|
Sunday, 8 Jul 2001
|
16:37 mikeh
Revert last commit and fix for libtool. Also add optional esound support.
|
Tuesday, 3 Jul 2001
|
02:20 mikeh
Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the
original maintainer has not responded to emails and this port is very old.
|
Tuesday, 19 Jun 2001
|
16:50 dwcjr
Update MASTER_SITE
|
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Thursday, 3 Aug 2000
|
10:28 asami
(1) Add new variable, XFREE86_VERSION, to specify which version of 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.
|
Number of commits found: 56 |