| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=342704
|
|
|
|
|
|
|
| |
References: http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000337.html
Notes:
svn path=/head/; revision=336839
|
|
|
|
|
|
|
|
|
| |
PR: ports/184444
Submitted by: mat
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=335659
|
|
|
|
| |
Notes:
svn path=/head/; revision=329469
|
|
|
|
|
|
|
| |
- Use $STAGEDIR.
Notes:
svn path=/head/; revision=329430
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
| |
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html
I'll write vuxml entry later.
Notes:
svn path=/head/; revision=323640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@)
Notes:
svn path=/head/; revision=316883
|
|
|
|
| |
Notes:
svn path=/head/; revision=316749
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
Notes:
svn path=/head/; revision=314556
|
|
|
|
|
|
|
|
| |
PR: ports/173678
Submitted by: swills
Notes:
svn path=/head/; revision=309541
|
|
|
|
| |
Notes:
svn path=/head/; revision=309335
|
|
|
|
| |
Notes:
svn path=/head/; revision=290143
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang by using CFLAGS+=-std=c89.
PR: ports/163898 [1]
Submitted by: swills [1]
Notes:
svn path=/head/; revision=290030
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=284620
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
|
|
|
| |
References: http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html
Notes:
svn path=/head/; revision=263230
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=255485
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
| |
Notes:
svn path=/head/; revision=252125
|
|
|
|
| |
Notes:
svn path=/head/; revision=240855
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
Notes:
svn path=/head/; revision=229765
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=226721
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Reported by: QA Tindy (itetcu)
Notes:
svn path=/head/; revision=218405
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=212063
|
|
|
|
|
|
|
|
| |
PR: ports/118894
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes:
svn path=/head/; revision=205486
|
|
|
|
| |
Notes:
svn path=/head/; revision=200791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=186656
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=180687
|
|
|
|
|
|
|
|
|
|
|
| |
(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. :-)
Notes:
svn path=/head/; revision=179261
|
|
|
|
|
|
|
| |
References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
Notes:
svn path=/head/; revision=178142
|
|
|
|
|
|
|
|
|
|
| |
either explicitly depend on it, or disable it in the configure options.
PR: 103427
Silence from: kuriyama (maintainer)
Notes:
svn path=/head/; revision=174537
|
|
|
|
|
|
|
|
|
|
| |
- Add WITH_USB to OPTIONS.
PR: ports/101311
Submitted by: Helge Oldach <gnupgaug06@oldach.net>
Notes:
svn path=/head/; revision=172439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=170893
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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]
Notes:
svn path=/head/; revision=169422
|
|
|
|
|
|
|
|
|
| |
(fixes user ID handling bug).
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
Notes:
svn path=/head/; revision=166337
|
|
|
|
|
|
|
|
|
| |
- Handle hidden dependency on libusb (1).
Submitted by: Peter Pentchev <roam@ringlet.net> (1)
Notes:
svn path=/head/; revision=158721
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=157053
|
|
|
|
|
|
|
|
|
| |
Security: False positive signature verification in GnuPG
References: http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html
Prodded by: simon
Notes:
svn path=/head/; revision=156101
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
| |
PR: ports/90105
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Notes:
svn path=/head/; revision=151279
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=151278
|