aboutsummaryrefslogtreecommitdiffstats
path: root/lang/open-cobol/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Fix after objformat removalpav2007-03-281-1/+1
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* Chase gmp library and bump PORTREVISION.ale2006-05-101-2/+2
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
* Fix configure.ale2006-04-211-0/+2
* Conversion to a single libtool environment.ade2006-02-231-2/+4
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
* - Upgrade to 0.32;thierry2005-05-151-1/+8
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* Update to 0.31vs2005-02-251-1/+1
* Update to version 0.30krion2004-11-241-5/+9
* Sync with new bsd.autotools.mkade2004-06-051-2/+2
* - Support USE_GETOPT_LONGkrion2004-04-071-2/+13
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+3
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* - Update to version 0.23krion2003-08-281-2/+3
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
* libtool uber-patchade2003-06-271-1/+1
* Update to version 0.20.naddy2003-04-291-7/+4
* Update to version 0.12naddy2003-04-291-10/+5
* De-pkg-comment.knu2003-02-211-0/+1
* Update to 0.10arved2003-01-041-7/+7
* - Fix LIB_DEPENDSijliao2002-11-201-7/+10
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
* add open-cobol 0.9.7ijliao2002-08-061-0/+33
'>| | | | | | | | | | | | | | | | | | - do not fail STRIP with script files (wildcard STRIP) Version 1.9.3 (15 Dec 2015, from /branches/1.9.x) http://svn.apache.org/repos/asf/subversion/tags/1.9.3 User-visible changes: - Client-side bugfixes: * svn: fix possible crash in auth credentials cache (r1705328) * cleanup: avoid unneeded memory growth during pristine cleanup (r1706241) * diff: fix crash when repository is on server root (r1705060 et al) * fix translations for commit notifications (r1709389, r1709562) * ra_serf: fix crash in multistatus parser (r1706323, r1706324) * svn: report lock/unlock errors as failures (r1701598 et al) * svn: cleanup user deleted external registrations (r1705843, r1710558) * svn: allow simple resolving of binary file text conflicts (r1703581) * svnlook: properly remove tempfiles on diff errors (r1711346) * ra_serf: report built- and run-time versions of libserf (r1704847) * ra_serf: set Content-Type header in outgoing requests (r1715224 et al) * svn: fix merging deletes of svn:eol-style CRLF/CR files (r1703689 et al) * ra_local: disable zero-copy code path (r1718167) - Server-side bugfixes: * mod_authz_svn: fix authz with mod_auth_kerb/mod_auth_ntlm (issue #4602) * mod_dav_svn: fix display of process ID in cache statistics (r1709553) * mod_dav_svn: use LimitXMLRequestBody for skel-encoded requests (r1687812) * svnadmin dump: preserve no-op changes (r1709388 et al, issue #4598) * fsfs: avoid unneeded I/O when opening transactions (r1715793) - Bindings bugfixes: * javahl: fix ABI incompatibilty with 1.8 (r1710104) * javahl: allow non-absolute paths in SVNClient.vacuum (r1710215, r1710290) Developer-visible changes: - General: * fix patch filter invocation in svn_client_patch() (r1706783) * add @since information to config defines (r1706983, r1706999) * fix running the tests in compatibility mode (r1706375) * clarify documentation of svn_fs_node_created_rev() (r1717154) - API changes: * fix overflow detection in svn_stringbuf_remove and _replace (r1714358) * don't ignore some of the parameters to svn_ra_svn_create_conn3 (r1714314) Approved by: lev (explicit) MFH: 2015Q4 Security: vid="daadef86-a366-11e5-8b40-20cf30e32f6d" * (1) Place pkgconfig files to proper directory (libdata)lev2015-11-153-23/+28 | | | | | | | | (2) Strip binaries and libraries if MAINTAINER_DEBUG is not set (3) Set WITH_DEBUG if MAINTAINER_DEBUG option is selected PR: 204496 Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org> * Improve apache configuration samplelev2015-10-192-5/+19 | | | | | PR: 203838 Submitted by: Olli Hauer <ohauer@FreeBSD.org> * Fix pkg-plist in case of disabled SERF.lev2015-10-191-5/+5 | | | | | | | As SERF is enabled by default, no version bump. PR: 203845 Submitted by: oleksii.tsai@gmail.com * Update devel/subversion to 1.9.2.lev2015-10-1516-2221/+1289 | | | | | PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org> * - Fix shebangsamdmi32015-09-093-5/+6 | | | | | | - Switch to @sample Approved by: portmgr blanket * Fix detection of BDBv6.lev2015-08-201-2/+4 | | | | | PR: 202505 Submitted by: emz@norma.perm.ru * Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0 | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 * (1) Update to latest subversion 1.8.14.lev2015-08-064-20/+36 | | | | | | | (2) Make FreeBSD template configurable. PR: [2] 201989 Submitted by: [2] Edward Tomasz Napierala * Fix Differential Revision move.mat2015-07-012-2/+2 | | | | | | Noticed by: amdmi3 Sponsored by: Absolight Differential Revision: * Move the phabricator line to the end, it seems it only works there.mat2015-06-302-10/+10 | | | | | | With hat: phabric-admin@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2943 * MASTER_SITES cleanup.mat2015-05-141-2/+1 | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight * - security update to 1.8.13ohauer2015-04-016-75/+101 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove pkg-install - add pkg-message - add dedicated apache module file Version 1.8.13 (31 Mar 2015, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.13 User-visible changes: - Client-side bugfixes: * ra_serf: prevent abort of commits that have already succeeded (r1659867) * ra_serf: support case-insensitivity in HTTP headers (r1650481, r1650489) * better error message if an external is shadowed (r1655712, r1655738) * ra_svn: fix reporting of directory read errors (r1656713) * fix a redirect handling bug in 'svn log' over HTTP (r1650531) * properly copy tree conflict information (r1658115, r1659553, r1659554) * fix 'svn patch' output for reordered hunks (issue #4533) * svnrdump load: don't load wrong props with no-deltas dump (issue #4551) * fix working copy corruption with relative file external (issue #4411) * don't crash if config file is unreadable (r1590751, r1660350) * svn resolve: don't ask a question with only one answer (r1658417) * fix assertion failure in svn move (r1651963 et al) * working copy performance improvements (r1664531, r1664476, et al) * handle existing working copies which become externals (r1660071) * fix recording of WC meta-data for foreign repos copies (r1660593) * fix calculating repository path of replaced directories (r1660646) * fix calculating repository path after commit of switched nodes (r1663991) * svnrdump: don't provide HEAD+1 as base revision for deletes (r1664684) * don't leave conflict markers on files that are moved (r1660220, r1665874) * avoid unnecessary subtree mergeinfo recording (r1666690) * fix diff of a locally copied directory with props (r1619380 et al) - Server-side bugfixes: * fsfs: fix a problem verifying pre-1.4 repos used with 1.8 (r1561419) * svnadmin freeze: fix memory allocation error (r1653039) * svnadmin load: tolerate invalid mergeinfo at r0 (r1643074, issue #4476) * svnadmin load: strip references to r1 from mergeinfo (issue #4538) * svnsync: strip any r0 references from mergeinfo (issue #4476) * fsfs: reduce memory consumption when operating on dag nodes (r1655651) * reject invalid get-location-segments requests in mod_dav_svn and svnserve (r1667233) * mod_dav_svn: reject invalid txnprop change requests (r1667235) - Client-side and server-side bugfixes: * fix undefined behaviour in string buffer routines (r1650834) * fix consistency issues with APR r/w locks on Windows (r1611380 et al) * fix occasional SEGV if threads load DSOs in parallel (r1659013, r1659315) * properly duplicate svn error objects (r1651759) * fix use-after-free in config parser (1646785, r1646786, r1646797) Developer-visible changes: * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303) * make sqlite amalgamated build work with sqlite 3.8.x+ (r1659399) * fix build with Ruby 2 (r1596882) * process 'svnadmin dump' output as binary in the test suite (r1592987) * simplify Windows resource compilation to avoid warnings (r1532287) Version 1.8.12 (Not released, see changes for 1.8.13.) Security: vid=8e887b71-d769-11e4-b1c2-20cf30e32f6d Security: CVE-2015-0202 Security: CVE-2015-0248 Security: CVE-2015-0251 Approved by: lev@ (implicit) * - update to 1.8.11ohauer2014-12-163-6/+6 | | | | | | | | Changelog: http://svn.apache.org/repos/asf/subversion/trunk/CHANGES MFH: 2014Q4 Security: f5561ade-846c-11e4-b7a7-20cf30e32f6 * Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-30