Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.0_11 07 Jun 2024 17:57:59 |
Fernando Apesteguía (fernape) Author: Chris Hutchinson |
textproc/enchant: fix MASTERSITES, add LICENSE
Pet linters.
PR: 277620
Reported by: portmaster@bsdforge.com
Approved by: (gnome@, maintainer timeout > 2 weeks) |
1.6.0_10 28 Jan 2024 18:33:10 |
Muhammad Moinur Rahman (bofh) |
textproc/enchant: Moved man to share/man
Approved by: portmgr (blanket) |
1.6.0_9 18 Jan 2024 23:44:50 |
Joseph Mingrone (jrm) Author: Olivier Certner |
textproc/enchant: Fix build with ISPELL option
clang++ 16 defaults to C++17 causing errors with the codebase when the
ISPELL option is turned on. Switching back to C++11 (what upstream did
for 1.6.1) makes it build correctly.
PR: 273649 |
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.6.0_9 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.6.0_9 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.6.0_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0_9 08 Nov 2019 12:59:36 |
tobik |
textproc: Add missing USES={gnome,php} |
1.6.0_9 18 Jan 2019 21:14:42 |
jbeich |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
1.6.0_8 01 Apr 2018 18:50:53 |
kwm |
Copy enchant to enchant2 for the new version with shared library bump.
Fix typo in ZEMBEREK lib depends line and add missing dependancy.
Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2.
PR: 215083 (based on)
Submitted by: thierry@FreeBSD.org |
1.6.0_7 07 Jan 2017 14:43:11 |
jbeich |
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887 |
1.6.0_6 03 Dec 2016 22:24:36 |
jbeich |
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt) |
1.6.0_5 26 Nov 2016 08:09:43 |
jbeich |
textproc/enchant: unbreak with hunspell 1.5
myspell_checker.cpp:430:8: error: cannot initialize a variable of type 'char *'
with an rvalue of
type 'const char *'
char *enc = myspell->get_dic_encoding();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
https://github.com/hunspell/hunspell/commit/971f8a9cf52e
PR: 214837
Approved by: portmgr blanket |
1.6.0_5 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.6.0_5 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.6.0_5 01 Aug 2015 19:51:29 |
kwm |
Drop :keepla from libtool USES. |
1.6.0_4 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.6.0_4 04 Jul 2014 20:28:32 |
tijl |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) |
1.6.0_3 03 May 2014 07:40:58 |
kwm |
USE_GNOME=ltverhack -> USES=libtool:keepla |
1.6.0_2 28 Jan 2014 14:07:36 |
bapt |
Use options helpers
Use install-strip target to strip binaries (it respect DONTSTRIP which is passed
to env in case we do build WITH_DEBUG)
Switch ispell -> aspell-ispell
Approved by: kwm (gnome) |
1.6.0_2 17 Nov 2013 16:52:37 |
kwm |
Fix myspell (hunspell) and ispell backends. It needs to known the exact
directory where the dictonaries are located.
Use MULTI options. A spellcheck library without any spell check backends
is useless.
Switch default to HUNSPELL, it beter maintained.
Stageify. |
1.6.0_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.6.0_1 20 Sep 2013 12:15:58 |
kwm |
Make sure we use system hunspell and look in the right location where to
find the dictionaries. [1]
Do the same for hspell and ispell, and use new lib_depend syntax.
USE_GMAKE => USES=gmake and fix bug in configure script.
PR: ports/180660
Submitted by: tijl@ |
1.6.0_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.6.0_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.6.0_1 03 Apr 2013 16:52:20 |
kwm |
Restore default options from before conversion to OptionsNG.
Reported by: makc@
Approved by: portmgr (miwi@)
Pointyhat to: kwm@ |
1.6.0 19 Mar 2013 10:40:22 |
kwm |
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt |
1.6.0 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.6.0 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.6.0 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.6.0 19 Jul 2011 05:23:03 |
bapt |
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license |
1.6.0 18 Jul 2011 16:21:26 |
jlaffaye |
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING
Approved by: bapt (mentor) |
1.6.0 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.6.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.0 25 Jul 2010 12:45:17 |
kwm |
Update to 1.6.0.
Add some backend options. [1]
Submitted by: makc@ [1] |
1.4.2 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.2 12 Feb 2009 17:11:09 |
stas |
- Use OPTIONS
- Make zemberek optional (requires dbus).
Approved by: gnome (marcus) |
1.4.2 04 Dec 2008 21:05:13 |
mezz |
Update to 1.4.2.
PR: ports/128853
Submitted by: bf <bf2006a@yahoo.com> |
1.4.0_1 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.0 17 Apr 2008 01:44:17 |
mezz |
Correct the patch. |
1.4.0 16 Apr 2008 21:39:20 |
ahze |
Fix build on OSVERSION < 700042
PR: ports/122831
Submitted by: barbara <barbara.xxx1975@libero.ot> |
1.4.0 16 Apr 2008 17:23:32 |
ahze |
Update to 1.4.0
PR: ports/122822
Submitted by: Wen heping <wenheping@gmail.com> |
1.3.0 30 Nov 2006 20:37:18 |
mezz |
Update to 1.3.0. |
1.2.6 05 Nov 2006 03:50:41 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
1.2.6 10 Jul 2006 22:27:59 |
mezz |
Update to 1.2.6. |
1.2.5 14 Apr 2006 19:32:18 |
mezz |
-Update to 1.2.5.
-Update the pkg-descr, copied from its website. |
1.2.3 16 Mar 2006 15:42:49 |
pav |
- Fix build on FreeBSD 4.X
PR: ports/94536
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.2.3 15 Mar 2006 17:36:22 |
mezz |
- Update to 1.2.3. [1]
- Remove the USE_REINPLACE. [1]
- Update the WWW. [1]
- Use the DATADIR in plist. [1]
- Add --{disable|enable}-* for us can control knob better to disable/enable,
because of autocheck exists in the configure.
- Disable hspell support for now, it needs newer hspell 0.9 that has a new
hspell_get_dictionary_path() function. Current in ports only has hspell 0.8.
PR: ports/94326 [1]
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> [1] |
1.2.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.0 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.2.0 10 Nov 2005 10:07:24 |
ahze |
- Update to 1.2.0 |
1.1.5_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.1.5_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.1.5 08 Mar 2005 02:11:54 |
ahze |
- Remove gnomeprefix from USE_GNOME to fix plist for gnome 2.10
Spotted by: ade via irc |
1.1.5 15 Dec 2004 06:14:48 |
mezz |
-Update to 1.1.5.
-Use libtool 1.5. |
1.1.3_3 29 Aug 2004 18:13:43 |
marcus |
Chase the libpspell shared lib version. |
1.1.3_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.1.3_2 09 Jun 2004 19:09:27 |
mezz |
Enable the Aspell support is turn on by default now. AbiWord's spell checker
will not work unless this compiles with Aspell support.
Reviewed by: marcus and adamw |
1.1.3_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.1.3 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1.3 28 Feb 2004 18:45:11 |
adamw |
Update to 1.1.3, and de-conditionalize the ispell bidness. Ispell is
included in the enchant source, and is built automatically.
PR: ports/63250
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> |
1.1.2_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.2_2 17 Jan 2004 22:40:59 |
adamw |
{a,h,i}spell libs are only installed if you build enchant with support for them.
So, conditionalize their registration within pkg-plist.
Hurrrrrr... I should have caught that earlier... |
1.1.2_1 17 Jan 2004 10:15:46 |
marcus |
Add a missing dependency on aspell.
Reported by: bento |
1.1.2 04 Jan 2004 21:21:09 |
adamw |
A silly update, but it's more correcter now:
Correct the "Date created: year.
Better that I make this mistake here than on a cheque ::P |
1.1.2 03 Jan 2004 21:45:54 |
adamw |
Fix missing file to pkg-plist. |
1.1.2 03 Jan 2004 21:30:57 |
adamw |
Add enchant, a backend dictionary broker. It provides a framework for
interfacing with various pre-existing dictionary programs. |