aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/unroff
ModeNameSize
-rw-r--r--Makefile1450logstatsplainblame
-rw-r--r--distinfo417logstatsplainblame
d---------files70logstatsplain
-rw-r--r--pkg-descr883logstatsplainblame
-rw-r--r--pkg-plist610logstatsplainblame
03:43:59 +0800'>2014-07-253-3/+14 | * - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-238-916/+383 | | | | | | | | | | | | - 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) * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-1/+1 | * Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing.cy2014-06-052-1/+12 | | | | | Obtained from: https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd Security: CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317 * - New LIB_DEPENDS syntax.tijl2014-05-012-15/+14 | | | | | - USES=libtool:keepla tar:bzip2. - Remove -fPIC flag. Leftover from an old version. * - Add fixes for:bdrewery2014-03-052-1/+104 | | | | | | | | | CVE-2014-0092 - Certificate verification issue CVE-2014-1959 - Certificate verification issue All users are recommended to upgrade ASAP. Security: f645aa90-a3e8-11e3-a422-3c970e169bc2 * Add an additional mirror to MASTER_SITES.novel2014-01-221-1/+2 | | | | | PR: 185901 Submitted by: Bruno Machado <bruno@bsd.com.br> * Fix properties on pkg-plistbapt2014-01-221-1/+0 | * Fix build with perl 5.18.novel2014-01-131-0/+612 | | | | | | PR: 185595 Reviewed by: marino Obtained from: Debian * security/gnutls: Fix hardcoded perl pathsmarino2014-01-111-1/+4 | | | | | | | | Perl was recently added as a build tool for gnutls, and immediately the port fails to build on systems that do not have the /usr/bin/perl symlink. The cause is harded perl path of "/usr/bin/perl". Shebangfix will fix a couple of these, REINPLACE_CMD will fix the other. Committed under the new "Just fix it" blanket, but it was tested in redports. * - Fix possbile DoS in TLS record decoding [1]novel2014-01-083-6/+18 | | | | | | | | | | | - Fix installation without NLS [2] - Require gmake and perl for build because in some occasions it will rebuild the documentation that works in a proper way with gmake only and needs perl - Bump PORTREVISION Security: CVE-2013-2116 Reported by: mat [2] * - Support stagedirnovel2014-01-064-682/+682 | | | | | | | | - Add LICENSE - Fix pkg-descr formatting PR: 185409 Submitted by: Takefu <takefu@airport.fm> * - Chase security/libtasn1 updatenovel2013-11-031-1/+1 | | | | - Add UPDATING entry * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | security) * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-3/+2 | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1 | | | | Approved by: portmgr (bapt) * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-6/+2 | * - Add UPDATING entry for libtasn1 updatenovel2013-02-071-0/+1 | | | | - Bump PORTREVISIONs for dependant ports * Update to 2.12.23.novel2013-02-065-45/+22 | | | | Security: http://www.gnutls.org/security.html#GNUTLS-SA-2013-1 * - Drop automatic dependency detection [1]novel2012-08-151-9/+13 | | | | | | | | | | | | - Do not link to -lphread directly [2] - Use USE_PKGCONFIG [2] - Pet portlint by removing ABI number references [2] - Drop no longer actual --with-lzo=no switch, lzo support is disabled by default anyway [2] - Bump PORTREVISION PR: 170390 [2] Submitted by: Jason E. Hale [2], A.J. Kehoe IV (Nanoman) [1] * Respect NOPORTEXAMPLES.novel2012-04-102-25/+5 | | | | | PR: 166693 Submitted by: scheidell, crees * Update to 2.12.18. This update includes a dirty hack to prevent sharednovel2012-03-254-3/+33 | | | | | | | | | | library bump which is necessary because of not properly set LIBTOOLFILES. This would be properly fixed after ports slush is over. PR: 166307 Submitted by: delphij Security: CVE-2012-1569, CVE-2012-1573 Feature safe: yes * Update to 2.12.16.novel2012-01-122-3/+3 | * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 | * Update to 2.12.14.novel2011-11-092-3/+3 | * - Fix build on FreeBSD 10miwi2011-10-291-0/+1 | | | | Reported by: pointyhat * Update to 2.12.12.novel2011-10-242-3/+3 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1 | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav * Update to 2.12.11.novel2011-09-192-3/+3 | * Update to 2.12.10.novel2011-09-162-3/+3 | * Update to 2.12.9.novel2011-08-223-21/+5 | * - Switch to nettle as crypto library as it's primary librarynovel2011-07-141-3/+3 | | | | | | supported by upstream and additionally there are some inconsistences with libgcrypt 1.5.x. - Bump PORTREVISION * - Chase the libgcrypt shared lib versionswills2011-07-031-1/+2 | * Update to 2.12.7.novel2011-06-233-4/+6 | * - Bump PORTREVISION for the .pc fixpav2011-06-071-0/+1 | * Proper fix for gnutls.pc generation by ripping out 'zlib' partnovel2011-06-062-3/+16 | | | | | | | from configure as it was originally submitted by Fumiyuki Shimizu in ports/157647. Pointy hat to: novel * Fix gnutls.pc file by stripping 'zlib' from Requires.private.novel2011-06-061-0/+3 | | | | | PR: 157647 (based on) Submitted by: Fumiyuki Shimizu * Update to 2.12.6.1.novel2011-06-064-33/+136 | * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * Chase security/libgcrypt shlib bump.wxs2010-07-271-2/+2 | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 | * Update to 2.8.6.novel2010-05-043-4/+5 | * Introduce WITH_CAMELLIA knob to enable camellia ciphers (off by default).novel2009-11-211-0/+4 | | | | | PR: 138721 Submitted by: Ivan Sy Jr <ivan_jr@yahoo.com> * Update to 2.8.3.novel2009-08-174-88/+113 | * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr * Update to 2.6.5.novel2009-05-102-4/+4 | * Mark MAKE_JOBS_SAFE for SMP compilation.novel2009-03-251-0/+1 | | | | | PR: 133001 Submitted by: mm * Clean out MASTER_SITES.novel2009-03-141-6/+3 | | | | Reported by: Atom Powers <apowers@digipen.edu> * Update to 2.6.4.novel2009-02-132-5/+4 | * Chase libtasn1 shared library version bump.novel2009-01-191-2/+3 | * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-5/+0 | * - Update to 2.6.3novel2009-01-076-56/+46 | | | | | | | | - Remove WITH_OPENCDK knob since it's not relevant anymore - Add WITH_LZO knob PR: 127330 (partially) Submitted by: Yarema <yds@CoolRat.org> * - Bump PORTREVISION due to share library version bump in security/libgcryptrafan2009-01-061-2/+2 | | | | PR: ports/127478 * - Fix the patch for CVE-2008-4989 not to cause segfaults on runtime anymorepav2008-11-192-18/+1 | | | | | PR: ports/128868 Obtained from: vendor * - Update to 2.4.2novel2008-11-163-5/+42 | | | | | | | - Fix CVE-2008-4989 PR: 128868 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * Fix broken header installed by gnutls: it would silently break portsdelphij2008-07-302-0/+12 | | | | that makes use of gnutls_certificate_print_formats_t enum. * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0 | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT * Update to 2.4.1.novel2008-07-014-46/+5 | * Update to 2.4.0.novel2008-06-246-8/+107 | | | | | | Unlike previous major version bumps, this time ABI hasn't changed, so the shared libraries' versions stayed the same. Therefore, this update doesn't requite any special handling. * Add WITHOUT_OPENCDK and WITHOUT_LIBTASN1 knobs to respect if thenovel2008-06-151-2/+6 | | | | | | | | user wishes to build gnutls with the included versions instead of the ones from ports. PR: 121357 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 | | | | | | | | | | 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) * Update to 2.2.5.novel2008-05-202-4/+4 | | | | | PR: 123828 Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org> * Update to 2.2.2.novel2008-03-034-37/+46 | * Add --disable-guild to CONFIGURE_ARGS to avoid build problem with guile.novel2008-03-031-1/+1 | | | | Reported by: marcus * Chase libgcrypt library versionarved2008-02-291-2/+2 | * Chase opencdk shared lib version change.novel2007-10-311-2/+3 | | | | Approved by: portmgr (pav) (as a part of security/opencdk commit) * Update to 2.0.2.novel2007-10-304-8/+47 | * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1 | | | | | | | | | | | | | | | | | | 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 * - Update to 1.6.3novel2007-07-014-11/+14 | | | | | - Use ltverhack to avoid unnecessary shared library version changes in future * Update to 1.6.2.novel2007-04-303-5/+5 | * Track libgpg-error shlib version change.jylefort2007-03-081-2/+2 | * Chase security/opencdk update.novel2007-02-141-2/+3 | * - Fix build with 4.Xmiwi2007-01-081-0/+1 | | | | Approved by: novel@ * Update to 1.6.1.novel2007-01-024-8/+22 | * Update to 1.4.5.novel2006-11-102-5/+4 | * - Chase libgpg-error version bump [1]sergei2006-09-221-1/+2 | | | | | | | | | - Add explicit version to libgpg-error dependency where missing [2] - Bump PORTREVISION [1] Approved by: maintainers (arved, lofi, novel, ports at mcdermottroe dot com) [1] Suggested by: novel, lofi [2] * - Update to 1.4.4novel2006-09-142-5/+5 | | | | - Replace INSTALLS_SHLIB with USE_LDCONFIG * Update to 1.4.3.novel2006-09-092-4/+4 | * Update to 1.4.2.novel2006-08-122-4/+4 | * - Update to 1.4.1novel2006-07-153-5/+7 | | | | | - Remove --with-included-libtasn1 from CONFIGURE_ARGS (should have been done that earlier actually) * Update to 1.4.0.novel2006-07-074-297/+354 | * Fix libtasn1 dependency.novel2006-05-191-1/+1 | | | | | | PR: 97487 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Pointyhat to: tmclaugh * Move opencdk and libtasn1 detection to after bsd.port.pre.mk so they cantmclaugh2006-05-181-8/+8 | | | | be properly detected if already installed. * - Update to 1.2.11novel2006-05-122-12/+11 | | | | | | - Order MASTER_SITEs by relevance - Allow using libtasn1 from ports (disabled in previous commit due to problems) * Temporary allow using included libtasn1 only to fix build.novel2006-05-061-4/+4 | | | | | | PR: 96838, 96833 Submitted by: Carl Fongheiser <kf0yn@mchsi.com>, Kyryll A Mirnenko <mirya@matrix.ua> * Chase security/libtasn1 shlib version bump.novel2006-05-061-3/+3 | * - Chase libgpg-error shlib version bump (.1 -> .2)sergei2006-05-031-2/+2 | | | | - Bump PORTREVISION * - Depend on texinfo from ports only when it is really needed [1]novel2006-03-161-3/+6 | | | | | | - Remove USE_REINPLACE Submitted by: nork [1] * Conversion to a single libtool environment.ade2006-02-232-1/+5 | | | | Approved by: portmgr (kris) * Update to 1.2.10 - a security release which fixes bugs innovel2006-02-112-4/+4 | | | | libtasn1's DER decoder * Update to 1.2.9.novel2006-01-104-33/+398 | * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. * - Revive CONFLICTS with gnutls-devel [1]novel2005-09-112-4/+3 | | | | | | | - Do not build static libraries [2] Requested by: kris [1] vs [2] * Don't CONFLICTS with gnutls-devel since it has been removed.novel2005-09-091-2/+0 | * - Pass maintainership of gnutls, libtasn1 and opencdk ports tosergei2005-08-301-1/+1 | | | | Roman Bogorodskiy (novel) who kindly agreed to look after them * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 | | | | after 5.4-RELEASE. * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. * - Depend on pkg-config to allow for clean package deinstallationsergei2005-02-183-22/+7 | | | | | | | | (due to presence of files installed into ${PREFIX}/libdata/pkgconfig) - Remove patches in favor of simpler REINPLACE substitution PR: ports/77279 (based on) Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> * - Add 2 new patches missed in the previous commitsergei2005-02-072-0/+22 | | | | (needed to fix pkg-config files installation) * - Update to 1.0.24 [1]sergei2005-02-073-6/+7 | | | | | | | - Install pkg-config files into a proper directory PR: ports/76905 [1] Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> [1] * Update libgcrypt to 1.2.1. Changes:arved2005-01-111-1/+2 | | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports. * - Update to 1.0.21sergei2004-10-132-9/+17 | | | | | | - Make security/libtasn1 and security/opencdk into optional dependencies, enabled by knobs: WITH_LIBTASN1 and WITH_OPENCDK, respectively. Default to using their included versions * - Update to 1.0.20, fixing GnuTLS certificate chain verification DoSsergei2004-09-103-6/+5 | | | | | | | | | | | vulnerability (portaudit ID: 84ab58cf-e4ac-11d8-9b0a-000347a4fa7d), described in the following advisories: - http://www.hornik.sk/SA/SA-20040802.txt - http://secunia.com/advisories/12156 PR: ports/71502 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: portmgr (eik, marcus) * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet * - Update to 1.0.13 (latest stable version) [1]sergei2004-06-053-12/+9 | | | | | | | | - Switch to libtool-1.5 - NOTE: shlib version was downgraded from 13 to 12 PR: ports/66331 [1] Submitted by: Brian Candler <B.Candler@pobox.com> * Update libgcrypt to the new stable version 1.2.0arved2004-05-031-1/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. * - Update to 1.0.8sergei2004-03-093-22/+35 | | | | | | | | - Always depend on libtasn1 and opencdk - Add libgcrypt-devel and libgpg-error dependencies - Add explicit USE_ICONV and USE_GETTEXT to properly register shared library dependencies - Add CONFLICTS to prevent installation over gnutls-devel * SIZE *DOES* MATTER.sergei2004-01-311-0/+1 | * Change to my @FreeBSD.org address.sergei2003-10-231-1/+1 | | | | Approved by: krion * - Make security/opencdk and security/libtasn1 dependencieskrion2003-09-293-25/+26 | | | | | | | | | | | | | optional, enabled by WITH_OPENCDK and WITH_LIBTASN1 knobs, respectively. NOTE: several people reported that using external libtasn1 breaks (at least some) GnuTLS functionality, so using WITH_LIBTASN1 is NOT recommended for now. - Remove patch-configure as it breaks proper shared library build - Build include lzo library by default (noticed by KATO Tsuguru) - Re-sort pkg-plist PR: 57346 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) * - Chase library to actual opencdk dependencykrion2003-09-261-1/+1 | | | | Submitted by: maintainer * - Chase shared library versionkrion2003-09-241-1/+1 | | | | Pointed out by: KATO Tsuguru * - Update to 0.8.10krion2003-09-243-10/+8 | | | | | PR: 57140 Submitted by: maintainer * Update to 0.8.6kevlo2003-03-262-3/+3 | | | | | PR: 50289 Submitted by: MAINTAINER * - Update to 0.8.1naddy2003-02-284-41/+40 | | | | | | | | - Remove WITH_OPENCDK knob - require security/opencdk by default - Use DOCSDIR and EXAMPLESDIR in pkg-plist PR: 48706 Submitted by: Sergei Kolobov <sergei@kolobov.com> * Add missing directorykris2003-02-221-0/+1 | * De-pkg-comment.knu2003-02-212-1/+1 | * Use MASTER_SITE_GNUPGarved2003-02-151-2/+2 | * - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by defaultnork2003-01-292-10/+25 | | | | | | | | | | | | - Bump PORTREVISION - although there are no changes with the default options, hint users to upgrade to take advantage of OpenCDK support - Re-sort MASTER_SITES (ftp.gnutls.org is temporarily unavailable) - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files - Re-sort pkg-plist PR: ports/47525 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) * Update to 0.6.0arved2003-01-193-6/+22 | | | | | PR: 47102 Submitted by: Sergei Kolobov <sergei@kolobov.com>