1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
Martin Wilke
e02efb4098 - Stage support 2014-02-02 11:17:47 +00:00
Mathieu Arnold
ed4bf26e8b Fixup the props on Makefile*
With hat:	portmgr
Sponsored by:	Absolight
2014-01-22 17:00:46 +00:00
Matthias Andree
9b3181fd09 Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
2013-12-16 20:46:12 +00:00
Matthias Andree
2953b8bd15 Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports. 2013-12-13 23:27:33 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Beat Gaetzi
ce5e2fc7df - Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
bsd.port.mk also handles configure script outside of WRKSRC.

Exp-runs by:	miwi
2012-01-22 15:42:43 +00:00
Koop Mast
30d72a07cc - Fix build on FreeBSD 10. Apply manual fix as the configure script is
outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
  case.

Approved by:	portmgr (miwi)
2011-10-29 16:45:33 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Matthias Andree
a6f5f591fe Update WWW: links for db* ports in pkg-descr. 2010-11-12 09:19:21 +00:00
Matthias Andree
4e8777dbb8 Update MASTER_SITES.
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR:           ports/152158
Approved by:  gslin@gslin.org (for db4[5-8]) (implicit, see Makefile)
2010-11-12 09:03:26 +00:00
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Rong-En Fan
741aa71483 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
 - 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)
2008-08-21 06:18:49 +00:00
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