| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
japanese)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
- Tested wrong email address
|
| |
|
|
|
|
|
|
|
|
| |
- No PORTREVISION bump
PR: ports/169240
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
Approved by: maintainer (timeout,19 days)
|
|
|
|
|
|
|
|
|
| |
xfns.c: In function 'my_png_error':
xfns.c:8544: error: dereferencing pointer to incomplete type
xfns.c: In function 'png_load':
xfns.c:8702: error: dereferencing pointer to incomplete type
Reported by: pointyhat
|
| |
|
|
|
|
|
|
|
|
| |
- Based on patch by WATANABE Kazuhiro for editors/emacs21
- No PORTREVISION bump needed. This is a noop on <= 900007
PR: ports/165799
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
With hat: portmgr (myself)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
PR: ports/113355
Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
Approved by: NAKAJI Hiroyuki <nakaji at jp.freebsd.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
PR: ports/107187
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: ports/85821
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/82916
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
|
|
|
| |
PR: users-jp/79584[1], ports/67285[2]
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
Reported by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> [1]
Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
|
|
|
|
| |
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
|
|
|
|
|
|
| |
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
editors/emacs21.
PR: ports/63387
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add patch-src:process.c.
Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154,
connectiton attempt fails with EALREADY after connect (2) is interrupted.
The patch fixes this problem.
Obtained from: http://www.init-main.com/d/resource/process.c.diff
Patch author: takawata
Reviewed by: nakaji@jp.freebsd.org
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
| |
PR: 61071
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/60203
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/52025
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
| |
|
|
|
|
| |
Submitted by: Masahiko KIMOTO <kimoto@ohnolab.org>
|
| |
|
|
|
|
|
| |
Notification by:Amagai Yoshiji <amagai@nue.org>
PR: ports/48233
|
| |
|
|
|
|
|
|
|
| |
with libwnn7 which is installed by ports/japanese/Wnn7-lib.
PR: ports/48174
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
|
|
|
|
| |
PR: 44920
Submitted by: Amagai Yoshiji <amagai@nue.org>, maintainer
|
|
|
|
|
| |
PR: 45336
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- portlint
PR: ports/45206
Submitted by: maintainer
Pointed out by: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp> at FreeBSD-users-jp[71924]
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
need to check if they are defined. Remove the checks and correct
conditional PLIST_SUB+= assignment.
Submitted by: bento
|
|
|
|
|
|
|
| |
- Rename USE_* to WITH_*.
- Fix package generation for various options.
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> (MAINTAINER)
|
|
|
|
|
|
| |
Repo-copied from emacs20-emcws.
Submitted by: nakaji@jp.freebsd.org
|
|
|
|
|
|
|
| |
Don't build info (this package does not need info).
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12612
|
|
|
|
|
| |
PR: 36922
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
|
|
|
|
|
|
|
| |
in install stage.
Submitted by: MAINTAINER
Reviewed by: knu(mentor)
|
|
|
|
|
|
| |
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org,knu(mentor)
|
|
|
|
|
|
| |
PR: ports/32320
Submitted by: MAINTAINER
Reviewed by: ports-jp@jp.freebsd.org,knu(mentor)
|
|
PR: ports/22107
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|