| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build with '-fno-common', default of GCC 10 and Clang 11.
While here, pet linters.
PR: 248773
Submitted by: yasu@utahime.org (maintainer)
Notes:
svn path=/head/; revision=545589
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by changing character set of doc-ja/ebnetd-ja.texi from EUC-JP to UTF-8.
- Change pkg-install so it doesn't modify /etc/services while building package
- Bump PORTREVISION by package change
PR: 242091
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=524528
|
|
|
|
| |
Notes:
svn path=/head/; revision=514139
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Regenerate patch files with makepatch:
PR: 222302
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=449884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427552
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
|
|
|
|
| |
PR: 195523
Submitted by: maintainer
Notes:
svn path=/head/; revision=374809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The stage-qa checks said 5 files needed perl shebang fixed, but
USE=shebangfix won't fix it. The value of PERL was defined for the
configure target to fix it. However, a run depends on perl was not
added as the affected files are probably optional scripts.
PR: 194367
Submitted by: maintainer (Yasuhiro KIMURA)
Notes:
svn path=/head/; revision=371094
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow staging
- Add Created by in Makefile header
- Convert lib depends to new format
PR: ports/182393
Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
Notes:
svn path=/head/; revision=328365
|
|
|
|
|
|
|
| |
japanese)
Notes:
svn path=/head/; revision=327737
|
|
|
|
|
|
|
|
| |
PR: ports/181206
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=325366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set a list of these scripts to USE_RC_SUBR
- Use SUB_FILES for pkg-message
- Use PLIST_SUB to substitute EBNETD_RUNDIR macro in pkg-plist
- Remove obsolete WWW url from pkg-descr
- Rename some patch files to pet portlint
PR: ports/176866
Submitted by: Yasuhiro KIMURA (maintainer)
Notes:
svn path=/head/; revision=315163
|
|
|
|
|
|
|
|
| |
PR: ports/175211
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=310278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
- japanese/eblook
- japanese/ebview
- japanese/ebview-gtk2
- japanese/ebnetd
while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr
PR: 167175
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original patch)
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final patch)
Notes:
svn path=/head/; revision=304232
|
|
|
|
|
|
|
|
|
|
| |
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
Notes:
svn path=/head/; revision=251565
|
|
|
|
|
|
|
| |
libeb.so.14 -> libeb.so.15
Notes:
svn path=/head/; revision=249008
|
|
|
|
|
|
|
|
|
|
|
| |
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.
PR: ports/136298
Submitted by: Yasuhiro KIMURA yasu utahime org
Notes:
svn path=/head/; revision=238121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
| |
Notes:
svn path=/head/; revision=178604
|
|
|
|
|
|
|
|
|
|
|
| |
- Use @dirrmtry instead of @unexec rmdir.
PR: ports/97554
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: mnag (mentor)
Notes:
svn path=/head/; revision=163082
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I have sent PRs of these ports several times, but there was
no response from maintainer and PRs were always commited
with timeout. So I will take over maintainershilp now.
PR: ports/90713
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=152625
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=140522
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile
PR: ports/74133
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by: portmgr(marcus)
Notes:
svn path=/head/; revision=125214
|
|
|
|
|
|
|
|
|
|
| |
to version 1.0
PR: ports/73131
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=120551
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
PR: 61702
Submitted by: Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=98779
|
|
|
|
|
|
|
|
| |
PR: ports/53037
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes:
svn path=/head/; revision=82509
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1] Fix typo of PORTREVISION :-)
[2] Add MASTER_SITES
[3] Use configure option '--build=...'
PR: ports/48840
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes:
svn path=/head/; revision=76751
|
|
|
|
| |
Notes:
svn path=/head/; revision=76661
|
|
|
|
| |
Notes:
svn path=/head/; revision=76037
|
|
|
|
|
|
|
|
| |
PR: 47546
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes:
svn path=/head/; revision=74296
|
|
|
|
|
|
|
|
|
|
| |
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer
Notes:
svn path=/head/; revision=62584
|
|
|
|
|
|
|
|
| |
PR: 37033
Submitted by: maintainer
Notes:
svn path=/head/; revision=57697
|
|
|
|
|
|
|
|
|
|
| |
2.53 cause breakage of it.
PR: ports/36864
Submitted by: maintainer
Notes:
svn path=/head/; revision=57528
|
|
|
|
|
|
|
|
|
|
| |
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
Notes:
svn path=/head/; revision=57064
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Refine startup script.
o Be friends with `/etc/rc.shutdown'.
o Accept only standard arguments.
o Add a $FreeBSD$ keyword.
PR: ports/20836
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
Notes:
svn path=/head/; revision=32113
|
|
|
|
|
|
|
|
| |
PR: ports/19696
Submitted by: Maintainer
Notes:
svn path=/head/; revision=30182
|
|
|
|
|
|
|
|
|
|
|
| |
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Notes:
svn path=/head/; revision=27449
|
|
|
|
| |
Notes:
svn path=/head/; revision=27145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes (from PR):
- japanese/ndtpd
o Set default syslog file for `/var/log/ndtpd.log'.
o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
* It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
(even if the user select "Inetd mode" !)
* Lock files and a PID file are created under it.
o Support some arguments in the startup script:
${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
o Separate the session to build `ndtpd.sh.sample'
from `post-install' into `post-build'.
o Don't configure EB sybsystem in NDTPD.
- japanese/eb
o Don't configure ZLIB sybsystem in EB.
o Don't define CONFIGURE_ENV.
* Suggested by Michael's last commit to japanese/ndtpd/Makefile.
PR: 16117
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes:
svn path=/head/; revision=24906
|
|
|
|
|
|
|
|
| |
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=23999
|
|
|
|
|
|
|
|
| |
PR: 14719
Submitted by: maintainer
Notes:
svn path=/head/; revision=23448
|
|
|
|
|
|
|
|
| |
PR: 14413
Submitted by: maintainer
Notes:
svn path=/head/; revision=22670
|
|
|
|
|
|
|
|
| |
PR: 13659
Submitted by: maintainer
Notes:
svn path=/head/; revision=21822
|