non port: textproc/msort/Makefile |
SVNWeb
|
Number of commits found: 44 |
Thu, 25 May 2017
|
[ 17:23 linimon ] 
441705 textproc/msort/Makefile
This should not have been marked broken on powerpc64; the errorlog I looked
at was from a previous revision of the Makefile.
|
Mon, 22 May 2017
|
[ 22:29 linimon ] 
441494 net/mosh/Makefile
441494 net/ng_mikrotik_eoip/Makefile
441494 net/ntop/Makefile
441494 net/pmf/Makefile
441494 net/zerotier/Makefile
441494 science/libkml/Makefile
441494 security/arirang/Makefile
441494 security/dsniff/Makefile
441494 security/pecl-crypto/Makefile
441494 security/pidentd/Makefile
(Only the first 10 of 41 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Sat, 20 May 2017
|
[ 12:15 danfe ] 
441310 textproc/msort/Makefile
441310 textproc/msort/files/patch-RegressionTests_RunTests.sh
- Unbreak the build: the problem was caused by header file named `limits.h'
present in the source tree which, with -I. option passed to the compiler,
would sometimes be picked up instead of expected `/usr/include/limits.h'.
Fix this by renaming local header file with a `${PORTNAME}_' prefix;
- Convert CPPFLAGS/LDFLAGS/MAKE_ENV variables to USES+=localbase;
- Rewrite condition expression in standard syntax to get rid of dependency
on `shells/bash', and wrap an overly long line while I'm here.
|
Fri, 19 May 2017
|
[ 18:46 antoine ] 
441260 textproc/msort/Makefile
Mark BROKEN: fails to build
In file included from info.c:34:
In file included from /usr/local/include/uninum/uninum.h:19:
/usr/local/include/gmp.h:1736:33: error: use of undeclared identifier 'UINT_MAX'
__GMPZ_FITS_UTYPE_P (__gmp_z, UINT_MAX);
Reported by: pkg-fallout
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] 
431796 Mk/Scripts/check-stagedir.sh
431796 Mk/Uses/elixir.mk
431796 Mk/Uses/gem.mk
431796 Mk/bsd.commands.mk
431796 Mk/bsd.port.mk
431796 archivers/libzip/Makefile
431796 audio/denemo/Makefile
431796 audio/libamrnb/Makefile
431796 audio/libamrwb/Makefile
431796 base/gcc/Makefile
(Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] 
428152 accessibility/atkmm/Makefile
428152 accessibility/gnome-speech/Makefile
428152 accessibility/mousetweaks/Makefile
428152 accessibility/py-papi/Makefile
428152 accessibility/yasr/Makefile
428152 archivers/grzip/Makefile
428152 archivers/libcomprex/Makefile
428152 archivers/xarchive/Makefile
428152 astro/gpscorrelate/Makefile
428152 astro/starplot/Makefile
(Only the first 10 of 551 ports in this commit are shown above. )
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Thu, 10 Nov 2016
|
[ 01:21 linimon ] 
425823 benchmarks/stress-ng/Makefile
425823 cad/cider/Makefile
425823 cad/ngspice_rework/Makefile
425823 databases/mariadb100-server/Makefile
425823 databases/mariadb101-server/Makefile
425823 databases/mariadb55-server/Makefile
425823 databases/virtuoso/Makefile
425823 devel/ace/Makefile
425823 devel/libgtop/Makefile
425823 devel/ptmalloc2/Makefile
(Only the first 10 of 48 ports in this commit are shown above. )
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] 
412349 russian/bugzilla44/Makefile
412349 russian/emkatic/Makefile
412349 russian/gd/Makefile
412349 russian/p5-Convert-Cyrillic/Makefile
412349 russian/p5-Lingua-DetectCyrillic/Makefile
412349 russian/p5-Text-Hyphen-RU/Makefile
412349 russian/p5-XML-Parser-encodings/Makefile
412349 russian/rubygem-russian/Makefile
412349 science/InsightToolkit/Makefile
412349 science/R-cran-DCluster/Makefile
(Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
[ 13:18 mat ] 
412342 Mk/bsd.port.mk
412342 Mk/bsd.port.subdir.mk
412342 accessibility/dasher/Makefile
412342 accessibility/gok/Makefile
412342 accessibility/orca/Makefile
412342 archivers/file-roller/Makefile
412342 astro/gpsman/Makefile
412342 astro/routino/Makefile
412342 audio/ccaudio2/Makefile
412342 audio/jack_mixer/Makefile
(Only the first 10 of 172 ports in this commit are shown above. )
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 1 Dec 2015
|
[ 14:05 amdmi3 ] 
402741 textproc/msort/Makefile
- Add LICENSE_FILE
- Switch to new test system (note that some tests fail)
|
Tue, 2 Dec 2014
|
[ 22:40 bapt ] 
373790 devel/global/Makefile
373790 devel/glog/Makefile
373790 devel/libuninum/Makefile
373790 devel/log4cpp/Makefile
373790 devel/py-event/Makefile
373790 devel/py-flexmock/Makefile
373790 devel/py-jcc/Makefile
373790 devel/py-mox/Makefile
373790 devel/py-pika/Makefile
373790 devel/py-repoze.lru/Makefile
(Only the first 10 of 67 ports in this commit are shown above. )
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059
|
Sun, 5 Oct 2014
|
[ 20:56 tijl ] 
370119 devel/libuninum/Makefile
370119 devel/libuninum/files
370119 devel/libuninum/pkg-plist
370119 textproc/msort/Makefile
devel/libuninum:
- Add USES=libtool and bump dependent ports
- Replace MAKE_ENV with CPPFLAGS
- Add INSTALL_TARGET=install-strip
|
Fri, 21 Feb 2014
|
[ 15:15 gahr ] 
345482 textproc/msort/Makefile
- Convert to USES=tk
- Add LICENSE
- Convert to new LIB_DEPENDS format
- STAGE-clean
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] 
327888 biology/njplot/Makefile
327888 converters/p5-Convert-UUlib/Makefile
327888 databases/ocaml-mysql/Makefile
327888 databases/p5-Class-DBI-Pg/Makefile
327888 databases/p5-Class-DBI-SQLite/Makefile
327888 databases/p5-DBIx-DBSchema/Makefile
327888 databases/pecl-drizzle/Makefile
327888 databases/puredb/Makefile
327888 deskutils/rolo/Makefile
327888 devel/bicyclerepair/Makefile
(Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] 
327773 textproc/2bsd-diff/Makefile
327773 textproc/R-cran-R2HTML/Makefile
327773 textproc/R-cran-XML/Makefile
327773 textproc/R-cran-stringr/Makefile
327773 textproc/R-cran-xtable/Makefile
327773 textproc/ack/Makefile
327773 textproc/adabrowse/Makefile
327773 textproc/add-css-links/Makefile
327773 textproc/af-aspell/Makefile
327773 textproc/aft/Makefile
(Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] 
316464 accessibility/accerciser/Makefile
316464 accessibility/at-spi/Makefile
316464 accessibility/dasher/Makefile
316464 accessibility/gnome-mag/Makefile
316464 accessibility/gnopernicus/Makefile
316464 accessibility/gok/Makefile
316464 accessibility/mousetweaks/Makefile
316464 accessibility/orca/Makefile
316464 accessibility/py-atspi/Makefile
316464 accessibility/redshift/Makefile
(Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 31 May 2010
|
[ 02:01 ade ]
1.14 accessibility/accerciser/Makefile
1.74 accessibility/at-spi/Makefile
1.2 accessibility/at-spi2-atk/Makefile
1.2 accessibility/at-spi2-core/Makefile
1.61 accessibility/atk/Makefile
1.52 accessibility/dasher/Makefile
1.56 accessibility/gnome-mag/Makefile
1.43 accessibility/gnopernicus/Makefile
1.48 accessibility/gok/Makefile
1.17 accessibility/mousetweaks/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Fri, 5 Feb 2010
|
[ 09:04 clsung ]
1.26 textproc/msort/Makefile
1.17 textproc/msort/distinfo
- Update to 8.53
|
Tue, 22 Dec 2009
|
[ 11:36 miwi ]
1.43 audio/streamripper/Makefile
1.95 lang/munger/Makefile
1.28 mail/crm114/Makefile
1.63 mail/dkim-milter/Makefile
1.27 mail/lmtpd/Makefile
1.3 mail/opendkim/Makefile
1.25 textproc/msort/Makefile
1.40 www/drood/Makefile
- Chase libtre shlib bump
|
Mon, 23 Feb 2009
|
[ 14:46 mm ]
1.10 Mk/bsd.tcl.mk
1.780 UPDATING
1.6 archivers/tclmkziplib/Makefile
1.8 astro/ptiger/Makefile
1.14 astro/tclgeomap/Makefile
1.16 astro/tkgeomap/Makefile
1.8 astro/xeartk/Makefile
1.32 audio/pd/Makefile
1.33 audio/snack/Makefile
1.35 audio/xcd/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Tue, 6 Jan 2009
|
[ 17:43 wxs ]
1.9 textproc/clucene/Makefile
1.20 textproc/domc/Makefile
1.17 textproc/gxditview/Makefile
1.8 textproc/heirloom-doctools/Makefile
1.42 textproc/highlight/Makefile
1.21 textproc/iiimf-client-lib/Makefile
1.17 textproc/iiimf-csconv/Makefile
1.24 textproc/iiimf-gnome-im-switcher/Makefile
1.29 textproc/iiimf-gtk/Makefile
1.24 textproc/iiimf-le-unit/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
Mon, 15 Dec 2008
|
[ 15:17 clsung ]
1.22 textproc/msort/Makefile
1.16 textproc/msort/distinfo
- Update to 8.52
|
Tue, 11 Nov 2008
|
[ 06:45 clsung ]
1.21 textproc/msort/Makefile
1.15 textproc/msort/distinfo
1.5 textproc/msort/files/patch-Makefile.in
- Update to 8.51
|
Mon, 6 Oct 2008
|
[ 06:43 clsung ]
1.20 textproc/msort/Makefile
1.14 textproc/msort/distinfo
1.4 textproc/msort/files/patch-Makefile.in
- Update to 8.50
|
Sat, 27 Sep 2008
|
[ 15:13 clsung ]
1.19 textproc/msort/Makefile
1.13 textproc/msort/distinfo
1.3 textproc/msort/files/patch-Makefile.in
- Update to 8.49
|
Fri, 26 Sep 2008
|
[ 13:15 clsung ]
1.18 textproc/msort/Makefile
1.12 textproc/msort/distinfo
- Update to 8.48
|
Sat, 19 Jul 2008
|
[ 23:02 miwi ]
1.17 textproc/msort/Makefile
1.11 textproc/msort/distinfo
- Update to 8.47
PR: 125492
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: clsung (implicit)
|
Tue, 24 Jun 2008
|
[ 14:01 clsung ]
1.16 textproc/msort/Makefile
1.10 textproc/msort/distinfo
- Update to 8.46
|
Fri, 13 Jun 2008
|
[ 09:15 clsung ]
1.15 textproc/msort/Makefile
1.9 textproc/msort/distinfo
- Update to 8.45
|
Fri, 6 Jun 2008
|
[ 14:05 edwin ]
1.6 textproc/af-aspell/Makefile
1.10 textproc/aiksaurus-gtk/Makefile
1.5 textproc/am-aspell/Makefile
1.14 textproc/ant-xinclude-task/Makefile
1.90 textproc/aspell/Makefile
1.5 textproc/az-aspell/Makefile
1.5 textproc/be-aspell/Makefile
1.4 textproc/beediff/Makefile
1.6 textproc/bg-aspell/Makefile
1.5 textproc/bn-aspell/Makefile
(Only the first 10 of 221 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Mon, 21 Apr 2008
|
[ 02:14 clsung ]
1.13 textproc/msort/Makefile
1.8 textproc/msort/distinfo
- Update to 8.44
|
Fri, 11 Apr 2008
|
[ 09:12 clsung ]
1.12 textproc/msort/Makefile
1.7 textproc/msort/distinfo
- Update to 8.43
|
Wed, 17 Oct 2007
|
[ 03:31 clsung ]
1.11 textproc/msort/Makefile
1.6 textproc/msort/distinfo
1.2 textproc/msort/files/patch-Makefile.in
- Update to 8.42
|
Wed, 25 Jul 2007
|
[ 01:01 clsung ]
1.10 textproc/msort/Makefile
- require gettext
- fix build
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 2 Apr 2007
|
[ 22:56 pav ]
1.18 astro/gpsman/Makefile
1.3 astro/ptiger/Makefile
1.6 astro/tclgeomap/Makefile
1.6 astro/tkgeomap/Makefile
1.3 astro/xeartk/Makefile
1.55 cad/pcb/Makefile
1.22 comms/tkhylafax/Makefile
1.28 deskutils/zorro/Makefile
1.7 devel/cbrowser/Makefile
1.36 devel/tkcvs/Makefile
(Only the first 10 of 45 ports in this commit are shown above. )
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
|
Tue, 6 Mar 2007
|
[ 07:27 clsung ]
1.7 textproc/msort/Makefile
1.5 textproc/msort/distinfo
1.2 textproc/msort/files/patch-info.c
1.2 textproc/msort/files/patch-msort.c
1.2 textproc/msort/files/patch-unicode.h
- Update to 8.38
|
Mon, 22 Jan 2007
|
[ 02:45 clsung ]
1.6 textproc/msort/Makefile
1.1 textproc/msort/files/patch-info.c
1.1 textproc/msort/files/patch-msort.c
1.1 textproc/msort/files/patch-unicode.h
- Fix broken caused by devel/libuninum upgrade.
- bump PORTREVISION
|
Fri, 12 Jan 2007
|
[ 02:08 clsung ]
1.5 textproc/msort/Makefile
1.4 textproc/msort/distinfo
- Update to 8.35
- fix fetch problem reported by krismail
|
Sun, 7 Jan 2007
|
[ 14:50 clsung ]
1.4 textproc/msort/Makefile
1.3 textproc/msort/distinfo
- Update to 8.34
- take maintainership
|
Fri, 3 Nov 2006
|
[ 07:59 clsung ]
1.3 textproc/msort/Makefile
1.2 textproc/msort/distinfo
- Update to 8.29 [1] [2]
- Reset maintainership to ports@FreeBSD.org [2]
PR: ports/105071 [1], ports/105074 [2]
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> [1], Gea-Suan Lin
<gslin_AT_gslin dot org> [2]
|
Wed, 16 Aug 2006
|
[ 06:04 clsung ]
1.2 textproc/msort/Makefile
- does not build in 4.x
PR: ports/102054
Submitted by: maintainer (Gea-Suan Lin)
|
Fri, 11 Aug 2006
|
[ 08:18 clsung ]
1.1045 textproc/Makefile
1.1 textproc/msort/Makefile
1.1 textproc/msort/distinfo
1.1 textproc/msort/pkg-descr
Add msort 8.27, sorting files in sophisticated ways.
PR: ports/101777
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Number of commits found: 44 |