Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.9.9_6 28 Jan 2024 22:14:29
    |
Muhammad Moinur Rahman (bofh)  |
security/mhash: Moved man to share/man
Approved by: portmgr (blanket) |
0.9.9.9_5 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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.9.9.9_5 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.9.9.9_5 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.9.9_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.9.9_5 04 Aug 2018 09:37:57
  |
amdmi3  |
- Update WWW
- Cosmetic fixes
Approved by: portmgr blanket |
0.9.9.9_5 10 Apr 2018 08:53:19
  |
mich  |
- fix for mhash exporting defined that normally autotools-private
- Bump portrevision
Reviewed by: mat |
0.9.9.9_4 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.9.9_4 13 Nov 2015 12:16:11
  |
antoine  |
Unbreak |
0.9.9.9_3 12 Nov 2015 14:40:38
  |
amdmi3  |
- Switch to options helpers
- Switch to new testing framework |
0.9.9.9_3 09 May 2015 02:31:16
  |
amdmi3  |
- Add LICENSE
- Strip library
- Drop @dirrm* from plist |
0.9.9.9_2 18 Apr 2015 09:47:30
  |
tijl  |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that |
0.9.9.9_2 10 Jun 2014 23:22:44
  |
amdmi3  |
- Convert USE_BZIP2 to USES
- Add missing USES=libtool
- Strip libraries |
0.9.9.9_1 02 Feb 2014 10:29:57
  |
miwi  |
- Stage support |
0.9.9.9_1 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.9.9.9_1 29 Mar 2013 19:33:42
  |
cs  |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.9.9.9_1 27 Feb 2012 20:32:31
 |
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
0.9.9.9_1 09 Nov 2011 15:26:04
 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.9.9.9_1 29 Oct 2011 19:01:59
 |
kwm  |
Fix build with FreeBSD 10
Approved by: portmgr (miwi) |
0.9.9.9_1 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
0.9.9.9_1 18 Dec 2009 10:35:35
 |
roam  |
Avoid breakage in dependent ports (notably PHP) by simply not linking
against the threaded C libraries.
Bump PORTREVISION.
Submitted by: ale |
0.9.9.9 10 Sep 2009 11:50:56
 |
roam  |
Update to mhash-0.9.9.9.
Add descriptive headers to all the patches. |
0.9.9 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.9 16 Jan 2008 15:46:05
 |
roam  |
Update to mhash-0.9.9, fixing several style issues, lots of memory
leaks, and two serious (even if not easily triggered) bugs. |
0.9.7.1 20 Sep 2006 16:33:24
 |
garga  |
- Update to 0.9.7.1
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS
PR: ports/93730 (based on)
Submitted by: cy
Discussed with: portmgr (erwin)
Approved by: maintainer timeout (over 6 months) |
0.9.2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.2 24 Jan 2006 01:03:33
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.9.2 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.9.2 18 Jul 2005 08:14:57
 |
pav  |
- Update to 0.9.2
PR: ports/80238
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (3 months) |
0.9.1 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9.1 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.9.1 30 Dec 2004 12:48:29
 |
roam  |
Update mhash to version 0.9.1, which provides three new hashes.
Shorten COMMENT at portlint's suggestion.
Install a couple of docfiles. |
0.8.18 01 Nov 2004 17:09:55
 |
roam  |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
0.8.18 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.8.18 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. |
0.8.18 01 Sep 2003 11:42:22
 |
roam  |
Update to 0.8.18.
PR: 56167
Submitted by: foxfair |
0.8.17 05 Mar 2003 11:28:13
 |
roam  |
Update to 0.8.17. |
0.8.14 19 Feb 2003 16:07:30
 |
roam  |
Remove pkg-comment files in my ports. |
0.8.14 21 May 2002 17:53:20
 |
roam  |
Update to 0.8.14. |
20 Feb 2002 11:03:42
    |
roam  |
Update to 0.9.13. In the process, fix an autoconf-2.52 bug in using
$target_alias as a program prefix even if it is exactly the same as
$host_alias. Also, remove the installation of the library .la file. |
29 Mar 2001 16:35:19
    |
sobomax  |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
23 Feb 2001 16:07:17
    |
roam  |
Update to 0.8.9 |
16 Dec 2000 14:46:33
    |
roam  |
Update to 0.8.4. |
22 Nov 2000 10:20:14
    |
roam  |
update my email address - roam@orbitel.bg -> roam@FreeBSD.org |
02 Nov 2000 00:36:05
    |
jeh  |
Update to version 0.8.3 New Maintainer |
08 Oct 2000 07:30:58
    |
asami  |
Convert category security to new layout. |
01 Oct 2000 10:59:09
    |
reg  |
Whitespace changes and PLIST sorting. |
14 Jul 2000 16:46:20
    |
will  |
Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Use
USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this
port loose upon the world. This update is needed for aide port. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25
    |
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |