1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

92 Commits

Author SHA1 Message Date
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Jun Kuriyama
89f68eeedd Add a workaround patch to avoid protocol attack (but will not be
effective in the real world).

References:	http://lists.gnupg.org/pipermail/gnupg-announce/2005q1/000190.html (broken mailman archive)
		http://www.pgp.com/library/ctocorner/openpgp.html
		http://eprint.iacr.org/2005/033
Reported by:	dougb
2005-02-12 09:29:35 +00:00
Jun Kuriyama
8967b8d02d Upgrade to 1.4.0. 2004-12-29 15:40:42 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Sergey A. Osokin
5faadcb814 Update to 1.2.6.
Utilize DOCSDIR and DATADIR macros.

Approved by:	kuriyama (maintainer)
2004-08-31 10:04:09 +00:00
Jun Kuriyama
32c3fee739 Link with openldap library only when WITH_LDAP knob is specified
explicitly.
2004-08-04 03:42:11 +00:00
Jun Kuriyama
ff95213833 - Upgrade to 1.2.5.
- Remove unnecessary "@unexec rmdir"s for locales.
2004-08-03 06:30:56 +00:00
Adam Weinberger
25e9c34f18 Fix LDAP detection. For everybody who has a the default
openldap client installed, this will cause a plist change.
I didn't bump the PORTREVISION, but it might not be a bad
idea. I'll leave that up to the maintainer.
2004-07-26 04:57:14 +00:00
Jun Kuriyama
16711df729 Add WITHOUT_NLS knob.
PR:		ports/64491
Submitted by:	Sebastian Klemke <packet@adrenochrome.nl>
2004-04-05 15:09:00 +00:00
Kirill Ponomarev
a9f6551306 - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:56:43 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Jun Kuriyama
a6bca61696 Upgrade to 1.2.4. 2003-12-24 05:59:10 +00:00
Jun Kuriyama
660205cc0e *** Security Update (not fix, only workaround) ***
Disable the ability to create signatures using the ElGamal
sign+encrypt (type 20) keys as well as to remove the option
to create such keys.

Reported by:	se
References:	http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020570.html
		http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020569.html
Approved by	portmgr (will)
2003-11-28 00:05:27 +00:00
Jun Kuriyama
241fff111c What users should use is WITH_LDAP and USE_OPENLDAP is for ports
system.

Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
PR:		ports/59151
2003-11-12 13:37:25 +00:00
Jun Kuriyama
64e5d59d5f Fix USE_DYNAMIC_LINKING detection.
Submitted by:	ls+gnupg.devel.gnupg.org@gambit.com.ru
References:	http://lists.gnupg.org/pipermail/gnupg-devel/2003-October/020503.html
2003-10-26 23:03:37 +00:00
Jun Kuriyama
d221b618ad Add missing share/locale/ro/LC_MESSAGES/gnupg.mo and clean up
@unexec rmdir's.

PR:		ports/58212
Submitted by:	Dimitry Andric <dimitry@andric.com>
2003-10-26 13:05:52 +00:00
Jun Kuriyama
4dbd49b80f Respect USE_OPENLDAP(WANT_OPENLDAP_VER).
Pointed out by:	lofi
2003-10-14 08:22:42 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Jun Kuriyama
f5df11874d o Upgrade to 1.2.3.
o Remove explicit --enable-tiger from $CONFIGURE_ARGS.  This feature will
  be removed from GnuPG.
2003-08-23 06:34:40 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Jun Kuriyama
ea3fd88d44 Show $PKGMESSAGE only if $OSVERSION < 500019.
Add URL reference for rndcontrol.

Submitted by:	dougb
2003-05-12 01:46:27 +00:00
Jun Kuriyama
a57acf0086 Add a patch for mpi/config.links to avoid infinite loop on sparc64.
MPI assembler function for sparc32 is used for our sparc64, but it
will not work on it.  So use generic (C) version for sparc64-*-freebsd*.
2003-05-10 07:55:33 +00:00
Jun Kuriyama
7806791ca8 Upgrade to 1.2.2. 2003-05-06 15:09:48 +00:00
Jun Kuriyama
4819cbb29a Check versioned library file explicitly.
PR:		ports/48692
Submitted by:	fenner
2003-04-22 01:46:14 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Tilman Keskinoz
62f0245f1f Use MASTER_SITE_GNUPG 2003-02-15 12:35:42 +00:00
Kris Kennaway
a2ad478eec Correct typo in previous
Pointy hat to:	kris
2003-01-14 22:39:26 +00:00
Kris Kennaway
174e0536a1 Add missing @dirrm 2003-01-14 03:45:22 +00:00
Jun Kuriyama
2c2c21bd9d Upgrade to 1.2.1. 2002-10-26 05:07:39 +00:00
Jun Kuriyama
ebc85c6e3f Directory in master site is changed.
Reported by:	ijliao
2002-10-08 07:25:54 +00:00
Jun Kuriyama
04f3239a84 Upgrade to 1.2.0.
PR:		ports/43211
Submitted by:	Jason Harris <jharris@widomaker.com>
Modified by:	kuriyama (for WITH_LDAP)
2002-10-06 08:55:25 +00:00
Jun Kuriyama
37ee23b74f Fix build breakage when openldap2 is installed.
PR:		ports/42517
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-09-10 07:52:39 +00:00
Jun Kuriyama
297bafcc08 Fix build with LDAP library.
If configure finds LDAP library, it tries to link with -lresolv, too.
Remove -lresolv to unbreak.

Reported by:	Guy Middleton <guy@crtsol.com>
2002-08-29 01:31:33 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Jun Kuriyama
0b11a525c5 (1) Remove implicit dependency on devel/gdbm.
(2) Allow to explicit dependency on converters/libiconv with WITH_LIBICONV
    knob.

Submitted by:	NIIMI Satoshi <sa2c@sa2c.net> (1),
		Dmitry Morozovsky <marck@rinet.ru> (2)
PR:		ports/40653 (1), ports/40814 (2)
2002-07-21 01:51:41 +00:00
Jun Kuriyama
d714bbec5a Use i586 optimized asm code for msi when i586 over CPUTYPE is set in
/etc/make.conf.

Submitted by:	<skrueger@europe.com>
2002-05-27 23:16:06 +00:00
Jun Kuriyama
cb9bd922b8 Install set-uid'ed gpg if WITH_SUID_GPG is defined.
Requested by:	Tobias Henoeckl <hoeni@Space.Net>
2002-05-24 15:15:29 +00:00
Jun Kuriyama
4b80e3451b Fix plist at NOPORTDOC environment.
PR:		ports/37621
2002-05-01 15:30:10 +00:00
Jun Kuriyama
2f929e82e7 Upgrade to 1.0.7.
See http://www.gnupg.org/whatsnew.html#rn20020429 for changelog.
2002-04-30 13:13:01 +00:00
Jun Kuriyama
4d9355ef5d Check hidden dependency on libiconv.
Pointed out by:	Neil Darlow <neil@darlow.co.uk>
2002-04-16 13:00:39 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Jun Kuriyama
f7a35608b5 Remove *.alias entries from plist.
Submitted by:	Neil Darlow <neil@darlow.co.uk> and
		Jimmy Olgeni <olgeni@FreeBSD.org>
2002-02-12 01:41:03 +00:00