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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
pike76 Dynamic programming language with a syntax similar to C++
7.6.132_1 lang Deleted 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 7.6.132_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Outdated: Users should switch to lang/pike78
Expired This port expired on: 2014-07-01
Maintainer: johans@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-05-05 21:55:14
Last Update: 2014-07-01 06:33:38
SVN Revision: 359962
People watching this port, also watch:: lynx-current, ocaml-lwt, osslsigncode, dspam
License: not specified in port
WWW:
http://pike.ida.liu.se/
Description:
Pike is an interpreted, object-oriented programming language. It looks a bit like C and C++, but it is much easier to learn and use. It can be used for small scripts as well as for large programs. Pike is : - High-level and powerful, which means that even very complex things are easy to do. - Object-oriented, which means that you can use modern programming techniques to divide a large program into small pieces, which are much easier to write than it would be to write the entire program at once. - Interpreted, which means that you don't have to wait for a program to compile and link when you want to run it. - One of the fastest "scripting" languages available. - Garbage-collected, which makes programming much simpler, and removes the risk for memory leaks and other memory-related bugs. - Easy to extend, which means that you can create plug-ins, written in Pike as well as in C or C++, and integrate them with the rest of Pike. WWW: http://pike.ida.liu.se/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • pike76>0:lang/pike76
No installation instructions:
This port has been deleted.
PKGNAME: pike76
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. gmake : devel/gmake
  3. perl5.16.3 : lang/perl5.16
Runtime dependencies:
  1. perl5.16.3 : lang/perl5.16
Library dependencies:
  1. libjpeg.so : graphics/jpeg
  2. libtiff.so : graphics/tiff
  3. libgdbm.so : databases/gdbm
  4. libpcre.so : devel/pcre
  5. libgmp.so : math/gmp
  6. libintl.so : devel/gettext
  7. libttf.so : print/freetype
  8. libfreetype.so : print/freetype2
  9. libmysqlclient.so.18 : databases/mysql55-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pike76-7.6.132_1: FFMPEG=off: Add FFmpeg support FFTW=off: Add libFFTW support FREETYPE=on: Add FreeType 2 support MYSQL=on: MySQL database support ODBC=off: Add ODBC support OPT_CFLAGS=on: Enable additional compiliation optimizations PDF=off: Add PDF support PGSQL=off: PostgreSQL database support SANE=off: Add SANE support SVG2=off: Add SVG2 support TDS=off: Add FreeTDS (Sybase and MSSQL) support TTF=on: Add FreeType 1 support ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (7 items)
Collapse this list.
  1. ftp://ftp.caudium.net/pike/official_releases/7.6.132/
  2. ftp://ftp.oav.net/pike/7.6/
  3. ftp://pike.ida.liu.se/pub/pike/all/7.6.132/
  4. ftp://pike.ida.liu.se/pub/pike/beta/7.6.132/
  5. http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  6. http://pike.ida.liu.se/pub/pike/all/7.6.132/
  7. http://pike.ida.liu.se/pub/pike/beta/7.6.132/
Collapse this list.

Number of commits found: 76

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.6.132_1
01 Jul 2014 06:33:38
Revision:359962Original commit files touched by this commit
rene search for other commits by this committer
Remove outdated ports:
2014-07-01 security/sudosh3: Funcition replaced by sudo -s
2014-07-01 security/sudosh: Funcition replaced by sudo -s
2014-07-01 security/sudosh2: Funcition replaced by sudo -s
2014-07-01 lang/pike76: Outdated: Users should switch to lang/pike78
2014-07-01 editors/gummi: Builds fine but the program itself is unusable
7.6.132_1
20 May 2014 18:11:35
Revision:354663Original commit files touched by this commit
johans search for other commits by this committer
Deprecate Pike 7.6 in favour of Pike 7.8
Don't bother with staging

Approved by:	portmgr (implicit)
7.6.132_1
05 May 2014 16:24:01
Revision:353029Original commit files touched by this commit
bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
7.6.132_1
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.6.132
28 Dec 2013 09:51:44
Revision:337844Original commit files touched by this commit
johans search for other commits by this committer
update
7.6.112_18
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)
7.6.112_18
17 Sep 2013 06:44:10
Revision:327453Original commit files touched by this commit
bapt search for other commits by this committer
Fix typo
17 Sep 2013 06:40:21
Revision:327452Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
7.6.112_18
26 Apr 2013 10:44:29
Revision:316596Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
7.6.112_18
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
7.6.112_18
06 Feb 2013 07:34:44
Revision:311746Original commit files touched by this commit
bapt search for other commits by this committer
Remove the MESA option that brings in the expired gtkglarea, anyway this option
wasn't in OPTIONS_DEFINE so no change here for users
10 Dec 2012 19:11:12
Revision:308630Original commit files touched by this commit Sanity Test Failure Refresh
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
7.6.112_17
28 Jun 2012 16:12:22
Original commit files touched by this commit
johans search for other commits by this committer
Convert to new options framework
7.6.112_16
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
7.6.112_15
14 Feb 2012 12:45:35
Original commit files touched by this commit
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
7.6.112_14
06 Feb 2012 12:25:50
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase unixODBC shlib bump
7.6.112_13
10 Jan 2012 11:41:37
Original commit files touched by this commit
ale search for other commits by this committer
Chase pdflib.so version and bump PORTREVISION accordingly.
7.6.112_13
23 Sep 2011 22:53:49
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

(this commit adds forgotten patch for lang/pike76 to build with LDFLAGS in
environement)

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
7.6.112_13
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
7.6.112_13
12 Sep 2011 23:17:33
Original commit files touched by this commit
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
7.6.112_12
24 Jun 2011 22:39:03
Original commit files touched by this commit
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
7.6.112_11
11 Apr 2011 20:09:30
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN on amd64/7

Reported by:    pointyhat
7.6.112_11
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
7.6.112_10
12 Mar 2011 22:13:38
Original commit files touched by this commit
johans search for other commits by this committer
Add a patch to fix the build error with pike's nettle module (again)

Reported by:    pointyhat via pav
7.6.112_10
07 Mar 2011 23:19:36
Original commit files touched by this commit
johans search for other commits by this committer
- Remove broken workaround when security/nettle is installed
  and register it as CONFLICTS_BUILD instead
- Remove md5 checksum while we're here

Reported by:            pointyhat via pav
7.6.112_10
12 Jan 2011 07:45:33
Original commit files touched by this commit
johans search for other commits by this committer
Correct /usr/local/include -> ${LOCALBASE}/include

Feature safe:   yes
7.6.112_10
12 Jan 2011 07:40:22
Original commit files touched by this commit
johans search for other commits by this committer
Set CPPFLAGS and pass it to configure explicitly.
This should be a no-op and result in the same package.
It avoids the port build breaking when ports/153625 gets committed.

PR:             ports/153625
Submitted by:   gerald
Feature safe:   yes
7.6.112_10
24 Jul 2010 16:38:20
Original commit files touched by this commit
mm search for other commits by this committer
- Update ffmpeg to 0.6
7.6.112_9
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
7.6.112_8
19 Apr 2010 10:43:43
Original commit files touched by this commit
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
7.6.112_7
26 Feb 2010 07:37:26
Original commit files touched by this commit
johans search for other commits by this committer
Update my email address to the @FreeBSD.org version

Feature safe:   yes
7.6.112_7
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
7.6.112_6
20 Nov 2009 08:20:44
Original commit files touched by this commit
johans search for other commits by this committer
- Convert to dynamic plist.
  The old package list was very incomplete, resulting in a useless package
  lacking many of the files that would have been installed.
  It would be impossible to even start 'pike' from a package install.
  The plist would also be incorrect if any OPTIONS were selected.
  The only reason Pointyhat and others didn't complain loudly was
  because of some strategically placed '@unexec rm -rf's.
- Bump PORTREVISION.
7.6.112_5
31 Oct 2009 13:14:48
Original commit files touched by this commit
johans search for other commits by this committer
Fix build error on -CURRENT (result of a parsing fix in /bin/sh)

Submitted by:   jilles
7.6.112_5
09 Oct 2009 13:24:30
Original commit files touched by this commit
johans search for other commits by this committer
- Remove dependency on security/nettle in preparation of nettle upgrade
  (now using nettle code included in the pike distribution)
- Claim maintainership
7.6.112_4
09 Aug 2009 11:34:52
Original commit files touched by this commit
johans search for other commits by this committer
- Register CONFLICTS for lang/pike* ports (binaries + manuals in same place)

PR:             ports/137568
Submitted by:   Piotr Smyrak
7.6.112_4
18 Jul 2009 11:11:29
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
7.6.112_3
13 May 2009 09:46:02
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
7.6.112_2
23 Sep 2008 09:02:25
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Reset maintainer at his request

PR:             127234
Submitted by:   Xavier Beaudouin <kiwi at oav dot net> (maintainer)
7.6.112_2
18 Jun 2008 20:41:50
Original commit files touched by this commit
pav search for other commits by this committer
- Now compiles on amd64/7
7.6.112_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)
7.6.112_1
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
7.6.112
07 Oct 2007 05:43:16
Original commit files touched by this commit
linimon search for other commits by this committer
Move the definition of USE_PERL5 before bsd.port.pre.mk inclusion.  This
is necessary to allow conditional inclusion of bsd.perl.mk.

Hat:            portmgr
7.6.112
04 Oct 2007 01:25:18
Original commit files touched by this commit Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
7.6.112
08 Sep 2007 01:00:17
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
7.6.112
11 Jun 2007 05:45:56
Original commit files touched by this commit
miwi search for other commits by this committer
- Broken Does not compile on FreeBSD >= 7.0 amd64

Submitted by:   pointyhat via kris
Approved by:    maintainer
7.6.112
01 May 2007 23:18:00
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 7.6.112

PR:             112273
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.108
17 Apr 2007 18:51:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 7.6.108
- Make the dependcy to libfftw optional since math/fftw needs gcc 4.1.2-xxx
  to be compiled users may not afford this long compilation time
- Update MASTER_SITES

PR:             111746
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.104
13 Mar 2007 08:10:16
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 7.6.104

PR:             110187
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.102
03 Mar 2007 14:21:56
Original commit files touched by this commit
rafan search for other commits by this committer
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
7.6.102
31 Jan 2007 16:11:42
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 7.6.102

PR:             108554
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.94
16 Nov 2006 03:15:52
Original commit files touched by this commit
vanilla search for other commits by this committer
- Update to 7.6.94

PR:             ports/105546
Submitted by:   maintainer
7.6.64_2
09 Oct 2006 08:18:35
Original commit files touched by this commit
ale search for other commits by this committer
Chase pdf library and bump PORTREVISION.
7.6.64_1
10 May 2006 14:46:48
Original commit files touched by this commit
ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
7.6.64
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
7.6.64
08 Jan 2006 02:52:06
Original commit files touched by this commit
vanilla search for other commits by this committer
1: Upgrade to 7.6.64.
2: use ONLY_FOR_ARCHS, and it's compileable on my amd64 box.

PR:             ports/91452
Submitted by:   maintainer
7.6.50_2
24 Nov 2005 11:25:04
Original commit files touched by this commit
edwin search for other commits by this committer
security/nettle is out of date : port version is 1.7, available is 1.13

        Nettle port is out of date. Nettle website has 1.13 for ages.
        Nettle port needs to be updated for software fixes purposes.

Bumped portversion of lang/pike76

PR:             ports/87655
Submitted by:   Xavier beaudouin <kiwi@oav.net>
7.6.50_1
18 Nov 2005 15:20:34
Original commit files touched by this commit
mnag search for other commits by this committer
Backport devel patch to fix underflow in in modify_shared_string()
Bump PORTREVISION

PR:             89225
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.50
17 Nov 2005 12:58:03
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 7.6.50

PR:             ports/89127
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.48
03 Nov 2005 21:02:24
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 7.6.48

PR:             ports/88378
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.24
14 Jul 2005 15:29:43
Original commit files touched by this commit
pav search for other commits by this committer
- Fix typo (expiremental -> experimental)
7.6.24
24 May 2005 22:54:23
Original commit files touched by this commit
pav search for other commits by this committer
- Disable poll support, it's buggy

PR:             ports/81434
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.24
26 Mar 2005 22:24:06
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on !i386: Does not compile

Approved by:    portmgr (self)
7.6.24
31 Jan 2005 00:35:56
Original commit files touched by this commit
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
7.6.24
09 Jan 2005 05:05:05
Original commit files touched by this commit
vanilla search for other commits by this committer
bump librsvg's version for fix dependcy.

PR:             ports/75877
Submitted by:   maintainer
7.6.24
18 Dec 2004 15:34:20
Original commit files touched by this commit
pav search for other commits by this committer
- Chase pdflib update

  These ports were broken for 5, resp. 14 months. Ouch.

PR:             ports/75187 (pike76)
Submitted by:   Xavier Beaudouin <kiwi@oav.net>
Pointy hats:    ale, edwin
7.6.24
05 Dec 2004 18:50:50
Original commit files touched by this commit
lioux search for other commits by this committer
Chase library version bump on multimedia/ffmpeg
7.6.24
02 Nov 2004 19:47:04
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 7.6.24

PR:             ports/73406
Submitted by:   Xavier Beaudouin <kiwi@oav.net> (maintainer)
7.6.13
19 Aug 2004 17:41:10
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 7.6.13.

PR:             ports/70658
Submitted by:   maintainer
7.6.9
15 Jun 2004 11:40:01
Original commit files touched by this commit
kris search for other commits by this committer
Also broken on amd64
7.6.9
31 May 2004 08:28:00
Original commit files touched by this commit
kris search for other commits by this committer
Add missing file
7.6.9
21 May 2004 06:37:36
Original commit files touched by this commit
krion search for other commits by this committer
- Add more MASTER_SITES

PR:             ports/66959
Submitted by:   maintainer
7.6.9
20 May 2004 10:26:22
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 7.6.9.

PR:             ports/66776
Submitted by:   maintainer
7.6.6
13 May 2004 09:11:42
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on sparc64: Build fails
7.6.6
07 May 2004 01:12:26
Original commit files touched by this commit
vanilla search for other commits by this committer
- Update to 7.6.6 Release

PR:             ports/66330
Submitted by:   maintainer
7.6.3
05 May 2004 21:54:07
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 7.6.3.

PR:             ports/66200
Submitted by:   maintainer

Number of commits found: 76