summaryrefslogtreecommitdiff
path: root/devel/gindent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply two bug fixes from John Hein:Johan van Selst2010-06-276-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* - Update to version 2.2.10Johan van Selst2009-03-084-24/+28
| | | | | | | | | 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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
* Revert previous commit, I overlapped with the fixKris Kennaway2007-05-271-4/+0
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=192080
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* Fix the build of GNU indent with gcc 4.2.Giorgos Keramidas2007-05-251-0/+11
| | | | | | | | PR: ports/112841 Approved by: pav Notes: svn path=/head/; revision=191758
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-12/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove directories that are not in mtree fileRong-En Fan2006-08-151-0/+12
| | | | | | | | | | | | Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. These affected ports are belong to ports@. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=170674
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* *sigh* This is why even cursory inspections of diffs is a goodAdam Weinberger2005-04-121-10/+0
| | | | | | | idea. Remove the re-added CVS conflict lines. Notes: svn path=/head/; revision=133117
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-0/+10
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Remove CVS conflict lines from David's ARCH sweep.Adam Weinberger2005-04-111-10/+0
| | | | Notes: svn path=/head/; revision=133006
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+11
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Support WITHOUT_NLSKris Kennaway2004-03-252-21/+28
| | | | Notes: svn path=/head/; revision=105227
* Per distfile survey, old mastersite disappeared: just use the masterMark Linimon2004-03-221-1/+1
| | | | | | | one on the GNU website. Notes: svn path=/head/; revision=104953
* - Update to version 2.2.9Kirill Ponomarev2004-03-014-34/+27
| | | | | | | | PR: ports/63590 Submitted by: Ports Fury Notes: svn path=/head/; revision=102660
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | 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
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* OK, I *promise* I will test my next five or six changes beforePeter Pentchev2002-09-181-1/+1
| | | | | | | | | | | | | | 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
* Support CFLAGS/CXXFLAGS properly.Peter Pentchev2002-09-183-14/+26
| | | | | | | | | | Honor NOPORTDOCS. PR: 42878 Submitted by: Ports Fury Notes: svn path=/head/; revision=66596
* Update to 2.2.8aPatrick Li2002-07-155-20/+10
| | | | | | | | PR: ports/40566 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62957
* fix malloc.h bug in -currentYing-Chieh Liao2002-07-131-0/+5
| | | | | | | | PR: 40346 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=62897
* upgrade WWWYing-Chieh Liao2002-06-251-1/+1
| | | | Notes: svn path=/head/; revision=61906
* upgrade to 2.2.8Ying-Chieh Liao2002-06-258-180/+207
| | | | Notes: svn path=/head/; revision=61905
* To ports@freebsd.org.David E. O'Brien2002-06-081-1/+1
| | | | Notes: svn path=/head/; revision=60872
* Default to KNF.David E. O'Brien2001-04-202-17/+121
| | | | Notes: svn path=/head/; revision=41697
* Make the Berkeley options the default vs. the GNU ones.David E. O'Brien2000-12-192-1/+115
| | | | | | | | 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
* Update to version 2.2.6Kevin Lo2000-11-214-23/+18
| | | | | | | | PR: 22989 Submitted by: Ports Fury Notes: svn path=/head/; revision=35315
* Remove kchowksey@hss.hns.com as MAINTAINER; email has beenBill Fenner2000-08-281-2/+0
| | | | | | | bouncing for 4 months. Notes: svn path=/head/; revision=32066
* (1) /usr/share/info/dir was renamed to dir-tmpl.Satoshi Taoka2000-07-191-1/+0
| | | | | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=30867
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* remove testing for ${PREFIX}/info/dirMichael Haro1999-10-121-3/+0
| | | | Notes: svn path=/head/; revision=22369
* Update to gindent ver 2.2.2Chris Piazza1999-10-012-7/+8
| | | | Notes: svn path=/head/; revision=22095
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Update to 2.2.0Chris Piazza1999-08-012-4/+4
| | | | Notes: svn path=/head/; revision=20425
* Update to 2.1.1 and install as 'gindent' instead of 'indent'Chris Piazza1999-07-163-5/+10
| | | | Notes: svn path=/head/; revision=20225
* Update to 2.1.0Chris Piazza1999-07-092-4/+4
| | | | | | | | PR: 12562 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Notes: svn path=/head/; revision=20127
* Update gnu indent to 1.10.0, the first released version in 5 years.Chris Piazza1999-06-284-20/+21
| | | | Notes: svn path=/head/; revision=19877
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799