Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.42_3 11 Jan 2024 08:23:51
    |
Baptiste Daroussin (bapt)  |
desthack: stop using MANPREFIX
While here prefer share/man over man for manpages |
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.8.42_2 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.8.42_2 20 Jul 2022 14:20:49
    |
Tobias C. Berner (tcberner)  |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.42_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.42_2 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.8.42_2 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.8.42_2 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.8.42_2 07 Jan 2016 14:43:24
  |
amdmi3  |
- Switch to USES=localbase
- Switch to options helpers |
0.8.42_2 01 Mar 2015 15:04:35
  |
amdmi3  |
- Unbreak modules build
- Switch to @sample
- Fix plist
- Add LICENSE
- Strip binary
MFH: 2015Q1 |
0.8.42_1 18 Nov 2014 09:37:33
  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.8.42_1 19 Oct 2014 23:12:07
  |
bapt  |
Clean up plist |
0.8.42_1 17 Sep 2014 17:29:47
  |
amdmi3  |
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.8.42 24 Mar 2014 23:17:20
  |
bapt  |
Support stage |
0.8.42 21 Feb 2014 13:34:57
  |
ehaupt  |
Remove trailing whitespaces from category archivers |
0.8.42 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.8.42 03 Jan 2014 14:42:08
  |
adamw  |
Remove NOPORT* from archivers. The only holdouts here are ruby@ now. |
0.8.42 11 Dec 2013 10:04:56
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr |
0.8.42 20 Sep 2013 13:11:21
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.8.42 30 Aug 2013 01:02:57
  |
bapt  |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
0.8.42 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.8.42 04 May 2013 22:48:04
  |
flo  |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
0.8.42 11 Dec 2011 07:06:01
 |
linimon  |
Try to build this on the cluster, now that it has been updated to lzo2.
Feature safe: yes
Hat: portmgr |
0.8.42 23 Sep 2011 22:26:39
 |
amdmi3  |
- 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.8.42 07 Jul 2011 01:29:04
 |
mandree  |
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954 |
0.8.42 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.8.42 05 Jun 2010 16:20:50
 |
miwi  |
- Update to 0.8.42 |
0.8.41_1 25 Mar 2009 15:04:08
 |
miwi  |
- Mark MAKE_JOBS_SAFE for SMP compilation |
0.8.41_1 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.8.41_1 23 May 2008 20:51:11
 |
miwi  |
- Respect NOPORTEXAMPLES
Reported by: ionbot |
0.8.41 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.8.41 20 Mar 2008 09:19:39
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.8.41 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.8.41 07 Aug 2006 07:58:28
 |
miwi  |
- Respect DESTDIR for all my ports
Reviewed by: gabor
Approved by: krion (mentor) |
0.8.41 16 Jun 2006 22:17:25
 |
miwi  |
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor) |
0.8.41 19 Apr 2006 07:48:50
 |
sem  |
- Update to 0.8.41
- Pass maintainership to submitter
PR: ports/96023
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
0.8.39_2 23 Nov 2005 23:37:45
 |
pav  |
- Add SHA256 |
0.8.39_2 14 Nov 2005 10:56:29
 |
edwin  |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4. |
0.8.39_2 09 Oct 2005 14:15:10
 |
vs  |
Fix plist
Submitted by: krisbot |
0.8.39_2 27 Sep 2005 14:03:00
 |
vs  |
Cleanup:
- no need for separate Makefile-patch
- nuke static lib |
0.8.39_2 31 May 2005 19:58:33
 |
flz  |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de> |
0.8.39_1 31 May 2005 17:57:11
 |
flz  |
- Bump lzo lib version.
- Bump PORTREVISION. |
0.8.39 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8.39 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.8.39 18 Jan 2005 21:04:22
 |
clement  |
- Update to 0.8.39
- install shlibs and preserve config file |
0.8.35_1 17 Apr 2004 19:12:38
 |
krion  |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
0.8.35_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.8.35 27 Jan 2004 20:51:07
 |
trevor  |
Add SIZE. |
0.8.35 09 Jan 2004 00:24:57
 |
pav  |
- Update to 0.8.35
PR: ports/61088
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> |
0.8.34 13 Dec 2003 12:58:08
 |
ijliao  |
upgrade to 0.8.34 |
0.8.11_1 20 Feb 2003 16:44:17
 |
knu  |
De-pkg-comment. |
0.8.11_1 27 Jan 2003 22:36:08
 |
fjoe  |
Fix fetching
PR: 47568 |
0.8.11_1 03 Jan 2003 19:24:35
 |
ijliao  |
chase mcrypt lib version |
0.8.11_1 30 May 2002 18:00:33
 |
ijliao  |
- Conditionalize dependency for archivers/bzip2
- Support install macros
- Bump portrevision
PR: 38704
Submitted by: Ports Fury |
0.8.11 02 May 2002 03:55:26
 |
ijliao  |
add dact 0.8.11
Dynamic Adaptive Compression Tool |