aboutsummaryrefslogtreecommitdiff
path: root/devel/gindent/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Apply two bug fixes from John Hein:Johan van Selst2010-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-3/+2
| | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* *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-251-1/+8
| | | | Notes: svn path=/head/; revision=105227
* - Update to version 2.2.9Kirill Ponomarev2004-03-011-10/+8
| | | | | | | | 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
* 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-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | 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-061-0/+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-181-3/+11
| | | | | | | | | | Honor NOPORTDOCS. PR: 42878 Submitted by: Ports Fury Notes: svn path=/head/; revision=66596
* Update to 2.2.8aPatrick Li2002-07-151-3/+3
| | | | | | | | 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 to 2.2.8Ying-Chieh Liao2002-06-251-3/+8
| | | | Notes: svn path=/head/; revision=61905
* To ports@freebsd.org.David E. O'Brien2002-06-081-1/+1
| | | | Notes: svn path=/head/; revision=60872
* Make the Berkeley options the default vs. the GNU ones.David E. O'Brien2000-12-191-1/+3
| | | | | | | | 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-211-10/+5
| | | | | | | | 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
* 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-011-6/+7
| | | | 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-011-3/+3
| | | | Notes: svn path=/head/; revision=20425
* Update to 2.1.1 and install as 'gindent' instead of 'indent'Chris Piazza1999-07-161-3/+8
| | | | Notes: svn path=/head/; revision=20225
* Update to 2.1.0Chris Piazza1999-07-091-3/+3
| | | | | | | | 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-281-9/+10
| | | | Notes: svn path=/head/; revision=19877
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-8/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* GNU's indent.David E. O'Brien1997-08-291-0/+31
PR: ports/4406 Submitted by: Kapil Chowksey <kchowksey@hss.hns.com> Notes: svn path=/head/; revision=7721