| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) fix 'indent -npro -nip' when compiled with BERKELEY_DEFAULTS
symptom:
command line: unknown option "nhnl"
Note that the "nhnl" above is just luck due to layout by the compiler.
It could be random garbage.
explanation: PRO_SETTINGS lists need to be terminated with two nulls.
2) fix error message for args prefixed with '--',
like 'indent -npro --no-such-arg'
symptom:
command line: unknown option "-no-such-arg"
explanation: the error message uses 'option - 1' instead of
'option - option_length' and -- options have option_length == 2.
Note that the update looks more complicated than just this patch,
because the original port patches were re-aligned as well. John has
submitted his patches upstream as well.
Submitted by: John Hein <jhein@symmetricom.com>
Feature safe: yes
Notes:
svn path=/head/; revision=257068
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250234
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244490
|
|
|
|
|
|
|
|
|
| |
http://indent.isidore-it.eu/beautify.html
- Take over maintainership
- Don't rebuild html docs (remove implicit build dep. on texi2html)
Notes:
svn path=/head/; revision=229674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
Submitted by: pav
Notes:
svn path=/head/; revision=192080
|
|
|
|
| |
Notes:
svn path=/head/; revision=191950
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
|
|
|
| |
idea. Remove the re-added CVS conflict lines.
Notes:
svn path=/head/; revision=133117
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
| |
Notes:
svn path=/head/; revision=133006
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=105227
|
|
|
|
|
|
|
|
| |
PR: ports/63590
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=102660
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
committing them! :)
Fix the misspelled addition of NOPORTDOCS check in the post-install
target; 'defiend', indeed! I wonder if that was some kind of Freudian
thing.. is 'defiend' something like 'debug', but for the very-very-very
big bad bugs?
Submitted by: Dan Langille <dan@langille.org>,
Tadayuki OKADA <tadayuki.okada@windriver.com>
Notes:
svn path=/head/; revision=66607
|
|
|
|
|
|
|
|
|
|
| |
Honor NOPORTDOCS.
PR: 42878
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=66596
|
|
|
|
|
|
|
|
| |
PR: ports/40566
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes:
svn path=/head/; revision=62957
|
|
|
|
|
|
|
|
| |
PR: 40346
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Notes:
svn path=/head/; revision=62897
|
|
|
|
| |
Notes:
svn path=/head/; revision=61905
|
|
|
|
| |
Notes:
svn path=/head/; revision=60872
|
|
|
|
|
|
|
|
| |
Add -knf for FreeBSD's use.
Remove duplicated code that wasn't kept in-sync by using some macros.
Notes:
svn path=/head/; revision=36137
|
|
|
|
|
|
|
|
| |
PR: 22989
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=35315
|
|
|
|
|
|
|
| |
bouncing for 4 months.
Notes:
svn path=/head/; revision=32066
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=22369
|
|
|
|
| |
Notes:
svn path=/head/; revision=22095
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
| |
Notes:
svn path=/head/; revision=20425
|
|
|
|
| |
Notes:
svn path=/head/; revision=20225
|
|
|
|
|
|
|
|
| |
PR: 12562
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
Notes:
svn path=/head/; revision=20127
|
|
|
|
| |
Notes:
svn path=/head/; revision=19877
|
|
|
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
Notes:
svn path=/head/; revision=19223
|
|
|
|
| |
Notes:
svn path=/head/; revision=16378
|
|
PR: ports/4406
Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
Notes:
svn path=/head/; revision=7721
|