| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 May 2013 17:39:02
0.95.4_1
|
jgh  |
- conversion to USES for gettext
Approved by: portmgr (bapt@) |
02 May 2013 19:37:23
0.95.4_1
|
hrs  |
- Fix build issue when devel/libinotify is installed[*].
- Fix build with clang. Remove USE_GCC=any.
- Convert replacement commands in the post-patch target to patches.
- Separate x11-wm/windowmaker and x11-wm/libwraster from each other.
PR: ports/176772 [*]
Reported by: O. Hartmann [*] |
23 Apr 2013 14:20:28
0.95.4
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
19 Mar 2013 13:04:31
0.95.4
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
05 Mar 2013 20:23:57
0.95.4
|
hrs  |
- Add workaround for build breakage when libX11 is old.
- Take maintainership. |
08 Feb 2013 02:09:41
0.95.4
|
miwi  |
- Update to 0.95.4
PR: 175582
Submitted by: Ports Fury |
30 Dec 2012 02:28:45
0.95.3
|
marius  |
Make NLS support an option.
Approved by: bapt (mentor) |
10 Dec 2012 01:20:17
0.95.3
|
eadler  |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
08 Oct 2012 06:58:46
0.95.3
|
madpilot  |
- Update to 0.95.3
- Convert to new options framework
- Reset PORTREVISION in slave port
- Trim Makefile headers
PR: ports/172421
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) |
09 Sep 2012 02:30:44
0.95.2_4
|
eadler  |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
26 Jul 2012 05:40:24
0.95.2_4
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
23 Jul 2012 01:33:56
0.95.2_4
|
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
19 Jul 2012 12:16:40
0.95.2_4
|
dougb  |
Toss this one back in the pool, as I no longer use it.
For those that come after, I recommend not bothering with 0.95.3 as it has
"issues." I also cannot stress enough the need to subscribe to and
participate in the discussion on wmaker-dev@lists.windowmaker.org. |
01 Jun 2012 05:26:28
0.95.2_4
|
dinoex  |
- update png to 1.5.10 |
18 Mar 2012 20:13:55
0.95.2_3
|
pav  |
- Mark BROKEN on 7.X: does not compile
handlers.c: In function 'W_HandleInputEvents':
handlers.c:471: error: 'fd_set' undeclared (first use in this function)
handlers.c:471: error: (Each undeclared identifier is reported only once
handlers.c:471: error: for each function it appears in.)
handlers.c:471: error: expected ';' before 'rset'
handlers.c:486: warning: implicit declaration of function 'FD_ZERO'
handlers.c:486: error: 'rset' undeclared (first use in this function)
handlers.c:487: error: 'wset' undeclared (first use in this function)
handlers.c:488: error: 'eset' undeclared (first use in this function)
handlers.c:493: warning: implicit declaration of function 'FD_SET'
handlers.c:527: warning: implicit declaration of function 'select'
handlers.c:542: warning: implicit declaration of function 'FD_ISSET'
Reported by: pointyhat
Feature safe: yes |
09 Mar 2012 08:33:47
0.95.2_3
|
dougb  |
Apparently xrandr affects the ability to restart a session negatively in
some circumstances. So make it optional, with a warning.
Feature safe: yes |
04 Mar 2012 18:17:01
0.95.2_2
|
dougb  |
Restore the fix from 1.161 since it seems to still be necessary,
at least in some environments. Still under investigation upstream. |
02 Mar 2012 19:56:58
0.95.2_1
|
dougb  |
Hope to fix 7-amd64 with blind luck by conditionally adding back
the ac_cv_c_inline_asm=no fix that seemed no longer to be necessary. |
27 Feb 2012 01:56:49
0.95.2_1
|
dougb  |
Add what I hope is a more robust fix for the problem of not being able
to restore a session. Building WindowMaker with clang found these
problems, including the one genuine typo in osdep_bsd.c that seems to
be responsible for (most/all?) of the session restoration problem.
Patch still under discussion upstream, but I feel comfortable bumping
PORTREVISION at this point because these are actual bugs that need
fixing, and it 100% solves the restoration problem for me at least. |
24 Feb 2012 08:14:00
0.95.2
|
dougb  |
Use logical negation instead of comparison to 0 for a value that can
be numeric, but is null by default.
Currently in discussion upstream, but this change is confirmed to at
least fix the symptom of not properly restoring the session on restart. |
23 Feb 2012 22:24:30
0.95.2
|
dougb  |
@dirrmtry *both* the LC_MESSAGES directory *and* its parent, neither
of which are in BSD.local.mk.
pointyhat++ |
22 Feb 2012 10:53:14
0.95.2
|
dougb  |
Apparently we're supposed to remove locale directories if they are not
in BSD.local.mk. Do it with @dirrmtry just in case. |
20 Feb 2012 09:34:42
0.95.2
|
dougb  |
Silence REINPLACE_CMDs |
20 Feb 2012 01:05:02
0.95.2
|
dougb  |
Fix some more default paths that show up in a first-time install |
19 Feb 2012 22:08:29
0.95.2
|
dougb  |
Add some more direct dependencies
Inspired by: pavmail |
18 Feb 2012 09:16:04
0.95.2
|
dougb  |
After just 7 short years, a new release of WindowMaker, 0.95.2
New features and highlights:
Left Half / Right Half Maximize.
Maximus: tiled maximization. Maximizes a window such that it occupies the
largest area without overlapping others.
New mouse-resizing functionality. Windows can now be resized vertically
(horizontally) using MOD+Wheel (CTRL+Wheel).
History and TAB completion in dialogs. To use this new functionality in
your old WMRootMenu, replace %a by %A in the relevant entry. It will
look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use (Only the first 15 lines of the commit message are shown above ) |
28 Jan 2012 03:31:10
0.92.0_10
|
dougb  |
Move these ports from libungif to giflib since that seems to be the consensus |
23 Sep 2011 22:26:39
0.92.0_10
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
11 Aug 2011 19:20:17
0.92.0_10  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
26 Jun 2011 05:08:34
0.92.0_10
|
dougb  |
Fix build with clang
PR: ports/156802
Submitted by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> |
23 May 2011 23:04:13
0.92.0_10
|
pav  |
- Unbork:
Makefile error: you cannot include bsd.port[.pre].mk twice
Reported by: pointyhat |
18 May 2011 02:13:35
0.92.0_10
|
dougb  |
Turns out this needs bsd.port.pre.mk instead of bsd.port.options.mk
because I need FILESDIR defined. |
16 May 2011 05:22:09
0.92.0_10
|
dougb  |
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe. |
20 Mar 2011 12:54:45
0.92.0_10
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.92.0_10
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
0.92.0_10
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
29 Mar 2010 05:33:44
0.92.0_9
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
0.92.0_9
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.92.0_8
|
dinoex  |
- update to jpeg-8 |
14 Dec 2009 21:42:25
0.92.0_7
|
dougb  |
Add a patch to fix a periodic focus bug
Bump PORTREVISION
PR: ports/140755
Submitted by: Dmitry <dmitry2006@yandex.ru> |
17 Aug 2009 20:10:39
0.92.0_6
|
dougb  |
Add a port that installs only libwraster from Window Maker. A lot of
dockapps depend on libwraster but don't need the full WM port. |
02 Aug 2009 19:36:34
0.92.0_6
|
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 |
31 Jul 2009 13:57:52
0.92.0_6
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Mar 2009 19:51:28
0.92.0_5
|
dougb  |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports |
31 Dec 2008 12:03:35
0.92.0_5
|
dougb  |
Update windowmaker.org -> windowmaker.info in all places that it occurs.
Bump PORTREVISION to incorporate most recent changes. |
31 Dec 2008 11:59:25
0.92.0_4
|
dougb  |
Add support for PORTDOCS |
31 Dec 2008 10:46:05
0.92.0_4
|
dougb  |
Add a fix for the following bugs:
- release colors to avoid issues with the reference count overflowing a
small integer and causing unexpected color releases that can crash
Window Maker (Martin Frydl <martin.frydl@systinet.com>)
- fixed a small memory leak in WINGs/wview.c caused by not releasing the
background color of a view (Martin Frydl <martin.frydl@systinet.com>)
Inspired by the "refcount" patch in the Debian rpm, updated versions
of the patches obtained from the latest WindowMaker source repo. |
31 Dec 2008 10:11:47
0.92.0_4
|
dougb  |
Fix issues with fullscreen mode, particularly for OpenOffice.
Patch comes from the PR, confirmed in latest version of WindowMaker sources.
PR: ports/129291
Submitted by: keef <hardcss@yahoo.co.jp> |
31 Dec 2008 10:01:26
0.92.0_4
|
dougb  |
On amd64 clicking the WPrefs.app can cause a crash.
Fix obtained partly from the PR and partly from the Debian RPM. The wmspec.c
fix was confirmed in the latest version of windowmaker in their repo.
PR: ports/120284
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> |
06 Jun 2008 14:17:21
0.92.0_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.92.0_3  |
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) |
24 Mar 2008 23:21:25
0.92.0_3
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
05 Oct 2007 17:28:19
0.92.0_3
|
garga  |
- Add a new OPTION (off by default), DOCKHOTKEYS that permit to set hotkeys
directly on dock's [1]
- Since i'm here, s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/116518
Submitted by: garga
Approved by: maintainer timeout (2 weeks)
Obtained from: Fedora 7 source rpm [1] |
19 May 2007 20:32:57
0.92.0_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Feb 2007 02:42:06
0.92.0_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
18 Dec 2006 08:02:54
0.92.0_2
|
dougb  |
Fix build with gcc 4.1
Obtained from: Gentoo |
21 May 2006 20:11:57
0.92.0_2
|
dougb  |
Add my own web site as a backup master site |
21 May 2006 20:08:21
0.92.0_2
|
dougb  |
The windowmaker web site has moved to .info |
13 May 2006 05:00:46
0.92.0_2
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
23 Feb 2006 10:40:45
0.92.0_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
26 Dec 2005 13:43:57
0.92.0_1
|
danfe  |
Use official spellings of `GNUstep' and `NeXTstep' in port's COMMENT and
description.
Approved by: maintainer timeout (over a month) |
24 Nov 2005 00:08:51
0.92.0
|
dougb  |
Add SHA256 checksums to my ports |
23 Nov 2005 23:27:13
0.92.0
|
dougb  |
Add option (on by default) to compile in the infamous
"single click" patch to put that option on the WPrefs
menu. |
15 Nov 2005 06:52:12
0.92.0
|
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. |
29 Oct 2005 07:13:29
0.92.0
|
dougb  |
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places. |
11 Aug 2005 07:52:18
0.92.0
|
dougb  |
1. Move the include of bsd.port.pre.mk before OPTIONS based on a recent
post to -ports on this topic
2. Fix build on amd64 by not trying to inline asm code designed for i386
3. Add a patch to fix window positioning on amd64, from
http://article.gmane.org/gmane.compw.window-managers.windowmaker.devel/749
2 and 3 provided/reminded by Dejan Lesjak <dejan.lesjak@ijs.si>
Fixes for 2 and 3 tested by Dejan, and A Dude <adudek16@gmail.com>.
Approved by: portmgr (krion) |
25 Jul 2005 08:12:21
0.92.0
|
dougb  |
Update to the latest, 0.92.
Re-sort pkg-plist was my idea.
Submitted by: Ports Fury |
28 Mar 2005 09:13:21
0.91.0
|
dougb  |
Patch to fix a debilitating problem for amd64 users. To quote Scott:
"While it compiles and seems to start fine, it will crash if you
start any GTK-based program, including Firefox and Mozilla ...
GTK populates the NET_WM_ICON X11 property with incorrectly padded
data, and WindowMaker blindly reads it out and winds up passing
garbage to some X libraries, which in turn abort the entire process ...
Fortunately, handling this X11 property is not mandatory as there are
other more reliable ways to pass icon state through X (and in fact very
very few other window managers even try this), so it's safe to avoid the
whole mess by stubbing it out and letting Windowmaker fall back to a
more reliable method."
I've tested this patch with i386 windowmaker, and haven't noticed any
differences. I have xterms and various other things doing fancy stuff
with window and icon titles, so I'm pretty confident that this will
be safe for users of all ARCH's. It's also possible that it will help
those users who were having weird QT problems, but I was not able to
reproduce that problem so I can't say for sure.
Submitted by: scottl
Approved by: portmgr (krion) |
26 Oct 2004 08:49:49
0.91.0
|
dougb  |
Update to 0.91.0, the latest version from the window maker team.
It contains several bug fixes, especially for the new alt-tab code.
1. Adopt this port, at least for the time being. I use it every day,
and follow the wm-user list so I'm probably qualified.
2. Update the descriptions of the OPTIONS.
3. Restore the knob for KDE, and add knobs for XINERAMA and the
additional LINGUAS files. These, and the XKB_STATUS knobs are all
off by default, but on for the PACKAGE_BUILDING case. I borrowed
this concept from the fluxbox port.
4. Add a knob for the experimental virtual desktop code, off by default.
The window maker folks warn that this is still experimental, so users (Only the first 15 lines of the commit message are shown above ) |
26 Oct 2004 08:31:32
0.90.0_1
|
dougb  |
This code is no longer in version 0.91.0 |
25 Oct 2004 22:27:52
0.90.0_1
|
pav  |
- Fix build on 4-stable
- Fix libwraster shared library version
- Remove a patch which is no longer needed
- Remove options which are no longer supported
- Fix pkg-plist
- Revise pkg-descr
PR: ports/73082
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
24 Oct 2004 11:02:32
0.90.0
|
dougb  |
Update to 0.90.0, the latest release from the Window Maker team.
This release adds many new features, including font anti-aliasing.
1. Update LIB_DEPENDS to include Xft
2. Modernize USE_LIBTOOL
3. Hermes is no longer relevant
4. Update man page list and pkg-plist for new version |
24 Oct 2004 10:59:21
0.80.2_3
|
dougb  |
De-fuzz for 0.90.0 |
24 Oct 2004 10:58:34
0.80.2_3
|
dougb  |
Revised to include all the languages supported in 0.90.0. |
24 Oct 2004 10:57:54
0.80.2_3
|
dougb  |
This patch does not seem to be necessary in 0.90.0. |
24 Oct 2004 10:57:23
0.80.2_3
|
dougb  |
This adjustment for how libtool is used seems no longer necessary
in 0.90.0. |
24 Oct 2004 10:56:45
0.80.2_3
|
dougb  |
Choosing a default font for the installation seems no longer to be
necessary in 0.90.0. |
24 Oct 2004 10:56:09
0.80.2_3
|
dougb  |
Improvements in the 0.90.0 code make these patches irrelevant. |
24 Oct 2004 10:54:50
0.80.2_3
|
dougb  |
In preparation for 0.90.0, delete all patches that involve charset
manipulation and zh_TW.Big5. The new charset is UTF-8 everywhere,
and zh_TW is now built into the distribution. |
21 Aug 2004 09:28:06
0.80.2_3
|
pav  |
- Convert to OPTIONS
PR: ports/70718
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
11 Jul 2004 11:30:43
0.80.2_3
|
krion  |
Pet portlint |
09 Jul 2004 17:43:11
0.80.2_3
|
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 |
06 May 2004 05:12:30
0.80.2_3
|
kris  |
Drop maintainership; I don't use this from day-to-day thesedays. |
22 Mar 2004 12:45:57
0.80.2_3
|
kris  |
o/~ Everybody was distfile sizing! o/~
(Add SIZE to distinfo)
Submitted by: trevor |
14 Mar 2004 06:17:56
0.80.2_3
|
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. |
15 Feb 2004 06:54:10
0.80.2_3
|
kris  |
Really fix the typo. |
15 Feb 2004 06:53:07
0.80.2_3
|
kris  |
Fix typo that somehow made it into my previous commit.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> |
14 Feb 2004 06:04:05
0.80.2_3
|
kris  |
Set WITHOUT_HERMES on sparc64, because that library has an endianness
bug that interchanges red and blue channels in images.
Take maintainership. |
04 Feb 2004 04:36:30
0.80.2_3
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
0.80.2_2
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
21 Jan 2004 17:13:56
0.80.2_2
|
nork  |
o Fix flickering problem with GTK2.
o Bump PORTREVISION acrodingly.
PR: ports/61661
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Obtained from: http://www.monkey.org/openbsd/archive/ports/0308/msg00111.html |
27 Sep 2003 03:04:08
0.80.2_1
|
edwin  |
Fix breakage by KATO megapatch
Submitted by: Adam McLaurin <blueeskimo@gmx.net> |
27 Sep 2003 01:01:08
0.80.2_1
|
edwin  |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
26 Aug 2003 20:25:58
0.80.2_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
0.80.2
|
marcus  |
Chase the libintl.so shared lib version. |
29 Jul 2003 09:12:37
0.80.2
|
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
07 Mar 2003 06:14:21
0.80.2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Jan 2003 10:39:00
0.80.2
|
sobomax  |
Revert superfluous PORTREVISION bump from the previous commit. |
02 Jan 2003 10:34:09
0.80.2_1
|
sobomax  |
Add a knob to disable Hermes support.
PR: 45748
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> |
20 Nov 2002 20:31:35
0.80.2
|
sobomax  |
Update to 0.80.2.
PR: 45523
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> |