Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.7_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.2.7_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.2.7_6 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.2.7_6 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.2.7_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.7_6 10 Jan 2021 11:08:56 |
nobutaka |
- Fix build error with Clang 11.
- Add undeclared dependencies.
PR: 252535
Submitted by: Tomoyuki Sakurai <trombik1973@gmail.com> |
1.2.7_6 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
1.2.7_6 14 Sep 2019 15:54:20 |
nobutaka |
Bump PORTREVISION for the update of japanese/anthy. |
1.2.7_5 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.2.7_5 31 Aug 2018 22:07:05 |
tobik |
japanese/scim-anthy: Fix build with Clang 6
/usr/local/include/scim-1.0/scim_types.h:38:11: warning: '__STDC_ISO_10646__'
macro redefined [-Wmacro-redefined]
# define __STDC_ISO_10646__
^
<command line>:6:9: note: previous definition is here
#define __STDC_ISO_10646__ 1
^
scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type
'void *' with an rvalue of type 'bool'
false,
^~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/ja-scim-anthy-1.2.7_5.log
- scim-anthy finds dependencies in LOCALBASE on its own
- __STDC_ISO_10646__ no longer needs to be specified manually
- Add license while here |
1.2.7_5 24 Mar 2018 21:12:13 |
sunpoet |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
1.2.7_5 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.2.7_5 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.2.7_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2.7_4 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.2.7_3 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
1.2.7_3 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
1.2.7_2 24 Apr 2014 18:24:08 |
tijl |
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging. |
1.2.7_1 12 Oct 2013 18:32:05 |
ume |
Reassign some my scim related ports to the heap.
I'm not using scim for a long time. |
1.2.7_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.2.7_1 13 Sep 2013 21:39:07 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
1.2.7_1 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.2.7_1 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.2.7_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.7 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.2.7 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.2.7 08 Apr 2010 12:52:19 |
ume |
Update to 1.4.7.
PR: ports/145459
Submitted by: HASHI Hiroaki <hashiz__at__meridiani.jp> |
1.2.4_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.4_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.4_2 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.2.4_1 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.2.4_1 06 Jun 2008 13:37:38 |
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.2.4 25 Mar 2008 22:44:48 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.2.4 25 Jun 2007 08:26:03 |
ume |
Update to 1.2.4. |
1.2.3_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.2.3 30 Apr 2007 03:55:43 |
ume |
Update to 1.2.3. |
1.2.2_2 30 Apr 2007 03:07:55 |
ume |
Chase scim shlib version bump. |
1.2.2_1 31 Mar 2007 04:22:10 |
ume |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc. |
1.2.2 22 Nov 2006 11:57:29 |
ume |
Update to 1.2.2. |
1.2.1_1 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.2.1 08 Oct 2006 14:45:46 |
ume |
doesn't build it on FreeBSD 4.x.
Reported by: pointyhat via kris |
1.2.1 02 Oct 2006 11:57:14 |
ume |
Update to 1.2.1. |
1.2.0 03 Sep 2006 16:50:19 |
ume |
I hope this fixes build on RELENG_4.
I don't have RELENG_4 box anymore.
Reported by: pointyhat via kris |
1.2.0 16 Aug 2006 18:06:46 |
ume |
Update to 1.2.0. |
1.0.0 10 Apr 2006 18:02:37 |
ume |
Update to 1.0.0. |
0.9.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.0 30 Jan 2006 02:42:38 |
ume |
Update to 0.9.0. |
0.8.0 22 Jan 2006 02:16:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.8.0 28 Dec 2005 12:22:09 |
ume |
fix build after updating of libtools15 to 1.5.22. |
0.8.0 29 Nov 2005 07:48:28 |
ume |
Update to 0.8.0.
PR: ports/89713
Submitted by: Jun Mukai <mukai__at__jmuk.org> (with some modification) |
0.7.1_3 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. |
0.7.1_3 08 Nov 2005 16:19:56 |
ume |
add SHA256. |
0.7.1_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.7.1_2 16 Oct 2005 16:13:32 |
ume |
Add dependency for japanese/kasumi. The author highly recommend to
install kasumi with scim-anthy.
PR: ports/87516
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
0.7.1_1 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] |
0.7.1 15 Oct 2005 11:59:08 |
ume |
Update to 0.7.1. |
0.7.0 01 Oct 2005 16:53:34 |
ume |
Update to 0.7.0. |
0.6.1 28 Aug 2005 11:28:28 |
ume |
Update to 0.6.1. |
0.6.0 30 Jul 2005 08:25:41 |
ume |
update to 0.6.0. |
0.5.2_1 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) |
0.5.2 21 Jul 2005 08:03:16 |
ume |
make it compilable on 4.x.
Reported by: pointyhat via kris |
0.5.2 16 Jul 2005 19:40:49 |
ume |
Update to 0.5.2. |
0.4.2_1 31 May 2005 19:21:26 |
ume |
fix plist. 0.4.2 added some files. |
0.4.2 31 May 2005 12:35:31 |
ume |
Update to 0.4.2. |
0.3.1_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) |
0.3.1_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.1 02 Mar 2005 11:40:07 |
ume |
add new port scim-anthy -- SCIM IMEngine module using the Anthy
input method. |