| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/120292
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
|
|
|
|
|
| |
PR: ports/119665
Submitted by: KIMURA Yasuhiro yasu at utahime org (maintainer)
|
|
|
|
|
| |
PR: ports/113794
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/106220
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
PR: ports/97553
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Approved by: mnag (mentor)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/89619
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
| |
PR: 86913
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
|
|
|
|
|
| |
PR: ports/85140
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
| |
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by: rushani
Approved by: maintainer (blanket)
Pointy hat to: myself
|
|
|
|
|
| |
Pointed out by: rushani
Forgotten by:: myself
|
|
|
|
|
| |
Noticed by: rushani
Approved by: maintainer (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
|
| |
PR: 61702
Submitted by: Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
|
|
|
|
|
|
| |
PR: ports/56276
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
|
|
|
|
| |
Prodded by: kris
|
| |
|
|
|
|
|
|
|
| |
o Fix checksum of LIST* by added archives.
PR: ports/53611
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/53279
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
|
|
|
|
| |
PR: ports/49043
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1] Fix MASTER_SITES
[2] Don't use configure option '--enable-pthread' (backout last commit)
because it breaks japanese/ndtpd and the pthread support of EB
library itself is still incomplete and experimental.
[3] Remove imported patch; files/patch-eb::match.c
[4] Add patch to use USE_LIBTOOL=yes; files/patch-configure
[5] Use configure option '--build=...'
[6] Use LOCALBASE instead of PREFIX for other installed packages
[7] Use DATADIR
[8] Don't be quiet at post-extract section (backout last commit)
[9] Sort @dirrm section of pkg-plist; generated by
(cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,'
[4]-[7] were submitted by KATO Tsuguru <tkato@prontomail.com>.
Thanks, Kato-san.
PR: ports/48840
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
|
|
|
|
|
| |
candidate, but not tested).
Approved by: maintainer timeout (1week)
|
|
|
|
|
|
|
|
| |
by version 1.11.2 or earlier. This fixes installation on older
systems prior to 4.7-RELEASE.
PR: ports/42143 (no patch)
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
|
|
|
|
|
| |
and french/cups-base)
Noticed on: bento
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add New appendix; genius2 (1.0).
- Extract appendices as root:wheel.
PR: ports/41762
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
With the following changes:
- Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error,
add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES.
- Update genius2 to 1.1.
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
|
|
|
|
|
|
| |
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
| |
|
|
|
|
|
|
|
| |
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer
|
|
|
|
|
| |
PR: 25759
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
|
|
|
|
| |
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 20695
Submitted by: Maintainer
|
|
|
|
|
|
|
| |
Stop trying to create info/dir, as it's not indivisual ports' job.
PR: ports/19697
Submitted by: Maintainer
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|