| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes:
svn path=/head/; revision=199069
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
| |
ftp stites, so let's use them
Notes:
svn path=/head/; revision=139841
|
|
|
|
|
|
|
|
|
|
|
| |
should return 0 tuples. It was always returning an array that indicates
it has 1 tuple.
Submitted by: Birch Zimmer <birch at naturalpoint dot com>
Approved by: ade (mentor)
Notes:
svn path=/head/; revision=128489
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
| |
Approved by: ade (mentor)
Notes:
svn path=/head/; revision=123277
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
system malloc (irrespective of whether perl itself was compiled with its
own malloc or system malloc), with the obvious hilarity on freeing.
Maintainer timeout. Please wake up :)
Submitted by: ade
Approved by: maintainer-timeout (2 weeks)
Notes:
svn path=/head/; revision=115868
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
| |
PR: 56344
Submitted by: maintainer
Notes:
svn path=/head/; revision=88414
|
|
|
|
| |
Notes:
svn path=/head/; revision=76031
|
|
|
|
|
|
|
|
|
|
| |
Version numbers have rolled back, bump PORTEPOCH.
PR: ports/45946
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes:
svn path=/head/; revision=72544
|
|
|
|
| |
Notes:
svn path=/head/; revision=72511
|
|
|
|
|
|
|
|
|
|
| |
and assign maintainer to Palle Girgensohn <girgen@partitur.se>
PR: ports/34861
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes:
svn path=/head/; revision=54888
|
|
|
|
|
|
|
|
|
|
|
|
| |
traditional layout, or to install in /usr/local, obeying hier(7). For
both ways to work, port depending on postgresql need to accept both
locations for includes and libs.
PR: 26918
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes:
svn path=/head/; revision=42400
|
|
|
|
| |
Notes:
svn path=/head/; revision=41759
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=40144
|
|
|
|
| |
Notes:
svn path=/head/; revision=38917
|
|
|
|
| |
Notes:
svn path=/head/; revision=38323
|
|
|
|
| |
Notes:
svn path=/head/; revision=34154
|
|
|
|
|
|
|
| |
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
Notes:
svn path=/head/; revision=31993
|
|
|
|
|
|
|
|
| |
PR: 20250
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Notes:
svn path=/head/; revision=31155
|
|
|
|
|
|
|
|
|
|
|
| |
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Notes:
svn path=/head/; revision=29658
|
|
|
|
| |
Notes:
svn path=/head/; revision=27418
|
|
|
|
|
|
|
|
|
| |
PREFIX -> LOCALBASE
Man pages in Makefile, not PLIST
Remove extra blank lines
Notes:
svn path=/head/; revision=26935
|
|
|
|
|
|
|
|
| |
PR: 12726
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes:
svn path=/head/; revision=24238
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20944
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
|
|
|
|
|
|
|
| |
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
Notes:
svn path=/head/; revision=16010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-------
cc -c -I/usr/local/pgsql/include -I/usr/local/include -O -pipe -DVERSION=\"1.6.1\" -DXS_VERSION=\"1.6.1\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE Pg.c
In file included from /usr/local/pgsql/include/postgres.h:40,
from Pg.xs:25:
/usr/local/pgsql/include/config.h:247: warning: `USE_LOCALE' redefined
/usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:342: warning: this is the location of the previous definition
Pg.xs: In function `XS_Pg_PQexec':
Pg.xs:300: sizeof applied to an incomplete type
Pg.xs: In function `XS_PG_conn_exec':
Pg.xs:702: sizeof applied to an incomplete type
*** Error code 1
Stop.
Notes:
svn path=/head/; revision=14924
|
|
|
|
| |
Notes:
svn path=/head/; revision=14098
|
|
|
|
| |
Notes:
svn path=/head/; revision=14097
|
|
|
|
| |
Notes:
svn path=/head/; revision=13888
|
|
|
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
Notes:
svn path=/head/; revision=13159
|
|
|
|
| |
Notes:
svn path=/head/; revision=12757
|
|
|
|
|
|
|
|
|
|
| |
p5-Pg -> 1.6.1
p5-Tk -> 402.002
p5-WWW-Search -> 1.010
p5-libwww -> 5.12
Notes:
svn path=/head/; revision=7899
|
|
|
|
|
|
|
|
|
|
| |
number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
Notes:
svn path=/head/; revision=7065
|
|
|
|
| |
Notes:
svn path=/head/; revision=6939
|
|
|
|
| |
Notes:
svn path=/head/; revision=6624
|
|
|
|
|
|
|
| |
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Notes:
svn path=/head/; revision=6544
|
|
|
|
|
|
|
|
|
|
| |
release from CPAN)
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
Notes:
svn path=/head/; revision=6251
|
|
|
|
| |
Notes:
svn path=/head/; revision=6249
|
|
|
|
|
|
|
| |
upgrade.
Notes:
svn path=/head/; revision=6189
|
|
|
|
|
|
|
|
| |
Perl ports now use MASTER_SITE_PERL_CPAN
Misc cleanup
Notes:
svn path=/head/; revision=4530
|
|
|
|
|
|
|
| |
Submitted by: asami@freebsd.org
Notes:
svn path=/head/; revision=4134
|
|
Notes:
svn path=/head/; revision=4083
|