Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.1_3,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.8.1_3,2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.8.1_3,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.1_3,2 29 Aug 2019 09:02:42 |
amdmi3 |
- Simplify DISTNAME
- Add LICENSE
- Pet portlint
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket |
1.8.1_3,2 10 Nov 2018 18:12:58 |
bapt |
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 |
1.8.1_2,2 26 Aug 2018 10:04:47 |
tobik |
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) |
1.8.1_2,2 11 Dec 2016 17:41:31 |
brnrd |
devel/commoncpp: Fix typo in patch |
1.8.1_2,2 10 Dec 2016 20:39:32 |
brnrd |
devel/commoncpp: Fix build without SSLv3
- Add patch to fix build without SSLv3
- Register SSL dependency USES= ssl
Approved by: SSL blanket |
1.8.1_2,2 24 Dec 2014 11:59:12 |
amdmi3 |
- Strip libraries
Approved by: bapt |
1.8.1_2,2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.8.1_2,2 01 Jul 2014 22:03:13 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.8.1_1,2 22 May 2014 08:02:52 |
miwi |
- Fix build
PR: 188658
Submitted by: swills
Approved by: maintainer timeout |
1.8.1_1,2 20 Jan 2014 23:30:13 |
bapt |
Support stage |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.8.1_1,2 24 Mar 2013 04:53:22 |
acm |
- Add missing header to src/nat.cpp file
PR: ports/176434
Submitted by: Han Hwei Woo <han+freebsd at astutehosting.com> |
1.8.1,2 19 Mar 2013 13:04:31 |
eadler |
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) |
1.8.1,2 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.8.1,2 13 Dec 2012 16:06:44 |
acm |
- Update to 1.8.1
PR: 170586
Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> |
1.7.3,2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.7.3,2 29 Oct 2011 08:45:31 |
miwi |
- Fix build on FreeBSD 10 |
1.7.3,2 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.7.3,2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.7.3 11 Aug 2011 19:20:17 |
kwm |
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> |
1.7.3,2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.7.3,2 10 Nov 2009 16:11:33 |
acm |
- Update to 1.7.3
PR: 137542
Submitted by: Sylvio Cesar <scjamorim _ at __ bsd.com.br> |
1.6.3,2 12 Dec 2008 22:47:17 |
acm |
- Update to 1.6.3
PR: 129480
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
1.6.1,2 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.6.1,2 22 Dec 2007 06:31:23 |
acm |
- Update to 1.6.1
- Remove libxml2 dependency. It is not used anymore |
1.5.7,2 02 Oct 2007 14:42:31 |
acm |
- Update to 1.5.7
PR: 116300
Submitted by: alepulver |
1.5.2,2 17 Dec 2006 20:41:06 |
acm |
- Update to 1.5.2 |
1.5.0,2 05 Oct 2006 06:31:32 |
acm |
- Update to 1.5.0 |
1.4.2,2 07 Aug 2006 16:38:56 |
acm |
- Fix pkg-descr
- Replace deprecated INSTALL_SHLIB
PR: 101587
Submitted by: Stanislav Sedov <ssedov_at_mbsd.msk.ru>
Approved by: garga (mentor) |
1.4.2,2 25 Jul 2006 16:59:21 |
aaron |
- Update to 1.4.2
- Transfer maintainership
PR: ports/99441
Submitted by: acm |
1.3.21_1,2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3.21,2 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.3.21,2 15 Nov 2005 06:52:12 |
ade |
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. |
1.3.21,2 08 Nov 2005 02:36:28 |
mnag |
Update to 1.3.21
PR: 88632
Submitted by: Nicolas Blais <nb_root@videotron.ca> |
1.3.13,2 05 Nov 2005 19:02:30 |
arved |
Unbreak on CURRENT |
1.3.13,2 28 Oct 2005 23:02:26 |
kris |
BROKEN on 7.0: Does not compile |
1.3.13,2 14 Oct 2005 12:05:42 |
vs |
Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4
(and track this for ccaudio which also uses commoncpp) |
1.3.13,2 12 Jul 2005 14:49:09 |
sem |
- Update to 1.3.13
PR: ports/83311
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
1.3.12,2 29 Jun 2005 04:51:44 |
lawrance |
Add patch to fix build on 6
PR: ports/82742
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
1.3.12,2 24 Jun 2005 11:16:57 |
lawrance |
Update to 1.3.12
PR: ports/82565
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
1.2.7,1 03 Jun 2005 22:30:47 |
pav |
- Update to 1.2.7
PR: ports/81850
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.0,1 23 Dec 2004 10:48:05 |
danfe |
Fix build with GCC 3.4.2, and unbreak. |
1.1.0,1 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
1.1.0,1 10 Apr 2004 16:07:10 |
trevor |
Trim whitespace. |
1.1.0,1 12 Feb 2004 09:11:33 |
ijliao |
upgrade to 1.1.0
sort plist |
1.0.13_1,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0.13,1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.13,1 05 Dec 2003 00:48:27 |
ijliao |
upgrade to 1.0.13 |
1.0.8_1,1 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
1.0.8_1,1 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
1.0.8,1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.0.8,1 17 Feb 2003 18:14:36 |
arved |
Update to Commoncpp2 1.0.8. Bump PORTEPOCH because of PORTVERSION decrease.
PR: 47847
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> |
1.4.1,1 31 Mar 2002 05:27:03 |
kris |
Chase libxml2 includes to unbreak build |
06 Apr 2001 02:37:57 |
mharo |
Update devel/commoncpp to 1.4.1 Update lang/ccscript to 1.4.1 |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
01 Nov 2000 20:28:41 |
jeh |
Add a local MASTER_SITE until the file comes on line at SourceForge |
01 Nov 2000 16:28:49 |
jeh |
Update to 1.2.5.1 |
01 Nov 2000 14:51:22 |
sobomax |
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.
|
01 Nov 2000 14:13:41 |
jeh |
Update to version 1.2.5 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
27 Sep 2000 09:17:17 |
sobomax |
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 ;).
|
18 Sep 2000 13:53:10 |
jedgar |
Update port to 1.2.1 |
22 Aug 2000 18:18:20 |
sobomax |
Update to 1.2.0. |
27 Jul 2000 11:03:59 |
sobomax |
Add CommonC++ - a portable class framework for C++ |