Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.8_8 27 Jan 2024 23:07:13 |
Muhammad Moinur Rahman (bofh) |
x11-toolkits/open-motif: Moved man to share/man
Approved by: portmgr (blanket) |
2.3.8_7 05 Dec 2023 22:49:10 |
Cy Schubert (cy) |
Revert "x11-toolkits/open-motif*: EditRes functionality is unreliable on 64 bit"
A patch to x11-toolkits/libXmu, still in review, is required to,
a) build this patch,
b) work.
This reverts commit feec232fadd3d30c62282b6dd218536b7322e761. |
2.3.8_8 05 Dec 2023 22:39:03 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: EditRes functionality is unreliable on 64 bit
Like x11-toolkits/libXmu, the same problem exists in Motif and
editres(1) will not pop up the resource box,
displaying, "this widget no longer exists in the client."
Additional discussion and patch posted near the end of the
discussion at,
https://gitlab.freedesktop.org/xorg/lib/libxmu/-/issues/1
MFH: 2023Q4 |
2.3.8_7 05 Dec 2023 00:02:06 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Disable XmPIXMAP mode for drag-and-drop
In XmPIXMAP mode, Motif will draw to the root window with
IncludeInferious without being under a GrabServer.
This results in a variety of graphical glitches. For example, when a
compositing window manager updates the screen it will erase the drag
icon. This continues until the icon leaves the origin window, when Motif
does a GrabServer. The GrabServer avoids the graphical glitches, but it
also freezes the rest of the desktop (which is impolite).
Given that all current X servers support SHAPE, and given that most
users are running a compositing window manager, XmDRAG_WINDOW is always
a better choice. Therefore, disable XmPIXMAP entirely.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/1/ |
2.3.8_6 05 Dec 2023 00:02:05 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: revise AM_FUNC_VOID_SPRINTF
The check for whether sprintf() returns void would fail to detect
sprintf() returning int under recent Clang.
Presumably the check meant to see if an error like
"passing 'void' to parameter of incompatible type 'int'"
is generated, but Clang would always generate other errors
having to do with calling sprintf() with too few arguments
and attempting to redeclare sprintf() when it is a builtin macro.
And even if the test program compiles, such as with GCC,
it crashes during the sprintf(".") call.
Revise the test program to not redeclare sprintf(), to call sprintf()
with valid arguments, and to not implicitly declare exit() due to
stdlib.h not being included (which Apple Xcode Clang 12 and later
consider an error rather than a warning).
If sprintf() returns void, then a compiler error similar to
"initializing 'int' with an expression of incompatible type 'void'"
or "void value not ignored as it ought to be" should be generated.
Otherwise if sprintf() returns int, then the test program should
compile and exit with code 0, and the check should properly report
that sprintf() does not return void.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/3/ |
2.3.8_5 05 Dec 2023 00:02:05 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Don't share cached Xft renditions across display
connections
Xft rendition caching added with the fix #1414 won't check whether the
matching rendition was allocated trough a different display connection.
This causes a forked process that creates Motif widgets on a separate
display connection to fail with RenderBadGlyphSet X error as soon as
the parent process closes its display, thus invalidating the associated
Xft font resource.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/4/ |
2.3.8_4 05 Dec 2023 00:02:04 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: MenuShell: computing position uses RC_Type() expecting
RowColumn
To compute the position of a menu to display, in some cases the
position is computed invoking RC_Type() that expects a RowColumn
widget. One case was not verifying this hence leading to coredump.
Obtained from: https://sourceforge.net/p/motif/code/merge-requests/5/ |
2.3.8_3 17 Oct 2023 03:51:17 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Depend on x11-toolkits/libXmu
Motif already indirectly depends on x11-toolkits/libXmu. Document this
fact as it is needed for Editres support.
MFH: 2023Q4 |
2.3.8_3 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2.3.8_2 15 May 2023 14:36:17 |
Cy Schubert (cy) Author: Dimitry Andric |
x11-toolkits/open-motif*: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building x11-toolkits/open-motif:
WmError.c:134:24: error: incompatible function pointer types passing 'void
(char *)' to parameter of type 'void (*)(String) __attribute__((noreturn))' (aka
'void (*)(char *) __attribute__((noreturn))')
[-Wincompatible-function-pointer-types]
XtSetErrorHandler (WmXtErrorHandler);
^~~~~~~~~~~~~~~~
/usr/local/include/X11/Intrinsic.h:1776:1: note: passing argument to parameter
here
);
^
In this case the declaration of the callback function for
XtSetErrorHandler() shoud have a noreturn attribute, specifically using
the _X_NORETURN macro.
PR: 271425 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.8_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.8_2 16 Aug 2022 03:33:52 |
Cy Schubert (cy) |
x11-toolkits/open-motif*: Introduce open-motif-devel
Copy x11-toolkits/open-motif to x11-toolkits/open-motif-devel in order to
track development. Then update open-motif-devel to the latest motif-code
commit proxied through my GH account.
Register the conflict with x11-toolkits/open-motif.
Motif (formerly Open Motif) is developed by ics.com. The repository is
on Sourceforge. I proxy it through my github account to employ the GH
plumbing in ports. |
2.3.8_2 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.3.8_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.8_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.8_2 16 Dec 2020 17:52:54 |
cy |
Update WWW. |
2.3.8_1 30 Sep 2019 04:35:19 |
cy |
Prepare for the deprecation of libXp, which has been deorbited by
our upstream: remove the libXp dependency.
Reported by: zeising |
2.3.8 29 Sep 2019 04:46:33 |
cy |
Using USE_XORG alone is deprecated, please use USES=xorg |
2.3.8 06 Dec 2017 15:26:00 |
cy |
Update 2.3.7 --> 2.3.8 |
2.3.7 06 Dec 2017 15:19:36 |
cy |
Adjust MASTER_SITES to replace a hardcoded version number with
PORTVERSION. |
2.3.7 01 Dec 2017 07:19:54 |
antoine |
Cleanup LIB_DEPENDS on libpng |
2.3.7 28 Mar 2017 05:30:32 |
cy |
Update 2.3.6 --> 2.3.7 |
2.3.6_1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.3.6_1 09 Jul 2016 04:58:19 |
cy |
Correct the graphics/png dependency. |
2.3.6 11 Jun 2016 05:33:36 |
cy |
Update 2.3.5 --> 2.3.6 |
2.3.5 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
2.3.5 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.3.5 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.3.5 17 Mar 2016 19:42:19 |
cy |
Update 2.3.4 --> 2.3.5.
Take maintainership of this port.
PR: 2208077
Submitted by: cy
Approved by: Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>) |
2.3.4_2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.3.4_2 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.3.4_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.3.4_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.3.4_1 18 Dec 2014 12:06:31 |
bapt |
Convert to USES=autoreconf
Strip binaries
Remove useless inclusion of bsd.port.options.mk |
2.3.4_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.4_1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.3.4_1 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
2.3.4_1 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
2.3.4_1 28 Apr 2014 18:20:56 |
tijl |
- Convert to USES=libtool.
- Replace autogen.sh in pre-configure with normal USE_AUTOTOOLS. The
script also ran ./configure so configure ran twice.
- Remove --with-pic from CONFIGURE_ARGS. Not needed. |
2.3.4 19 Feb 2014 22:13:33 |
antoine |
Remove more cruft (patching Makefile.in when automake is used) |
2.3.4 19 Feb 2014 21:40:52 |
antoine |
- Stage support
- Remove non working cruft |
2.3.4 02 Feb 2014 15:09:00 |
dim |
For clang, stop adding -fno-tree-ter to CFLAGS, since it will cause an
error message for clang 3.4 and later.
Approved by: portmgr (bdrewery) |
2.3.4 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.3.4 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
2.3.4 02 Sep 2013 15:26:23 |
bapt |
Add an explicit dependency on pkgconf |
2.3.4 30 Aug 2013 09:52:20 |
bsam |
Fix build at 10.x after recent changes at /usr/bin/ld. Error log:
----
./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv'
./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv_close'
./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv_open'
-----
PR: ports/181579
Submitted by: bsam (me)
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
2.3.4 10 Jul 2013 07:00:44 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
2.3.4 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
2.3.4 03 Dec 2012 18:25:45 |
amdmi3 |
- Fix build with nondefault LOCALBASE
PR: 174019
Submitted by: myself
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Feature safe: yes |
2.3.4 06 Nov 2012 23:35:00 |
cy |
Remove redundant conflict.
Feature safe: yes |
2.3.4 06 Nov 2012 23:30:46 |
cy |
Temporarily make this port fetchable until the rename happens.
Feature safe: yes |
2.3.4 06 Nov 2012 22:50:46 |
cy |
r307088 broke too much. Rename motif back to open-motif, keeping the 2.3.3 to
2.3.4 update and the LGPL 2.1 bit.
Feature safe: yes |
2.3.3_2 06 Nov 2012 19:48:09 |
cy |
Update motif from 2.3.3 to 2.3.4.
Openmotif is now named motif (again).
Motif is LGPL 2.1.
PR: 173198
Submitted by: myself (cy@)
Approved by: Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>>
Feature safe: yes |
2.3.3_2 13 Sep 2012 08:05:31 |
rm |
- fix detection of X11/extensions/XPrint.h
- bump PORTREVISION
PR: 170626
Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail dot com> (maintainer)
Reported by: Marcin Cieslak <saper at saper dot info> |
2.3.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.3.3 26 Oct 2011 18:53:36 |
pawel |
Fix -fno-tree-ter configure check
PR: ports/161970
Submitted by: Nali Toja <nalitoja@gmail.com>
Approved by: maintainer |
2.3.3 23 Sep 2011 22:26:39 |
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 |
2.3.3 10 Sep 2011 05:05:33 |
amdmi3 |
- Respect LOCALBASE
PR: 160550
Submitted by: myself
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
2.3.3 21 Jun 2011 14:50:01 |
makc |
Add 'USE_CSTD= gnu89' to fix build with clang
Submitted by: rdivacky via mail
Approved by: Mikhail Tsatsenko (maintainer) |
2.3.3 02 May 2011 12:40:24 |
makc |
Update open-motif to 2.3.3
Remove needles patches (integrated upstream)
Pass maintainership to submitter
PR: ports/154044
Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com>
Exp-runs by: pav |
2.2.3_6 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.2.3_6 12 Nov 2010 22:50:04 |
linimon |
steve's commit bit has been taken for safekeeping, so return these ports
to the pool.
Hat: portmgr |
2.2.3_6 17 Aug 2009 13:23:28 |
steve |
Update to reflect new homepage.
Submitted by: olgeni |
2.2.3_6 02 Aug 2009 19:36:34 |
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 |
2.2.3_6 12 Jun 2009 03:47:14 |
steve |
Set MAKE_JOBS_UNSAFE for this port.
PR: 135490
Submitted by: pgollucci |
2.2.3_6 30 Jan 2009 20:05:21 |
pav |
- Update download location
Reported by: -fetch-original pointyhat run |
2.2.3_6 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
2.2.3_5 27 Aug 2008 22:14:06 |
steve |
Keep ports depending on the Motif libraries from crashing on 7.x.
PR: 112999, 117626
Submitted by: sgk@troutmask.apl.washington.edu |
2.2.3_5 19 Apr 2008 17:56:05 |
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) |
2.2.3_5 14 Aug 2007 20:13:52 |
steve |
Remove USE_X_PREFIX and USE_XORG to the Xaw dependency as well.
PR: 115512
Submitted by: mm |
2.2.3_4 14 Aug 2007 20:07:26 |
steve |
This port no longer RUN_DEPENDS on imake.
PR: 111103
Submitted by: christopher<chrismcc+freebsd@pricegrabber.com> |
2.2.3_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.2.3_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
2.2.3_2 08 May 2006 14:49:10 |
steve |
Fix MASTER_SITES and remove USE_REINPLACE.
PR: 96914
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
2.2.3_2 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
2.2.3_2 01 Jun 2005 16:02:04 |
pav |
- Don't install demos by default, they are not generally interesting and
it cuts 400 kB off the package. They can be build on demand
- Fix plist for without manuals option
- Portlint
PR: ports/70503, ports/80012
Submitted by: Jake Hamby <jhamby@anobject.com>,
Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (9 months, 6 weeks respectively) |
2.2.3_1 10 Mar 2005 16:52:15 |
phantom |
Add -fPIC while building at sparc64 as well |
2.2.3_1 10 Mar 2005 16:28:15 |
phantom |
Merge open-motif-jdk's functionality to open-motif port itself |
2.2.3_1 31 Jan 2005 16:27:50 |
phantom |
Add configuration variable WITHOUT_OPENMOTIF_MANUALS, which controls
building/installing of open-motif's manpages and docs |
2.2.3_1 02 Jan 2005 00:33:36 |
steve |
Fix libXpm vulnerabilities that are described here:
http://www.vuxml.org/freebsd/ef253f8b-0727-11d9-b45d-000c41e2cdad.html
Approved by: portmgr |
2.2.3 24 Dec 2004 06:34:45 |
phantom |
While building on amd64 add -fPIC to CFLAGS |
2.2.3 15 Aug 2004 15:22:06 |
steve |
Update to version 2.2.3.
PR: 65721
Submitted by: KATO Tsuguru <tkato@prontomail.com>, deischen |
2.2.2_2 23 Jul 2004 19:10:32 |
anholt |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
2.2.2_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2.2_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.2.2_1 24 Nov 2003 12:25:08 |
kris |
Fix build on sparc64
Submitted by: tmm |
2.2.2_1 14 Oct 2003 15:47:28 |
dinoex |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris |
2.2.2_1 13 Jul 2003 15:43:35 |
alex |
From the PR:
'colordemo' from open-motif can be used to select colors by either RGB values
or from the file rgb.txt. However, the underlying library doesn't honour XBASE
and looks for the file in the wrong place.
PR: 50239
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer timeout (and the fact that Volker won't let
me pass my upcoming Haskell classes next terms if I
don't commit this) |
2.2.2_1 07 Mar 2003 06:14:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.2_1 18 Oct 2002 22:03:05 |
obraun |
* add 2 missing man pages
* Bump PORTREVISION
PR: 44234
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.2.2 16 Oct 2002 15:10:38 |
steve |
Set LIBDIR correctly during the build of mwm so that it can find its
its configuration file at run-time.
PR: 43636
Submitted by: kan |
2.2.2 21 Sep 2002 06:58:29 |
knu |
Unbreak by using find+xargs instead of globbing that results in
command line overflow if the length of WRKDIRPREFIX is very long. |
2.2.2 19 Sep 2002 17:45:32 |
alane |
Fix build when a version of open-motif is already installed.
PR: ports/42954
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.2.2 19 Sep 2002 01:39:27 |
kris |
Add a missing directory |
2.2.2 17 Sep 2002 19:21:16 |
sobomax |
Since the build can break up with some LANG environment settings, add
LANG=C in MAKE_ENV. Actually, I think that bsd.port.mk should do this instead.
Submitted by: gnome tinderbox failure |
2.2.2 14 Sep 2002 13:32:07 |
sobomax |
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.) |
2.2.2 13 Sep 2002 18:42:28 |
ijliao |
upgrade to 2.2.2
PR: 42491
Submitted by: Ports Fury |
2.1.30_3 26 Jul 2002 04:10:23 |
glewis |
. Add a patch to prevent crashes which occur when using XIM and
certain (e.g. Asian) character sets.
. Bump PORTREVISION to reflect this fix.
PR: 30421
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Reviewed by: steve (the patch)
Approved by: steve |
23 Nov 2001 08:48:04 |
sf |
stop installing host.def, Motif.tmpl/rules and use stock one. This unbreaks
XFree86-4-Server building. |