1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
Baptiste Daroussin
4fe4b02802 cleanup plist 2014-12-20 19:12:11 +00:00
Antoine Brodin
228ab58873 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
2014-09-04 19:26:24 +00:00
Kurt Jaeger
b95d127471 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)
2014-07-30 03:57:23 +00:00
Tijl Coosemans
3ab1b8443e - 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)
2014-07-23 09:54:02 +00:00
Baptiste Daroussin
f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00
Jimmy Olgeni
168f57451a 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)
2014-07-07 15:31:01 +00:00
Renato Botelho
b5da2417a0 . Add LICENSE
. Unmute install
2013-10-31 23:36:06 +00:00
Renato Botelho
48b9e3c0d1 Support staging 2013-10-13 19:05:00 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Renato Botelho
384042ed2f Move to OPTIONSng 2012-07-16 20:04:35 +00:00
Renato Botelho
a2e0353697 Remove lib version from LIB_DEPENDS to silence portlint 2012-07-02 22:24:21 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Rong-En Fan
af76562086 - Bump PORTREVISION due to share library version bump in security/libgcrypt
PR:		 ports/127478
2009-01-06 13:01:11 +00:00
Renato Botelho
95a0742ee3 - Take maintainership
- Remove old-style signature from pkg-descr
2008-10-16 16:19:45 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Tilman Keskinoz
6c7eeeeeb4 Chase libgcrypt library version 2008-02-28 21:47:06 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Marcus Alves Grando
90bd7b15f0 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>
2005-11-18 15:44:26 +00:00
Simon L. B. Nielsen
3c9e61c68d Resign as maintainer since I haven't used this program for quite a while
now.
2005-11-15 09:58:46 +00:00
Tilman Keskinoz
c25ebfd4aa Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.

Submitted by: 	philip
pointyhat to:	arved
2005-01-12 07:25:23 +00:00
Simon L. B. Nielsen
9ddd44715e Update to 0.4.26.
Approved by:	erwin
2004-10-14 15:10:51 +00:00
Simon L. B. Nielsen
d809bf12f3 - 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
2004-06-23 20:16:16 +00:00
Joe Marcus Clarke
d3702246bb Chase the gnutls shared lib version.
Pointy hat to:	sergei
2004-06-06 01:44:39 +00:00
Tilman Keskinoz
f75ab7e2f3 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:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.

Approved by:	lofi

wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.

No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
2004-05-03 13:57:46 +00:00
Trevor Johnson
acb6354489 Add size data, approved by maintainers. 2004-03-24 23:14:13 +00:00
Joe Marcus Clarke
3e0df62a6f This now depends on libgcrypt-devel. 2004-03-19 05:37:40 +00:00
Joe Marcus Clarke
290bceb8f9 Chase the gnutls shared lib version. 2004-03-19 05:36:30 +00:00
Simon L. B. Nielsen
2fcee47a69 - Update to version 0.4.20.
- Autodetect if gnutls is installed to get dependencies right.

Approved by:	edwin
2004-01-08 11:55:30 +00:00
Edwin Groothuis
442ee23a2c Update mail/wmbiff to version 0.4.19
Submitted by:	"Simon L. Nielsen" <simon@FreeBSD.org> (via private mail)
2003-11-20 21:15:21 +00:00
Simon L. B. Nielsen
267d24f4f1 Update to 0.4.17
Approved by:	erwin
2003-09-02 18:23:28 +00:00
Simon L. B. Nielsen
3a199cb2a6 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)
2003-08-12 14:17:20 +00:00
Yen-Ming Lee
2f086832ff remove mail/wmbiff/pkg-message since it is no longer needed
Requested by:	Simon L. Nielsen <simon@nitro.dk>
2003-04-01 14:18:30 +00:00
Yen-Ming Lee
8b6ff144cb Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL).
PR:		50510
Submitted by:	Simon L. Nielsen <simon@nitro.dk>
2003-04-01 00:45:27 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Jim Mock
c046ea9a79 Update to version 0.4.7.
PR:		41735
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-08-17 03:04:23 +00:00