Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Dec 2020 17:52:54
2.3.8_2

|
cy  |
Update WWW. |
30 Sep 2019 04:35:19
2.3.8_1

|
cy  |
Prepare for the deprecation of libXp, which has been deorbited by
our upstream: remove the libXp dependency.
Reported by: zeising |
29 Sep 2019 04:46:33
2.3.8

|
cy  |
Using USE_XORG alone is deprecated, please use USES=xorg |
06 Dec 2017 15:26:00
2.3.8

|
cy  |
Update 2.3.7 --> 2.3.8 |
06 Dec 2017 15:19:36
2.3.7

|
cy  |
Adjust MASTER_SITES to replace a hardcoded version number with
PORTVERSION. |
01 Dec 2017 07:19:54
2.3.7

|
antoine  |
Cleanup LIB_DEPENDS on libpng |
28 Mar 2017 05:30:32
2.3.7

|
cy  |
Update 2.3.6 --> 2.3.7 |
18 Jan 2017 13:20:32
2.3.6_1

|
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) |
09 Jul 2016 04:58:19
2.3.6_1

|
cy  |
Correct the graphics/png dependency. |
11 Jun 2016 05:33:36
2.3.6

|
cy  |
Update 2.3.5 --> 2.3.6 |
25 May 2016 15:43:34
2.3.5

|
mat  |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
19 May 2016 10:53:06
2.3.5

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
2.3.5

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
17 Mar 2016 19:42:19
2.3.5

|
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>) |
22 Jun 2015 18:33:22
2.3.4_2

|
antoine  |
Convert to USES=jpeg |
27 Jan 2015 21:01:59
2.3.4_2

|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
25 Dec 2014 20:54:43
2.3.4_2

|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
2.3.4_1

|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
18 Dec 2014 12:06:31
2.3.4_1

|
bapt  |
Convert to USES=autoreconf
Strip binaries
Remove useless inclusion of bsd.port.options.mk |
29 Jul 2014 19:11:53
2.3.4_1

|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
29 Jul 2014 17:12:50
2.3.4_1

|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
23 Jul 2014 10:28:04
2.3.4_1

|
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) |
22 Jun 2014 10:44:30
2.3.4_1

|
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 ) |
28 Apr 2014 18:20:56
2.3.4_1

|
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. |
19 Feb 2014 22:13:33
2.3.4

|
antoine  |
Remove more cruft (patching Makefile.in when automake is used) |
19 Feb 2014 21:40:52
2.3.4

|
antoine  |
- Stage support
- Remove non working cruft |
02 Feb 2014 15:09:00
2.3.4

|
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) |
20 Sep 2013 23:57:48
2.3.4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
04 Sep 2013 18:06:08
2.3.4

|
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) |
02 Sep 2013 15:26:23
2.3.4

|
bapt  |
Add an explicit dependency on pkgconf |
30 Aug 2013 09:52:20
2.3.4

|
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) |
10 Jul 2013 07:00:44
2.3.4

|
bapt  |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
27 Apr 2013 22:09:15
2.3.4

|
bapt  |
Convert the last USE_ICONV to USES=iconv |
03 Dec 2012 18:25:45
2.3.4

|
amdmi3  |
- Fix build with nondefault LOCALBASE
PR: 174019
Submitted by: myself
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Feature safe: yes |
06 Nov 2012 23:35:00
2.3.4

|
cy  |
Remove redundant conflict.
Feature safe: yes |
06 Nov 2012 23:30:46
2.3.4

|
cy  |
Temporarily make this port fetchable until the rename happens.
Feature safe: yes |
06 Nov 2012 22:50:46
2.3.4

|
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 |
06 Nov 2012 19:48:09
2.3.3_2

|
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 |
13 Sep 2012 08:05:31
2.3.3_2

|
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> |
01 Jun 2012 05:26:28
2.3.3_1
|
dinoex  |
- update png to 1.5.10 |
26 Oct 2011 18:53:36
2.3.3
|
pawel  |
Fix -fno-tree-ter configure check
PR: ports/161970
Submitted by: Nali Toja <nalitoja@gmail.com>
Approved by: maintainer |
23 Sep 2011 22:26:39
2.3.3
|
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 |
10 Sep 2011 05:05:33
2.3.3
|
amdmi3  |
- Respect LOCALBASE
PR: 160550
Submitted by: myself
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) |
21 Jun 2011 14:50:01
2.3.3
|
makc  |
Add 'USE_CSTD= gnu89' to fix build with clang
Submitted by: rdivacky via mail
Approved by: Mikhail Tsatsenko (maintainer) |
02 May 2011 12:40:24
2.3.3
|
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 |
04 Dec 2010 07:34:27
2.2.3_6
|
ade  |
Sync to new bsd.autotools.mk |
12 Nov 2010 22:50:04
2.2.3_6
|
linimon  |
steve's commit bit has been taken for safekeeping, so return these ports
to the pool.
Hat: portmgr |
17 Aug 2009 13:23:28
2.2.3_6
|
steve  |
Update to reflect new homepage.
Submitted by: olgeni |
02 Aug 2009 19:36:34
2.2.3_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 |
12 Jun 2009 03:47:14
2.2.3_6
|
steve  |
Set MAKE_JOBS_UNSAFE for this port.
PR: 135490
Submitted by: pgollucci |
30 Jan 2009 20:05:21
2.2.3_6
|
pav  |
- Update download location
Reported by: -fetch-original pointyhat run |
23 Jan 2009 16:28:36
2.2.3_6
|
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). |
27 Aug 2008 22:14:06
2.2.3_5
|
steve  |
Keep ports depending on the Motif libraries from crashing on 7.x.
PR: 112999, 117626
Submitted by: sgk@troutmask.apl.washington.edu |
19 Apr 2008 17:56:05
2.2.3_5 
|
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) |
14 Aug 2007 20:13:52
2.2.3_5
|
steve  |
Remove USE_X_PREFIX and USE_XORG to the Xaw dependency as well.
PR: 115512
Submitted by: mm |
14 Aug 2007 20:07:26
2.2.3_4
|
steve  |
This port no longer RUN_DEPENDS on imake.
PR: 111103
Submitted by: christopher<chrismcc+freebsd@pricegrabber.com> |
19 May 2007 20:32:57
2.2.3_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
2.2.3_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
08 May 2006 14:49:10
2.2.3_2
|
steve  |
Fix MASTER_SITES and remove USE_REINPLACE.
PR: 96914
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
24 Jan 2006 03:16:52
2.2.3_2
|
edwin  |
SHA256ify
Approved by: krion@ |
01 Jun 2005 16:02:04
2.2.3_2
|
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) |
10 Mar 2005 16:52:15
2.2.3_1
|
phantom  |
Add -fPIC while building at sparc64 as well |
10 Mar 2005 16:28:15
2.2.3_1
|
phantom  |
Merge open-motif-jdk's functionality to open-motif port itself |
31 Jan 2005 16:27:50
2.2.3_1
|
phantom  |
Add configuration variable WITHOUT_OPENMOTIF_MANUALS, which controls
building/installing of open-motif's manpages and docs |
02 Jan 2005 00:33:36
2.2.3_1
|
steve  |
Fix libXpm vulnerabilities that are described here:
http://www.vuxml.org/freebsd/ef253f8b-0727-11d9-b45d-000c41e2cdad.html
Approved by: portmgr |
24 Dec 2004 06:34:45
2.2.3 
|
phantom  |
While building on amd64 add -fPIC to CFLAGS |
15 Aug 2004 15:22:06
2.2.3 
|
steve  |
Update to version 2.2.3.
PR: 65721
Submitted by: KATO Tsuguru <tkato@prontomail.com>, deischen |
23 Jul 2004 19:10:32
2.2.2_2 
|
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) |
31 Mar 2004 03:12:58
2.2.2_2 
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
2.2.2_2 
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
24 Nov 2003 12:25:08
2.2.2_1 
|
kris  |
Fix build on sparc64
Submitted by: tmm |
14 Oct 2003 15:47:28
2.2.2_1 
|
dinoex  |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris |
13 Jul 2003 15:43:35
2.2.2_1 
|
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) |
07 Mar 2003 06:14:08
2.2.2_1 
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
18 Oct 2002 22:03:05
2.2.2_1 
|
obraun  |
* add 2 missing man pages
* Bump PORTREVISION
PR: 44234
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
16 Oct 2002 15:10:38
2.2.2 
|
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 |
21 Sep 2002 06:58:29
2.2.2 
|
knu  |
Unbreak by using find+xargs instead of globbing that results in
command line overflow if the length of WRKDIRPREFIX is very long. |
19 Sep 2002 17:45:32
2.2.2 
|
alane  |
Fix build when a version of open-motif is already installed.
PR: ports/42954
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
19 Sep 2002 01:39:27
2.2.2 
|
kris  |
Add a missing directory |
17 Sep 2002 19:21:16
2.2.2 
|
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 |
14 Sep 2002 13:32:07
2.2.2 
|
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.) |
13 Sep 2002 18:42:28
2.2.2 
|
ijliao  |
upgrade to 2.2.2
PR: 42491
Submitted by: Ports Fury |
26 Jul 2002 04:10:23
2.1.30_3 
|
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. |
13 Sep 2001 16:56:52

|
steve  |
Makefile: - fix a bug involving NOPORTDOCS - add NO_OPENMOTIF_DEMOS "make"
variable to control whether Motif demos are built and installed |
14 Feb 2001 22:21:59

|
sf  |
o respect CFLAGS. o use /usr/bin/cpp instead of /usr/libexec/cpp. o support
NOPORTDOCS. |
05 Feb 2001 16:49:18

|
olgeni  |
Batch of style fixes for x11-toolkits. |
09 Oct 2000 02:40:02

|
asami  |
Move USE_IMAKE up above the include of bsd.port.pre.mk, so it gets the
dependency right. (Also, remove the "#xxx Hack alert!" that becomes
unnecessary as a result. :) |
08 Oct 2000 08:03:53

|
asami  |
Convert category x11-toolkits to new layout. |
04 Oct 2000 02:23:37

|
steve  |
Only use the XFree86 version 4 mtree file when it is actually desired (ie. not
when XFREE86_VERSION=3). |
19 Sep 2000 22:37:42

|
asami  |
Install the *I.h files also, some ports (at least xblackjack and libhelp) need
these. |
18 Sep 2000 07:22:50

|
steve  |
Don't build/install the debug versions of lib{Mrm,Uil,Xm}. |
16 Sep 2000 00:18:47

|
asami  |
Add MTREE_FILE definition, this port is happier with BSD.x11-4.dist. |
14 Sep 2000 11:43:24

|
asami  |
Add XFREE86_HTML_MAN=no, since this port does not install those stuff. |
29 Aug 2000 03:02:17

|
obrien  |
Pass the maintainer hat to Steve who agreed to take it over. |
18 Aug 2000 18:42:05

|
asami  |
Don't install imake config files other than Motif.* and host.def. Don't
install imake and makedepend (although we need to build them for internal use
-- it is too hard to make it use the installed versions). Make PLIST complete
and add more manpages to MAN*. |
19 Jul 2000 14:23:09

|
obrien  |
We offically only use -O optimization. |
19 Jul 2000 13:58:58

|
obrien  |
Update to build properly from sources rather than re-package the Metrolink
offering. |
18 Jul 2000 10:36:25

|
obrien  |
Update to the 4th build of the Metrolink Open Motif 2.1.30 build. |
18 Jul 2000 10:34:13

|
obrien  |
Update to the 4th build of the Metrolink Open Motif 2.1.30 build. |