non port: mail/wmbiff/Makefile |
SVNWeb
|
Number of commits found: 67 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Thu, 8 Apr 2021
|
[ 11:55 Renato Botelho (garga) ] 97ea9a8
mail/wmbiff: Fix build with GNUTLS
While here, stop installing debian script
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 12:14 Renato Botelho (garga) ] 4143f55
mail/wmbiff: Update to 0.4.36
- Fixed WWW and MASTER_SITES to new project home
- Moved post-install message to proper pkg-message
- Created a pkg-plist since there are more files now
- Added missing dependencies
- Enable GNUTLS option by default since most email servers need SSL/TLS
Reported by: Kazumaro Aoki <bsd@flu.if0.org>
|
Fri, 28 Aug 2020
|
[ 18:42 garga ]
Fix build with clang11 and other tweaks
- Add -fcommon for now to fix build with clang11
- Pet portlint
- Add missing dependencies to USE_XORG
- Bump PORTREVISION
|
Wed, 6 Nov 2019
|
[ 18:07 zeising ] (Only the first 10 of 117 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wed, 2 Sep 2015
|
[ 14:12 amdmi3 ]
- Switch to options helpers
Approved by: portmgr blanket
|
[ 14:08 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] (Only the first 10 of 104 ports in this commit are shown above. )
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above )
|
Sat, 20 Dec 2014
|
[ 19:12 bapt ]
cleanup plist
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
Wed, 30 Jul 2014
|
[ 03:57 pi ] (Only the first 10 of 94 ports in this commit are shown above. )
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wed, 16 Jul 2014
|
[ 08:13 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
|
Thu, 31 Oct 2013
|
[ 23:36 garga ]
. Add LICENSE
. Unmute install
|
Sun, 13 Oct 2013
|
[ 19:05 garga ]
Support staging
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Mon, 16 Jul 2012
|
[ 20:04 garga ]
Move to OPTIONSng
|
Mon, 2 Jul 2012
|
[ 22:23 garga ]
Remove lib version from LIB_DEPENDS to silence portlint
|
Sun, 3 Jul 2011
|
[ 11:40 swills ] (Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Tue, 27 Jul 2010
|
[ 01:25 wxs ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Sun, 16 Aug 2009
|
[ 18:04 novel ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Tue, 6 Jan 2009
|
[ 13:01 rafan ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
|
Thu, 16 Oct 2008
|
[ 16:19 garga ]
- Take maintainership
- Remove old-style signature from pkg-descr
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Mon, 3 Mar 2008
|
[ 11:57 novel ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
|
Thu, 28 Feb 2008
|
[ 21:47 arved ] (Only the first 10 of 20 ports in this commit are shown above. )
Chase libgcrypt library version
|
Sun, 1 Jul 2007
|
[ 08:56 novel ] (Only the first 10 of 45 ports in this commit are shown above. )
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 2 Jan 2007
|
[ 08:54 novel ] (Only the first 10 of 40 ports in this commit are shown above. )
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
Thu, 6 Jul 2006
|
[ 17:41 novel ] (Only the first 10 of 31 ports in this commit are shown above. )
Chase gnutls shlib version change.
|
Mon, 9 Jan 2006
|
[ 16:34 novel ] (Only the first 10 of 26 ports in this commit are shown above. )
Chase gnutls update.
|
Fri, 18 Nov 2005
|
[ 15:44 mnag ]
Update to 0.4.27
Include GNUTLS in OPTIONS
Use PLIST_FILES/PLIST_DIRS instead pkg-plist
Add SHA256
PR: 89237
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 15 Nov 2005
|
[ 09:58 simon ]
Resign as maintainer since I haven't used this program for quite a while
now.
|
Wed, 12 Jan 2005
|
[ 07:25 arved ]
Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.
Submitted by: philip
pointyhat to: arved
|
Thu, 14 Oct 2004
|
[ 15:10 simon ]
Update to 0.4.26.
Approved by: erwin
|
Wed, 23 Jun 2004
|
[ 20:16 simon ]
- Upgrade to 0.4.24 (which also unbreaks GNUTLS support).
- Use OPTIONS for enabling/disabling GNUTLS support.
- Remove auto detection of GNUTLS (in favor of OPTIONS).
- Don't actually use GNUTLS unless the GNUTLS option is enabled.
Approved by: erwin
|
Sun, 6 Jun 2004
|
[ 01:44 marcus ]
Chase the gnutls shared lib version.
Pointy hat to: sergei
|
Mon, 3 May 2004
|
[ 13:57 arved ] (Only the first 10 of 21 ports in this commit are shown above. )
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba: (Only the first 15 lines of the commit message are shown above )
|
Fri, 19 Mar 2004
|
[ 05:37 marcus ]
This now depends on libgcrypt-devel.
|
[ 05:36 marcus ]
Chase the gnutls shared lib version.
|
Thu, 8 Jan 2004
|
[ 18:39 simon ]
Forced commit to note that the last commit was not approved by edwin,
but:
Approved by: erwin
|
[ 11:55 simon ]
- Update to version 0.4.20.
- Autodetect if gnutls is installed to get dependencies right.
Approved by: edwin
|
Thu, 20 Nov 2003
|
[ 21:15 edwin ]
Update mail/wmbiff to version 0.4.19
Submitted by: "Simon L. Nielsen" <simon@FreeBSD.org> (via private mail)
|
Tue, 2 Sep 2003
|
[ 18:23 simon ]
Update to 0.4.17
Approved by: erwin
|
Tue, 12 Aug 2003
|
[ 14:17 simon ]
o Update to wmbiff 0.4.16. [1]
o Update my maintainer email address to my new FreeBSD.org address.
Submitted by: Stefan Walter <sw@gegenunendlich.de> [1]
PR: ports/55490 [1]
Approved by: erwin, ceri (mentor)
|
Tue, 1 Apr 2003
|
[ 00:45 leeym ]
Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL).
PR: 50510
Submitted by: Simon L. Nielsen <simon@nitro.dk>
|
Fri, 7 Mar 2003
|
[ 06:06 ade ] (Only the first 10 of 166 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sat, 17 Aug 2002
|
[ 03:04 jim ]
Update to version 0.4.7.
PR: 41735
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Wed, 24 Jul 2002
|
[ 08:04 jim ]
Update to 0.4.6.
PR: 40795
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sun, 30 Jun 2002
|
[ 22:11 jim ]
Update to version 0.4.5.
PR: 39988
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Tue, 26 Feb 2002
|
[ 22:04 jim ]
Update to version 0.3.7.
|
Mon, 12 Nov 2001
|
[ 01:49 jim ]
Update to version 0.3.3.
|
Mon, 5 Feb 2001
|
[ 15:11 olgeni ] (Only the first 10 of 73 ports in this commit are shown above. )
Spaces->tabs in the mail category.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
|
Thu, 29 Jun 2000
|
[ 08:03 obrien ] (Only the first 10 of 96 ports in this commit are shown above. )
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
|
Number of commits found: 67 |