| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-05-01 editors/MathPlanner: Upstream says project is canceled and no more distfiles can be found
2011-05-01 editors/bitmap: Upstream disapear and distfile is no more available
2011-05-01 editors/bitmap-emacs21: Upstream disapear and distfile is no more available
2011-05-01 editors/cle: Upstream disapear and distfile is no more available
2011-05-01 editors/dedit: Upstream disapear and distfile is no more available
2011-05-01 editors/em: Upstream disapear and distfile is no more available
2011-05-01 editors/leim21: Distfile is no more available
2011-05-01 editors/lpe: Upstream disapear and distfile is no more available
2011-05-01 editors/vilearn: Upstream disapear and distfile is no more available
2011-05-01 editors/xenon: Upstream disapear and distfile is no more available
Notes:
svn path=/head/; revision=273467
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
distfiles are availables
Notes:
svn path=/head/; revision=270695
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Allow build with emacs-devel port.
Obtained from: debian
Notes:
svn path=/head/; revision=227487
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Prompted by: QA Tindy run
Notes:
svn path=/head/; revision=217177
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=197061
|
|
|
|
| |
Notes:
svn path=/head/; revision=196036
|
|
|
|
|
|
|
|
| |
- 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=176473
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=149253
|
|
|
|
|
|
|
|
|
|
|
| |
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket)
Notes:
svn path=/head/; revision=124934
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicitly)
Notes:
svn path=/head/; revision=77038
|
|
|
|
| |
Notes:
svn path=/head/; revision=52466
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apply new master/slave scheme.
Update master port (editors/bitmap) for emacs21.
Update slave ports (editors/bitmap-mule and editors/bitmap-emacs20)
to stub ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
Notes:
svn path=/head/; revision=51354
|
|
|
|
|
|
|
|
| |
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/10852
Notes:
svn path=/head/; revision=40010
|
|
|
|
|
|
|
| |
Submitted by: OKAZAKI Tetsurou <okazaki@FreeBSD.org>
Notes:
svn path=/head/; revision=39413
|
|
|
|
| |
Notes:
svn path=/head/; revision=30838
|
|
|
|
| |
Notes:
svn path=/head/; revision=30729
|
|
|
|
| |
Notes:
svn path=/head/; revision=29898
|
|
|
|
| |
Notes:
svn path=/head/; revision=28419
|
|
|
|
| |
Notes:
svn path=/head/; revision=28418
|
|
|
|
|
|
|
| |
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=28002
|
|
|
|
| |
Notes:
svn path=/head/; revision=27506
|
|
|
|
| |
Notes:
svn path=/head/; revision=26721
|
|
|
|
| |
Notes:
svn path=/head/; revision=25583
|
|
|
|
|
|
|
|
|
| |
These fixes were fogotten at the previous commit.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=24816
|
|
|
|
|
|
|
|
|
|
|
| |
Fix post-install error.
This error is caused by `make install' after `make readme'.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8516
Notes:
svn path=/head/; revision=24552
|
|
|
|
| |
Notes:
svn path=/head/; revision=24408
|
|
|
|
| |
Notes:
svn path=/head/; revision=23994
|
|
|
|
| |
Notes:
svn path=/head/; revision=22927
|
|
|
|
| |
Notes:
svn path=/head/; revision=22586
|
|
|
|
| |
Notes:
svn path=/head/; revision=22346
|
|
|
|
| |
Notes:
svn path=/head/; revision=21098
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
|
|
|
|
|
| |
Bitmap-mule-7.18 isn't made for emacs20.
Emacs20 users should use bitmap-mule-19980702.
Submitted by: Satoshi Asami <asami@FreeBSD.org>
Notes:
svn path=/head/; revision=20816
|
|
|
|
|
|
|
|
|
|
| |
Bitmap-emacs20 has following modules:
- bitmap.el: kernel of bitmap-emacs20
- po.el: tiny BDF font editor
- smiley-mule.el: smiley-mark encoder/decoder
Notes:
svn path=/head/; revision=20781
|
|
Bitmap-mule has following modules:
- bitmap.el: kernel of bitmap-mule
- po.el: tiny BDF font editor
- smiley-mule.el: smiley-mark encoder/decoder
Notes:
svn path=/head/; revision=20780
|