notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/pcre/Makefile
SVNWeb

Number of commits found: 136 (showing only 100 on this page)

1 | 2  »  

Sun, 30 Oct 2022
[ 22:56 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:56fcffd8655a1cc30676ff357af80be1225b4c34  commit hash:56fcffd8655a1cc30676ff357af80be1225b4c34  commit hash:56fcffd8655a1cc30676ff357af80be1225b4c34  56fcffd 
devel/pcre: enable JIT on powerpc, powerpc64 and powerpc64le
Wed, 19 Oct 2022
[ 09:28 Kirill Ponomarev (krion) search for other commits by this committer ]    commit hash:8177b0385384c4561e31c9698a1eb25ffdf720eb  commit hash:8177b0385384c4561e31c9698a1eb25ffdf720eb  commit hash:8177b0385384c4561e31c9698a1eb25ffdf720eb  8177b03 
devel/pcre: Adding option to disable jit support

PR:		267174
Reported by:	olivier
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 25 Mar 2022
[ 14:29 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  commit hash:b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6  b6bb44e 
pcre: fix runtime issues on powerpc

In sljitConfigInternal.h, pcre checks for existence of __builtin___clear_cache()
function.
LLVM provides that function for all platforms, even those that don't have
implemented flushing the cache.

This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache()
calling compilerrt_abort(), resulting in SIGABRT.
[ 14:28 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:ed2d6f77c3342caad41fd7dc75389108fe32a0e8  commit hash:ed2d6f77c3342caad41fd7dc75389108fe32a0e8  commit hash:ed2d6f77c3342caad41fd7dc75389108fe32a0e8  ed2d6f7 
devel/pcre: remove USES=compiler:c++11-lang for powerpc64le

Support for powerpc64le appeared in 13.0-RELEASE and C++11 compiler was already
provided.
Thu, 9 Sep 2021
[ 14:33 Kirill Ponomarev (krion) search for other commits by this committer ]    commit hash:6613bc9e03f175306a03f17dc6e520a7c69c8108  commit hash:6613bc9e03f175306a03f17dc6e520a7c69c8108  commit hash:6613bc9e03f175306a03f17dc6e520a7c69c8108  6613bc9 
devel/pcre: update to 8.45

PR:		258299
Approved by:	portmgr (antoine)
Tue, 29 Jun 2021
[ 06:50 Kirill Ponomarev (krion) search for other commits by this committer ]    commit hash:b7d7e272bfbc21e0ab468be517d203a381a60e85  commit hash:b7d7e272bfbc21e0ab468be517d203a381a60e85  commit hash:b7d7e272bfbc21e0ab468be517d203a381a60e85  b7d7e27 
devel/pcre: resort Makefile
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 15 Nov 2020
[ 08:32 krion search for other commits by this committer ] Original commit   Revision:555171
Disable JIT support on RISC-V.

Submitted by:	kp
Wed, 23 Sep 2020
[ 19:14 linimon search for other commits by this committer ] Original commit   Revision:549825
Canonicalize USES across all powerpc variants.

As a result, prettify.

Approved by:	portmgr (tier-2 blanket)
Tue, 19 May 2020
[ 08:59 krion search for other commits by this committer ] Original commit   Revision:535845
Update to 8.44

PR:		246437
Approved by:	portmgr (antoine)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Wed, 13 Mar 2019
[ 15:28 krion search for other commits by this committer ] Original commit   Revision:495582
Update to 8.43
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sun, 28 Oct 2018
[ 09:32 linimon search for other commits by this committer ] Original commit   Revision:483248
Fix build on powerpc.

PR:		232034
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Sat, 19 May 2018
[ 06:51 krion search for other commits by this committer ] Original commit   Revision:470355
Update to 8.42

PR:		220613
Submitted by:	adamw
Fri, 18 May 2018
[ 15:52 krion search for other commits by this committer ] Original commit   Revision:470303
Grab maintainership as 13 years ago.
[ 15:23 adamw search for other commits by this committer ] Original commit   Revision:470297
Scale back my portfolio

I'm releasing maintainership on a number of ports that I no longer have
time to maintain effectively.
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Sun, 25 Jun 2017
[ 00:29 linimon search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
Mon, 30 Jan 2017
[ 19:42 adamw search for other commits by this committer ] Original commit   Revision:432864
Update to 8.40.

PR:		216549
Exp-run by:	antoine
Thu, 8 Dec 2016
[ 17:26 tijl search for other commits by this committer ] Original commit   Revision:428143 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Fri, 2 Dec 2016
[ 11:58 mat search for other commits by this committer ] Original commit   Revision:427552 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Mon, 31 Oct 2016
[ 16:48 adamw search for other commits by this committer ] Original commit   Revision:425013
Use an option helper and put the description block for it into a pkg-help.

Improve an ARCH-checking construct.
Wed, 6 Jul 2016
[ 00:39 junovitch search for other commits by this committer ] Original commit   Revision:418115
devel/pcre: add USES= cpe

Note: There are two other conflicting CPE_PRODUCTs in the CPE dictionary.
  perl-compatible_regular_expression_library
  perl_compatible_regular_expression_library

I contacted NIST for clarification and 'cpe:2.3:a:pcre:pcre' is the correct
CPE string. As such we do not need to set CPE_VENDOR or CPE_PRODUCT.

PR:		208328
Submitted by:	Shun <shun.fbsd.pr@dropcut.net> (original patch)
Approved by:	adamw (maintainer)
Mon, 27 Jun 2016
[ 22:15 adamw search for other commits by this committer ] Original commit   Revision:417687
Update to 8.39. Introduce a "MAN3" option, to control installation of
~100 API manpages. Remove the bits about preventing coredumps on package
clusters during regression tests, because I'm not clear why the package
clusters would be running the regression tests. Rewrite the pkg-descr
using current text from pcre.org.

While here, clean up and reorganize the Makefile for simplicity and
clarity.
[ 21:44 adamw search for other commits by this committer ] Original commit   Revision:417686
I'll look after this one.
[ 21:30 rene search for other commits by this committer ] Original commit   Revision:417685 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Wed, 18 May 2016
[ 14:11 amdmi3 search for other commits by this committer ] Original commit   Revision:415452 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- No need to specify master site subdirectory when it's the same as default

Approved by:	portmgr blanket
Sun, 3 Apr 2016
[ 13:43 junovitch search for other commits by this committer ] Original commit   Revision:412472
devel/pcre: Add patch to resolve heap overflow vulnerability

PR:		208260
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	ports-secteam (with hat)
Obtained from:	PCRE svn (r1636)
Security:	CVE-2016-1283
Security:	https://vuxml.FreeBSD.org/freebsd/497b82e0-f9a0-11e5-92ce-002590263bf5.html
MFH:		2016Q2
Mon, 21 Mar 2016
[ 02:40 feld search for other commits by this committer ] Original commit   Revision:411532
devel/pcre: Update to 8.38

- Remove patches now in the 8.38 release
- Add patch to resolve outstanding CVE

PR:		208167
Obtained from:	PCRE svn (r1631)
MFH:		2016Q1
Security:	CVE-2016-3191
Fri, 16 Oct 2015
[ 20:12 feld search for other commits by this committer ] Original commit   Revision:399512
devel/pcre: convert LIBEDIT and READLINE to RADIO options

It's not possible for both to be enabled at the same time, so use RADIO
to prevent a user from trying to enable both.

PR:		160351
Approved by:	maintainer timeout
Mon, 24 Aug 2015
[ 16:25 feld search for other commits by this committer ] Original commit   Revision:395178
devel/pcre: Add patch to resolve heap overflow vulnerability

Obtained from:	http://vcs.pcre.org/pcre?view=revision&revision=1594
Security:	6900e6f1-4a79-11e5-9ad8-14dae9d210b8
Mon, 10 Aug 2015
[ 22:13 junovitch search for other commits by this committer ] Original commit   Revision:393915
Apply upstream fixes for a buffer overflow issue

1585 Fix buffer overflow for named references in (?| situations.

PR:		202209
Obtained from:	PCRE svn (r1585)
Approved by:	ports-secteam (feld), feld (mentor)
Security:	ff0acfb4-3efa-11e5-93ad-002590263bf5
MFH:		2015Q3
Mon, 20 Jul 2015
[ 15:21 feld search for other commits by this committer ] Original commit   Revision:392587
Apply upstream fixes for a buffer overflow issue:
1571 Fix buffer overflow for forward reference within backward assertion
with excess closing parenthesis. Bugzilla 1651.

Obtained from:	PCRE svn (r1571)
MFH:		2015Q3
Security:	8a1d0e63-1e07-11e5-b43d-002590263bf5
Security:	CVE-2015-5073
Sun, 19 Jul 2015
[ 22:17 bapt search for other commits by this committer ] Original commit   Revision:392540
Convert to USES=libedit
Sun, 7 Jun 2015
[ 20:50 delphij search for other commits by this committer ] Original commit   Revision:388777
Apply upstream fixes of several buffer overflow issues:

r1555 Fix forward reference offset bug.
r1556 Fix forward referencing bugs.
r1557 Fix buffer overflow for repeated conditional when referencing a
      duplicate name.
r1558 Fix buffer overflow for named recursive back reference when the
      name is duplicated.
r1559 Fix named forward reference to duplicate group number overflow
      bug.
r1560 Fix buffer overflow for lookbehind within mutually recursive
      subroutines.
r1562 Fix another buffer overflow.

Note that regression tests were not included in this patchset, however
the actual test cases have been run against both old and new code to
make sure that the issues were fixed properly.

With hat:	so
Obtained from:	PCRE svn (revisions detalied above)
MFH:		2015Q2
Security:	CVE-2015-3210, CVE-2015-3217
Fri, 22 May 2015
[ 23:46 delphij search for other commits by this committer ] Original commit   Revision:387090
Security update to 8.37.

Security:	CVE-2015-2325
Security:	CVE-2015-2326
MFH:		2015Q2
Approved by:	so
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 3 Oct 2014
[ 15:37 bapt search for other commits by this committer ] Original commit   Revision:369910
More mdocml fixes
[ 14:06 bapt search for other commits by this committer ] Original commit   Revision:369903
Fix rendering with mandoc
Mon, 25 Aug 2014
[ 07:49 bf search for other commits by this committer ] Original commit   Revision:366039
update to 8.35 [1], which includes a fix for JIT character range checks [2]

PR:		192626 [1], 187815 [2]
Submitted by:	pi [1]
Thu, 7 Aug 2014
[ 08:40 marino search for other commits by this committer ] Original commit   Revision:364251
devel/pcre: Fix build with LIBEDIT option selected

PR:		192459
Submitted by:	Hiroo Ono
Approved by:	Just Fix It (bf@ in copy)
Tue, 29 Jul 2014
[ 16:42 bf search for other commits by this committer ] Original commit   Revision:363360
Convert the pcretest command-line editing support into non-default options

Submitted by:	peter, zi
Tue, 15 Jul 2014
[ 14:36 adamw search for other commits by this committer ] Original commit   Revision:361929 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Mon, 30 Jun 2014
[ 23:03 bapt search for other commits by this committer ] Original commit   Revision:359940
Fix build with readline from ports
Wed, 7 May 2014
[ 10:27 tijl search for other commits by this committer ] Original commit   Revision:353146
- USES=libtool:oldver tar:bzip2.
- INSTALL_TARGET=install-strip.
- Remove -fPIC from CFLAGS.
- Remove old Clang hack.
- Use MAKE_CMD.
Mon, 3 Mar 2014
[ 15:27 bf search for other commits by this committer ] Original commit   Revision:346916
Disable the pcre jit on mips64*

PR:		186983
Submitted by:	mat
Wed, 5 Feb 2014
[ 17:40 bf search for other commits by this committer ] Original commit   Revision:342800
Update to 8.34
Mon, 3 Feb 2014
[ 14:30 bf search for other commits by this committer ] Original commit   Revision:342449
Use staging; update LICENSE; strip libraries; remove some outdated material
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Tue, 4 Jun 2013
[ 02:48 bf search for other commits by this committer ] Original commit   Revision:319821
update to 8.33; add an option and some knobs to help users
in environments with limited resources, and to fail more
gracefully when encountering runaway recursions
Fri, 22 Mar 2013
[ 21:23 bf search for other commits by this committer ] Original commit   Revision:314967
attempt to prevent the pcre tests from triggering a file-system
integrity error on the package-building cluster
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Wed, 16 Jan 2013
[ 19:37 bf search for other commits by this committer ] Original commit   Revision:310518
Add Sourceforge mirrors [1]; remove NOPORTDOCS; trim Makefile header

PR:		174426 [1]
Submitted by:	4721@hushmail.com [1]
Thu, 13 Dec 2012
[ 14:40 bf search for other commits by this committer ] Original commit   Revision:308850
Adopt.
[ 14:22 mm search for other commits by this committer ] Original commit   Revision:308849
Give up maintainership on devel/pcre
>-This line, and those below, will be ignored--
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

M    pcre/Makefile
Mon, 10 Dec 2012
[ 19:17 mm search for other commits by this committer ] Original commit   Revision:308632
Fix pcre CONFIGURE_ARGS and add plist files for pcre32
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Mon, 17 Sep 2012
[ 11:10 mm search for other commits by this committer ] Original commit   Revision:304395
Always build with JIT support
Treat ia64 together with sparc64 as JIT-unsupported architectures
Tue, 17 Jul 2012
[ 19:41 mm search for other commits by this committer ] Original commit 
Fix libedit dependency to >= 803000

PR:		ports/169948
Reported by:	Bryan Drewery
[ 16:30 mm search for other commits by this committer ] Original commit 
Update to 8.31
Switch to new options framework
Link pcretest against libedit on FreeBSD 8.x and higher
Sat, 28 Apr 2012
[ 05:56 mm search for other commits by this committer ] Original commit 
Add patch for exim bug #1236 (vendor svn revision 963)
http://bugs.exim.org/show_bug.cgi?id=1236

PR:             ports/167375
Submitted by:   Ryan Steinmetz <zi@FreeBSD.org>
Fri, 17 Feb 2012
[ 13:18 mm search for other commits by this committer ] Original commit 
Additional autotools fix for building WITH_LIBEDIT
Thu, 16 Feb 2012
[ 07:42 mm search for other commits by this committer ] Original commit 
Enable build of libpcre16
Bump PORTREVISION
Wed, 15 Feb 2012
[ 14:11 mm search for other commits by this committer ] Original commit 
Fix build with WITH_LIBEDIT

PR:             ports/165156
Tue, 14 Feb 2012
[ 12:39 mm search for other commits by this committer ] Original commit 
Update PCRE to 8.30
Add support for binding pcretest to libedit [1]

PR:             ports/162565 [1]
Sat, 7 Jan 2012
[ 22:31 mm search for other commits by this committer ] Original commit 
Add patch to fix upstream bug #1187

References:
http://bugs.exim.org/show_bug.cgi?id=1187
http://vcs.pcre.org/viewvc?view=revision&revision=807

Reported by:    Christos Chatzaras <chris_at_cretaforce_dot_gr>
Tue, 20 Dec 2011
[ 23:06 mm search for other commits by this committer ] Original commit 
Update to 8.21
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Wed, 2 Nov 2011
[ 06:33 mm search for other commits by this committer ] Original commit 
Disable JIT on sparc64.

PR:             ports/162208
Reported by:    Stefan Schaeckeler <schaecsn@gmx.net>
Thu, 27 Oct 2011
[ 10:03 erwin search for other commits by this committer ] Original commit 
Apply FreeBSD 10 workaround for some high profile ports to
unbreak a lot of dependent ports.

Submitted by:   beat
Tested on:      pointyhat i386-9-exp and i386-10
Wed, 26 Oct 2011
[ 09:50 mm search for other commits by this committer ] Original commit 
Update to 8.20
Enable JIT support by default (can be turned off in OPTIONS)
Mon, 22 Aug 2011
[ 10:02 mm search for other commits by this committer ] Original commit 
Add patch for upstream bug #1136 (upstream SVN changeset 661)
http://bugs.exim.org/show_bug.cgi?id=1136

PR:             ports/159989
Reported by:    Volodymyr Kostyrko <c.kworr@gmail.com>
Wed, 17 Aug 2011
[ 14:45 mm search for other commits by this committer ] Original commit 
Update to 8.13
Wed, 23 Mar 2011
[ 15:53 mm search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Add LICENSE knob(s)
Sun, 16 Jan 2011
[ 23:01 mm search for other commits by this committer ] Original commit 
Update to 8.12

Feature safe:   yes
Wed, 29 Dec 2010
[ 12:12 mm search for other commits by this committer ] Original commit 
- Update to 8.11
Tue, 28 Dec 2010
[ 09:07 linimon search for other commits by this committer ] Original commit 
Over to new volunteer.
[ 08:11 linimon search for other commits by this committer ] Original commit 
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.

Hat:            portmgr
Fri, 29 Oct 2010
[ 12:02 kwm search for other commits by this committer ] Original commit 
Hide a sed line.
Fix a configure assumption. Configure tries to figure out the linker objects.
The check it uses for this doesn't work with clang. So tweak the check to make
it work.

Approved by:    maintainer timeout (21 days)
Thu, 5 Aug 2010
[ 21:43 mm search for other commits by this committer ] Original commit 
Update to 8.10

PR:             ports/148838
Approved by:    maintainer (timeout)
Wed, 21 Apr 2010
[ 08:45 mm search for other commits by this committer ] Original commit 
- Update to 8.02

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)
Wed, 21 Oct 2009
[ 19:49 krion search for other commits by this committer ] Original commit 
Update to 8.00

PR:             ports/139785
Submitted by:   Sahil Tandon <sahil@tandon.net>
Sun, 12 Apr 2009
[ 09:06 krion search for other commits by this committer ] Original commit 
Update to 7.9
Sat, 4 Oct 2008
[ 11:46 krion search for other commits by this committer ] Original commit 
Update to 7.8

PR:             ports/127135
Submitted by:   chinsan@FreeBSD.org
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 12 Aug 2008
[ 15:48 krion search for other commits by this committer ] Original commit 
Fix a heap overflow condition when compiling certain regular
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>
Wed, 14 May 2008
[ 05:53 krion search for other commits by this committer ] Original commit 
Update to 7.7

PR:             ports/123585
Submitted by:   leeym
Sat, 2 Feb 2008
[ 22:32 krion search for other commits by this committer ] Original commit 
Update to 7.6

PR:             ports/120098
Submitted by:   leeym
Wed, 10 Oct 2007
[ 12:18 krion search for other commits by this committer ] Original commit 
Update to 7.4
Wed, 5 Sep 2007
[ 10:33 krion search for other commits by this committer ] Original commit 
Update to 7.3
Mon, 27 Aug 2007
[ 19:59 krion search for other commits by this committer ] Original commit 
Respect NOPORTDOCS

PR:             ports/115847
Submitted by:   rafan
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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
Wed, 18 Jul 2007
[ 21:10 krion search for other commits by this committer ] Original commit 
Update to 7.2
Mon, 28 May 2007
[ 14:47 krion search for other commits by this committer ] Original commit 
Fix leftovers.

Submitted by:   mnag

Number of commits found: 136 (showing only 100 on this page)

1 | 2  »