notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/commoncpp/Makefile
SVNWeb

Number of commits found: 55

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 29 Aug 2019
[ 09:02 amdmi3 search for other commits by this committer ] Original commit   Revision:510150
- Simplify DISTNAME
- Add LICENSE
- Pet portlint
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Sun, 26 Aug 2018
[ 10:04 tobik search for other commits by this committer ] Original commit   Revision:478117
devel/commoncpp: Fix build with Clang 6

socket.cpp:1293:12: error: invalid argument type '__bind<volatile int &,
sockaddr *&, unsigned int>' to unary expression
        if(!bind(so, list->ai_addr, (socklen_t)list->ai_addrlen)) {
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/commoncpp-1.8.1_2,2.log

PR:		229389
Reported by:	rainer@ultra-secure.de
Submitted by:	tobik
Approved by:	acm (maintainer timeout, 2 months)
Sat, 10 Dec 2016
[ 20:39 brnrd search for other commits by this committer ] Original commit   Revision:428323
devel/commoncpp: Fix build without SSLv3

  - Add patch to fix build without SSLv3
  - Register SSL dependency USES= ssl

Approved by:	SSL blanket
Wed, 24 Dec 2014
[ 11:59 amdmi3 search for other commits by this committer ] Original commit   Revision:375441
- Strip libraries

Approved by:	bapt
Tue, 1 Jul 2014
[ 22:03 amdmi3 search for other commits by this committer ] Original commit   Revision:360103
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Mon, 20 Jan 2014
[ 23:30 bapt search for other commits by this committer ] Original commit   Revision:340493
Support stage
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Sun, 24 Mar 2013
[ 04:53 acm search for other commits by this committer ] Original commit   Revision:315095
- Add missing header to src/nat.cpp file

PR:		ports/176434
Submitted by:	Han Hwei Woo <han+freebsd  at  astutehosting.com>
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Thu, 14 Feb 2013
[ 09:42 gahr search for other commits by this committer ] Original commit   Revision:312209 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Thu, 13 Dec 2012
[ 16:06 acm search for other commits by this committer ] Original commit   Revision:308852
- Update to 1.8.1

PR:		170586
Submitted by:	Waitman Gobble <uzimac  at  da3m0n8t3r.com>
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 08:45 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Fix build on FreeBSD 10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Tue, 10 Nov 2009
[ 16:11 acm search for other commits by this committer ] Original commit 
- Update to 1.7.3

PR:             137542
Submitted by:   Sylvio Cesar <scjamorim _ at __ bsd.com.br>
Fri, 12 Dec 2008
[ 22:47 acm search for other commits by this committer ] Original commit 
- Update to 1.6.3

PR:             129480
Submitted by:   Pedro F. Giffuni <giffunip at tutopia.com>
Sat, 22 Dec 2007
[ 06:31 acm search for other commits by this committer ] Original commit 
- Update to 1.6.1
- Remove libxml2 dependency. It is not  used anymore
Tue, 2 Oct 2007
[ 14:42 acm search for other commits by this committer ] Original commit 
- Update to 1.5.7

PR:             116300
Submitted by:   alepulver
Sun, 17 Dec 2006
[ 20:41 acm search for other commits by this committer ] Original commit 
- Update to 1.5.2
Thu, 5 Oct 2006
[ 06:31 acm search for other commits by this committer ] Original commit 
- Update to 1.5.0
Mon, 7 Aug 2006
[ 16:38 acm search for other commits by this committer ] Original commit 
- Fix pkg-descr
- Replace deprecated INSTALL_SHLIB

PR:             101587
Submitted by:   Stanislav Sedov <ssedov_at_mbsd.msk.ru>
Approved by:    garga (mentor)
Tue, 25 Jul 2006
[ 16:59 aaron search for other commits by this committer ] Original commit 
- Update to 1.4.2
- Transfer maintainership

PR:             ports/99441
Submitted by:   acm
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Tue, 8 Nov 2005
[ 02:36 mnag search for other commits by this committer ] Original commit 
Update to 1.3.21

PR:             88632
Submitted by:   Nicolas Blais <nb_root@videotron.ca>
Sat, 5 Nov 2005
[ 19:02 arved search for other commits by this committer ] Original commit 
Unbreak on CURRENT
Fri, 28 Oct 2005
[ 23:02 kris search for other commits by this committer ] Original commit 
BROKEN on 7.0: Does not compile
Fri, 14 Oct 2005
[ 12:05 vs search for other commits by this committer ] Original commit 
Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4
(and track this for ccaudio which also uses commoncpp)
Tue, 12 Jul 2005
[ 14:49 sem search for other commits by this committer ] Original commit 
- Update to 1.3.13

PR:             ports/83311
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 24 Jun 2005
[ 11:16 lawrance search for other commits by this committer ] Original commit 
Update to 1.3.12

PR:             ports/82565
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 Jun 2005
[ 22:30 pav search for other commits by this committer ] Original commit 
- Update to 1.2.7

PR:             ports/81850
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Thu, 23 Dec 2004
[ 10:48 danfe search for other commits by this committer ] Original commit 
Fix build with GCC 3.4.2, and unbreak.
Mon, 16 Aug 2004
[ 02:33 kris search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
BROKEN on 5.x: Does not compile with gcc 3.4.2
Thu, 12 Feb 2004
[ 09:11 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.0
sort plist
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 5 Dec 2003
[ 00:48 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.0.13
Mon, 17 Nov 2003
[ 12:29 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Mon, 14 Jul 2003
[ 02:53 sf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Thu, 20 Feb 2003
[ 17:07 knu search for other commits by this committer ] Original commit  (Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 17 Feb 2003
[ 18:14 arved search for other commits by this committer ] Original commit 
Update to Commoncpp2 1.0.8. Bump PORTEPOCH because of PORTVERSION decrease.

PR:             47847
Submitted by:   "Sergey A. Osokin" <osa@freebsd.org.ru>
Fri, 6 Apr 2001
[ 02:37 mharo search for other commits by this committer ] Original commit 
Update devel/commoncpp to 1.4.1   Update lang/ccscript to 1.4.1    
Thu, 29 Mar 2001
[ 16:35 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
Wed, 1 Nov 2000
[ 20:28 jeh search for other commits by this committer ] Original commit 
Add a local MASTER_SITE until the file comes on line at SourceForge    
[ 16:28 jeh search for other commits by this committer ] Original commit 
Update to 1.2.5.1    
[ 14:51 sobomax search for other commits by this committer ] Original commit 
Yet again:   - properly use libc_r;   - remove ugly direct call to configure
script from post-extract target;   - don't add -1.2 suffix to shared libraries. 
  
[ 14:13 jeh search for other commits by this committer ] Original commit 
Update to version 1.2.5    
Wed, 27 Sep 2000
[ 09:17 sobomax search for other commits by this committer ] Original commit 
Numerous improvements:   - properly use libc_r;   - provide hack around missing
thread-safe version of fpathconf(1) syscall if     OSVERSION < 41100;   - remove
ugly direct call to configure script from post-extract target;   - don't add
-1.2 suffix to shared libraries;   - bump PORTREVISION to make kris happy ;).   
Mon, 18 Sep 2000
[ 13:53 jedgar search for other commits by this committer ] Original commit 
Update port to 1.2.1    
Tue, 22 Aug 2000
[ 18:18 sobomax search for other commits by this committer ] Original commit 
Update to 1.2.0.    
Thu, 27 Jul 2000
[ 11:03 sobomax search for other commits by this committer ] Original commit 
Add CommonC++ - a portable class framework for C++    

Number of commits found: 55