Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.9_7 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
1.4.9_6 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 ) |
1.4.9_6 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.9_6 25 Apr 2022 15:06:48 |
Joseph Mingrone (jrm) |
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation |
1.4.9_6 16 Nov 2021 04:10:25 |
Li-Wen Hsu (lwhsu) |
*/scim*: Update WWW |
1.4.9_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.9_6 07 Nov 2019 17:19:12 |
zeising |
Add USES=xorg USES=gl, ports categories t
Add USES=xorg and USES=gl to ports in categories starting with 't'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.4.9_6 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
1.4.9_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.4.9_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.4.9_4 27 Sep 2018 22:47:48 |
linimon |
Fix build on gcc-based archs. Add gmake to USES.
Tested on powerpc64, amd64.
PR: 231692
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.4.9_4 06 Jan 2018 03:03:42 |
jbeich |
textproc/scim: unbreak build with Clang 6 (C++14 by default)
In file included from scim_backend.cpp:33:
In file included from ./scim.h:193:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:477:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:56:
In file included from /usr/include/c++/v1/algorithm:642:
/usr/include/c++/v1/utility:324:5: error: the parameter for this
explicitly-defaulted copy constructor is const, but a member or base requires it
to be non-const
pair(pair const&) = default;
^
/usr/include/c++/v1/map:624:16: note: in instantiation of template class
'std::__1::pair<const std::__1::basic_string<char>,
scim::Pointer<scim::IMEngineFactoryBase> >' requested here (Only the first 15 lines of the commit message are shown above ) |
1.4.9_4 19 Oct 2016 22:08:18 |
antoine |
Fix build with clang 3.9
PR: 212687
Submitted by: emaste
Approved by: maintainer timeout (1 month) |
1.4.9_4 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.4.9_4 26 Dec 2015 15:15:01 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
1.4.9_4 26 Sep 2015 00:08:27 |
bapt |
Specify correctly @post* for gtk-query-immodules |
1.4.9_4 22 Dec 2014 22:46:12 |
bapt |
Get rid of gnomehier |
1.4.9_3 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
1.4.9_2 04 Jan 2014 23:27:59 |
antoine |
With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache. gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports
Reviewed by: kwm (immodules part) |
1.4.9_2 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
1.4.9_2 22 Oct 2013 12:10:35 |
tijl |
- Fix linker problem by removing libtool dependency. The combination of
USE_AUTOTOOLS, USE_GCC and C++ is broken because /usr/local/bin/libtool
has hardcoded the linker it was built with. So on FreeBSD 10 it tries
to link gcc compiled C++ code with clang which does not work.
- Remove USE_GCC and fix build with clang with two new patches. [1]
- Fix build with libc++ by removing -lstdc++ from linker flags. The
compiler automatically adds the right runtime library.
- Add LICENSE.
- Convert gnomehack to pathfix.
- Remove references to PTHREAD_LIBS and PTHREAD_CFLAGS.
- Support staging.
- Remove an old patch that's no longer needed.
PR: ports/164618 [1]
Submitted by: Paul Ambrose <ambrosehua@gmail.com> [1]
Approved by: maintainer timeout (2 weeks) |
1.4.9_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.4.9_1 13 Sep 2013 17:14:53 |
madpilot |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit) |
1.4.9_1 03 Sep 2013 19:51:13 |
antoine |
Add an explicit dependency on pkgconf
(needed for detection of gtk)
Obtained from: portmgr (bapt) |
1.4.9_1 17 Jun 2013 16:18:54 |
antoine |
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)
This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules
PR: ports/179230
Approved by: portmgr (bapt) |
1.4.9_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.4.9_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.4.9_1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
1.4.9_1 21 Aug 2012 11:20:19 |
bapt |
remove trailing spaces in plist
PR: ports/168840
Submitted by: bapt
Approved by: maintainer timeout (>2 months) |
1.4.9_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.4.9 01 Nov 2011 21:59:38 |
dougb |
Remove comments and optional dependencies for ports which are
about to be removed. |
1.4.9 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 |
1.4.9 23 Jul 2011 00:21:33 |
lx |
Update pkg-plist with newly added locale files.
Submitted by: Pav |
1.4.9 20 Jul 2011 21:58:26 |
lx |
Update to 1.4.9. |
1.4.7_8 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.4.7_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.7_8 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4.7_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4.7_6 08 Feb 2010 19:29:39 |
lx |
Update pkg-message to list all available SCIM methods/modules/engines.
PR: ports/143619
Submitted by: Nikola Lecic |
1.4.7_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4.7_5 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 |
1.4.7_5 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.4.7_4 24 May 2009 04:43:34 |
lx |
Fix scim-helper-manager segfaults.
Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org> |
1.4.7_3 06 Jun 2008 14:05:09 |
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) |
1.4.7_2 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) |
1.4.7_1 24 Mar 2008 13:03:55 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.4.7_1 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
1.4.7 30 Jun 2007 01:45:58 |
lx |
Update distinfo. Distfile was re-rolled with updated documentation, no
code changes. |
1.4.7 26 Jun 2007 19:22:04 |
lx |
Update to 1.4.7. |
1.4.6_1 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}. |
1.4.6 29 Apr 2007 02:58:22 |
lx |
Taking maintainership.
Approved by: edwin (mentor) |
1.4.6 29 Apr 2007 00:29:21 |
lx |
Update to 1.4.6, a bugfix release.
Approved by: edwin (mentor) |
1.4.5 30 Mar 2007 12:33:53 |
ume |
Update to 1.4.5. |
1.4.4_2 14 Mar 2007 07:47:33 |
linimon |
Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.4.4_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.4.4_2 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.4.4_1 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
1.4.4_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.4 11 Feb 2006 03:13:48 |
clsung |
- update to 1.4.4
PR: 93147
Submitted by: maintainer (Jie Gao) |
1.4.2_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.2_1 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4.2_1 15 Nov 2005 06:52:12 |
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. |
1.4.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.4.2 15 Oct 2005 13:21:16 |
nork |
SCIM updated to 1.4.2.
o Update scim 1.4.2. [1]
o Update skim 1.4.2. [1]
o Update scim-uim 0.1.4. [2]
o Bump PORTREVISION in scim related ports.
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> [1]
Approved by: Seiya Yanagita <s_yanagita@ybb.ne.jp> [2] |
1.4.0 30 Jul 2005 06:20:20 |
nork |
o Update to 1.4.0.
o Chase bump libversion to slave ports .
PR: ports/84247
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
1.2.2 10 May 2005 14:57:24 |
nork |
o Update
ports/textproc/scim 1.2.0 --> 1.2.2
ports/textproc/skim 1.2.0 --> 1.2.2
o Chase scim's library bump.
PR: ports/80848
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
1.2.0_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.2.0 02 Mar 2005 09:57:08 |
ahze |
- Update to 1.2.0
PR: ports/78260
Submitted by: maintainer |
1.0.2_1 25 Jan 2005 00:41:24 |
pav |
- Fix build on 4-STABLE
- Support GCONF_SCHEMAS
- Install GNOME related files to proper locations
PR: ports/76548
Submitted by: Ports Fury
Approved by: maintainer |
1.0.2 20 Jan 2005 15:09:31 |
vanilla |
1: Upgrade to 1.0.2.
2: update www site.
PR: ports/76475
Submitted by: maintainer |
1.0.0_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.0.0 18 Oct 2004 21:35:11 |
thierry |
Upgrade textproc/scim and related ports:
textproc/scim 0.99.6 --> 1.0.0
chinese/scim-chinese 0.4.1 --> 0.4.2
chinese/scim-tables 0.4.1 --> 0.4.3
korean/scim-tables 0.4.1 --> 0.4.3
japanese/scim-tables 0.4.1 --> 0.4.3
textproc/skim 0.9.5 --> 1.0.0
Pet portlint.
PR: ports/71919
Submitted by: maintainer. |
0.99.6 22 Aug 2004 12:33:50 |
arved |
Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.
Update textproc/scim to 0.99.6
Update dependants:
textproc/skim 0.9.4 --> 0.9.5
chinese/scim-chinese 0.4.0 --> 0.4.1
chinese/scim-tables 0.4.0 --> 0.4.1
korean/scim-tables 0.4.0 --> 0.4.1
japanese/scim-tables 0.4.0 --> 0.4.1
PR: 70501
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> |
0.99.5_1 12 Aug 2004 07:14:44 |
vanilla |
1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE.
3: make other ports BROKEN on 4-X.
PR: ports/70326
Submitted by: maintainer |
0.99.5 30 Jul 2004 08:40:46 |
pav |
- Update to 0.99.5
PR: ports/69777
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.99.4 25 Jul 2004 13:16:56 |
vanilla |
Update textproc/scim to 0.99.4, and remove a post-patch reinplacement that is
now in the new version.
PR: ports/69640
Submitted by: maintainer |
0.99.2 11 Jul 2004 19:19:20 |
vanilla |
Remove uneeded patch, and fix pkg-plist.
PR: ports/68880
Submitted by: maintainer |
0.99.2 02 Jul 2004 22:35:29 |
vanilla |
Add scim 0.99.2, smart Common Input Method platform.
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Somepart by: me |