notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
elk Embeddable Scheme interpreter
3.99.8_3 lang on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.99.8_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-01-09 09:47:14
Commit Hash: c75c944
People watching this port, also watch:: python-doc-html, mscompress, pdflib
Also Listed In: scheme
License: not specified in port
WWW:
http://sam.zoy.org/projects/elk/
Description:
Elk is a Scheme interpreter intended to be used as a general, reusable extension language subsystem for integration into existing and future applications. Elk can also be used as a stand-alone implementation of the Scheme programming language. One purpose of the Elk project is to end the recent proliferation of mutually incompatible Lisp-like extension languages. Instead of inventing and implementing yet another extension language, application programmers can integrate Elk into their application to make it extensible and highly customizable.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (158 items)
Collapse this list.
  1. @ldconfig
  2. bin/elk
  3. bin/scheme-elk
  4. include/elk/compat.h
  5. include/elk/cstring.h
  6. include/elk/exception.h
  7. include/elk/extensions/unix.h
  8. include/elk/extensions/xlib.h
  9. include/elk/extensions/xt.h
  10. include/elk/extern.h
  11. include/elk/funcproto.h
  12. include/elk/gc.h
  13. include/elk/intern.h
  14. include/elk/kernel.h
  15. include/elk/misc.h
  16. include/elk/object.h
  17. include/elk/param.h
  18. include/elk/scheme.h
  19. include/elk/site.h
  20. include/elk/stkmem.h
  21. include/elk/type.h
  22. lib/elk/bitstring.a
  23. lib/elk/bitstring.so
  24. lib/elk/debug.a
  25. lib/elk/debug.so
  26. lib/elk/elk-eval.a
  27. lib/elk/elk-eval.so
  28. lib/elk/gdbm.a
  29. lib/elk/gdbm.so
  30. lib/elk/hack.a
  31. lib/elk/hack.so
  32. lib/elk/motif.a
  33. lib/elk/motif.so
  34. lib/elk/newhandler.a
  35. lib/elk/newhandler.so
  36. lib/elk/record.a
  37. lib/elk/record.so
  38. lib/elk/regexp.a
  39. lib/elk/regexp.so
  40. lib/elk/struct.a
  41. lib/elk/struct.so
  42. lib/elk/unix.a
  43. lib/elk/unix.so
  44. lib/elk/xaw.a
  45. lib/elk/xaw.so
  46. lib/elk/xlib.a
  47. lib/elk/xlib.so
  48. lib/libelk-xlib.a
  49. lib/libelk-xlib.so
  50. lib/libelk-xlib.so.0
  51. lib/libelk-xlib.so.0.0.0
  52. lib/libelk-xt.a
  53. lib/libelk-xt.so
  54. lib/libelk-xt.so.0
  55. lib/libelk-xt.so.0.0.0
  56. lib/libelk.a
  57. lib/libelk.so
  58. lib/libelk.so.0
  59. lib/libelk.so.0.0.0
  60. share/elk/apropos.scm
  61. share/elk/bitstring.scm
  62. share/elk/cscheme.scm
  63. share/elk/debug.scm
  64. share/elk/describe.scm
  65. share/elk/gdbmtest.scm
  66. share/elk/initscheme.scm
  67. share/elk/motif.scm
  68. share/elk/oops.scm
  69. share/elk/parse.scm
  70. share/elk/pp.scm
  71. share/elk/qsort.scm
  72. share/elk/record.scm
  73. share/elk/recordutil.scm
  74. share/elk/regexp.scm
  75. share/elk/safe-env.scm
  76. share/elk/setf.scm
  77. share/elk/slib.scm
  78. share/elk/struct.scm
  79. share/elk/toplevel.scm
  80. share/elk/trace.scm
  81. share/elk/unix.scm
  82. share/elk/xaw.scm
  83. share/elk/xlib.scm
  84. share/elk/xwidgets.scm
  85. share/examples/elk/c++/class.cpp
  86. share/examples/elk/c++/constructor.cpp
  87. share/examples/elk/motif/drawing-area.scm
  88. share/examples/elk/motif/list.scm
  89. share/examples/elk/motif/main-window.scm
  90. share/examples/elk/motif/menu-stuff.scm
  91. share/examples/elk/motif/message-dialog.scm
  92. share/examples/elk/motif/option-menu.scm
  93. share/examples/elk/motif/popup-menu.scm
  94. share/examples/elk/motif/pulldown-menu.scm
  95. share/examples/elk/motif/radio-stuff.scm
  96. share/examples/elk/motif/radio.scm
  97. share/examples/elk/motif/scroll-bar.scm
  98. share/examples/elk/motif/selection-box.scm
  99. share/examples/elk/motif/vcr.scm
  100. share/examples/elk/regexp/match.scm
  101. share/examples/elk/scheme/Y.scm
  102. share/examples/elk/scheme/acker.scm
  103. share/examples/elk/scheme/billiard.scm
  104. share/examples/elk/scheme/cc.scm
  105. share/examples/elk/scheme/cell.scm
  106. share/examples/elk/scheme/co.scm
  107. share/examples/elk/scheme/compile.scm
  108. share/examples/elk/scheme/cps.scm
  109. share/examples/elk/scheme/dynamic.scm
  110. share/examples/elk/scheme/fib.scm
  111. share/examples/elk/scheme/fix.scm
  112. share/examples/elk/scheme/flame.scm
  113. share/examples/elk/scheme/hanoi.scm
  114. share/examples/elk/scheme/kons.scm
  115. share/examples/elk/scheme/meissel.scm
  116. share/examples/elk/scheme/mondo.scm
  117. share/examples/elk/scheme/perm.scm
  118. share/examples/elk/scheme/prim.scm
  119. share/examples/elk/scheme/ramanujan.scm
  120. share/examples/elk/scheme/rungekutta.scm
  121. share/examples/elk/scheme/sqrt.scm
  122. share/examples/elk/scheme/unify.scm
  123. share/examples/elk/scheme/work.scm
  124. share/examples/elk/unix/calc.scm
  125. share/examples/elk/unix/copy.scm
  126. share/examples/elk/unix/lock.scm
  127. share/examples/elk/unix/ls.scm
  128. share/examples/elk/unix/pipsiz.scm
  129. share/examples/elk/unix/timeout.scm
  130. share/examples/elk/xaw/accel.scm
  131. share/examples/elk/xaw/clickcount.scm
  132. share/examples/elk/xaw/dialog.scm
  133. share/examples/elk/xaw/grip.scm
  134. share/examples/elk/xaw/list.scm
  135. share/examples/elk/xaw/paned.scm
  136. share/examples/elk/xaw/panner.scm
  137. share/examples/elk/xaw/popup.scm
  138. share/examples/elk/xaw/porthole.scm
  139. share/examples/elk/xaw/pulldown.scm
  140. share/examples/elk/xaw/scrollbar.scm
  141. share/examples/elk/xaw/scrollbox.scm
  142. share/examples/elk/xaw/stripchart.scm
  143. share/examples/elk/xaw/text.scm
  144. share/examples/elk/xaw/tree.scm
  145. share/examples/elk/xaw/viewport.scm
  146. share/examples/elk/xlib/hello.scm
  147. share/examples/elk/xlib/lines.scm
  148. share/examples/elk/xlib/map-all.scm
  149. share/examples/elk/xlib/picture.scm
  150. share/examples/elk/xlib/poly.scm
  151. share/examples/elk/xlib/properties.scm
  152. share/examples/elk/xlib/track.scm
  153. share/examples/elk/xlib/useful.scm
  154. share/examples/elk/xlib/wm-delete.scm
  155. share/man/man1/elk.1.gz
  156. @owner
  157. @group
  158. @mode
Collapse this list.
Dependency lines:
  • elk>0:lang/elk
To install the port:
cd /usr/ports/lang/elk/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/elk
  • pkg install elk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: elk
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (elk-3.99.8.tar.bz2) = a148320c8d2c2b1277ad3572a9d8a9eb4db0473643caa35f098e28c9da14dc66 SIZE (elk-3.99.8.tar.bz2) = 701206

Packages (timestamps in pop-ups are UTC):
elk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.99.8_33.99.8_33.99.8_23.99.8_33.99.8_3-3.99.8_2-
FreeBSD:13:quarterly3.99.8_23.99.8_23.99.8_23.99.8_23.99.8_23.99.8_23.99.8_23.99.8_2
FreeBSD:14:latest3.99.8_33.99.8_33.99.8_23.99.8_33.99.8_33.99.8_2-3.99.8_2
FreeBSD:14:quarterly3.99.8_23.99.8_2-3.99.8_23.99.8_23.99.8_23.99.8_23.99.8_2
FreeBSD:15:latest3.99.8_33.99.8_3n/a3.99.8_3n/a3.99.8_33.99.8_33.99.8_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ice.pc : x11/libICE
  2. sm.pc : x11/libSM
  3. x11.pc : x11/libX11
  4. xext.pc : x11/libXext
  5. xmu.pc : x11-toolkits/libXmu
  6. xt.pc : x11-toolkits/libXt
  7. xpm.pc : x11/libXpm
Runtime dependencies:
  1. ice.pc : x11/libICE
  2. sm.pc : x11/libSM
  3. x11.pc : x11/libX11
  4. xext.pc : x11/libXext
  5. xmu.pc : x11-toolkits/libXmu
  6. xt.pc : x11-toolkits/libXt
  7. xpm.pc : x11/libXpm
Library dependencies:
  1. libgdbm.so : databases/gdbm
  2. libXaw.so : x11-toolkits/libXaw
  3. libXm.so.4 : x11-toolkits/open-motif
This port is required by:
for Libraries
  1. textproc/unroff

Configuration Options:
===> The following configuration options are available for elk-3.99.8_3: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
lang_elk
USES:
libtool localbase:ldflags motif tar:bzip2 xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://sam.zoy.org/elk/
Collapse this list.

Number of commits found: 54

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.99.8_3
09 Jan 2024 09:47:14
commit hash: c75c944686415d24160b910420b8cec40549ce46commit hash: c75c944686415d24160b910420b8cec40549ce46commit hash: c75c944686415d24160b910420b8cec40549ce46commit hash: c75c944686415d24160b910420b8cec40549ce46 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
3.99.8_2
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
3.99.8_2
24 Jul 2023 12:52:37
commit hash: 0b6102ed18e864ce2a58f332dca096db34f82dcecommit hash: 0b6102ed18e864ce2a58f332dca096db34f82dcecommit hash: 0b6102ed18e864ce2a58f332dca096db34f82dcecommit hash: 0b6102ed18e864ce2a58f332dca096db34f82dce files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/elk: Fix build with llvm16

- Utilize USES=localbase
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.99.8_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.99.8_2
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.99.8_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.99.8_2
01 May 2019 18:39:39
Revision:500604Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on aarch64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
3.99.8_2
11 Nov 2018 15:38:51
Revision:484696Original commit files touched by this commit
danfe search for other commits by this committer
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
3.99.8_1
10 Sep 2018 13:15:48
Revision:479407Original commit files touched by this commit
mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
3.99.8_1
10 Nov 2016 01:21:43
Revision:425823Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
3.99.8_1
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
3.99.8_1
17 Dec 2014 14:46:22
Revision:374852Original commit files touched by this commit
bapt search for other commits by this committer
Fix packaging as a user
Strip binaries
3.99.8_1
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.99.8_1
02 Jul 2014 22:18:21
Revision:360299Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
3.99.8
26 Feb 2014 09:45:30
Revision:346178Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
3.99.8
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
3.99.8
10 Jul 2013 07:00:44
Revision:322622Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
3.99.8
24 Nov 2011 16:10:19
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.99.8
- Respect NOPORTDOCS/EXAMPLES

PR:             162731
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:   yes
3.99.7_4
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
3.99.7_4
12 Sep 2011 13:46:59
Original commit files touched by this commit
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
3.99.7_3
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
3.99.7_3
02 May 2011 12:44:53
Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
3.99.7_2
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
3.99.7_2
19 Nov 2009 22:07:43
Original commit files touched by this commit
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
3.99.7_2
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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
3.99.7_2
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
3.99.7_2
06 Jun 2008 13:41:15
Original commit files touched by this commit
edwin search for other commits by this committer
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)
3.99.7_1
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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)
3.99.7_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
3.99.7
15 Aug 2006 00:29:13
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
3.99.7
30 Jul 2006 20:59:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix file permissions
- Use DATADIR macro

PR:             ports/100966
Submitted by:   Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:    krion (mentor)
3.99.7
17 Jun 2006 09:36:30
Original commit files touched by this commit
erwin search for other commits by this committer
Update to 3.99.7

PR:             99045
Submitted by:   Ports fury
3.99.6_3
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
3.99.6_2
25 Nov 2005 00:33:45
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
3.99.6_2
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
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.
3.99.6_2
02 Jun 2005 20:28:41
Original commit files touched by this commit
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
3.99.6_2
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
3.99.6_2
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
3.99.6_2
08 Feb 2005 19:07:04
Original commit files touched by this commit
sem search for other commits by this committer
- Try to unbreak on amd64: turn off gcc optimization

PR:             ports/77027
Submitted by:   Johan van Selst <johans(at)stack.nl>
3.99.6_2
31 Jan 2005 10:26:35
Original commit files touched by this commit
krion search for other commits by this committer
BROKEN on amd64: Does not build
3.99.6_2
17 Mar 2004 18:29:46
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
3.99.6_2
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
3.99.6_2
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
3.99.6_1
30 Jan 2004 23:39:01
Original commit files touched by this commit
krion search for other commits by this committer
- Fix plist and bump PORTREVISION

Noticed by:     bento via kris
3.99.6
07 Dec 2003 16:15:12
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 3.99.6

PR:             60012
Submitted by:   Ports Fury
3.99.5
17 Nov 2003 12:29:10
Original commit files touched by this commit
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
3.99.5
29 Sep 2003 15:19:01
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 3.99.5

PR:             57358
Submitted by:   Ports Fury
3.99.4
24 Sep 2003 15:03:40
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 3.99.4

PR:             57094
Submitted by:   Ports Fury
3.0.3
28 Aug 2003 00:09:58
Original commit files touched by this commit
edwin search for other commits by this committer
Use the new virtual category 'scheme'

        - Add the virtual category 'scheme' to the orphan ports
        - Fix the chicken's csc script
        - Minor portlint cleanups

PR:             ports/55265
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
3.0.3
07 Aug 2003 17:26:46
Original commit files touched by this commit
oliver search for other commits by this committer
fix build on CURRENT
 - s|varargs.h|stdarg.h|
 - s|void va_start(va_list ap);|void va_start(va_list ap, last);|g
3.0.3
20 Feb 2003 18:38:02
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
3.0.3
21 Oct 2002 19:54:41
Original commit files touched by this commit
wollman search for other commits by this committer
Use strerror_r() rather than trying to hack our own.  This avoids
dealing with the nonstandardized types of sys_nerr and sys_errlst[]
and works for both -current and recent (>=4.5) values of -stable.
The previous implementation knew too much about sys_nerr for its own
good.
08 Oct 2000 04:17:26
commit hash: fp1.4779@dev.null.freshports.orgcommit hash: fp1.4779@dev.null.freshports.orgcommit hash: fp1.4779@dev.null.freshports.orgcommit hash: fp1.4779@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  

Number of commits found: 54