aboutsummaryrefslogtreecommitdiffstats
path: root/www/netrik
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:dougb2011-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.
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-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)
* Update to 1.16.1 release.ale2009-06-222-5/+7
|
* Update to 1.16 release.ale2008-10-262-6/+5
|
* Update to 1.15.8 release.ale2008-09-232-5/+4
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* Update to 1.15.7 release.ale2008-02-012-4/+4
|
* Update to 1.15.6 release.ale2007-10-162-4/+4
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-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
* Update to 1.15.5 release:ale2006-12-193-44/+8
| | | | | - drop support for FreeBSD < 4.x - remove pkg-plist
* Update to 1.15.4 release.ale2006-11-012-5/+5
|
* Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-3/+0
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 1.15.3 release.ale2005-03-172-3/+3
|
* Update to 1.15.2 release:ale2004-11-153-36/+47
| | | | - Respect NOPORTDOCS
* Update to 1.15.1 release.ale2004-08-232-3/+3
|
* Update to 1.15.0 release.ale2004-04-292-4/+4
|
* Update to 1.14.0 release.ale2004-04-202-3/+3
|
* Update to 1.13.0 release.ale2004-03-052-3/+3
|
* Update to 1.21.1 release.ale2004-02-223-36/+37
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Switch to my @FreeBSD.org email address.ale2004-01-182-2/+3
| | | | Approved by: nork (mentor)
* Update to 1.12.0.nork2003-09-082-2/+2
| | | | | PR: ports/56586 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 1.11.nork2003-08-282-2/+2
| | | | | PR: ports/56050 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* update www/netrik: 1.10.2 -> 1.10.3daichi2003-08-052-2/+2
| | | | | PR: 55260 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 1.10.2osa2003-06-072-2/+2
| | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> PR: 52998 Approved by: fjoe (mentor)
* Update to 1.10.0.petef2003-05-113-2/+4
| | | | | PR: 51841 Submitted by: maintainer
* Update to 1.9.0arved2003-04-282-7/+3
| | | | | | | USE_GETOPT_LONG PR: 51432 Submitted by: maintainer
* Update to 1.8.0 and get a maintainer.dannyboy2003-04-243-9/+17
| | | | | PR: 51282 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.2.1.markp2003-02-143-18/+13
| | | | | PR: 47488 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* fix MAINTAINTER to ports@FreeBSD.orgdinoex2003-01-031-1/+1
| | | | | PR: 46686 Submitted by: erwin@lansing.dk
* Another text mode browser.alane2003-01-026-0/+75