Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0.b6_8 26 Feb 2024 07:50:11 |
Muhammad Moinur Rahman (bofh) |
textproc/htdig: Moved man to share/man
Approved by: portmgr (blanket) |
3.2.0.b6_7 11 Apr 2023 23:02:42 |
Robert Clausecker (fuz) |
textproc/htdig: fix build on armv7
Work around a polymorphism error by using monomorphic fabs() instead
of fabs(). |
3.2.0.b6_6 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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) |
3.2.0.b6_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 ) |
3.2.0.b6_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 ) |
3.2.0.b6_6 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
3.2.0.b6_6 14 Oct 2021 11:02:06 |
Stefan Eßer (se) |
textproc/htdig: Add CPE information
Approved by: portmgr (blanket) |
3.2.0.b6_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.0.b6_6 26 Aug 2018 11:19:21 |
tobik |
textproc/htdig: Fix build with Clang 6
In file included from Configuration.cc:24:
In file included from ./Configuration.h:107:
In file included from ./Dictionary.h:22:
./htString.h:28:10: fatal error: 'iostream.h' file not found
#include <iostream.h>
^~~~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/htdig-3.2.0.b6_6.log
- Fix WWW; htdig.org seems to be gone |
3.2.0.b6_6 10 Sep 2016 03:34:02 |
marino |
textproc/htdig: Add CFLAGS and LDFLAGS for USES=ssl |
3.2.0.b6_6 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
3.2.0.b6_6 10 May 2016 18:54:21 |
amdmi3 |
- Fix build with libc++ 3.8.0 by ignoring ETIME errno which does not exist on
FreeBSD
PR: 209101
Submitted by: dim@FreeBSD.org |
3.2.0.b6_6 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.2.0.b6_6 12 Nov 2015 17:19:57 |
amdmi3 |
- Clarify LICENSE
- Switch to options helpers
- Unsilence installation |
3.2.0.b6_6 28 Aug 2015 14:31:24 |
amdmi3 |
- Switch to @sample
Approved by: portmgr blanket |
3.2.0.b6_6 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 |
3.2.0.b6_6 21 Feb 2015 22:57:18 |
amdmi3 |
- Add LICENSE
- Strip libraries |
3.2.0.b6_6 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
3.2.0.b6_5 20 Dec 2014 19:47:31 |
bapt |
cleanup plist |
3.2.0.b6_5 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
3.2.0.b6_5 04 Jul 2014 18:47:40 |
tijl |
Add USES=libtool |
3.2.0.b6_4 28 Jan 2014 15:32:06 |
mat |
Support staging.
Sponsored by: Absolight |
3.2.0.b6_4 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.2.0.b6_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.2.0.b6_4 21 Nov 2012 23:23:25 |
bapt |
Convert to new options framework
Feature safe: yes |
3.2.0.b6_4 08 Oct 2012 10:38:48 |
dougb |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you? |
3.2.0.b6_4 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
3.2.0.b6_4 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.2.0.b6_4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.2.0.b6_4 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.2.0.b6_3 16 May 2011 05:22:09 |
dougb |
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe. |
3.2.0.b6_3 22 Feb 2011 00:29:58 |
ohauer |
- fix pkg-plist if installed with apache20 / apache22
- remove MD5 from distinfo
PR: ports/154758
Submitted by: myself
Approved by: maintainer timeout |
3.2.0.b6_2 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
3.2.0.b6_2 29 May 2009 04:07:02 |
pgollucci |
- Use SF macro
- USE_APACHE=yes is deprecated
- Remove apache from RUN_DEPENDS
- Style nit
PR: ports/134446
Approved by: maintainer
Submitted by: me |
3.2.0.b6_2 24 Mar 2009 19:51:28 |
dougb |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports |
3.2.0.b6_2 15 Oct 2007 23:30:46 |
dougb |
Finish removing support for RELENG_4 |
3.2.0.b6_2 04 Oct 2007 06:21:46 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
3.2.0.b6_2 27 Mar 2007 16:29:09 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
3.2.0.b6_2 18 Dec 2006 08:23:00 |
dougb |
Fix build with gcc 4.1 |
3.2.0.b6_2 28 Aug 2006 17:45:43 |
dougb |
USE_APACHE is needed for the value of APACHE_PORT |
3.2.0.b6_2 28 Aug 2006 06:03:13 |
dougb |
Add OPTIONS to the rest of my ports that need them.
Add CONFLICTS to the bind* ports. |
3.2.0.b6_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.2.0.b6_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) |
3.2.0.b6_1 24 Nov 2005 00:08:51 |
dougb |
Add SHA256 checksums to my ports |
3.2.0.b6_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. |
3.2.0.b6_1 29 Oct 2005 07:13:29 |
dougb |
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places. |
3.2.0.b6_1 24 Sep 2005 02:28:20 |
dougb |
Delete a dead master site[1], and add two new ones[2].
Prompted by: fenner's distfile survey [1]
Obtained from: htdig's mirror list [2] |
3.2.0.b6_1 19 Sep 2005 11:52:15 |
clement |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self) |
3.2.0.b6_1 13 Sep 2005 18:16:52 |
dougb |
Bump PORTREVISION for the new security patch
Forgotten by: me
Reminded by: remko
Security:
http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html |
3.2.0.b6 13 Sep 2005 06:57:32 |
dougb |
Add a patch to fix a cross site scripting bug in htsearch.
Submitted by: secteam (remko)
Security:
http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html |
3.2.0.b6 13 Sep 2005 06:55:00 |
dougb |
Convert to DATADIR macro, per portlint |
3.2.0.b6 28 Aug 2004 23:14:46 |
dougb |
Upgrade to the latest version, 3.2.0b6.
Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove
the no longer installed .la files.
Move the htdig.conf file out of the way before install so that
the sample file will get installed each time. |
3.2.0.b5 15 Apr 2004 08:32:12 |
kris |
Add missing file |
3.2.0.b5 25 Mar 2004 04:31:55 |
ade |
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables |
3.2.0.b5 19 Mar 2004 18:29:11 |
dougb |
Major overhaul of the port to celebrate the upgrade to 3.2.0b5.
The 3.2.x series contains many enhanced features, most notably
built in SSL capabilities.
Changes for the port itself:
1. Add new MASTER_SITES.
2. Search for an apache binary, not a document directory.
3. The new version uses libtool, so add USE_LIBTOOL per portlint.
4. The new configure script is much more thorough, so use a more complete
set of options, and sort them in "./configure --help" order.
5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but
6. A patch to include headers for select() is needed in RELENG_4.
7. Install PORTDOCS, especially the very thorough html help files.
8. Add SIZE to distinfo.
9. Make deletion of directories with user-configurable stuff conditional. |
3.1.6 19 Mar 2004 18:17:18 |
dougb |
Update to the more standard format, and punch up the text a bit. |
3.1.6 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
3.1.6 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.1.6 02 Feb 2003 12:08:56 |
dougb |
Fix build in -current |
04 Feb 2002 07:22:01 |
dougb |
* Upgrade to version 3.1.6, which fixes numerous bugs, and one possible
security problem that was present in the unpatched 3.1.5. * Update the master
sites list. * Configure more precisely several important directories, partly
to compensate for some of the new defaults, and partly to avoid potential
future security problems regarding remote users being able to read files
specified as config files. This vulnerability was patched already, and the fix
is included in this version. However, a little paranoia never hurt anyone. *
Remove the patches, as they have either been made obsolete by the new version,
or as in the pthreads issue, I'm doing them differently in the Makefile. *
Make the patching in the Makefile smarter. * Put my name in the pkg-descr....
overlooked previously. * Adjust the pkg-plist, and sort it since the bloat is
the same either way. |
11 Dec 2001 08:16:38 |
alfred |
remove malloc.h |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
25 Sep 2001 08:13:22 |
dougb |
* Assume maintainership by agreement. * Bump PORTREVISION to indicate the
addition of the fix for the config file bug, obtained from the ht://Dig
developers. |
25 Sep 2001 08:08:47 |
dougb |
This patch comes from the ht://Dig maintainers, and fixes a possible security
vulnerability. Quoting from their e-mail announcement: |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
01 Jan 2001 10:15:17 |
will |
Goodbye, YEAR2000. Hello, 2001. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
15 Sep 2000 23:57:22 |
asami |
Change dependency trigger from share/apache to share/doc/apache, which
actually exists. |