| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Mar 2013 21:43:02
21.5.b28_13
|
bapt  |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there
also remove a useless global XAWVER PLIST_SUB |
01 Jun 2012 05:26:28
21.5.b28_13
|
dinoex  |
- update png to 1.5.10 |
02 May 2011 12:41:44
21.5.b28_12
|
makc  |
Fix build with open-motif-2.3.3
PR: ports/154044
Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com>
Exp-runs by: pav |
01 May 2011 23:16:35
21.5.b28_11
|
pav  |
- Mark xft slaveport BROKEN on 9-CURRENT: does not build
Wrong type argument: listp, #<INTERNAL OBJECT (XEmacs bug?)
(symbol-value-forward type 884680772) 0xfb3fe8>*** Error code 255
Reported by: pointyhat |
20 Mar 2011 12:54:45
21.5.b28_11
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
21.5.b28_11
|
ade  |
Sync to new bsd.autotools.mk |
01 Dec 2010 23:38:49
21.5.b28_11
|
linimon  |
Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
16 Oct 2010 11:52:47
21.5.b28_11
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
21.5.b28_11
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
28 Mar 2010 06:47:48
21.5.b28_10
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
21.5.b28_9
|
dinoex  |
- update to jpeg-8 |
18 Jul 2009 11:11:29
21.5.b28_8
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
21 Aug 2008 06:18:49
21.5.b28_7
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
21.5.b28_7
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
06 Jun 2008 13:25:59
21.5.b28_7
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
19 Apr 2008 17:56:05
21.5.b28_6  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
30 Mar 2008 07:27:57
21.5.b28_5
|
anray  |
- Add missing depends from x11-fonts/fontconfig
- Fix build with new fontconfig [1]
Reported by: miwi, Andrei Lavreniyuk
Obtained from: xemacs cvs [1] |
26 Mar 2008 09:04:01
21.5.b28_4
|
miwi  |
- Fix build with slave ports
Submitted by: pointyhat via pav
Approved by: portmgr (xorg cleanup) |
23 Mar 2008 11:11:33
21.5.b28_3
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
30 Sep 2007 04:47:37
21.5.b28_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
23 Jul 2007 09:36:52
21.5.b28_1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
27 May 2007 18:03:08
21.5.b28
|
anray  |
Remove not needed patches. |
27 May 2007 17:43:21
21.5.b28
|
anray  |
Update to 21.5-b28 "fuki" |
19 May 2007 20:32:57
21.5.b27_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
04 May 2007 03:55:10
21.5.b27_1
|
nobutaka  |
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: anray (maintainer) |
10 Feb 2007 20:24:09
21.5.b27_1
|
anray  |
Fix memory limits. |
16 May 2006 14:31:27
21.5.b27
|
anray  |
Update to 21.5-b27 "fiddleheads" |
11 Apr 2006 15:14:10
21.5.b26
|
anray  |
Change `MAINTAINER=...' to `MAINTAINER?=...'. |
01 Apr 2006 17:29:44
21.5.b26
|
anray  |
Update to 21.5-b26 "endive". |
16 Mar 2006 08:15:33
21.5.b25
|
anray  |
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support.
- Disable experimental features and add this features to WITH_EXPERIMENTAL
option(it's improve perfomance and stability in default build). |
07 Mar 2006 08:28:06
21.5.b24_4
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
17 Feb 2006 21:12:07
21.5.b24_3
|
anray  |
Remove "Cache full" warning. |
10 Feb 2006 11:35:02
21.5.b24_2
|
anray  |
Add WITH_LDAP - build xemacs with ldap support. |
08 Feb 2006 14:08:07
21.5.b24_2
|
anray  |
* Try to fix xemacs-devel japanese ports.
* I don't use the japanese. Pass maintainership for
ja-xemacs-devel-* to ports@.
Reported by: pointyhat(kris) |
02 Feb 2006 13:28:43
21.5.b24_2
|
anray  |
1.Integrate some bugfixes from upstream cvs:
* Increase MAX_FONT_COUNT from 5000 to INT_MAX. Applies to both the X
and GTK platforms.
* Improve Russian C-x processing.
* More mule-ization and fix related crashes.
* Call set-current-locale (the wrapper for setlocale(3)) before
checking the current locale, because the C code doesn't.
* Initialise the hardware-specific mapping from raw keycodes to the
US key layout.
2.Fix pkg-plist.
Reported by: pointyhat(kris) (2) |
22 Jan 2006 05:52:28
21.5.b24_1
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Jan 2006 01:50:18
21.5.b24_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
18 Jan 2006 23:18:25
21.5.b24_1
|
anray  |
* Remove not nedded USE_GETTEXT.
* Fix WITH_XFT LIB_DEPENDS. |
22 Dec 2005 19:50:57
21.5.b24_1
|
anray  |
* Windows-1251 coding system now supported without any options.
* Fixed performance issues.
* Fixed setting the default character class to word, not whitespace.
Approved by: sem(mentor) |
21 Dec 2005 20:38:39
21.5.b24
|
anray  |
* Update to 21.5.b24 "dandelion".
* Added -DWITH_XFT - build XEmacs with xft support.
Approved by: sem(mentor) |
16 Dec 2005 08:12:37
21.5.b23_1
|
anray  |
editors/emacs20 was changed not to conflict with other emacsen.
PR: ports/90479
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor) |
15 Dec 2005 20:34:46
21.5.b23_1
|
anray  |
Change email address for all my ports.
Approved by: sem(mentor) |
29 Nov 2005 22:09:27
21.5.b23_1
|
edwin  |
[MAINTAINER] editors/xemacs-devel-mule: add windows-1251 support.
* Added windows-1251 code system, removed from
upstream XEmacs 21.5
PR: ports/89734
Submitted by: Andrey Slusar <anrays@gmail.com> |
24 Nov 2005 12:40:34
21.5.b23_1
|
sem  |
* Fix crashes printing ISO2022 coding systems.
* Fix bugs and error messages with VM, BBDB.
PR: ports/89478
Submitted by: Andrey Slusar (maintainer) |
19 Nov 2005 14:56:35
21.5.b23
|
sem  |
- Fix depends when WITH_XAW3D defined.
PR: ports/89251, ports/89254
Submitted by: Andrey Slusar (maintainer) |
15 Nov 2005 06:52:12
21.5.b23
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
27 Oct 2005 17:05:55
21.5.b23
|
sem  |
- Update to 21.5-b23 "daikon".
PR: ports/88080
Submitted by: Andrey Slusar (maintainer) |
23 Sep 2005 07:47:23
21.5.b22
|
sem  |
- Try to fix build on amd64
Submitted by: maintainer |
15 Sep 2005 12:00:11
21.5.b22
|
sem  |
- Update to 21.5-b22 "cucumber".
PR: ports/86147
Submitted by: maintainer |
24 Jul 2005 02:24:22
21.5.b21
|
lesi  |
Extend an ifdef from __amd64__ to other _LP64 archs and unbreak for sparc64
and ia64. (Not actually tested on ia64, but same fix does make xemacs-devel
build there according to pointyhat.)
Approved by: Andrey Slusar (maintainer) |
21 Jul 2005 00:04:06
21.5.b21
|
kris  |
BROKEN on ia64 and sparc64: Does not build |
04 Jun 2005 09:56:18
21.5.b21
|
sem  |
* Update to 21.5-b21 "corn"
* Unbreak on non-i386 platforms
* Update EMACS_VER on editors/xemacs-devel-mule
* Fix EMACS_VER on editors/xemacs-devel
PR: ports/81866
Submitted by: Andrey Slusar <anrays@gmail.com> (maintainer) |
06 May 2005 23:44:00
21.5.b20
|
jylefort  |
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: maintainer |
12 Apr 2005 03:26:57
21.5.b20
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
21.5.b20
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
27 Mar 2005 02:37:34
21.5.b20
|
kris  |
BROKEN on amd64, ia64 and sparc64: Build fails
Approved by: portmgr (self) |
18 Mar 2005 08:03:53
21.5.b20
|
sem  |
- Update to 21.5.b20 "cilantro".
- Fixed option WITH_GTK(bug, reported by Palle Girgensohn <girgen@pingpong.net>)
PR: ports/78960
Submitted by: maintainer |
06 Mar 2005 20:45:49
21.5.b19
|
sem  |
- Try unbreak build on sparc64
Submitted by: maintainer |
25 Feb 2005 21:01:20
21.5.b19
|
sem  |
- Update to 21.5.b19 "chives"
- It fix VuXML ID: 3e3c860d-7dae-11d9-a9e7-0001020eed82
- Pass maintainership to submitter
PR: ports/75450
Submitted by: Andrey Slusar <anray (at) inet.ua> |
23 Dec 2004 09:32:50
21.5.b16_1  |
nork  |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
31 Mar 2004 03:12:58
21.5.b16_1  |
trevor  |
SIZEify (maintainer timeout) |
25 Mar 2004 10:59:15
21.5.b16_1  |
kris  |
Port to amd64.
Submitted by: James Van Artsdalen <james-freebsd-amd64 at jrv.org>, gallatin,
kan |
04 Feb 2004 04:36:30
21.5.b16_1  |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
21.5.b16  |
trevor  |
Now gettext 0.12.1 is gettext-old. |
20 Nov 2003 15:43:54
21.5.b16  |
kiri  |
Update 21.5-b15 to 21.5-b16. |
13 Nov 2003 14:45:08
21.5.b15  |
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
24 Sep 2003 09:37:11
21.5.b15  |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
10 Sep 2003 06:26:40
21.5.b15  |
kiri  |
Update 21.5-b13 to 21.5-b15 and relevant corrections as follows:
* remove patch for module build section of Makefile according to
change $^ to macro itself. |
26 Aug 2003 20:25:58
21.5.b13_1  |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
21.5.b13  |
marcus  |
Chase the libintl.so shared lib version. |
22 May 2003 11:06:31
21.5.b13  |
kiri  |
Update to 21.5-b13(Beta version). |
20 Apr 2003 02:58:54
21.4.12  |
marcus  |
Remove USE_GNOMENG. |
06 Mar 2003 19:23:19
21.4.12  |
ade  |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly) |
22 Jan 2003 13:33:53
21.4.12  |
kiri  |
Update 21.4.11 to 21.4.12. |
05 Jan 2003 10:09:10
21.4.11  |
kiri  |
Update 21.1.10 to 21.1.11. |
06 Nov 2002 10:54:35
21.4.10  |
kiri  |
Update 21.4.9 -> 21.4.10. |
30 Oct 2002 13:25:34
21.4.9  |
taoka  |
Bump PORTREVISION because of updating the dependency port japanese/Wnn6-lib
Approved by: maintainer |
04 Sep 2002 11:02:39
21.4.9  |
kiri  |
Update 21.4.8 -> 21.4.9. |
30 Aug 2002 13:36:06
21.4.8  |
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42197
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
01 Aug 2002 16:22:41
21.4.8  |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
09 Jul 2002 13:34:53
21.4.8  |
kiri  |
Japanese resource directory name changed because of locale change. |
15 May 2002 09:51:06
21.4.8  |
kiri  |
Update 21.4.6_1 -> 21.4.8. |
12 Apr 2002 17:10:20
21.4.6_1  |
ade  |
gettext upgrade uber-patch (stage 3)
- 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 |
15 Mar 2002 19:44:29
21.4.6  |
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
05 Jan 2002 11:11:08 
|
kiri  |
XEmacs development version(gamma 21.4.6) with mule. This is the mule version
of editors/xemacs-devel. |