--- src/bind.c.orig Sun Nov 19 03:09:20 1995 +++ src/bind.c Wed Mar 25 15:00:37 1998 @@ -634,7 +634,8 @@ register char *sp; /* pointer into path spec */ register int i; /* index */ static char fspec[NFILEN]; /* full path spec to search */ - + char patha[NFILEN]; + /* if we have an absolute path.. check only there! */ sp = fname; while (*sp) { @@ -689,9 +690,11 @@ #if OS2 path = getenv("DPATH"); #else - path = getenv("PATH"); + strncpy(patha, getenv("PATH"), NFILEN - 25); + strcat(patha, ":%%PREFIX%%/share/uemacs"); #endif #endif + path = patha; if (path != NULL) while (*path) { xhtml'>





- Remove unneeded dependency from gtk12/gtk20 [1]
2008-04-19T17:56:05+00:00

miwi
miwi@FreeBSD.org

2008-04-19T17:56:05+00:00

bce9b81f9d6099820f3839d7809d6b08c1d2ae7b

- 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)


- 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)
- Fix build with GCC 4.2 2007-11-27T22:49:01+00:00 miwi miwi@FreeBSD.org 2007-11-27T22:49:01+00:00 198c1e8503e360ae0fe8c75ad710b88e1e41b865 - Remove most warnings - Add OPTIONS Knob - Pass maintainership to submitter PR: 118246 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter

PR:		118246
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
fix patchfile 2004-01-23T18:23:56+00:00 oliver oliver@FreeBSD.org 2004-01-23T18:23:56+00:00 375fc225e6b7180495598264ffe1255dcabcd3dc Noted By: chris
Noted By:	chris
fix build on CURRENT 2003-12-09T19:09:41+00:00 oliver oliver@FreeBSD.org 2003-12-09T19:09:41+00:00 e930ec67688f3729a6747748802361bc42a1b6c9 bump PORTREVISION
bump PORTREVISION