aboutsummaryrefslogtreecommitdiff
path: root/misc/dnetc
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/dnetc: add support for powerpc64Tim Bishop2021-01-061-7/+7
| | | | | | | | PR: 252306 Submitted by: pkubaj Notes: svn path=/head/; revision=560526
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCHTobias Kortkamp2019-08-131-1/+1
| | | | | | | | | | | | | | | | Currently they are not checked and something like PORTREVISION=foo or just PORTREVISION= is accepted. Some ports use indirection via custom variables for them so it is worthwhile to check that they are set to sane values. While here fix ports that currently have non-integer PORTREVISION or PORTEPOCH. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21225 Notes: svn path=/head/; revision=508829
* For ports in `misc' category: remove redundant PKGMESSAGE assignment,Alexey Dokuchaev2018-05-051-2/+0
| | | | | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469109
* Sort ARCHs.Mark Linimon2017-06-241-1/+5
| | | | | | | | | | | While here, provide a sane PKGNAME for unimplmented archs. Otherwise you get the construction "dnetc-,1" which, even though the build won't be attempted, looks really strange in the poudriere output. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444230
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-123-26/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431251
* Update versions for 9.x and 10.x.Tim Bishop2016-06-233-0/+24
| | | | Notes: svn path=/head/; revision=417397
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-12-091-13/+3
| | | | Notes: svn path=/head/; revision=374378
* Fix startup script - ${CLIENTUSER} no longer exists.Tim Bishop2014-07-182-6/+6
| | | | Notes: svn path=/head/; revision=362218
* - Stage supportTim Bishop2014-05-098-138/+22
| | | | | | | | | - Remove support for FreeBSD < 8 - Use @sample plist keyword - Use USERS and GROUPS to create login Notes: svn path=/head/; revision=353528
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Update 7.x i386 version: 2.9110.519Tim Bishop2012-01-282-8/+6
| | | | | | | Update 8.x i386 version: 2.9110.519 Notes: svn path=/head/; revision=289932
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update 7.x amd64 version: 2.9110.519Tim Bishop2011-10-224-40/+23
| | | | | | | | | | | Update 8.x amd64 version: 2.9110.519 Update 8.x sparc64 version: 2.9109.518 Drop support for 6.x Use http before ftp in MASTER_SITES Notes: svn path=/head/; revision=284126
* Add 8.x powerpc version: 2.9109.518Tim Bishop2011-01-315-25/+34
| | | | | | | | | | | Add 8.x sparc64 version: 2.9108.517 Update 6.x i386 version: 2.9108.517 Update 7.x i386 version: 2.9108.517 Feature safe: yes Notes: svn path=/head/; revision=268495
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Add 8.x i386 version: 2.9107.516Tim Bishop2010-07-043-11/+27
| | | | | | | | | | | Add 8.x amd64 version: 2.9107.515 Update 7.x amd64 version: 2.9106.513b Update 6.x amd64 version: 2.9106.513 Feature safe: yes Notes: svn path=/head/; revision=257346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Provide some sane defaults for architectures this port does not support.Mark Linimon2010-02-082-12/+6
| | | | | | | | | | | | (The problem is harmless, but makes the 'duds' file on pointyhat look very strange). While here, remove alpha remnants. Approved by: maintainer Notes: svn path=/head/; revision=249421
* Add dnetc_idprio RC flag to run dnetc under idprio with the givenTim Bishop2009-07-262-5/+6
| | | | | | | | | | priority. Not on by default. PR: ports/136958 Submitted by: Martin Lesser <ml-freebsd@bettercom.de> Notes: svn path=/head/; revision=238376
* - Update all versions (apart from alpha) to 2.9103.509.Tim Bishop2009-03-174-29/+28
| | | | Notes: svn path=/head/; revision=230323
* - Update FreeBSD 7 sparc64 client to 2.9103.509.Tim Bishop2009-02-162-0/+9
| | | | Notes: svn path=/head/; revision=228489
* - Update i386 binaries to version 2.9102.508.Tim Bishop2009-01-132-7/+7
| | | | Notes: svn path=/head/; revision=225957
* - Update clients for i386, amd64 and sparc64 to 2.9101.507.Tim Bishop2009-01-064-13/+36
| | | | Notes: svn path=/head/; revision=225323
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-053-17/+0
| | | | Notes: svn path=/head/; revision=225300
* Update 6.x+/i386 version to 2.9015.503.Tim Bishop2007-10-272-17/+8
| | | | | | | Drop 4.x version. Notes: svn path=/head/; revision=202142
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-8/+6
| | | | Notes: svn path=/head/; revision=200761
* - Update i386 binaries to version 2.9013.498.Tim Bishop2006-12-082-10/+21
| | | | Notes: svn path=/head/; revision=179167
* - Pre-release clients are now properly released.Tim Bishop2006-10-072-9/+21
| | | | | | | | - Add client for FreeBSD6/amd64. - Try and tidy the tests for which binary to fetch. Notes: svn path=/head/; revision=174807
* - Add pre-release (just the stable version rebuilt) binaries for FreeBSD 5Tim Bishop2006-06-252-1/+17
| | | | | | | | and FreeBSD 6 on i386 . This removes the need for 4.x compatibility libraries. Notes: svn path=/head/; revision=166277
* Remove code remnants that test for 3.X and earlier releases of FreeBSD.Mark Linimon2006-06-231-4/+0
| | | | | | | | | | The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr Notes: svn path=/head/; revision=166082
* - Update i386 version to 2.9012.497Tim Bishop2006-04-233-16/+8
| | | | | | | - Update amd64 version to 2.9011.496 Notes: svn path=/head/; revision=160248
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Use USE_RC_SUBR properlyTim Bishop2006-01-098-126/+131
| | | | | | | | | | | - Use SUB_LIST/SUB_FILES rather than a bunch of seds - Tidy whitespace in pkg-install and pkg-deinstall scripts - Tidy up rc script and improve tests using ps Approved by: clement (mentor) Notes: svn path=/head/; revision=153123
* - Change maintainer to my @FreeBSD.org address.Tim Bishop2005-12-015-1/+6
| | | | | | | | | - Add SHA256 checksum. Approved by: clement (mentor) Notes: svn path=/head/; revision=150154
* - Use freebsd5 vendor binary for FreeBSD 5+/i386Pav Lucistnik2005-11-024-20/+8
| | | | | | | | | | | - Remove INFO file PR: ports/88250 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=147053
* - Update i386 to v2.9011.496Pav Lucistnik2005-07-064-6/+27
| | | | | | | | | | | - Update amd64 to v2.9010.495 - Support flush, fetch and update commands in rc script PR: ports/83030 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=138582
* Improve RC scripts. The previous script didn't check if the processSergey Matveychuk2004-12-062-4/+13
| | | | | | | | | | | | | | was already running before attempting to start a new one (or if it was running before stopping it). This improved version does the necessary checks. Pointed out by: Radim Kolar PR: ports/74512 Submitted by: maintainer Notes: svn path=/head/; revision=123331
* - Update amd64 binary to 2.9009.494Pav Lucistnik2004-11-153-4/+6
| | | | | | | | | | - Cosmetics in rc script PR: ports/73935 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=121705
* Use RCNGKirill Ponomarev2004-08-253-37/+32
| | | | | | | | | | Minor tidyups PR: ports/70861 Submitted by: maintainer Notes: svn path=/head/; revision=117236
* Update i386 version to 2.9008.491Kirill Ponomarev2004-06-203-4/+6
| | | | | | | | | | Add amd64 version 2.9008.491 PR: ports/68142 Submitted by: maintainer Notes: svn path=/head/; revision=111863
* - Try different approach in supporting of multiple architectures with differentPav Lucistnik2004-06-034-5/+14
| | | | | | | | | | version numbering. Inspired by perforce port. PR: ports/67520 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=110752
* - Give maintainership to submitterPav Lucistnik2004-06-028-61/+87
| | | | | | | | | | | | | - Turn into master slave to allow slaves of different architectures - Remove user/group on deinstall - Install rc script as .sample - Various tweaks PR: ports/67463 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=110672
* - Use fixed UID/GIDPav Lucistnik2004-05-302-4/+4
| | | | Notes: svn path=/head/; revision=110384
* IGNORE: Uses an unregistered uid/gid.Kris Kennaway2004-05-301-0/+2
| | | | Notes: svn path=/head/; revision=110345
* Upgrade to 2.9007.489.Thierry Thomas2004-05-202-4/+4
| | | | | | | | | | | Note: this port is marked ONLY_FOR_ARCHS= i386, but binaries are available for FreeBSD / alpha and sparc64. Anybody interested? PR: ports/66951 Submitted by: Radim Kolar Notes: svn path=/head/; revision=109570