Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.10_8 26 Feb 2024 12:35:24 |
Muhammad Moinur Rahman (bofh) |
textproc/scim-table-imengine: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
0.5.10_7 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 ) |
0.5.10_7 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 ) |
0.5.10_7 25 Apr 2022 15:06:48 |
Joseph Mingrone (jrm) |
lx's ports: Reset maintainer to ports@ per his request
Sponsored by: The FreeBSD Foundation |
0.5.10_7 16 Nov 2021 04:10:25 |
Li-Wen Hsu (lwhsu) |
*/scim*: Update WWW |
0.5.10_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.10_7 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
0.5.10_7 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 |
0.5.10_6 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 |
0.5.10_5 28 Oct 2018 09:58:43 |
linimon |
Fix build on GCC-based architectures.
PR: 231910
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.5.10_5 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.5.10_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 ) |
0.5.10_4 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.5.10_3 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.5.10_2 16 Mar 2014 13:39:50 |
tijl |
- Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Remove USE_GNOME=intlhack. Does not do anything.
- Staging.
- Remove SKIM support. It depends on KDE3.
- Touch config.h.in in post-patch so the makefile doesn't think it's
outdated and decides to run autoheader and other autotools.
- Remove references to FreeBSD 4.x from pkg-message.
PR: ports/187011
Approved by: maintainer timeout (3 weeks) |
0.5.10_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.5.10_1 03 Sep 2013 10:23:55 |
bapt |
Add an explicit dependency on pkgconf |
0.5.10_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.5.10_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.5.10 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 |
0.5.10 02 Aug 2011 20:05:55 |
pav |
- Fix plist
Reported by: pointyhat |
0.5.10 20 Jul 2011 22:09:54 |
lx |
Update scim-tables ports to 0.5.10. Appease portlint. |
0.5.7_7 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.5.7_7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.5.7_7 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.5.7_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5.7_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.5.7_4 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.5.7_4 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 |
0.5.7_4 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 |
0.5.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) |
0.5.7_2 12 Dec 2007 18:53:45 |
lx |
Fix moduledir and simplify things a bit.
PR: ports/118272
Submitted by: Nikola Lecic |
0.5.7_1 28 May 2007 03:12:00 |
lx |
Fix pkg-plist.
Submitted by: kris via pointyhat
Approved by: edwin (mentor) |
0.5.7_1 25 May 2007 01:06:20 |
kris |
BROKEN: Incomplete pkg-plist |
0.5.7_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}. |
0.5.7 30 Apr 2007 21:44:45 |
lx |
Fix wonky PREFIX handling.
Submitted by: kris via pointyhat
Approved by: edwin (mentor) |
0.5.7 29 Apr 2007 04:03:43 |
lx |
Update to 0.57, remove cruft, take maintainership.
Approved by: edwin (mentor) |
0.5.6_3 31 Mar 2007 06:52:40 |
ume |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc. |
0.5.6_2 14 Mar 2007 07:47:33 |
linimon |
Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.5.6_2 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
0.5.6_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) |
0.5.6_1 23 Aug 2006 01:18:00 |
clsung |
- fix build with WITH_SKIM=yes
- add USE_GETTEXT
PR: ports/97143
Submitted by: Koji Yokota <yokota_AT_res dot otaru-uc dot ac dot jp>
Reviewed by: clsung
Approved by: maintainer (timeout) |
0.5.6_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.5.6 20 Feb 2006 10:28:58 |
pav |
- Fix the fix; man pages don't go to pkg-plist.
Pointy hat to: lawrance |
0.5.6 14 Feb 2006 12:23:23 |
lawrance |
Fix pkg-plist.
PR: ports/93262
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.6 11 Feb 2006 03:13:07 |
clsung |
- update to 0.5.6
PR: 93147
Submitted by: maintanier (Jie Gao) |
0.5.4_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.4_1 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.5.4_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) |
0.5.4_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. |
0.5.4_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.5.4 03 Nov 2005 07:57:43 |
nork |
Update to 0.5.4.
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.2 21 Oct 2005 21:34:13 |
pav |
- Update to 0.5.2
- Provide WITH_SKIM knob
PR: ports/87799
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) |
0.5.1_4 16 Oct 2005 05:29:52 |
nork |
Fix library dependency error.
Pointy hat to: myself |
0.5.1_4 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.5.1_3 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.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.5.1_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.5.1 07 Mar 2005 03:00:16 |
clsung |
- This is the im engine for scim table based input methods.
- This IM engine was included as part of scim in 1.0.x version,
and splited into a separate package since 1.2.0.
PR: 78264
Submitted by: Jie Gao <gaoj AT cpsc dot ucalgary dot ca> |