aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcre
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7.9krion2009-04-122-5/+11
|
* Update to 7.8krion2008-10-044-33/+6
| | | | | PR: ports/127135 Submitted by: chinsan@FreeBSD.org
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Fix a heap overflow condition when compiling certain regularkrion2008-08-122-0/+15
| | | | | | | | expressions involving in-pattern options and branches, potentially leading to arbitrary code execution. PR: ports/126471 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Update to 7.7krion2008-05-142-4/+4
| | | | | PR: ports/123585 Submitted by: leeym
* Update to 7.6krion2008-02-032-4/+4
| | | | | PR: ports/120098 Submitted by: leeym
* Update to 7.4krion2007-10-102-5/+6
|
* Update to 7.3krion2007-09-052-4/+4
|
* Respect NOPORTDOCSkrion2007-08-281-5/+6
| | | | | PR: ports/115847 Submitted by: rafan
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-4/+4
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | 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
* Update to 7.2krion2007-07-192-4/+4
|
* Fix leftovers.krion2007-05-281-1/+1
| | | | Submitted by: mnag
* Update to 7.1krion2007-05-283-18/+13
|
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre bykrion2007-03-121-10/+3
| | | | | | default. Bump PORTREVISION on all dependent ports.
* Update to 7.0krion2006-12-275-21/+15
|
* Utilize USE_LDCONFIG.krion2006-11-041-1/+1
|
* Honour pkgname in devel/pcre while building with "WITH_UTF=yes"krion2006-11-041-0/+2
| | | | | PR: ports/105116 Submitted by: girgen
* Fix build on 4.xkrion2006-07-071-0/+12
| | | | Submitted by: andrew clarke <mail@ozzmosis.com>
* Update to version 6.7krion2006-07-072-7/+7
|
* Conversion to a single libtool environment.ade2006-02-232-1/+5
| | | | Approved by: portmgr (kris)
* Update to 6.6krion2006-02-072-4/+4
|
* Update to 6.5krion2006-02-033-7/+9
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Add CONFLICTS.krion2005-10-171-0/+2
| | | | | PR: ports/87526 ports/87527 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
* Update to 6.4krion2005-09-122-3/+3
|
* Update to 6.3krion2005-08-283-18/+3
|
* Update to 6.2krion2005-08-013-22/+3
|
* Update master home page to http://www.pcre.org/.osa2005-07-281-1/+1
| | | | Approved by: krion (maintainer)
* Update to 6.1.osa2005-07-276-18/+59
| | | | | | CXX patches flamed by: #bsd-unix Approved by: krion (maintainer) Special thanks to: fjoe@, vsevolod@, Umka
* Add WITH_LINK_SIZE knob which allows to adjust pcre internal datakrion2005-06-121-6/+7
| | | | | | | structures for compilation of jumbo-sized patterns. PR: ports/74369 Submitted by: David Landgren <david (at) landgren dot net>
* Take maintainership, maintainer is MIA for too long.krion2005-06-081-1/+1
|
* - libdata/pkgconfig is now included in mtreepav2005-05-171-1/+0
| | | | Approved by: marcus (portmgr hat)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - update to 5.0eik2004-10-125-30/+24
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-2/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* SIZEifyeik2004-03-181-0/+1
| | | | Prompted by: trevor
* - update to version 4.5eik2004-01-204-65/+16
| | | | | | | - use PORTDOCS - set homepage to freshmeat (under control of the author) Approved by: marcus (mentor)
* switch my ports to my FreeBSD addresseik2003-11-141-1/+1
| | | | Approved by: marcus (mentor)
* - add some unofficial mirror sites to make pcre fetchableerwin2003-10-151-3/+4
| | | | | PR: 58039 Submitted by: maintainer
* Seems the uk site went down and sf is still at 4.3, so I'llerwin2003-09-261-0/+1
| | | | serve the distfile myself for now.
* - update to 4.4erwin2003-09-252-4/+15
| | | | | | | | | - use libtool from ports - assign maintainership to submitter PR: 56966 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: maintainer
* PR: 53741foxfair2003-07-104-33/+87
| | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Reviewed by: maintainer Upgrade devel/pcre to 4.3
* replace ENABLE_UTF8 with WITH_UTF8leeym2003-02-221-1/+1
| | | | | PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* add an option to use the UTF-8 code in pcreleeym2003-02-211-0/+4
| | | | | PR: 48496 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* - Update pcre to 3.9knu2002-09-202-3/+7
| | | | | | | | | | - Temporarily disable USE_BZIP2 due to corrupted distfile on SourceForge mirrors PR: ports/42067 Submitted by: Sergei Kolobov <sergei@kolobov.com> (no response from MAINTAINER)
* Update to 3.7dwcjr2001-11-245-81/+35
| | | | | PR: 32103 Submitted by: maintainer
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netroam2001-06-071-1/+1
| | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
* The distfile has moved (and switched to a .tar.gz).mharo2001-05-033-3/+5
| | | | | | | Also add a pointer to the homepage. PR: 27053 Submitted by: maintainer
* Upgrade to 3.4.kuriyama2001-01-244-31/+57
| | | | | | PR: ports/24430 Submitted by: yds@dppl.com No response from: maintainer
* @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrepjeh2000-10-261-0/+5
| | | | | | | | in the pre-install target otherwise we get a broken pgrep shell script installed instead of the binary we really want. PR: 21508 Submitted by: MAINTAINER
* Add two .la files.asami2000-06-031-0/+2
| | | | Submitted by: bento
* PORTNAME/PORTVERSION updatemharo2000-04-121-5/+5
|
* forgot this filemharo2000-03-241-0/+44
|
* This updates the pcre port to v3.1. This includes shared libsmharo2000-03-243-20/+11
| | | | | | | | | using that bane of every porters life, libtool. Unfortunately, the libtool support in this library is decidely non-standard, so it still installs .la files. They aren't in the PLIST though. PR: 17294 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* Update to version 2.08.steve1999-09-284-7/+9
| | | | | | PR: 13708, 14000 Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>, Mike Fisher <mfisher@parsons.rh.rit.edu>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to 2.05mharo1999-05-172-4/+6
| | | | | PR: 11730 Submitted by: Ollivier Robert roberto@keltia.freenix.fr
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-3/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Initial import of pcre version 1.09.steve1998-07-135-0/+47
A Perl Compatible Regular Expressions library. PR: 7216 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>