aboutsummaryrefslogtreecommitdiff
path: root/www/netrik
Commit message (Collapse)AuthorAgeFilesLines
* UnbreakAntoine Brodin2014-07-041-4/+0
| | | | | | | Pointyhat: adamw Notes: svn path=/head/; revision=360696
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360680
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESMartin Wilke2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348295
* - Stage supportMartin Wilke2014-01-281-5/+3
| | | | Notes: svn path=/head/; revision=341562
* The word 'very' has no place in COMMENTEitan Adler2013-10-311-1/+1
| | | | | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object. Notes: svn path=/head/; revision=332200
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-7/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-1/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Update to 1.16.1 release.Alex Dupre2009-06-222-5/+7
| | | | Notes: svn path=/head/; revision=236454
* Update to 1.16 release.Alex Dupre2008-10-262-6/+5
| | | | Notes: svn path=/head/; revision=222085
* Update to 1.15.8 release.Alex Dupre2008-09-232-5/+4
| | | | Notes: svn path=/head/; revision=220496
* 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-0/+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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Update to 1.15.7 release.Alex Dupre2008-01-312-4/+4
| | | | Notes: svn path=/head/; revision=206530
* Update to 1.15.6 release.Alex Dupre2007-10-162-4/+4
| | | | Notes: svn path=/head/; revision=201549
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.15.5 release:Alex Dupre2006-12-183-44/+8
| | | | | | | | - drop support for FreeBSD < 4.x - remove pkg-plist Notes: svn path=/head/; revision=180106
* Update to 1.15.4 release.Alex Dupre2006-11-012-5/+5
| | | | Notes: svn path=/head/; revision=176055
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-3/+0
| | | | Notes: svn path=/head/; revision=162218
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 1.15.3 release.Alex Dupre2005-03-172-3/+3
| | | | Notes: svn path=/head/; revision=131485
* Update to 1.15.2 release:Alex Dupre2004-11-153-36/+47
| | | | | | | - Respect NOPORTDOCS Notes: svn path=/head/; revision=121646
* Update to 1.15.1 release.Alex Dupre2004-08-232-3/+3
| | | | Notes: svn path=/head/; revision=117124
* Update to 1.15.0 release.Alex Dupre2004-04-282-4/+4
| | | | Notes: svn path=/head/; revision=107891
* Update to 1.14.0 release.Alex Dupre2004-04-192-3/+3
| | | | Notes: svn path=/head/; revision=107597
* Update to 1.13.0 release.Alex Dupre2004-03-052-3/+3
| | | | Notes: svn path=/head/; revision=103031
* Update to 1.21.1 release.Alex Dupre2004-02-223-36/+37
| | | | Notes: svn path=/head/; revision=101714
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-2/+3
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=98462
* Update to 1.12.0.Norikatsu Shigemura2003-09-082-2/+2
| | | | | | | | PR: ports/56586 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=88758
* Update to 1.11.Norikatsu Shigemura2003-08-282-2/+2
| | | | | | | | PR: ports/56050 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=87822
* update www/netrik: 1.10.2 -> 1.10.3Daichi GOTO2003-08-052-2/+2
| | | | | | | | PR: 55260 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=86325
* Update to 1.10.2Sergey A. Osokin2003-06-062-2/+2
| | | | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: 52998 Approved by: fjoe (mentor) Notes: svn path=/head/; revision=82401
* Update to 1.10.0.Pete Fritchman2003-05-103-2/+4
| | | | | | | | PR: 51841 Submitted by: maintainer Notes: svn path=/head/; revision=80632
* Update to 1.9.0Tilman Keskinoz2003-04-282-7/+3
| | | | | | | | | | USE_GETOPT_LONG PR: 51432 Submitted by: maintainer Notes: svn path=/head/; revision=79793
* Update to 1.8.0 and get a maintainer.Daniel Harris2003-04-233-9/+17
| | | | | | | | PR: 51282 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=79528
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Update to 1.2.1.Mark Pulford2003-02-143-18/+13
| | | | | | | | PR: 47488 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=75503
* fix MAINTAINTER to ports@FreeBSD.orgDirk Meyer2003-01-021-1/+1
| | | | | | | | PR: 46686 Submitted by: erwin@lansing.dk Notes: svn path=/head/; revision=72250
* Another text mode browser.Alan Eldridge2003-01-016-0/+75
Notes: svn path=/head/; revision=72024