notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mifluz C++ library to build and query a full text inverted index
0.26.0_2 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.26.0_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-06-23 08:26:02
Last Update: 2024-02-26 12:35:13
Commit Hash: 322d25f
People watching this port, also watch:: p5-Alien-wxWidgets, p5-Thread-Suspend, wipe, p5-threads-shared
License: GPLv3
WWW:
https://www.gnu.org/software/mifluz/
Description:
GNU mifluz has two main characteristics : it is very simple (one might say stupid :-) and uses 50% of the size of the indexed text for the index. It is simple because it provides only a few basic functionalities. It does not contain document parsers (HTML, PDF etc...). It does not contain a full text query parser. It does not provide result display functions or other user friendly stuff. It only provides functions to store word occurrences and retrieve them. The fact that it uses 50% of the size of the indexed text is rather atypical. Most well known full text indexing systems only use 30%. The advantage GNU mifluz has over most full text indexing systems is that it is fully dynamic (update, delete, insert), uses only a controlled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (127 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mifluz-0.26.0_2/catalog.mk
  3. /usr/local/share/licenses/mifluz-0.26.0_2/LICENSE
  4. /usr/local/share/licenses/mifluz-0.26.0_2/GPLv3
  5. bin/htdb_dump
  6. bin/htdb_load
  7. bin/htdb_stat
  8. bin/mifluz-config
  9. bin/mifluzdict
  10. bin/mifluzdump
  11. bin/mifluzload
  12. bin/mifluzsearch
  13. @sample etc/mifluz.conf.sample
  14. include/mifluz.h
  15. include/mifluz/Configuration.h
  16. include/mifluz/Dictionary.h
  17. include/mifluz/HtMaxMin.h
  18. include/mifluz/HtTime.h
  19. include/mifluz/List.h
  20. include/mifluz/Object.h
  21. include/mifluz/ParsedString.h
  22. include/mifluz/StringList.h
  23. include/mifluz/WordBitCompress.h
  24. include/mifluz/WordContext.h
  25. include/mifluz/WordCursor.h
  26. include/mifluz/WordCursorOne.h
  27. include/mifluz/WordDB.h
  28. include/mifluz/WordDBCache.h
  29. include/mifluz/WordDBCompress.h
  30. include/mifluz/WordDBInfo.h
  31. include/mifluz/WordDead.h
  32. include/mifluz/WordDict.h
  33. include/mifluz/WordKey.h
  34. include/mifluz/WordKeyInfo.h
  35. include/mifluz/WordList.h
  36. include/mifluz/WordListMulti.h
  37. include/mifluz/WordListOne.h
  38. include/mifluz/WordMeta.h
  39. include/mifluz/WordMonitor.h
  40. include/mifluz/WordRecord.h
  41. include/mifluz/WordRecordInfo.h
  42. include/mifluz/WordReference.h
  43. include/mifluz/WordType.h
  44. include/mifluz/ber.h
  45. include/mifluz/btree.h
  46. include/mifluz/btree_auto.h
  47. include/mifluz/btree_ext.h
  48. include/mifluz/clib.h
  49. include/mifluz/common_ext.h
  50. include/mifluz/config.h
  51. include/mifluz/crdel_auto.h
  52. include/mifluz/db.h
  53. include/mifluz/db_am.h
  54. include/mifluz/db_auto.h
  55. include/mifluz/db_dispatch.h
  56. include/mifluz/db_ext.h
  57. include/mifluz/db_int.h
  58. include/mifluz/db_join.h
  59. include/mifluz/db_page.h
  60. include/mifluz/db_shash.h
  61. include/mifluz/db_swap.h
  62. include/mifluz/db_upgrade.h
  63. include/mifluz/db_verify.h
  64. include/mifluz/debug.h
  65. include/mifluz/env_ext.h
  66. include/mifluz/hash.h
  67. include/mifluz/hash_auto.h
  68. include/mifluz/hash_ext.h
  69. include/mifluz/htString.h
  70. include/mifluz/lib.h
  71. include/mifluz/lock.h
  72. include/mifluz/lock_ext.h
  73. include/mifluz/log.h
  74. include/mifluz/log_auto.h
  75. include/mifluz/log_ext.h
  76. include/mifluz/mp.h
  77. include/mifluz/mp_ext.h
  78. include/mifluz/mutex.h
  79. include/mifluz/mutex_ext.h
  80. include/mifluz/myqsort.h
  81. include/mifluz/os.h
  82. include/mifluz/os_ext.h
  83. include/mifluz/os_jump.h
  84. include/mifluz/qam.h
  85. include/mifluz/qam_auto.h
  86. include/mifluz/qam_ext.h
  87. include/mifluz/queue.h
  88. include/mifluz/region.h
  89. include/mifluz/shqueue.h
  90. include/mifluz/txn.h
  91. include/mifluz/txn_auto.h
  92. include/mifluz/txn_ext.h
  93. include/mifluz/unac.h
  94. include/mifluz/xa.h
  95. include/mifluz/xa_ext.h
  96. lib/libmifluz.a
  97. lib/libmifluz.so
  98. lib/libmifluz.so.0
  99. lib/libmifluz.so.0.0.26
  100. share/man/man1/htdb_dump.1.gz
  101. share/man/man1/htdb_load.1.gz
  102. share/man/man1/htdb_stat.1.gz
  103. share/man/man1/mifluz-config.1.gz
  104. share/man/man1/mifluzdict.1.gz
  105. share/man/man1/mifluzdump.1.gz
  106. share/man/man1/mifluzload.1.gz
  107. share/man/man1/mifluzsearch.1.gz
  108. share/man/man3/Configuration.3.gz
  109. share/man/man3/WordContext.3.gz
  110. share/man/man3/WordCursor.3.gz
  111. share/man/man3/WordCursorOne.3.gz
  112. share/man/man3/WordDBInfo.3.gz
  113. share/man/man3/WordDict.3.gz
  114. share/man/man3/WordKey.3.gz
  115. share/man/man3/WordKeyInfo.3.gz
  116. share/man/man3/WordList.3.gz
  117. share/man/man3/WordListOne.3.gz
  118. share/man/man3/WordMonitor.3.gz
  119. share/man/man3/WordRecord.3.gz
  120. share/man/man3/WordRecordInfo.3.gz
  121. share/man/man3/WordReference.3.gz
  122. share/man/man3/WordType.3.gz
  123. share/man/man3/mifluz.3.gz
  124. @dir var/cache/mifluz
  125. @owner
  126. @group
  127. @mode
Collapse this list.
Dependency lines:
  • mifluz>0:textproc/mifluz
Conflicts:
CONFLICTS_INSTALL:
  • htdig
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/textproc/mifluz/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/mifluz
  • pkg install mifluz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mifluz
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mifluz-0.26.0.tar.gz) = e220ad4a23a972acfffedb05d63e8c7b13a422f9008bd6af95fdb4339f94b6a4 SIZE (mifluz-0.26.0.tar.gz) = 1648324

Packages (timestamps in pop-ups are UTC):
mifluz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.26.0_20.26.0_20.26.0_10.26.0_20.26.0_2-0.26.0_1-
FreeBSD:13:quarterly0.26.0_10.26.0_10.26.0_10.26.0_10.26.0_10.26.0_10.26.0_10.26.0_1
FreeBSD:14:latest0.26.0_20.26.0_20.26.0_10.26.0_20.26.0_20.26.0_1-0.26.0_1
FreeBSD:14:quarterly0.26.0_10.26.0_1-0.26.0_10.26.0_10.26.0_10.26.0_10.26.0_1
FreeBSD:15:latest0.26.0_10.26.0_2n/a0.26.0_1n/a0.26.0_10.26.0_10.26.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
Runtime dependencies:
  1. indexinfo : print/indexinfo
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_mifluz
USES:
bison compiler iconv libtool localbase:ldflags pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/mifluz/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/mifluz/
  3. ftp://mirrors.rit.edu/gnu/mifluz/
  4. http://ftp.halifax.rwth-aachen.de/gnu/mifluz/
  5. http://ftp.kddilabs.jp/GNU/gnu/mifluz/
  6. http://mirror.navercorp.com/gnu/mifluz/
  7. https://ftp.gnu.org/gnu/mifluz/
  8. https://ftpmirror.gnu.org/mifluz/
  9. https://mirror.netcologne.de/gnu/mifluz/
  10. https://mirrors.kernel.org/gnu/mifluz/
  11. https://www.nic.funet.fi/pub/gnu/gnu/mifluz/
Collapse this list.

Number of commits found: 53

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.26.0_2
26 Feb 2024 12:35:13
commit hash: 322d25fc3f530fdb252cbe8f8b98030565f0813fcommit hash: 322d25fc3f530fdb252cbe8f8b98030565f0813fcommit hash: 322d25fc3f530fdb252cbe8f8b98030565f0813fcommit hash: 322d25fc3f530fdb252cbe8f8b98030565f0813f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/mifluz: Moved man to share/man

Approved by:    portmgr (blanket)
0.26.0_1
22 Oct 2023 14:45:02
commit hash: 946eeef0411c1b01e998eaafba0017619595edd3commit hash: 946eeef0411c1b01e998eaafba0017619595edd3commit hash: 946eeef0411c1b01e998eaafba0017619595edd3commit hash: 946eeef0411c1b01e998eaafba0017619595edd3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/mifluz: Remove USES=makeinfo

- Distfile ships with an info file and no need to generate these
- Utilize USES=localbase
- Pet portclippy
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.26.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.26.0_1
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.26.0_1
10 Jan 2022 15:15:39
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.26.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.26.0_1
14 Aug 2019 12:16:41
Revision:508910Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories [t-u])
0.26.0_1
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
0.26.0
29 Jul 2018 12:07:01
Revision:475651Original commit files touched by this commit
tobik search for other commits by this committer
textproc/mifluz: Fix build with Clang 6

WordTree.cc:530:10: error: case value evaluates to -1, which cannot be narrowed
to type 'unsigned int' [-Wc++11-narrowing]
    case NOTOK:
         ^
./mifluz/lib.h:38:16: note: expanded from macro 'NOTOK'
#define NOTOK           (-1)
                        ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p475044_s336572/logs/mifluz-0.26.0.log
0.26.0
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.26.0
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
0.26.0
20 Apr 2015 19:06:30
Revision:384380Original commit files touched by this commit
tijl search for other commits by this committer
- Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.26.0
17 Feb 2015 01:15:59
Revision:379130Original commit files touched by this commit
vanilla search for other commits by this committer
1: Upgrade to 0.26.0.
2: strip binary
3: use @sample keyword.

PR:		197458
Submitted by:	Ports Fury.
0.25.0_1
31 Oct 2014 19:16:57
Revision:371889Original commit files touched by this commit
bapt search for other commits by this committer
Simplify plist
0.25.0_1
17 Oct 2014 10:23:35
Revision:371040Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership
0.25.0_1
01 Jul 2014 15:41:45
Revision:360041Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
0.25.0
26 Jun 2014 07:32:37
Revision:359318Original commit files touched by this commit
antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
0.25.0
04 Mar 2014 15:40:55
Revision:347031Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.25.0
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.25.0
30 Jun 2013 21:14:15
Revision:322103Original commit files touched by this commit
antoine search for other commits by this committer
Add leftover directory to pkg-plist
0.25.0
27 Apr 2013 18:25:25
Revision:316683Original commit files touched by this commit
mva search for other commits by this committer
- 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
0.25.0
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
0.25.0
13 Feb 2013 06:04:09
Revision:312143Original commit files touched by this commit
pclin search for other commits by this committer
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
0.25.0
09 Feb 2013 12:00:53
Revision:311969Original commit files touched by this commit
crees search for other commits by this committer
Various spelling corrections

PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
0.25.0
20 Jan 2013 22:53:41
Revision:310721Original commit files touched by this commit
swills search for other commits by this committer
- Update to 0.25.0
- Assign maintainership to submitter
- Unify patch nameing
- Add LICENSE and USE_GCC knob

PR:		ports/175345
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
0.24.0
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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.24.0
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
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>
0.24.0
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.24.0
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.24.0
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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.24.0
17 Jul 2008 23:12:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.24.0

PR:             125693
Submitted by:   Ports Fury
0.23.0_4
22 Nov 2007 13:33:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build with gcc 4.2

PR:             118197
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (erwin)
0.23.0_4
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
0.23.0_3
04 Oct 2007 20:50:04
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken: fails to install on i386-7.
0.23.0_3
15 Aug 2006 01:04:55
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
0.23.0_3
13 May 2006 04:24:52
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
0.23.0_3
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.23.0_2
22 Jan 2006 02:55:05
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.23.0_2
25 Nov 2005 18:40:57
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.23.0_2
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.23.0_2
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
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
0.23.0_2
17 Apr 2004 01:18:25
Original commit files touched by this commit
kris search for other commits by this committer
Correct INFO handling
0.23.0_2
10 Apr 2004 17:26:55
Original commit files touched by this commit
trevor search for other commits by this committer
Tidy up whitespace.
0.23.0_2
30 Mar 2004 19:56:44
Original commit files touched by this commit
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
0.23.0_2
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
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.
0.23.0_2
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.23.0_1
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.23.0_1
20 Feb 2003 19:11:26
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.23.0_1
24 Nov 2002 10:51:18
Original commit files touched by this commit
edwin search for other commits by this committer
Make textproc/mifluz build again under -current

PR:             ports/44401
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
0.23.0_1
07 Nov 2002 03:10:58
Original commit files touched by this commit
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
0.23.0_1
31 Jul 2002 09:45:44
Original commit files touched by this commit
ijliao search for other commits by this committer
- GNU_CONFIGURE -> USE_LIBTOOL
- add missing files
- add more master site by using MASTER_SITE_GNU
- add WWW

PR:             41177
Submitted by:   Ports Fury
0.23.0
23 Jun 2002 08:18:08
Original commit files touched by this commit
will search for other commits by this committer
Add mifluz 0.23.0, a c++ library to build and query a full text
inverted index.

PR:             38977
Submitted by:   Frederic Dubuy <fdubuy@free.fr>

Number of commits found: 53