non port: lang/drscheme/Makefile |
Number of commits found: 45 |
Thursday, 7 Jan 2010
|
17:04 olgeni
Remove unmaintained lang/drscheme port, which is superceded by
lang/plt-scheme. According to pointyhat lang/drscheme it has been
broken since 2007/06.
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Friday, 23 Jan 2009
|
16:28 flz
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
 |
Sunday, 22 Jun 2008
|
18:43 pav
- Mark IGNORED on pointyhat - receives signal 10 during build on pointyhat, but
builds on my regular workstation
 |
Thursday, 19 Jun 2008
|
02:50 pav
- Fix segfaults, unbreak
- Add missed xorg dependency
PR: ports/118808
Submitted by: Andrew Reilly <areilly@bigpond.net.au>
 |
Saturday, 19 Apr 2008
|
17:56 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)
 |
Thursday, 10 Apr 2008
|
08:48 jkoshy
Reset maintainership.
 |
Sunday, 23 Mar 2008
|
23:03 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Sunday, 25 Nov 2007
|
00:58 linimon
Now is getting signal 11 everywhere on the cluster, not just problems
with gcc4.2.
Approved by: portmgr (self)
 |
Monday, 29 Oct 2007
|
03:09 jkoshy
Mark BROKEN with GCC 4.2.
 |
Friday, 26 Oct 2007
|
05:50 jkoshy
Fix a memory corruption/core dump that is reproduceable in my
FreeBSD/amd64 6-stable environment [1]. Unbreak the port.
Submitted by: Matthew Flatt <mflatt at cs dot utah dot edu> [1]
 |
Saturday, 28 Jul 2007
|
22:31 kris
BROKEN: Segfault during build
 |
Thursday, 7 Jun 2007
|
09:07 jkoshy
Upgrade to v370. The port now unconditionally depends on Cairo
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Friday, 26 Jan 2007
|
11:48 jkoshy
Upgrade to v360. Upstream changes include:
- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
 |
Friday, 22 Sep 2006
|
10:44 jkoshy
- Upgrade to v352. This is a bug-fix release.
- Tweak the port's build to detect and use libpng and
libjpeg present in $LOCALBASE.
- Build this port for the amd64 architecture in addition to i386.
 |
Wednesday, 20 Sep 2006
|
06:25 jkoshy
- Bring down the parts of upstream change SVN#4389 that make
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
 |
Sunday, 17 Sep 2006
|
01:45 kris
BROKEN: Does not compile
 |
Tuesday, 25 Jul 2006
|
03:27 jkoshy
Update to v351.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
 |
Saturday, 15 Jul 2006
|
06:15 jkoshy
This port no longer requires `gmake`.
 |
Friday, 14 Jul 2006
|
15:29 jkoshy
Upgrade to v350.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
 |
Wednesday, 18 Jan 2006
|
16:09 jkoshy
Upgrade to v301 --- bug fixes and changes to the demos.
 |
Wednesday, 21 Dec 2005
|
18:53 jkoshy
- Upgrade to v300. This DrScheme release offers Unicode support,
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
 |
Tuesday, 25 Oct 2005
|
17:58 jkoshy
X11BASE and portlint cleanups.
 |
Saturday, 26 Feb 2005
|
04:48 jkoshy
Upgrade to v209.
 |
Wednesday, 20 Oct 2004
|
15:41 jkoshy
Fix fetch breakage.
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
 |
Tuesday, 19 Oct 2004
|
17:29 jkoshy
Upgrade to v208.
 |
Saturday, 13 Mar 2004
|
10:15 kris
Remove unneccessary bsd.port.(pre|post).mk inclusion.
 |
Sunday, 7 Mar 2004
|
09:20 jkoshy
Fix installation glitch that caused a slowdown of DrScheme. Bump
PORTREVISION.
Correct typo (ONLY_FOR_ARCH -> ONLY_FOR_ARCHS).
PR: ports/63782
 |
Wednesday, 3 Mar 2004
|
16:47 jkoshy
Upgrade to v206p1. Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
 |
Wednesday, 25 Feb 2004
|
10:33 kris
BROKEN on !i386: Does not compile
 |
Wednesday, 10 Dec 2003
|
03:38 jkoshy
Update to v205.
 |
Thursday, 28 Aug 2003
|
00:01 edwin
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
 |
Sunday, 29 Jun 2003
|
06:02 jkoshy
Upgrade to v204.
 |
Friday, 2 May 2003
|
01:54 jkoshy
Bundle in the 'include/' and 'lib/' directories to support extension
writers.
PR: ports/51644
Submitted by: Martin Vito Cruz <sleepinghead@netzero.com>
 |
Friday, 7 Mar 2003
|
06:05 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Wednesday, 5 Feb 2003
|
14:13 jkoshy
Update to v203.
 |
Wednesday, 18 Sep 2002
|
11:05 ijliao
better for future maintain
 |
10:02 jkoshy
Correct ${MASTER_SITE}, update checksums.
Submitted by: Paul Gabriel <paul@pogo.franken.de>
 |
Friday, 13 Sep 2002
|
04:07 jkoshy
Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.
 |
Monday, 9 Sep 2002
|
09:03 jkoshy
Update to v202.
 |
Wednesday, 24 Jul 2002
|
08:48 jkoshy
Upgrade to v200.
Requested by: Austus <austus@adelphia.net>
 |
Thursday, 13 Dec 2001
|
08:18 jkoshy
Upgrade to v103p1.
 |
Tuesday, 26 Jun 2001
|
10:19 jkoshy
A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
 |
Number of commits found: 45 |