| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
to 2006.
- portlint(1)
PR: 95623
Submitted by: maintainer
Notes:
svn path=/head/; revision=159452
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- log sequence error and missing data when transactional database is walked
with a cursor after being loaded non-transactionally
- memory leak when repeatedly opening/closing database environments
PR: 79842
Submitted by: maintainer
Notes:
svn path=/head/; revision=133207
|
|
|
|
|
|
|
|
|
|
|
| |
For whatever reason, the default assignments of this variable is wrong.
This only affects FreshPorts and portsmon.
Approved by: maintainer
Notes:
svn path=/head/; revision=132580
|
|
|
|
|
|
|
|
| |
PR: ports/77510
Submitted by: Matthias Andree (maintainer)
Notes:
svn path=/head/; revision=128879
|
|
|
|
|
|
|
|
| |
Idea from: db41 port.
Discovered by: upcoming ice port.
Notes:
svn path=/head/; revision=112313
|
|
|
|
|
|
|
| |
Submitted by: maintainer Matthias Andree <matthias.andree@gmx.de>
Notes:
svn path=/head/; revision=111448
|
|
|
|
|
|
|
|
|
| |
PR: ports/67239
Submitted by: maintainer
Requested by: brooks
Notes:
svn path=/head/; revision=110120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.
The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.
I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).
Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
realpath $(pwd) instead:
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42-nocrypto
PR: 64479
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=104667
|
|
|
|
|
|
|
|
|
|
| |
change would break the port for other users.
Noticed by: Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to: linimon@FreeBSD.org
Notes:
svn path=/head/; revision=102809
|
|
|
|
|
|
|
|
|
| |
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=102778
|
|
|
|
|
|
|
|
| |
PR: 63316
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=102152
|
|
|
|
|
|
|
|
|
|
|
| |
* Bump portrevision.
* Add SIZE to distinfo.
PR: 63306
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=101975
|
|
|
|
|
|
|
|
|
|
|
| |
works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION
PR: 61283
Submitted by: maintainer
Notes:
svn path=/head/; revision=98172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes:
svn path=/head/; revision=97758
|
|
|
|
|
|
|
|
|
| |
PR: ports/56551
Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=88809
|
|
|
|
|
|
|
|
|
| |
PR: 53866
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Pointed out by: Chris Pepper <pepper@rockefeller.edu>
Notes:
svn path=/head/; revision=84511
|
|
|
|
| |
Notes:
svn path=/head/; revision=76031
|
|
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=75658
|
|
|
|
|
|
|
|
|
|
| |
o Prepares for the db41-nocrypto port.
PR: ports/48225
Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer)
Notes:
svn path=/head/; revision=75636
|
|
|
|
|
|
|
|
| |
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de>
Notes:
svn path=/head/; revision=72657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
non-compatible upgrade, and most other ports using db4 weren't ready
for it. The new 4.1.25 version will appear in a db41 port soon.
Also make the dump185 utility build (fix a typo), and bump PORTEPOCH.
Give maintainership to the submitter (from ports@).
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de> (new maintainer)
Pointy hat to: ijliao
Notes:
svn path=/head/; revision=72549
|
|
|
|
| |
Notes:
svn path=/head/; revision=72508
|
|
|
|
|
|
|
|
| |
PR: 46588
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=72463
|
|
|
|
|
|
|
| |
Noted by: kris
Notes:
svn path=/head/; revision=70634
|
|
|
|
|
|
|
|
|
|
| |
- Utilize NOPORTDOCS
PR: 45446
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=70588
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
| |
Notes:
svn path=/head/; revision=65776
|
|
|
|
|
|
|
|
|
| |
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Notes:
svn path=/head/; revision=65426
|
|
|
|
|
|
|
| |
(2) Un-spam the 'Whom' line from a previous commit
Notes:
svn path=/head/; revision=64773
|
|
|
|
|
|
|
|
|
|
| |
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
Notes:
svn path=/head/; revision=60331
|
|
|
|
|
|
|
|
|
| |
confusion
Submitted by: maintainer
Notes:
svn path=/head/; revision=59802
|
|
|
|
|
|
|
|
| |
PR: 38068
Submitted by: maintainer
Notes:
svn path=/head/; revision=59106
|
|
|
|
|
|
|
|
| |
PR: 32533
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
Notes:
svn path=/head/; revision=52089
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
|
|
|
|
|
|
|
|
| |
PR: 30920
Submitted by: MAINTAINER
Prompted by: Mike Meyer <mwm@mired.org>
Notes:
svn path=/head/; revision=48528
|
|
|
|
|
|
|
| |
Overlooked by: knu
Notes:
svn path=/head/; revision=45742
|
|
|
|
|
|
|
| |
problem that broke the openldap2 build.
Notes:
svn path=/head/; revision=45699
|
|
|
|
|
|
|
|
|
|
| |
links.
PR: ports/29304
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
Notes:
svn path=/head/; revision=45689
|
|
|
|
|
|
|
|
| |
PR: 29230
Submitted by: maintainer
Notes:
svn path=/head/; revision=45542
|
|
|
|
|
|
|
|
| |
PR: ports/29220
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
Notes:
svn path=/head/; revision=45471
|
|
|
|
|
|
|
|
|
|
|
| |
the paths.
PR: 29195, 29207
Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> and
Edwin Groothuis <edwin@mavetju.org>, respectively
Notes:
svn path=/head/; revision=45465
|
|
|
|
|
|
|
| |
- Replace $(..) with ${..}.
Notes:
svn path=/head/; revision=45445
|
|
|
|
|
|
|
|
|
|
| |
backwards)
PR: ports/27065
Submitted by: Barry Pederson <bpederson@geocities.com>
Notes:
svn path=/head/; revision=45443
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=44330
|
|
|
|
|
|
|
|
|
|
| |
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.
Approved by: maintainer
Obtained from: Sleepycat
Notes:
svn path=/head/; revision=42586
|
|
|
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Notes:
svn path=/head/; revision=40539
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=38142
|