Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18.1_19 06 Mar 2024 03:17:56 |
Yasuhiro Kimura (yasu) |
japanese/groff: Move manpages to share/man
Approved by: portmgr (blanket) |
1.18.1_18 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.18.1_18 26 Jun 2023 12:16:00 |
Muhammad Moinur Rahman (bofh) |
japanese/groff: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.18.1_18 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.18.1_18 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.18.1_18 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.18.1_18 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.18.1_18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18.1_18 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.18.1_17 05 Nov 2018 07:25:35 |
meta |
My bad, forgot to add the patch to the previous commit
PR: 232205
Approved by: mentors (implicit) |
1.18.1_17 05 Nov 2018 07:18:47 |
meta |
japanese/groff: unbreak the build
While here,
- Pet some portlint warnings (extra item in USES section)
PR: 232205
Submitted by: satosi.kimura@nifty.ne.jp
Sponsored by: HAW International, Inc. |
1.18.1_17 04 Nov 2018 09:39:40 |
antoine |
Mark BROKEN: fails to build
In file included from lbp.cc:31:
./charset.h:55:21: error: constant expression evaluates to 128 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
0x47,0x00,0x48,0x00,0x80,0x00,0x82,0x00,0x83,0x00,0x84,
^~~~
Reported by: pkg-fallout |
1.18.1_17 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.18.1_17 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.18.1_17 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.18.1_16 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.18.1_16 17 Jun 2016 23:28:05 |
mat |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
1.18.1_16 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.18.1_16 31 Mar 2015 13:33:44 |
robak |
japanese/groff: add CPE information
- Maintainer's timeout (hrs@FreeBSD.org)
PR: 198594
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
1.18.1_16 31 Oct 2014 20:04:22 |
bapt |
Simplify plist |
1.18.1_16 29 Aug 2014 18:12:20 |
hrs |
- Fix build with newer versions of makeinfo.
- Fix shebang line in sh and perl scripts.
- Remove gcc dependency.
- Move example files to EXAMPLESDIR. |
1.18.1_15 25 Jun 2014 21:54:45 |
antoine |
Allow to build with texinfo from ports |
1.18.1_15 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.18.1_15 26 May 2014 12:33:14 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.18.1_15 24 Apr 2014 16:26:48 |
mat |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
1.18.1_15 07 Feb 2014 19:06:19 |
hrs |
- Add STAGEDIR support.
- Add LICENSE.
- Update MASTER_SITES.
- Remove old hacks for systems prior 5.1-RELEASE.
- Fix undefined reference to `polyfill' issue on 10.0 and later. [*]
- Style clean-ups.
Submitted by: TAKEHARU KATO [*]
PR: ports/185203 |
1.18.1_14 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.18.1_14 04 Sep 2013 18:06:08 |
madpilot |
- 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) |
1.18.1_14 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.18.1_14 09 Oct 2012 22:12:14 |
linimon |
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. |
1.18.1_14 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.18.1_13 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.18.1_13 16 Jan 2011 18:09:03 |
uqs |
Add CONFLICTS for groff ports
Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl>
Feature safe: yes |
1.18.1_13 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.18.1_12 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.18.1_11 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.18.1_11 04 May 2009 20:14:22 |
hrs |
Take maintainership. |
1.18.1_11 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.18.1_11 03 Dec 2008 22:51:37 |
pav |
- Update debian patch to 21
PR: ports/124649 (based on)
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> |
1.18.1_10 09 Sep 2008 22:05:57 |
gahr |
- Fix build upon NOPORTDOCS
Reported by: QA Tindie
Approved by: portmgr |
1.18.1_10 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.18.1_10 18 Apr 2007 11:46:10 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
1.18.1_10 21 May 2006 23:10:49 |
okazaki |
Use SUB_FILES to install mdoc.local.
Support newer FreeBSD releases in the Fx macro. (*1)
Submitted by: Watanabe Kazuhiro <CQG00620 at nifty.ne.jp> (*1) |
1.18.1_9 21 May 2006 23:10:46 |
okazaki |
Use SUB_FILES to install mdoc.local.
Support newer FreeBSD releases in the Fx macro. (*1)
Submitted by: Watanabe Kazuhiro <CQG00620 at nifty.ne.jp> (*1) |
1.18.1_9 22 Apr 2006 21:08:39 |
okazaki |
Upgrade I18N patch to 1.8.1.1-12.
Remove deprecated USE_REINPLACE.
Utilize INFO.
Fix a patch error about a html device.
PR: ports/95025
Submitted by: Atsushi SUGAWARA <peanutsjamjam@w9.dion.ne.jp> |
1.18.1_8 22 Apr 2006 21:08:36 |
okazaki |
Upgrade I18N patch to 1.8.1.1-12.
Remove deprecated USE_REINPLACE.
Utilize INFO.
Fix a patch error about a html device.
PR: ports/95025
Submitted by: Atsushi SUGAWARA <peanutsjamjam@w9.dion.ne.jp> |
1.18.1_8 15 Apr 2006 06:17:51 |
linimon |
Reset okazaki due to long period of inactivity and maintainer-timeout.
Hat: portmgr |
1.18.1_8 22 Jan 2006 12:39:13 |
edwin |
SHA256ify
Approved by: krion@ |
1.18.1_8 09 May 2005 07:06:22 |
okazaki |
Security update to ja-groff.
- Fix insecure temporary file handling of pic2graph, eqn2graph [1] and groffer
[2].
Utilize PORTDOCS.
PR: ports/80671
Submitted by: KOMATSU Shinichiro
VuXML: 01bb84e2-bd88-11d9-a281-02e018374e71 [1],
169f422f-bd88-11d9-a281-02e018374e71 [2] |
1.18.1_7 09 May 2005 07:06:19 |
okazaki |
Security update to ja-groff.
- Fix insecure temporary file handling of pic2graph, eqn2graph [1] and groffer
[2].
Utilize PORTDOCS.
PR: ports/80671
Submitted by: KOMATSU Shinichiro
VuXML: 01bb84e2-bd88-11d9-a281-02e018374e71 [1],
169f422f-bd88-11d9-a281-02e018374e71 [2] |
1.18.1_7 14 May 2004 00:33:43 |
okazaki |
Rearrange dependencies.
Turn off RUN_DEPENDS to `graphics/netpbm' when PACKAGE_BUILDING is defined. |
1.18.1_7 11 Mar 2004 05:31:52 |
okazaki |
Update I18N patch. |
1.18.1_6 16 Feb 2004 12:37:01 |
okazaki |
Fix the bug of a make rule in the install-links target that installs
invalid symbolic links into ${PREFIX}/bin.
Bump up PORTREVISION.
Submitted by: taku-san and otsune-san |
1.18.1_5 11 Feb 2004 10:16:14 |
okazaki |
Utilize USE_ICONV.
Fix PLIST_SUB when WITHOUT_INFO is defined and OSVERSION >= 470000.
Rename for-loop iterators FILE to F, to avoid overriding FILE variable provided
by bsd.port.mk.
Stop using sub make in post-install rules. |
1.18.1_5 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.18.1_4 17 Oct 2003 09:46:23 |
okazaki |
Use ${MASTER_SITE_DEBIAN} instead of ${MASTER_SITE_GNU} for fetching
the source archive of groff-1.18.1 until it will be uploaded at
ftp.gnu.org again.
PR: 57490
Support .In macro in the text.
Submitted by: horikawa |
1.18.1_3 03 Oct 2003 11:56:58 |
okazaki |
Avoid a bus error in the do-build target when nl_langinfo(CODESET) returns
"EUC".
PR: ports/57490 |
1.18.1_3 10 Sep 2003 12:31:48 |
okazaki |
Update I18N patch.
Obtained from: debian
Update `operating-system' to FreeBSD 4.9.
Use %%DOCSDIR%% in pkg-plist. |
1.18.1_2 30 Jul 2003 12:33:50 |
okazaki |
Use ${XARGS}. |
1.18.1_2 23 May 2003 00:21:13 |
okazaki |
Update tmac suite.
* doc.tmac (tag-list): Apply a vendor fix based on the diff
1.1.1.9 -> 1.1.1.10 of src/contrib/groff/tmac/doc.tmac.
Submitted by: horikawa
* mdoc/ja.eucJP: Add translations of volume-ds-XXX and str-Lb-libYYY.
Submitted by: Akira Ikeuchi <a_ikeuchi@mic.mitsumi.co.jp>
* mdoc/doc-common (operating-system-FreeBSD-5.1): New string variable.
* mdoc/ja.eucJP (volume-operating-system-ateol): Switch to 0 instead of 1.
Increment PORTREVISION. |
1.18.1_1 25 Mar 2003 04:19:56 |
okazaki |
Grouping MASTER_SITES and DIST_FILES. [1]
Suppress warning "locale: not found" by nroff as /usr/bin/nroff does. [1]
Support ja_JP.EUC in nroff for backward compatibility.
PORTREVISION up.
Submitted by: kuriyama [1] |
1.18.1 06 Mar 2003 07:50:43 |
kris |
".ifdef ${WITHOUT_WCHAR_H}" is not valid make syntax
Pointy hat to: okazaki |
1.18.1 06 Mar 2003 04:59:54 |
okazaki |
Upgrade to 1.18.1.
Update tmac suite to 20030303 of RELENG_4. |
1.17.2_5 19 Sep 2002 01:38:47 |
okazaki |
Update tmac suite to 20020918 of RELENG_4.
Change the default .Os value to FreeBSD 4.7.
Bump PORTREVISION. |
1.17.2_4 20 Jun 2002 19:13:13 |
okazaki |
Use ${REINPLACE_CMD} instead of ${PERL}. |
1.17.2_4 03 Jun 2002 02:47:10 |
okazaki |
Update tmac suite to 20020602 of RELENG_4.
Change the default .Os value to FreeBSD 4.6.
Bump PORTREVISION. |
22 Jan 2002 18:53:07 |
okazaki |
Update the value of `operating-system' defined at mdoc.local to "FreeBSD\~4.5".
Bump PORTREVISION. |
22 Jan 2002 06:21:10 |
okazaki |
Update tmac suite to sync with RELENG_4 at 20020120. Bump PORTREVISION. Use
${DOCSDIR} while I'm here. |
04 Sep 2001 08:16:19 |
okazaki |
Sync with /usr/bin/groff of RELENG_4. - Add support of .AT, .UC, and .Ex. -
Allow multiple arguments for .Rv. |
14 Aug 2001 02:26:24 |
okazaki |
Upgrade to 1.17.2. |
06 Aug 2001 02:14:28 |
okazaki |
Optimize CONFIGURE_ENV. Fix plist. Bump up PORTREVISION. |
04 Aug 2001 03:15:12 |
horikawa |
Japanese version of groff-1.17. |
12 Jun 2001 08:45:37 |
okazaki |
Reduce a list of master-site candidates. |
29 Mar 2001 23:42:29 |
okazaki |
Update tmac suite to sync with RELENG_4 at 20010314. Bump PORTREVISION. |
14 Feb 2001 11:17:10 |
okazaki |
1) Install up-to-date tmac suite from recent 4-STABLE live-tree instead of
copying unknown stock versions from /usr/share/tmac. |
18 Dec 2000 06:34:20 |
okazaki |
Fix last change. Use ${PERL} to modify troffrc and eqnrc instead of ${PATCH}
with a static diff `files/rc.diff'. Remove entries of garbage files from
`pkg-plist'. |
18 Dec 2000 05:45:47 |
okazaki |
Fix an error on recent 4-STABLE and -CURRENT at `post-install'. |
11 Dec 2000 20:40:42 |
okazaki |
USE ${MASTER_SITE_LOCAL} for PATCH_SITES, since the previous patch site was
disappeared from the Net. Change maintainer's mail address. |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |