aboutsummaryrefslogtreecommitdiff
path: root/security/courieruserinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Add staging support, allow it as regular userPawel Pekala2014-07-112-22/+7
| | | | | | | - Switch to PLIST_FILES, PORTDOCS Notes: svn path=/head/; revision=361514
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* security/courier(passd,passwd,userinfo): Unbreak fetch and cleanupJohn Marino2013-07-271-7/+8
| | | | | | | | | | | | | | | | | | The maintainer provided a new download location for his three ports after a site reorganization broke fetching for two of them. In addition to updating the MASTER_SITES, other cleanups where performed: * Trim Headers * Convert USE_GMAKE to USES+=gmake * Convert NOPORTDOCS to options DOCS * Removed unterminated string in courierpassd makefile * Removed empty strings in courierpassd makefile PR: ports/179670 Approved by: bapt / culot (mentors, implicit) Notes: svn path=/head/; revision=323796
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+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
* Add courieruserinfo 1.1.2, user account information retrieval utility.Cheng-Lung Sung2006-07-275-0/+100
PR: ports/100900 Submitted by: Andrew St. Jean <andrew at arda.homeunix.net> Notes: svn path=/head/; revision=168861