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/gdb66/Makefile
SVNWeb

Number of commits found: 41

Sat, 22 Jul 2017
[ 11:01 antoine search for other commits by this committer ] Original commit   Revision:446387 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Deprecate ports BROKEN for more than 6 months
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Sun, 25 Jun 2017
[ 00:29 linimon search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Sat, 1 Oct 2016
[ 12:49 marino search for other commits by this committer ] Original commit   Revision:423056
devel/gdb66: Mark BROKEN (unfetchable from GNU sites)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Tue, 28 Apr 2015
[ 17:55 jbeich search for other commits by this committer ] Original commit   Revision:384930
Unbreak build against devel/readline (used on 11.0-CURRENT)

libgdb.a(tui-io.o): In function `tui_setup_io':
tui-io.c:(.text+0x16f8): undefined reference to `readline_echoing_p'
[ 17:46 jbeich search for other commits by this committer ] Original commit   Revision:384925
Don't use profiling and static libreadline after r344754

gdb66 and insight neither build with -pg nor link any other _p library.
For profiling to work the ports may also need to disable stripping of
non-debug symbols, build with -fno-omit-frame-pointer and do so for all
the dependencies as well.

poudriere fails because before 9.0R proflibs were packaged separately
not in DIST list for |jail -c|, and 11.0C removed libreadline while
devel/readline doesn't provide _p variant.

Reported by:	pkg-fallout (-quaterly lacks 84* and head* slaves)
Approved by:	portmgr blanket
MFH:		2015Q2
Sat, 24 Jan 2015
[ 15:07 antoine search for other commits by this committer ] Original commit   Revision:377795 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Fri, 5 Sep 2014
[ 15:40 adamw search for other commits by this committer ] Original commit   Revision:367348
Left-align comment to appease older make.
[ 15:38 adamw search for other commits by this committer ] Original commit   Revision:367347
Older make (8 and 9) treats a string as one large string. Newer make (10+)
treats a string as a collection of words.

Somehow a double-space was introduced into CFLAGS, which caused gdb66's
configure to choke. Newer make had to be told to examine the entire line
to get rid of it, but that syntax (/W) was unknown to older make.

So, split the difference and just make a shell call to remove the space.
The port can now build on 10 and 11.
Thu, 28 Aug 2014
[ 16:42 adamw search for other commits by this committer ] Original commit   Revision:366433
Revert previous. It only works on newer make.

I give up.
[ 16:29 adamw search for other commits by this committer ] Original commit   Revision:366431
The :C modifier doesn't seem to work as described. It seems to behave
exactly the same as :S here.

Build was failing here because it was counting on :C doing the right
thing. Change the regex into a simple string to fix the build.
Tue, 1 Jul 2014
[ 12:54 bapt search for other commits by this committer ] Original commit   Revision:359994
Fix build with readline from ports
Mon, 17 Feb 2014
[ 14:17 gahr search for other commits by this committer ] Original commit   Revision:344754
- STAGE-clean
- Convert to USES=tk
- Fix build
Thu, 16 Jan 2014
[ 00:00 bapt search for other commits by this committer ] Original commit   Revision:339877
Reduce over inclusion of bsd.port.mk
Mon, 18 Nov 2013
[ 09:13 marino search for other commits by this committer ] Original commit   Revision:334161
devel/gdb66: Restore ?= to COMMENT definition

Actually, devel/gdb66 is a master port after all.
devel/insight is its slave with its own comment.
[ 07:53 marino search for other commits by this committer ] Original commit   Revision:334156
devel/gdb66: Disable -Werror to unbreak build on F10 and DragonFly

Also:
  * Remove extra whitespace from WWW
  * Convert USE_GMAKE to USES
  * Remove ?= from comment; this is not a master port
  * Align with 2 tabs

Approved by:	portmgr (bapt, implicit)
Mon, 7 Oct 2013
[ 10:56 bapt search for other commits by this committer ] Original commit   Revision:329689
Fix pkg name collision

With hat:	portmgr
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 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 2)
Wed, 4 Sep 2013
[ 20:01 bsam search for other commits by this committer ] Original commit   Revision:326316 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 23 Jul 2013
[ 12:28 gahr search for other commits by this committer ] Original commit   Revision:323530
- Fix patch when INSIGHT is not selected

Reported by:	bapt
Wed, 29 May 2013
[ 04:46 jgh search for other commits by this committer ] Original commit   Revision:319339 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk

Approved by:	portmgr (miwi)
Mon, 13 May 2013
[ 19:48 mi search for other commits by this committer ] Original commit   Revision:318125
Add a patch to properly locate, where itcl's library is located.

Bump PORTREVISION (only for insight) to reflect the update of itcl --
the updated, which necessitated the above fix.

Obtained from:	gahr@
Mon, 29 Apr 2013
[ 08:57 bapt search for other commits by this committer ] Original commit   Revision:316786 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Sat, 4 Dec 2010
[ 15:03 mi search for other commits by this committer ] Original commit 
Resolve the LATEST_LINK conflict. Insight is now simply "insight".

Notified by:    erwin
Fri, 3 Dec 2010
[ 14:54 mi search for other commits by this committer ] Original commit 
Add a slave port of insight -- the gdb's GUI front-end. Having a slave
port will ensure, the packages are auto-built for insight and that the
WITH_INSIGHT option of gdb66 does not bit-rot with time...

In gdb66 use bsd.port.options.mk to parse options and then act on them
before bsd.port.pre.mk -- as

Suggested by: pav
[ 05:25 mi search for other commits by this committer ] Original commit 
Allow the slave port (insight) to overwrite the CONFLICTS.
[ 05:15 mi search for other commits by this committer ] Original commit 
Re-work the CONFLICTS line to avoid conflicting with ourselves...
[ 05:12 mi search for other commits by this committer ] Original commit 
Rephrase pkg-descr -- this is not, any longer, "the latest" version of
gdb.

Prepare for a new slave-port insight -- use a different suffix and
PORTREVISION, when building with insight enabled.

Register conflict with gdb-* (be that gdb-7.x or gdb-insight).

Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE.
[ 04:43 mi search for other commits by this committer ] Original commit 
Make this work with what TCL/TK are installed in case, Insight is
requested. This required an explicit inclusion of bsd.tcl.mk -- because
options-parsing occurs in bsd.ports.pre.mk, and it is too late to
set USE_TK after that. Don't know a better way around :(

Also update the iTcl version to 3.4...

Freshen up to work with Tcl-8.5, which is a default, and is a bit
pickier about package version-numbers.

Notified by:    Bruce Cran
Wed, 24 Nov 2010
[ 20:48 pav search for other commits by this committer ] Original commit 
- Sync with devel/gdb6 from which it have been repocopied
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Number of commits found: 41