aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pike76
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1
| | | | | | | | | | | | | | 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
* Remove the MESA option that brings in the expired gtkglarea, anyway this optionbapt2013-02-061-13/+2
| | | | wasn't in OPTIONS_DEFINE so no change here for users
* Update PCRE to 8.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Convert to new options frameworkjohans2012-06-291-55/+55
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* - Chase unixODBC shlib bumpmiwi2012-02-061-2/+2
|
* Chase pdflib.so version and bump PORTREVISION accordingly.ale2012-01-101-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-0/+11
| | | | | | | | | | | - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - 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
* - Track dependencies after databases/gdbm updategabor2011-09-131-2/+2
|
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-1/+1
|
* - Mark BROKEN on amd64/7pav2011-04-121-0/+4
| | | | Reported by: pointyhat
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1
|
* Add a patch to fix the build error with pike's nettle module (again)johans2011-03-133-6/+26
| | | | Reported by: pointyhat via pav
* - Remove broken workaround when security/nettle is installedjohans2011-03-082-3/+2
| | | | | | | and register it as CONFLICTS_BUILD instead - Remove md5 checksum while we're here Reported by: pointyhat via pav
* Correct /usr/local/include -> ${LOCALBASE}/includejohans2011-01-121-1/+1
| | | | Feature safe: yes
* Set CPPFLAGS and pass it to configure explicitly.johans2011-01-121-1/+2
| | | | | | | | | 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
* - Update ffmpeg to 0.6mm2010-07-251-1/+1
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Switch to use newer GMP version.ale2010-04-191-2/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* Update my email address to the @FreeBSD.org versionjohans2010-02-261-1/+1
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - Convert to dynamic plist.johans2009-11-202-431/+11
| | | | | | | | | | 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.
* Fix build error on -CURRENT (result of a parsing fix in /bin/sh)johans2009-10-311-2/+2
| | | | Submitted by: jilles
* - Remove dependency on security/nettle in preparation of nettle upgradejohans2009-10-091-4/+4
| | | | | (now using nettle code included in the pike distribution) - Claim maintainership
* - Register CONFLICTS for lang/pike* ports (binaries + manuals in same place)johans2009-08-091-0/+2
| | | | | PR: ports/137568 Submitted by: Piotr Smyrak
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Chase libgmp and bump PORTREVISION.ale2009-05-131-2/+2
|
* - Reset maintainer at his requestamdmi32008-09-231-1/+1
| | | | | PR: 127234 Submitted by: Xavier Beaudouin <kiwi at oav dot net> (maintainer)
* - Now compiles on amd64/7pav2008-06-191-4/+0
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* Move the definition of USE_PERL5 before bsd.port.pre.mk inclusion. Thislinimon2007-10-071-5/+5
| | | | | | is necessary to allow conditional inclusion of bsd.perl.mk. Hat: portmgr
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-6/+2
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-5/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Broken Does not compile on FreeBSD >= 7.0 amd64miwi2007-06-111-0/+4
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* - Update to 7.6.112miwi2007-05-022-4/+4
| | | | | PR: 112273 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 7.6.108miwi2007-04-182-9/+13
| | | | | | | | | - 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)
* - Update to 7.6.104miwi2007-03-132-4/+4
| | | | | PR: 110187 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5rafan2007-03-031-1/+1
| | | | - Bump PORTREVISION where necessary
* - Update to 7.6.102miwi2007-02-013-9/+4
| | | | | PR: 108554 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 7.6.94vanilla2006-11-163-6/+5
| | | | | PR: ports/105546 Submitted by: maintainer
* Chase pdf library and bump PORTREVISION.ale2006-10-091-2/+2
|
* Chase gmp library and bump PORTREVISION.ale2006-05-101-1/+2
|
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
|
* 1: Upgrade to 7.6.64.vanilla2006-01-087-215/+5
| | | | | | | 2: use ONLY_FOR_ARCHS, and it's compileable on my amd64 box. PR: ports/91452 Submitted by: maintainer
* security/nettle is out of date : port version is 1.7, available is 1.13edwin2005-11-241-2/+2
| | | | | | | | | | 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>
* Backport devel patch to fix underflow in in modify_shared_string()mnag2005-11-182-0/+29
| | | | | | | Bump PORTREVISION PR: 89225 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 7.6.50pav2005-11-175-5/+177
| | | | | PR: ports/89127 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Update to 7.6.48pav2005-11-044-24/+23
| | | | | PR: ports/88378 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Fix typo (expiremental -> experimental)pav2005-07-141-1/+1
|
* - Disable poll support, it's buggypav2005-05-251-1/+2
| | | | | PR: ports/81434 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* BROKEN on !i386: Does not compilekris2005-03-271-2/+2
| | | | Approved by: portmgr (self)
* Split the postgresql ports into a server and a client part.girgen2005-01-311-1/+1
| | | | | | | | 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)
* bump librsvg's version for fix dependcy.vanilla2005-01-091-1/+1
| | | | | PR: ports/75877 Submitted by: maintainer
* - Chase pdflib updatepav2004-12-181-1/+1
| | | | | | | | 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
* Chase library version bump on multimedia/ffmpeglioux2004-12-061-1/+1
|
* - Update to 7.6.24pav2004-11-032-4/+4
| | | | | PR: ports/73406 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Upgrade to 7.6.13.vanilla2004-08-202-3/+3
| | | | | PR: ports/70658 Submitted by: maintainer
* Also broken on amd64kris2004-06-151-2/+2
|
* Add missing filekris2004-05-311-0/+1
|
* - Add more MASTER_SITESkrion2004-05-211-1/+3
| | | | | PR: ports/66959 Submitted by: maintainer
* Upgrade to 7.6.9.vanilla2004-05-202-4/+4
| | | | | PR: ports/66776 Submitted by: maintainer
* BROKEN on sparc64: Build failskris2004-05-131-0/+4
|
* - Update to 7.6.6 Releasevanilla2004-05-073-5/+4
| | | | | PR: ports/66330 Submitted by: maintainer
* Upgrade to 7.6.3.vanilla2004-05-064-91/+21
| | | | | PR: ports/66200 Submitted by: maintainer
* BROKEN on !i386: Does not build (errors running pike binary during build)kris2004-03-291-0/+4
|
* - Update to 7.5.21vanilla2004-03-176-110/+14
| | | | | | | - Fix threads support that was broken PR: ports/64344 Submitted by: maintainer
* Should append variable to LDFLAGS, no assign it.vanilla2004-02-261-1/+1
| | | | Submitted by: maintainer
* - Added mird supportvanilla2004-02-252-3/+5
| | | | | | | | - Fixed detection of libs that was b0rken - Fixed patch for PTHREAD_LIBS and PTHREADS_CFLAGS PR: ports/63187 Submitted by: maintainer
* Add pike75 7.5.17, a dynamic programming language with a syntax similarvanilla2004-02-218-0/+880
to C++. PR: ports/62436 Submitted by: kiwi@oav.net