| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: ports/165082
Notes:
svn path=/head/; revision=292058
|
|
|
|
| |
Notes:
svn path=/head/; revision=283686
|
|
|
|
| |
Notes:
svn path=/head/; revision=281398
|
|
|
|
|
|
|
| |
PR: ports/160196
Notes:
svn path=/head/; revision=280599
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).
Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.
PR: ports/137956 [1], ports/141369 [2]
Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1],
bsam (me) [2]
Exp-run by: miwi
Notes:
svn path=/head/; revision=246319
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
| |
PR: ports/130106
Submitted by: jkoshy
Approved by: maintainer timeout (2 months)
Notes:
svn path=/head/; revision=230856
|
|
|
|
| |
Notes:
svn path=/head/; revision=224487
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=206682
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=172623
|
|
|
|
|
|
|
|
| |
PR: ports/103055
Submitted by: Dryice Liu (maintainer)
Notes:
svn path=/head/; revision=172621
|
|
|
|
|
|
|
|
|
| |
PR: ports/102781
Submitted by: Dryice Liu (maintainer)
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=171862
|
|
|
|
| |
Notes:
svn path=/head/; revision=171736
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix plist
PR: ports/102421
Submitted by: Dryice Liu (maintainer)
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=171290
|
|
|
|
|
|
|
|
|
|
|
| |
- Being XEmacs compilable, thanks to Denis Shaposhnikov <dsh@vlink.ru>
- Update the MASTER_SITES
PR: ports/101679
Submitted by: Dryice Liu (maintainer)
Notes:
svn path=/head/; revision=170218
|
|
|
|
|
|
|
|
|
| |
PR: 94903
Submitted by: Dryice Liu <dryice@dryice.name>
Reported by: pointyhat
Notes:
svn path=/head/; revision=158105
|
|
|
|
|
|
|
|
| |
PR: 94816
Submitted by: Dryice Liu <dryice@dryice.name>
Notes:
svn path=/head/; revision=158009
|
|
|
|
|
|
|
|
|
|
| |
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Notes:
svn path=/head/; revision=157314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
- Add physical category net-p2p. [7]
- Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]
- INDEX can now be moved outside of ports tree. [9]
- Add ghostscript-gpl. [10]
- Remove obsolete USE_MESA. [12]
- Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]
- Document ALWAYS_KEEP_DISTFILES. [14]
- Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]
PR: ports/37596 [1], ports/57259 [2], ports/63216 [3],
ports/89448 [4], ports/89710 [5], ports/88996 [6],
ports/89260 [7], ports/89363 [8], ports/89809 [9],
ports/89853 [10], ports/91086 [11], ports/91710 [12],
ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
<jamie at thompson dot bishopston dot net>, tobez [4], Mark
Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
netchild [11], erwin [14]
Reviewed by: kris, clement (partially)
Notes:
svn path=/head/; revision=154626
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
Notes:
svn path=/head/; revision=153229
|
|
|
|
|
|
|
|
| |
PR: ports/79580
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
Notes:
svn path=/head/; revision=132795
|
|
the data. It's a good company of planner.el. You can use Remember.el to add
note to planner.el "on the fly".
PR: ports/78617
Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes:
svn path=/head/; revision=130921
|