Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.4.22_6 30 Jun 2014 20:12:30 |
bapt |
Removed unmaintained upstream xemacs ports and dependencies |
21.4.22_6 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
21.4.22_6 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
21.4.22_6 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
21.4.22_6 10 Jul 2013 06:49:36 |
bapt |
Convert from USE_MOTIF to USES=motif |
21.4.22_6 19 Jun 2013 14:48:37 |
miwi |
- Fix plist
Reported by: pkg (DEVELOPER_MODE) |
21.4.22_6 09 Mar 2013 21:43:02 |
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 |
21.4.22_6 05 Jul 2012 17:26:10 |
pawel |
Add USE_CSTD=gnu89 to fix linking when building with clang |
21.4.22_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
21.4.22_5 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
21.4.22_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
21.4.22_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
21.4.22_4 29 Apr 2010 19:44:18 |
pgollucci |
- Release my very last port |
21.4.22_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
21.4.22_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
21.4.22_2 10 Dec 2009 07:29:19 |
pgollucci |
- Address crashes related to http://tracker.xemacs.org/XEmacs/its/issue630 [1]
PR: ports/140899 [1] (based on)
Submitted by: Eric Masson <emss@free.fr> |
21.4.22_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
21.4.22 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
21.4.22 12 Jan 2009 00:16:10 |
pgollucci |
- Update to 21.4.22 |
21.4.21_2 10 Jan 2009 17:34:09 |
pav |
- These targets run on single-colon oil
Reported by: Lowell Gilbert <freebsd-ports-local@be-well.ilk.org> on
freebsd-gnome |
21.4.21_2 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
21.4.21_2 20 Jul 2008 17:40:01 |
araujo |
- Pass maintainership to submitter.
- Make a little improve in PLIST_SUB.
PR: ports/125643
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
21.4.21_2 19 Apr 2008 17:56:05 |
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) |
21.4.21_1 15 Dec 2007 15:05:01 |
anray |
- Correct plist for xemacs and xemacs21-mule.
Reported by: pointyhat via pav |
21.4.21 13 Dec 2007 19:25:09 |
anray |
- Update xemacs and xemacs21-mule to 21.4.21 |
21.4.20_6 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
21.4.20_5 23 Jul 2007 09:36:52 |
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 |
21.4.20_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21.4.20_3 03 May 2007 17:15:47 |
nobutaka |
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
21.4.20_3 11 Mar 2007 14:41:28 |
miwi |
- LIB_DEPENDS is missing a slash
- DEFAULT_PGSQL_VER is only set if USE_PGSQL is defined
PR: 110189
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Pointy hat to: db |
21.4.20_2 27 Feb 2007 18:44:10 |
db |
- Don't link in postgresql client library unless specifically asked for
Approved by: ehaupt (mentor) |
21.4.20_1 18 Jan 2007 15:01:16 |
anray |
Fix plist
Reported by: pointyhat via kris |
21.4.20 12 Dec 2006 11:41:15 |
anray |
Update xemacs and xemacs21-mule to 21.4.20 "Double Solitaire". |
21.4.19_1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
21.4.19 17 Mar 2006 15:08:39 |
vs |
Optionally enable OpenLDAP through knob WITH_LDAP |
21.4.19 12 Feb 2006 20:59:06 |
anray |
Fix plist.
Reported by: krismail |
21.4.19 02 Feb 2006 13:51:54 |
anray |
Fix pkg-plist
Reported by: pointyhat(kris) |
21.4.19 31 Jan 2006 10:20:43 |
anray |
Update xemacs and xemacs21-mule to 21.4.19 |
21.4.18 22 Jan 2006 01:50:18 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21.4.18 16 Dec 2005 08:10:54 |
anray |
editors/emacs20 was changed not to conflict with other emacsen.
PR: ports/90477
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: sem(mentor) |
21.4.18 06 Dec 2005 16:15:39 |
garga |
- Update to 21.4.18
PR: ports/90011
Submitted by: Andrey Slusar <anrays@gmail.com> |
21.4.17_2 26 Nov 2005 16:32:22 |
yoichi |
Fix XEmacs working under amd64.
PR: ports/89559
Submitted by: Andrey Slusar |
21.4.17_1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
21.4.17_1 19 Nov 2005 15:13:16 |
sem |
- Fix PLIST problem on amd64. Unbreak.
PR: ports/89250
Submitted by: Andrey Slusar |
21.4.17_1 15 Nov 2005 06:52:12 |
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. |
21.4.17_1 15 Jun 2005 07:25:15 |
sem |
- Make packages optional (WITHOUT_XEMACS_PACKAGES).
- Remove dependency on mail/faces (it is not required for an base
editor configuration and it pulls in gtk1 and what comes with that.
- Integrate with the GNOME desktop if installed.
PR: ports/68826
Submitted by: Pawel Worach <pawel.worach@telia.com> |
21.4.17 06 May 2005 09:05:33 |
jylefort |
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports. |
21.4.17 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
21.4.17 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
21.4.17 07 Apr 2005 21:36:40 |
linimon |
Reset bouncing maintainer address:
----- The following addresses had permanent fatal errors -----
<pawel.worach@telia.com>
(reason: 550 RCPT TO:<pawel.worach@telia.com> User unknown) |
21.4.17 27 Mar 2005 02:39:02 |
kris |
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self) |
21.4.17 09 Feb 2005 13:19:57 |
sem |
- Remove forgotten file
- Grant maintainership to submitter of the last PR |
21.4.17 09 Feb 2005 09:38:44 |
sem |
- Update port to 21.4.17 "Jumbo Shrimp".
- Sync up Motif selection algorithm with xemacs21-mule port.
- Remove GTK support for now, it was commented out and it does not work well.
- General Makefile cleanup
- Unbreak on sparc64
PR: ports/77291
Submitted by: Pawel Worach <pawel.worach(at)telia.com> |
21.4.16 25 Dec 2004 22:27:59 |
sem |
- Update to 21.4.16
- Fix build on -CURRENT
PR: ports/75492
Submitted by: Pawel Worach <pawel.worach(at)telia.com> |
21.4.15 14 Dec 2004 21:21:28 |
gj |
It turns out that Andrey Slusar only wants to maintain the xemacs-mule
ports, so make the maintainer ports@. |
21.4.15 14 Dec 2004 11:55:04 |
gj |
Use the BZIP2 distribution instead of a whole bunch of tar.gz files [1].
Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly
volunterred to take over this port from me.
Submitted by: Denis Shaposhnikov <dsh AT vlink DOT ru> [1] |
21.4.15 16 Aug 2004 13:25:53 |
gj |
Update to 2.4.15.
Comment out the GTK support since either bsd.gnome.mk is broken or I'm
too stupid to figure it out. |
21.4.14 21 Jul 2004 21:56:24 |
gj |
Add patch-emacs.c to fix the following problem as quoted from the PR:
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer. This makes the memory limit checking think that there are
zero bytes available.
PR: 69347
Submitted by: Andrew Heybey <ath@niksun.com> |
21.4.14 18 Apr 2004 20:28:17 |
gj |
Add patch-regex.c to handle an overflow which is caused by long lines
produced by compile and make output in xemacs.
PR: ports/62437
Submitted by: Palle Girgensohn <girgen@pingpong.net> |
21.4.14 13 Apr 2004 06:29:58 |
edwin |
Unbreak port by moving some definitions from the pre-fetch target
to "above it".
Noticed by: nearly everybody. |
21.4.14 12 Apr 2004 21:47:20 |
gj |
Add a check for ${X11BASE}/lib/libXm.so so that a dependency can be added
on open-motif.
PR: ports/62401
Submitted by: Vivek Khera <khera@kcilink.com> |
21.4.14 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
21.4.14 25 Mar 2004 10:56:24 |
kris |
Rename misnamed patch (patch:mem-limits.h) |
21.4.14 25 Mar 2004 10:17:39 |
kris |
Port to amd64.
Submitted by: James Van Artsdalen <james-freebsd-amd64 at jrv.org>, gallatin,
kan |
21.4.14 18 Oct 2003 10:32:45 |
gj |
Update to version 21.4.14.
Submitted by: Oliver Banta <obanta@conft.net> |
21.4.12 13 Oct 2003 09:29:34 |
gj |
Xemacs seems to be generally broken on sparc64. Add NOT_FOR_ARCHS=sparc64
to the Makefile. |
21.4.12 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
21.4.12 23 Apr 2003 09:55:07 |
gj |
After a repo copy from xemacs-devel turn this port into xemacs. |
27 Apr 2002 20:56:56 |
gj |
Delete this file which I accidentally added to the defunct xemacs
port.
cvs moves in mysterious ways, that's all I can say. |
27 Apr 2002 20:42:15 |
gj |
MFC: Finally add the manpage for the ifpi2 driver. |
11 Sep 2001 04:05:10 |
ache |
Bump png major |
14 Feb 2001 20:19:06 |
lioux |
simple typo fix, remove odd extraneous spaces (^ $) |
24 Oct 2000 13:09:18 |
knu |
Use MASTER_SITE_XEMACS. Reorder variables to satisfy portlint. |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |