notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: www/cas/Makefile

Number of commits found: 20

Friday, 18 Oct 2024
20:03 Alexey Dokuchaev (danfe) search for other commits by this committer
www/cas: resurrect^Wreadd the port and update to latest version

- Unbreak and update to version 3.8.0 (fetched from GitHub)
- Drop the options which did not pull additional dependencies
  and simply controlled what would be packaged (this is what
  subpackages are for)
- Amend the port description based on the debian/control file
commit hash: 71caea389e5352be8de3179de84d04f39434f757 commit hash: 71caea389e5352be8de3179de84d04f39434f757 commit hash: 71caea389e5352be8de3179de84d04f39434f757 commit hash: 71caea389e5352be8de3179de84d04f39434f757 71caea3
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Wednesday, 2 Jul 2014
17:17 bapt search for other commits by this committer
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
Original commitRevision:360228 
Sunday, 18 May 2014
15:36 antoine search for other commits by this committer
Mark BROKEN: Fails to build

/usr/bin/c++   -Dcas_EXPORTS -Wall -pedantic -Wno-long-long -Winline
-finline-functions -Wno-inline   --param large-function-growth=7000 --param
inline-unit-growth=200 --param max-inline-insns-single=15000  -O3 -funroll-loops
  -O2 -pipe -fno-strict-aliasing -fPIC
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/include -I/usr/local/include
-I/usr/local/include/ctpp2 -I/usr/local/include/apr-1 -I/usr/local/include/db48
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/Apache2
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/util
-I/usr/local/include/apache22 -o CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o -c
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In function
'void CAS::DumpXMPRPCData(const CTPP::CDT&, CTPP::OutputCollector*)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
expected `;' before 'itHash'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:194: error:
'itHash' was not declared in this scope
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In constructor
'CAS::ASXMLRPCClient::ASXMLRPCClient(const std::string&, UINT_32, UINT_32,
UINT_32, const CTPP::CDT&, const std::string&)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
expected `;' before 'itoHeaders'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:304: error:
'itoHeaders' was not declared in this scope
*** [CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o] Error code 1

With hat:	portmgr
Original commitRevision:354429 
Friday, 13 Dec 2013
11:27 bapt search for other commits by this committer
Remove no-op WITHOUT_NLS
Original commitRevision:336335 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- 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
Original commitRevision:322783 
Monday, 3 Jun 2013
08:41 rm search for other commits by this committer
- update to 2.8.3
- pass maintainership to submitter because of continuing timeouts
- chase the update in dependend ports

PR:		178717
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	maintainer timeout (17 days)
Original commitRevision:319762 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 21 Feb 2013
17:46 pawel search for other commits by this committer
Update to version 3.5.6

PR:		ports/175451
Submitted by:	Alexander Lunkov <lunkov@gmail.com> (maintainer)
Original commitRevision:312731 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Monday, 1 Oct 2012
18:35 rm search for other commits by this committer
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
  - textproc/py-pyctpp2
  - www/cas

while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		170610
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:	maintainer timeout (> 1 month)
Original commitRevision:305138 
Saturday, 22 Sep 2012
21:15 ohauer search for other commits by this committer
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
Original commitRevision:304723 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Friday, 22 Jun 2012
05:09 rm search for other commits by this committer
- update to 3.5.5

PR:             168849
Submitted by:   Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:    maintainer timeout (2 weeks)
Original commit
Sunday, 1 Jan 2012
16:47 ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Original commit
Sunday, 25 Dec 2011
19:25 eadler search for other commits by this committer
C++ Application Server, version 2

WWW: http://ctpp.havoc.ru/

PR:             ports/162880
Submitted by:   Alexander Lunkov <lunkov@gmail.com>
Original commit

Number of commits found: 20