| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/131311
Submitted by: Jo Rhett <jrhett at netconsonance.com>
Notes:
svn path=/head/; revision=228022
|
|
|
|
|
|
|
|
|
| |
PR: ports/131040
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Patch by: Jo Rhett <jrhett at netconsonance.com> (maintainer)
Notes:
svn path=/head/; revision=227680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
| |
PR: ports/126347
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: jrhett@netconsonance.com (maintainer)
Notes:
svn path=/head/; revision=218515
|
|
|
|
|
|
|
|
|
| |
has become inactive.
Hat: portmgr
Notes:
svn path=/head/; revision=217648
|
|
|
|
|
|
|
|
|
|
|
| |
Properly respect NOPORTDOCS and NOPORTEXAMPLES
PR: ports/124993, ports/122057
Submitted by: Jo Rhett <jrhett@netconsonance.com>
Approved by: sergei (maintainer timeout)
Notes:
svn path=/head/; revision=216113
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct pkg-plist by adding two newly added intermediate
libraries. [1]
- Use better way to make dependency on Berkeley DB. [2]
Pointy hat to: delphij
Reported by: Scot Hetzel <swhetzel gmail com> [1]
tinderbox via pav and edwin [2]
Notes:
svn path=/head/; revision=205253
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make BDB 4.6 as default BDB version;
- Modify MASTER_SITES according to official website.
Submitted by: delphij
PR: ports/118562
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=205029
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
|
| |
- Add rc.d scripts for cfexecd(8) and cfservd(8)
PR: ports/113167 [1]
Submitted by: Jo Rhett <jrhett AT svcolo dot com>
Notes:
svn path=/head/; revision=193606
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Respect users' PTHREEAD related settings
- Correct usage of BerkeleyDB
- Use Berkeley DB 4.4 per original authors
PR: ports/109707
Approved by: maintainer timeout (19 days)
Notes:
svn path=/head/; revision=187755
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when multiple db ports are installed
- Patch to explicitly link with included libpub.a, instead of one in /usr/local
- Patch to never rebuild documentation, the full copy is included
PR: ports/106790
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: maintainer timeout (sergei; 1 month)
Notes:
svn path=/head/; revision=183223
|
|
|
|
| |
Notes:
svn path=/head/; revision=175098
|
|
|
|
|
|
|
| |
Forgotten by: cvs(1)
Notes:
svn path=/head/; revision=175080
|
|
|
|
|
|
|
|
|
|
|
|
| |
synced with sysutils/cfengine2 which it is going to replace.
The reason for that is Cfengine 2.x being the stable version now,
so the need for keeping both old 1.x (sysutils/cfengine) and the new
2.x (sysutils/cfengine2) has been obsoleted.
This is currently disconnected from the build.
Notes:
svn path=/head/; revision=175079
|
|
|
|
|
|
|
|
|
|
|
| |
and has expired on 2005-09-14.
Any cfengine-1.x users should consider migrating to cfengine-2.x
(sysutils/cfengine2).
Approved by: gordon (maintainer)
Notes:
svn path=/head/; revision=145920
|
|
|
|
|
|
|
|
|
|
| |
- Set EXPIRATION_DATE to 6 months from now
- Set NO_LATEST_LINK
Approved by: gordon (maintainer) on freebsd-ports
Notes:
svn path=/head/; revision=131209
|
|
|
|
|
|
|
|
| |
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
Notes:
svn path=/head/; revision=126967
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Approved by: gordon (MAINTAINER)
Notes:
svn path=/head/; revision=75812
|
|
|
|
|
|
|
|
|
|
| |
package building. The solution is to force it back to creating a monolithic
html file.
Submitted by: kris
Notes:
svn path=/head/; revision=66715
|
|
|
|
| |
Notes:
svn path=/head/; revision=66670
|
|
|
|
|
|
|
|
| |
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
Notes:
svn path=/head/; revision=64836
|
|
|
|
|
|
|
|
| |
PR: ports/41123
Submitted by: fanf@
Notes:
svn path=/head/; revision=63708
|
|
|
|
|
|
|
| |
Not Reviewed by: jake
Notes:
svn path=/head/; revision=59459
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
authoritative FTP site for cfengine. Also remove the dependence on teTex
while port building since it is fscking huge and ugly. When package
building, add the dependence on teTex so more docs are available in the
package.
PR: 37239
Submitted by: maintainer
Notes:
svn path=/head/; revision=57900
|
|
|
|
|
|
|
|
| |
Remove strip commands from post-install target: binaries are stripped
without this hack.
Notes:
svn path=/head/; revision=52712
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Notes:
svn path=/head/; revision=52646
|
|
|
|
|
|
|
| |
${AUTOHEADER}.
Notes:
svn path=/head/; revision=51608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cfengine deadlocking in the resolver due to being linked against libc_r
* cfd issuing 'ioctl: No such network device' whenever it is invoked.
change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>
PR: 29649
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=46366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In fact, the only thing (that I can tell anyway) that uses the DB functions is
cfd. I'm guessing most people don't use it, especially since I haven't heard
any complaints about it.
Also, it was putting some of the docs in / (for some really strange reason).
That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine,
depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the
amount of changes less).
Finally, strip the binaries.
PR: 26189
Submitted by: maintainer
Notes:
svn path=/head/; revision=40737
|
|
|
|
|
|
|
|
|
|
| |
- Take over maintainership
PR: 25316
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Notes:
svn path=/head/; revision=38684
|
|
|
|
|
|
|
|
| |
PR: 24556
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=37484
|
|
|
|
|
|
|
|
|
| |
Remove old maintainer for inactivity.
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
Notes:
svn path=/head/; revision=37381
|
|
|
|
| |
Notes:
svn path=/head/; revision=33880
|
|
|
|
|
|
|
| |
Submitted by: Pekka Savola <pekkas@NETCORE.FI> via bugtraq
Notes:
svn path=/head/; revision=33700
|
|
|
|
|
|
|
|
| |
script generated with configure 1.12, which has a POSIX-related IFS bug
and doesn't completely work with modern shells.
Notes:
svn path=/head/; revision=32180
|
|
|
|
|
|
|
| |
Submitted by: Steve Sizemore <steve@cmpharm.ucsf.edu>
Notes:
svn path=/head/; revision=28005
|
|
|
|
| |
Notes:
svn path=/head/; revision=27887
|
|
|
|
| |
Notes:
svn path=/head/; revision=27427
|
|
|
|
| |
Notes:
svn path=/head/; revision=22717
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21144
|
|
|
|
| |
Notes:
svn path=/head/; revision=19823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=16378
|
|
|
|
| |
Notes:
svn path=/head/; revision=15240
|