aboutsummaryrefslogtreecommitdiff
path: root/japanese/groff
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* My bad, forgot to add the patch to the previous commitKoichiro Iwao2018-11-051-0/+10
| | | | | | | | PR: 232205 Approved by: mentors (implicit) Notes: svn path=/head/; revision=484175
* japanese/groff: unbreak the buildKoichiro Iwao2018-11-051-2/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=484174
* Mark BROKEN: fails to buildAntoine Brodin2018-11-041-0/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=483976
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-176-0/+0
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* converters/libiconv:Tijl Coosemans2015-04-151-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* japanese/groff: add CPE informationBartek Rutkowski2015-03-311-1/+2
| | | | | | | | | | - Maintainer's timeout (hrs@FreeBSD.org) PR: 198594 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382816
* Simplify plistBaptiste Daroussin2014-10-311-29/+1
| | | | Notes: svn path=/head/; revision=371933
* - Fix build with newer versions of makeinfo.Hiroki Sato2014-08-298-14/+97
| | | | | | | | | - Fix shebang line in sh and perl scripts. - Remove gcc dependency. - Move example files to EXAMPLESDIR. Notes: svn path=/head/; revision=366548
* Allow to build with texinfo from portsAntoine Brodin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359309
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355318
* Remove the last @comment $FreeBSD$ from plists.Mathieu Arnold2014-04-241-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352016
* - Add STAGEDIR support.Hiroki Sato2014-02-0717-119/+499
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=343288
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=326307
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=305610
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-181-3/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Add CONFLICTS for groff portsUlrich Spörlein2011-01-161-0/+2
| | | | | | | | Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl> Feature safe: yes Notes: svn path=/head/; revision=267889
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* Take maintainership.Hiroki Sato2009-05-041-1/+1
| | | | Notes: svn path=/head/; revision=233231
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+0
| | | | Notes: svn path=/head/; revision=225297
* - Update debian patch to 21Pav Lucistnik2008-12-033-5/+6
| | | | | | | | PR: ports/124649 (based on) Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=223742
* - Fix build upon NOPORTDOCSPietro Cerutti2008-09-091-3/+3
| | | | | | | | Reported by: QA Tindie Approved by: portmgr Notes: svn path=/head/; revision=220316
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-10/+0
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* Use SUB_FILES to install mdoc.local.OKAZAKI Tetsurou2006-05-212-11/+80
| | | | | | | | | Support newer FreeBSD releases in the Fx macro. (*1) Submitted by: Watanabe Kazuhiro <CQG00620 at nifty.ne.jp> (*1) Notes: svn path=/head/; revision=163033
* Upgrade I18N patch to 1.8.1.1-12.OKAZAKI Tetsurou2006-04-224-26/+26
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=160150
* Reset okazaki due to long period of inactivity and maintainer-timeout.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159554
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Security update to ja-groff.OKAZAKI Tetsurou2005-05-096-439/+436
| | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=134912
* Rearrange dependencies.OKAZAKI Tetsurou2004-05-141-1/+2
| | | | | | | Turn off RUN_DEPENDS to `graphics/netpbm' when PACKAGE_BUILDING is defined. Notes: svn path=/head/; revision=109094
* Update I18N patch.OKAZAKI Tetsurou2004-03-112-3/+6
| | | | Notes: svn path=/head/; revision=103605
* Fix the bug of a make rule in the install-links target that installsOKAZAKI Tetsurou2004-02-161-2/+2
| | | | | | | | | | invalid symbolic links into ${PREFIX}/bin. Bump up PORTREVISION. Submitted by: taku-san and otsune-san Notes: svn path=/head/; revision=101049
* Utilize USE_ICONV.OKAZAKI Tetsurou2004-02-111-14/+20
| | | | | | | | | 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. Notes: svn path=/head/; revision=100660
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use ${MASTER_SITE_DEBIAN} instead of ${MASTER_SITE_GNU} for fetchingOKAZAKI Tetsurou2003-10-172-9/+9
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=91500
* Avoid a bus error in the do-build target when nl_langinfo(CODESET) returns ↵OKAZAKI Tetsurou2003-10-031-0/+13
| | | | | | | | | "EUC". PR: ports/57490 Notes: svn path=/head/; revision=90102
* Update I18N patch.OKAZAKI Tetsurou2003-09-104-65/+66
| | | | | | | | | | Obtained from: debian Update `operating-system' to FreeBSD 4.9. Use %%DOCSDIR%% in pkg-plist. Notes: svn path=/head/; revision=88932
* Use ${XARGS}.OKAZAKI Tetsurou2003-07-301-1/+1
| | | | Notes: svn path=/head/; revision=85910