Commit Graph

91 Commits

Author SHA1 Message Date
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
Beat Gaetzi
e8404fa6f4 - 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 11:45:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
18794da1c6 Move the two smaller vendor patches into files/
The upstream website seems broken. Also comment PATCH_SITES to try ftp.FreeBSD.org first.
2010-10-09 14:26:34 +00:00
Matthias Andree
9b2a8d68d0 Whom:-lines: ditch my @web.de address, use @gmx.de.
Approved by: garga (mentor, implicit)
2010-06-13 12:01:22 +00:00
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +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
b0a20f4027 Fix build after objformat removal
Submitted by:	maintainer
PR:		ports/108767, ports/108768, ports/108769
2007-02-04 19:43:37 +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
051c9cf04c - Update MASTER_SITES
- Add patch.4.1.25.3 from vendor

PR:		ports/105267
Submitted by:	Matthias Andree (maintainer)
2006-11-08 05:18:16 +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
Yen-Ming Lee
cf369503ef Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:

# Applications with largely dirty caches could see performance problems in the
  cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
  performed when sections of the database environment log only contained
  database open/close pairs.

PR:		79841
Submitted by:	maintainer
2005-04-13 07:14:36 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Cheng-Lung Sung
a8028ba574 - chase distfiles (change MASTER_SITES)
PR:		ports/77509
Submitted by:	Matthias Andree (maintainer)
2005-02-14 16:25:32 +00:00
Mark Linimon
ec0dbcdb71 Fix typos and reword to make a little bit clearer.
PR:		docs/68450
Submitted by:	Michel Lavondes <fox at vader dot aacc dot cc dot md dot us>
2004-06-30 05:58:02 +00:00
Kirill Ponomarev
de36d5593c - change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint
- replace lengthy docs list by PORTDOCS= *

PR:		ports/66258
Submitted by:	maintainer
2004-05-05 19:48:28 +00:00
Tilman Keskinoz
b6adcb2390 Workaround a problem with fast-mutexes on amd64
Reported by:			tjr
PR:				64886
Investigative work by:		perky
Workaround suggested by:	maintainer
2004-04-16 10:18:13 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +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