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
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
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
Rong-En Fan
1a10f4bdae
- Shuffle MASTER_SITES for bdb ports to share load
...
Requested by: Matthias Andree (maintainer)
2006-11-08 15:43:20 +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
8b105cf1a3
- Update MASTER_SITES
...
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
PR: ports/105268
Submitted by: Matthias Andree (maintainer)
2006-11-08 05:19:50 +00:00
Edwin Groothuis
2406d49a61
Remove USE_REINPLACE from all categories starting with D
2006-05-04 21:41:12 +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
56a769d20f
- chase distfiles (change MASTER_SITES), clean up
...
PR: ports/77506
Submitted by: Matthias Andree (maintainer)
2005-02-14 16:21:40 +00:00
Kirill Ponomarev
55263caa9b
- Update MASTER_SITES
...
- Use PORTDOCS=*
PR: ports/66257
Submitted by: maintainer
2004-05-05 19:49:53 +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
Akinori MUSHA
2e4c764a61
De-pkg-comment.
2003-02-21 11:15:57 +00:00
Oliver Braun
469ad19e6b
Remove empty docs subdir after install.
...
PR: ports/46795
Submitted by: maintainer
2003-01-06 11:00:27 +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
3ad9d774d2
upgrade to 4.1.25
...
PR: 46588
Submitted by: Ports Fury
2003-01-03 20:19: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
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
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
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
Ade Lovett
96493092d3
Add two post-3.2.9 patches from Sleepycat themselves.
...
http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details.
Approved by: maintainer
Obtained from: Sleepycat
2001-05-14 14:49:53 +00:00
Maxim Sobolev
4ca0e60800
-pthread --> ${PTHREAD_LIBS}
...
-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.
2001-03-29 16:35:19 +00:00
Kevin Lo
927c33dde7
Update to version 3.2.9
...
PR: 24796
Submitted by: MAINTAINER
2001-02-02 12:37:59 +00:00
FUJISHIMA Satsuki
c62e446518
make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow
...
building without root privilege.
PR: 21951
Submitted by: Kawata Masahiko <m-kawata@cd.jp.nec.com>
2001-01-03 19:55:30 +00:00
Will Andrews
60f2b6b7a8
Goodbye, YEAR2000. Hello, 2001.
...
Approved by: asami
2001-01-01 10:15:16 +00:00
Maxim Sobolev
d2a1700331
Several cleanups:
...
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.
PR: 21470 (partially)
Submitted by: maintainer
2000-09-22 16:48:51 +00:00
Will Andrews
d91584cbef
Update to 3.1.17.
...
PR: 21227
Submitted by: maintainer
2000-09-16 22:57:41 +00:00
Will Andrews
05cb12c356
Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
...
PR: 20763
Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
2000-08-26 12:43:51 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Michael Haro
3da86c6aa2
update with the new PORTNAME/PORTVERSION variables
2000-04-08 22:49:07 +00:00
Bill Fumerola
97eaae7802
Upgrade to 2.7.7 / fix distfile-Fennerage
1999-11-23 02:43:48 +00:00
Michael Haro
58942bab6d
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Mark Murray
e073eff945
Upgrade to latest version.
...
OK'ed by: maintainer
1999-07-10 14:05:30 +00:00