aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.10Martin Matuska2010-08-052-4/+4
| | | | | | | | PR: ports/148838 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258830
* - Update to 8.02Martin Matuska2010-04-212-4/+4
| | | | | | | | | | PR: ports/144891 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer (timeout 1 month) Tested by: myself (tinderbox run on all ports using libpcre) Notes: svn path=/head/; revision=252994
* Update to 8.00Kirill Ponomarev2009-10-213-4/+5
| | | | | | | | PR: ports/139785 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=243184
* Update to 7.9Kirill Ponomarev2009-04-122-5/+11
| | | | Notes: svn path=/head/; revision=232204
* Update to 7.8Kirill Ponomarev2008-10-044-33/+6
| | | | | | | | PR: ports/127135 Submitted by: chinsan@FreeBSD.org Notes: svn path=/head/; revision=221191
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Fix a heap overflow condition when compiling certain regularKirill Ponomarev2008-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> Notes: svn path=/head/; revision=218466
* Update to 7.7Kirill Ponomarev2008-05-142-4/+4
| | | | | | | | PR: ports/123585 Submitted by: leeym Notes: svn path=/head/; revision=213013
* Update to 7.6Kirill Ponomarev2008-02-022-4/+4
| | | | | | | | PR: ports/120098 Submitted by: leeym Notes: svn path=/head/; revision=206651
* Update to 7.4Kirill Ponomarev2007-10-102-5/+6
| | | | Notes: svn path=/head/; revision=201254
* Update to 7.3Kirill Ponomarev2007-09-052-4/+4
| | | | Notes: svn path=/head/; revision=198810
* Respect NOPORTDOCSKirill Ponomarev2007-08-271-5/+6
| | | | | | | | PR: ports/115847 Submitted by: rafan Notes: svn path=/head/; revision=198404
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Update to 7.2Kirill Ponomarev2007-07-182-4/+4
| | | | Notes: svn path=/head/; revision=195869
* Fix leftovers.Kirill Ponomarev2007-05-281-1/+1
| | | | | | | Submitted by: mnag Notes: svn path=/head/; revision=192185
* Update to 7.1Kirill Ponomarev2007-05-283-18/+13
| | | | Notes: svn path=/head/; revision=192173
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-111-10/+3
| | | | | | | | | default. Bump PORTREVISION on all dependent ports. Notes: svn path=/head/; revision=187153
* Update to 7.0Kirill Ponomarev2006-12-275-21/+15
| | | | Notes: svn path=/head/; revision=180841
* Utilize USE_LDCONFIG.Kirill Ponomarev2006-11-041-1/+1
| | | | Notes: svn path=/head/; revision=176340
* Honour pkgname in devel/pcre while building with "WITH_UTF=yes"Kirill Ponomarev2006-11-041-0/+2
| | | | | | | | PR: ports/105116 Submitted by: girgen Notes: svn path=/head/; revision=176338
* Fix build on 4.xKirill Ponomarev2006-07-071-0/+12
| | | | | | | Submitted by: andrew clarke <mail@ozzmosis.com> Notes: svn path=/head/; revision=167128
* Update to version 6.7Kirill Ponomarev2006-07-072-7/+7
| | | | Notes: svn path=/head/; revision=167121
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 6.6Kirill Ponomarev2006-02-062-4/+4
| | | | Notes: svn path=/head/; revision=155354
* Update to 6.5Kirill Ponomarev2006-02-033-7/+9
| | | | Notes: svn path=/head/; revision=155128
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Add CONFLICTS.Kirill Ponomarev2005-10-161-0/+2
| | | | | | | | PR: ports/87526 ports/87527 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=145576
* Update to 6.4Kirill Ponomarev2005-09-122-3/+3
| | | | Notes: svn path=/head/; revision=142527
* Update to 6.3Kirill Ponomarev2005-08-283-18/+3
| | | | Notes: svn path=/head/; revision=141096
* Update to 6.2Kirill Ponomarev2005-08-013-22/+3
| | | | Notes: svn path=/head/; revision=140665
* Update master home page to http://www.pcre.org/.Sergey A. Osokin2005-07-281-1/+1
| | | | | | | Approved by: krion (maintainer) Notes: svn path=/head/; revision=140309
* Update to 6.1.Sergey A. Osokin2005-07-276-18/+59
| | | | | | | | | CXX patches flamed by: #bsd-unix Approved by: krion (maintainer) Special thanks to: fjoe@, vsevolod@, Umka Notes: svn path=/head/; revision=140237
* Add WITH_LINK_SIZE knob which allows to adjust pcre internal dataKirill Ponomarev2005-06-121-6/+7
| | | | | | | | | | structures for compilation of jumbo-sized patterns. PR: ports/74369 Submitted by: David Landgren <david (at) landgren dot net> Notes: svn path=/head/; revision=137307
* Take maintainership, maintainer is MIA for too long.Kirill Ponomarev2005-06-071-1/+1
| | | | Notes: svn path=/head/; revision=137018
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - update to 5.0Oliver Eikemeier2004-10-125-30/+24
| | | | Notes: svn path=/head/; revision=118711
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-2/+1
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* SIZEifyOliver Eikemeier2004-03-181-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=104342
* - update to version 4.5Oliver Eikemeier2004-01-194-65/+16
| | | | | | | | | | - use PORTDOCS - set homepage to freshmeat (under control of the author) Approved by: marcus (mentor) Notes: svn path=/head/; revision=98603
* switch my ports to my FreeBSD addressOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93923
* - add some unofficial mirror sites to make pcre fetchableErwin Lansing2003-10-151-3/+4
| | | | | | | | PR: 58039 Submitted by: maintainer Notes: svn path=/head/; revision=91284
* Seems the uk site went down and sf is still at 4.3, so I'llErwin Lansing2003-09-251-0/+1
| | | | | | | serve the distfile myself for now. Notes: svn path=/head/; revision=89384
* - update to 4.4Erwin Lansing2003-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 Notes: svn path=/head/; revision=89319
* PR: 53741Foxfair Hu2003-07-104-33/+87
| | | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Reviewed by: maintainer Upgrade devel/pcre to 4.3 Notes: svn path=/head/; revision=84550
* replace ENABLE_UTF8 with WITH_UTF8Yen-Ming Lee2003-02-211-1/+1
| | | | | | | | PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=76062
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032