Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.23_2 26 Feb 2024 07:57:43 |
Muhammad Moinur Rahman (bofh) |
textproc/libxdiff: 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.23_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.23_1 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 ) |
0.23_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.23_1 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.23_1 02 Sep 2014 15:42:51 |
tabthorpe |
- Reassign to the heap |
0.23_1 02 Jul 2014 21:11:35 |
tijl |
- Convert to USES=libtool
- Use standard do-install
- Replace post-install with INSTALL_TARGET=install-strip |
0.23 25 Oct 2013 19:35:58 |
tabthorpe |
- Support STAGEDIR |
0.23 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.23 19 Sep 2013 17:19:40 |
tabthorpe |
- Claim ownership
- Add LICENCE
- Trim header
PR: ports/182228
Submitted by: Larry Rosenman <ler@lerctr.org> (former maintainer) |
0.23 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.23 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.23 13 Apr 2010 14:04:29 |
glarkin |
- Upgrade to 0.23
PR: ports/145671
Submitted by: glarkin
Approved by: "Larry Rosenman" <ler@lerctr.org> (maintainer) |
0.22 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 |
0.22 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.22 18 Jul 2008 20:43:18 |
miwi |
- Update to 0.22
PR: 125174
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout |
0.20 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.20 20 Apr 2006 17:01:53 |
scrappy |
update textproc/libxdiff to 0.20
add -fPIC to build for amd64 (so it can be used in a shared object)
take maintainership
PR: ports/96062
Submitted by: Larry Rosenman <ler@lerctr.org> |
0.10 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.10 03 May 2005 10:48:54 |
jylefort |
- Update to 0.10
- Use PLIST_FILES rather than pkg-plist
PR: ports/80547
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.7 10 May 2004 07:19:57 |
vs |
Update to recent version.
PR: ports/65854
Submitted by: Stefan Grundmann |
0.5 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.5 05 Jan 2004 06:36:12 |
ijliao |
add libxdiff 0.5
Create file differences/patches to both binary and text files |