aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and standardize port structure.Cy Schubert2015-11-041-27/+7
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=400730
* As of r399238, when the heimdal port option was selected, this port didCy Schubert2015-11-031-2/+4
| | | | | | | | | | | | | not build properly. Prior to r399238, even if the heimdal port was installed, the base krb5 libraries and include files were used. This is because ports/security/heimdal places its libraries in ${LOCALBASE}/lib/heimdal and include files in ${LOCALBASE}/include/heimdal, which this port does not look for (unless told to do so... by this commit). Discovered by: marino Notes: svn path=/head/; revision=400684
* Fix Kerberos selection option and USES.Cy Schubert2015-10-311-2/+3
| | | | Notes: svn path=/head/; revision=400565
* Replace HEIMDAL option with HEIMDAL_PORTS and HEIMDAL_BASE.Cy Schubert2015-10-141-6/+17
| | | | Notes: svn path=/head/; revision=399238
* Update 4.6 --> 4.7Cy Schubert2015-10-142-4/+3
| | | | Notes: svn path=/head/; revision=399237
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Drop @dirrm* from plistDmitry Marakasov2015-07-301-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393278
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-052-3/+3
| | | | Notes: svn path=/head/; revision=367381
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Fix build error.Cy Schubert2014-07-081-1/+2
| | | | | | | Submitted by: brd Notes: svn path=/head/; revision=361281
* Optionify.Cy Schubert2014-06-271-4/+11
| | | | Notes: svn path=/head/; revision=359455
* Support stage.Cy Schubert2014-06-262-7/+5
| | | | Notes: svn path=/head/; revision=359411
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355321
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+1
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326998
* - Remove needless quoting of BROKEN/IGNOREBryan Drewery2013-03-161-6/+2
| | | | | | | | | | - Trim headers PR: ports/168908 With hat: portmgr Notes: svn path=/head/; revision=314333
* Update pam_krb5 from 4.4 to 4.6.Cy Schubert2012-10-312-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306749
* - Document CONFLICTS with security/pam_krb5-rhRyan Steinmetz2011-10-311-1/+3
| | | | | | | - Pacify portlint(1) while here Notes: svn path=/head/; revision=284810
* - 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
* Conditionally remove lib/security.Cy Schubert2011-06-072-0/+2
| | | | | | | | PR: 157676 Submitted by: Benjamin Lee <ben@b1c1l1.com> Notes: svn path=/head/; revision=275170
* Add archive master site, in the case when a new pam_krb5 is released and thisCy Schubert2011-05-121-1/+2
| | | | | | | | | port has not been updated yet. Submitted by: "Kevin Thompson" <antiduh@csh.rit.edu> Notes: svn path=/head/; revision=273986
* Update 4.3 --> 4.4Cy Schubert2011-05-112-4/+3
| | | | Notes: svn path=/head/; revision=273976
* Update 4.2 --> 4.3Cy Schubert2010-11-052-4/+4
| | | | Notes: svn path=/head/; revision=264118
* Update 1.3.r7 --> 4.2.Cy Schubert2010-05-056-46/+11
| | | | | | | | PR: 146072 Submitted by: plosher Notes: svn path=/head/; revision=253719
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+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
* Make IGNORE message more relevant.Cy Schubert2009-05-081-1/+1
| | | | Notes: svn path=/head/; revision=233418
* Due to popular demand, remove the depricated designation. This port will notCy Schubert2009-05-081-2/+0
| | | | | | | | | be removed. Requested by: plosher Notes: svn path=/head/; revision=233417
* Mark this port deprecated. Pam_krb5 has been in base since FreeBSD 5. It isCy Schubert2009-02-031-0/+2
| | | | | | | set to expire August 31, 2009. Notes: svn path=/head/; revision=227568
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+4
| | | | Notes: svn path=/head/; revision=200791
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - 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
* - Chase shared library version bump in security/heimdal.Shaun Amott2006-10-051-2/+2
| | | | | | | - Remove 4.x-specific BROKEN in net/arla (caused by heimdal). Notes: svn path=/head/; revision=174552
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-2/+2
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanErwin Lansing2006-06-111-1/+0
| | | | | | | | | 2 years ago. Clean out the last traces of it. With hat: portmgr Notes: svn path=/head/; revision=165111
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* Fix fetch from main SF mirrors and include additional ones too byBill Fenner2005-12-131-13/+2
| | | | | | | just using MASTER_SITE_SOURCEFORGE_EXTENDED. Notes: svn path=/head/; revision=151071
* - Fix libkrb5.so library version.Florent Thoumie2005-06-051-2/+2
| | | | | | | | | PR: ports/67183 Submitted by: Oleg Sharoiko <os@rsu.ru> Approved by: maintainer timeout (1 year) Notes: svn path=/head/; revision=136871
* Change default status if no configuration is given from BROKEN to IGNORE.Mark Linimon2004-06-291-1/+1
| | | | | | | | | This saves a bogus build cycle on bento/pointyhat. No response from maintainer for some time. Notes: svn path=/head/; revision=112524
* Add missing manpagesKris Kennaway2004-04-151-1/+2
| | | | Notes: svn path=/head/; revision=107099
* Change BROKEN to IGNORE because this package actually still builds on 5.xKris Kennaway2004-02-161-1/+1
| | | | | | | (but removes the system pam_krb module) Notes: svn path=/head/; revision=101027
* 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
* Heimdal installs libkrb5.so.19, not libkrb5.so.18.Cy Schubert2004-02-011-1/+1
| | | | | | | Noticed by: "Andrey Beresovsky" <and@rsu.ru> Notes: svn path=/head/; revision=99696
* 1. Reorganize MASTER_SITES, use MASTER_SITE_SOURCEFORGE.Cy Schubert2004-01-312-11/+14
| | | | | | | | 2. Remove duplicate MASTER_SITE. 3. USE_SIZE. Notes: svn path=/head/; revision=99581
* 1. Update 1.0.3 --> 1.3-rc7Cy Schubert2004-01-296-24/+48
| | | | | | | | | 2. Update master site list 3. As 5.x already ships with it's own pam_krb5, configure the port to only install on 4.x systems. Notes: svn path=/head/; revision=99427
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Resurrect pam_krb5 for MIT KRB5.Cy Schubert2003-02-126-0/+76
| | | | | | | Approved by: nectar Notes: svn path=/head/; revision=75340
* Remove this port. The pam_krb5 in the base system should be utilized.Jacques Vidrine2003-02-056-76/+0
| | | | Notes: svn path=/head/; revision=74892
* port needs pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69503
* Add missing <syslog.h>. Noticed in -CURRENT.Jacques Vidrine2002-09-071-0/+12
| | | | Notes: svn path=/head/; revision=65785