Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13_2 25 Feb 2024 13:35:45
    |
Muhammad Moinur Rahman (bofh)  |
security/zzuf: 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.13_1 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.13_1 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.13_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.13_1 23 Jul 2016 23:04:10
  |
bapt  |
Remove unneeded post-install USES=libtool nukes .la already now |
0.13_1 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.13_1 13 Nov 2014 10:38:17
  |
antoine  |
Cleanup plist |
0.13_1 06 Jun 2014 09:23:11
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.13 09 Mar 2014 14:42:15
  |
miwi  |
- Stage support |
0.13 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
0.13 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.13 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
0.13 20 Feb 2010 09:56:30
 |
lwhsu  |
- Update to 1.13
PR: ports/144122
Submitted by: Peter Johnson <johnson.peter AT gmail.com>
Feature safe: yes |
0.12 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.12 15 Jun 2008 08:59:55
 |
lwhsu  |
- Update to 0.12
PR: ports/124568
Submitted by: lwhsu
Approved by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
0.10 30 Nov 2007 21:11:04
 |
lwhsu  |
- Update to 0.10
- Unbreak on HEAD/7 (re-add a needed patch)
PR: ports/118066
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer)
Reported by: pointyhat (pav)
Approved by: portmgr (linimon) |
0.9 23 Sep 2007 05:44:25
 |
lwhsu  |
- Update to 0.9
PR: ports/116554
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
0.8.1_1 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.8.1_1 11 Apr 2007 20:27:21
 |
miwi  |
- Fix build on HEAD
PR: 111435
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
0.8.1 06 Mar 2007 05:36:34
 |
clsung  |
Move zzuf-0.8.1 from devel/, transparent application input fuzzer.
Noted by: kris
PR: ports/109829
Submitted by: Peter Johnson <johnson.peter at gmail.com> |