Kris Kennaway
f71aba844f
Fix build after objformat removal
...
Submitted by: maintainer
PR: 108771
2007-02-07 06:39:51 +00:00
Rong-En Fan
942169e2b6
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
...
Noticed by: pav
Approved by: Matthias Andree (maintainer)
2006-11-08 10:15:45 +00:00
Rong-En Fan
b205b2b73e
- Update MASTER_SITES
...
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor
PR: ports/105270
Submitted by: Matthias Andree (maintainer)
2006-11-08 05:20:31 +00:00
Marcus Alves Grando
4de078ed33
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to 2006.
...
- portlint(1)
PR: 95623
Submitted by: maintainer
2006-04-14 03:44:08 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
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.
2005-11-15 06:52:12 +00:00
Yen-Ming Lee
e203a52b13
Add two SleepyCat patches to fix:
...
- 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
2005-04-13 07:31:27 +00:00
Mark Linimon
6db0a9f0e2
Add an advisory variable that mark this port as not being a slave port.
...
For whatever reason, the default assignments of this variable is wrong.
This only affects FreshPorts and portsmon.
Approved by: maintainer
2005-04-05 18:55:31 +00:00
Cheng-Lung Sung
6660ce0893
- chase distfiles (change MASTER_SITES)
...
PR: ports/77510
Submitted by: Matthias Andree (maintainer)
2005-02-15 01:58:18 +00:00
Tilman Keskinoz
92469f652f
Workaround a problem with fast-mutexes on amd64.
...
Idea from: db41 port.
Discovered by: upcoming ice port.
2004-06-26 11:13:16 +00:00
Andrey A. Chernov
4415330fd6
Fix 'make reinstall'
...
Submitted by: maintainer Matthias Andree <matthias.andree@gmx.de>
2004-06-14 08:51:07 +00:00
Kirill Ponomarev
3cbcbd9f26
- Build + install RPC server
...
PR: ports/67239
Submitted by: maintainer
Requested by: brooks
2004-05-27 08:32:20 +00:00
Oliver Eikemeier
226faa7c29
This patch is a convenience patch to allow broken port tools to continue
...
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)
2004-03-19 22:28:21 +00:00
Mark Linimon
57f8788c32
Revert previous commit. Local changes here masked the fact that this
...
change would break the port for other users.
Noticed by: Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to: linimon@FreeBSD.org
2004-03-03 11:21:33 +00:00
Mark Linimon
876aa26892
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
...
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-03-03 01:24:08 +00:00
Clement Laforet
07ad4fe83e
- add USE_LIBTOOL support
...
PR: 63316
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-26 01:59:27 +00:00
Oliver Eikemeier
bc72c9a50c
* Add vendor patch.4.2.52.2
...
* Bump portrevision.
* Add SIZE to distinfo.
PR: 63306
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-24 13:24:35 +00:00
Kirill Ponomarev
ec1d041e56
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
...
works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION
PR: 61283
Submitted by: maintainer
2004-01-14 21:13:42 +00:00
Pav Lucistnik
1977d149f7
Add Berkeley DB 4.2.52 after repocopy from db41.
...
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>
2004-01-09 09:45:37 +00:00
Norikatsu Shigemura
307748c0d8
Fix build on recent current (by -pthread option is deprecated).
...
PR: ports/56551
Submitted by: KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
2003-09-08 14:20:15 +00:00
Daichi GOTO
c2af8feaee
update databases/db41: pkg-descr change
...
PR: 53866
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Pointed out by: Chris Pepper <pepper@rockefeller.edu>
2003-07-09 07:46:16 +00:00
Akinori MUSHA
2e4c764a61
De-pkg-comment.
2003-02-21 11:15:57 +00:00
Norikatsu Shigemura
47a3e0f370
Remove RESTRICTED tag with cryptography relation.
...
Pointed out by: kris
2003-02-16 16:10:59 +00:00
Norikatsu Shigemura
899502befd
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
...
o Prepares for the db41-nocrypto port.
PR: ports/48225
Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer)
2003-02-16 05:54:21 +00:00
Pete Fritchman
3c36009a3a
Add db41-4.1.25 after a repocopy from databases/db4.
...
PR: 46755
Submitted by: Matthias Andree <matthias.andree@web.de>
2003-01-07 01:06:07 +00:00
Pete Fritchman
382d305980
Backout the recent upgrade to 4.1.25 (roll back to 4.0.14). It is a
...
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
2003-01-05 04:11:23 +00:00
Ying-Chieh Liao
7e334a145d
fix plist and utilize DOCSDIR
2003-01-04 14:48:12 +00:00
Ying-Chieh Liao
3ad9d774d2
upgrade to 4.1.25
...
PR: 46588
Submitted by: Ports Fury
2003-01-03 20:19:07 +00:00
Ying-Chieh Liao
baa07f3c3a
fix make package error
...
Noted by: kris
2002-11-21 02:49:07 +00:00
Ying-Chieh Liao
0097a8100a
- Do not install useless .la files
...
- Utilize NOPORTDOCS
PR: 45446
Submitted by: Ports Fury
2002-11-20 13:15:12 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Ade Lovett
283fe409ce
Relinquish all my ports.
2002-09-07 08:44:49 +00:00
David W. Chapman Jr.
534fffca27
${PERL} -> ${REINPLACE_CMD}
...
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Ade Lovett
0cb6fd221e
(1) Take over maintainership whilst unifying the Sleepycat ports
...
(2) Un-spam the 'Whom' line from a previous commit
2002-08-21 21:04:12 +00:00
Pete Fritchman
29421e3724
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
...
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)
2002-05-30 23:02:40 +00:00
David W. Chapman Jr.
0c62bdd3eb
Update maintainer's email to match what he uses on send-pr to avoid
...
confusion
Submitted by: maintainer
2002-05-23 15:11:55 +00:00
Patrick Li
c4fe05b924
Download site directory structure changed
...
PR: 38068
Submitted by: maintainer
2002-05-14 21:27:23 +00:00
Ying-Chieh Liao
77e9c7575a
patch for 4.0.14
...
PR: 32533
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
2001-12-24 10:45:47 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
fcdf17994d
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
...
PR: 30920
Submitted by: MAINTAINER
Prompted by: Mike Meyer <mwm@mired.org>
2001-10-07 17:04:00 +00:00
Maxim Sobolev
0433feb657
Bump PORTEPOCH because we have decreased PORTVERSION number.
...
Overlooked by: knu
2001-08-02 17:00:53 +00:00
Akinori MUSHA
00a8157778
Back out the db3 update for the moment, due to the incompatibilty
...
problem that broke the openldap2 build.
2001-08-01 11:51:53 +00:00
Akinori MUSHA
fc1fd20d7c
Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so
...
links.
PR: ports/29304
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
2001-08-01 07:16:15 +00:00
Anton Berezin
adbf9c9815
Fix missing libs in databases/db3 package-list.
...
PR: 29230
Submitted by: maintainer
2001-07-27 15:45:11 +00:00
Akinori MUSHA
73f7cbcc88
Update to 3.3.11.
...
PR: ports/29220
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> (MAINTAINER)
2001-07-25 15:03:03 +00:00
Dima Dorfman
23f7c1be92
Update to reflect setting DIST_SUBDIR. Checksums didn't change, just
...
the paths.
PR: 29195, 29207
Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org> and
Edwin Groothuis <edwin@mavetju.org>, respectively
2001-07-25 08:52:59 +00:00
Akinori MUSHA
d5aa72c2c0
- Set DIST_SUBDIR, because filenames like patch.3.2.9.1 are too generic.
...
- Replace $(..) with ${..}.
2001-07-24 16:19:23 +00:00
Akinori MUSHA
d32b34cdee
Properly make *.so symlinks to *.so.x. (previously all that were
...
backwards)
PR: ports/27065
Submitted by: Barry Pederson <bpederson@geocities.com>
2001-07-24 16:13:22 +00:00
Jimmy Olgeni
9d61fc7685
Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package.
...
Approved by: maintainer
2001-06-22 20:03:03 +00:00