Commit graph

121 commits

Author SHA1 Message Date
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +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
Jun Kuriyama
0931e100c8 Fix plist with NOPORTDOCS.
Reported by:	QA Tindy (itetcu)
2008-08-11 12:27:52 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
4fb8bd9ae0 - Update to 1.4.9
Notes:
	This update fixes a possible security vulnerability
	involving memory corruption from importing malicious
	keys.

PR:		122349 / 122155
Submitted by:	Nick Barkas <snb@threerings.net> / Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	maintainer timeout
Security:	http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html
2008-04-26 23:51:40 +00:00
Jun Kuriyama
d9d28462d4 - Upgrade to 1.4.8 (GPL3).
PR:		ports/118894
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2008-01-12 08:53:44 +00:00
Edwin Groothuis
13441eac4b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:02:06 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +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
Jun Kuriyama
495503ab4d - Upgrade to 1.4.7.
Add safety seatbelt for inserting additional text in signed OpenPGP message.

References:	http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html,
		http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html
2007-03-06 09:06:19 +00:00
Jun Kuriyama
c2061fafdb - I forgot to bump PORTREVISION to sync with security/gnupg as of
before 2.0 upgrade.
- Add a patch to fix info/dir entry in gnupg1.info [1].
- Recover symlink during removing this port after installing
  security/gnupg (2.0) (I forgot to add this before...).

PR:		ports/106819 [1]
Submitted by:	Dmitry A Grigorovich <odip@bionet.nsc.ru>
2006-12-25 03:49:00 +00:00
Jun Kuriyama
db5b5fc879 - Chase security/gnupg upgrade (but still 1.4.6) after repocopy.
(not connected in ../Makefile)
- Tweak installation directory for documents to avoid conflict against
  coming gnupg upgrade (2.0.1).

I'm still testing my patch to upgrade to 2.0.1, so please wait. :-)
2006-12-09 08:36:48 +00:00
Jun Kuriyama
36515a4465 Fix buffer overflow.
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
2006-11-27 22:37:42 +00:00
Peter Pentchev
8d75176018 Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS and
either explicitly depend on it, or disable it in the configure options.

PR:		103427
Silence from:	kuriyama (maintainer)
2006-10-05 13:37:17 +00:00
Jun Kuriyama
2c79bfa88c - Fix WITH_LIBICONV to work correctly.
- Add WITH_USB to OPTIONS.

PR:		ports/101311
Submitted by:	Helge Oldach <gnupgaug06@oldach.net>
2006-09-07 02:19:12 +00:00
Renato Botelho
70e5ac1f4e - Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS and
not WITH(OUT)_NOPORTDOCS
- Use PORTDOCS and clean pkg-plist
- Add NLS to OPTIONS as on by default and move the check after
  bsd.port.pre.mk
- Add --with-ldap=${LOCALBASE} because it was not finding ldap libs without
  this

PR:		ports/101318
Submitted by:	garga
Approved by:	maintainer timeout (14 days)
2006-08-17 19:39:48 +00:00
Jun Kuriyama
4fec1103f6 - Upgrade to 1.4.5.
(fixes 2 more possible memory allocation attacks).
- Enable OPTIONS [1].

Security:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q3/000229.html
PR:		ports/93540 [1]
Submitted by:	Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [1]
2006-08-02 01:34:30 +00:00
Jun Kuriyama
6ef4bb66fb - Upgrade to 1.4.4.
(fixes user ID handling bug).

Security:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
2006-06-25 23:32:35 +00:00
Jun Kuriyama
ff8f727e0b - Upgrade to 1.4.3.
- Handle hidden dependency on libusb (1).

Submitted by:	Peter Pentchev <roam@ringlet.net> (1)
2006-04-03 12:57:58 +00:00
Jun Kuriyama
b73fb62f12 Update to 1.4.2.2.
Security:	GnuPG does not detect injection of unsigned data
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000216.html
Probbed by:	simon
Approved by:	portmgr (erwin)
2006-03-09 22:44:35 +00:00
Jun Kuriyama
c17679e635 Upgrade to 1.4.2.1.
Security:	False positive signature verification in GnuPG
References:	http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html
Prodded by:	simon
2006-02-15 08:56:51 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Jun Kuriyama
8996de3bbe Add SHA256.
PR:		ports/90105
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-16 02:16:59 +00:00
Jun Kuriyama
1b09038d56 Fix the problem in --batch mode.
Obtained from:	http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/g10/keygen.c?rev=3853&r1=3852&r2=3853
PR:		ports/90105
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2005-12-16 02:16:11 +00:00
Jun Kuriyama
4ae59b6f7d Fix build failure on 4.x.
Reported by:	"Sander Holthaus - Orange XL" <info@orangexl.com>
2005-08-01 11:17:24 +00:00
Jun Kuriyama
2a9bde49bb Upgrade to 1.4.2.
PR:		ports/84289
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-07-31 22:31:11 +00:00
Jun Kuriyama
2b8b1ad066 Upgrade to 1.4.1.
PR:		ports/80157
Submitted by:	Vasil Dimov <vd@datamax.bg>
Kindly knocked by:	dougb
2005-04-24 04:42:08 +00:00
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