aboutsummaryrefslogtreecommitdiff
path: root/security/gss
Commit message (Collapse)AuthorAgeFilesLines
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Mark BROKEN on 9.x:Dmitry Marakasov2015-06-251-0/+2
| | | | | | | | | | | | | | | /usr/bin/make all-recursive Making all in po Error expanding embedded variable. *** [all-recursive] Error code 1 - Fix plist for disabled NLS case Approved by: portmgr blanket Submitted by: pkg-fallout Notes: svn path=/head/; revision=390606
* Cleanup plistAntoine Brodin2014-11-131-1/+0
| | | | Notes: svn path=/head/; revision=372514
* Update gss to 1.0.3 (API+ABI compatible)Johan van Selst2014-10-153-8/+11
| | | | Notes: svn path=/head/; revision=370945
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | | | | Reviewed by: bdrewery Approved by: bdrewery Notes: svn path=/head/; revision=365430
* - Bump PORTREVISION after security/shishi library version changeTijl Coosemans2014-07-071-10/+3
| | | | | | | | | - Add INSTALL_TARGET=install-strip - Remove pre-install (creates directory outside stage area) - Unhide post-install command Notes: svn path=/head/; revision=361121
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360433
* Enable stage support + minor cleanupsJohan van Selst2014-01-113-58/+54
| | | | Notes: svn path=/head/; revision=339422
* 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
* Eradicate USE_GNOME=pkgconfig from securityBaptiste Daroussin2013-08-311-8/+3
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325745
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Convert to new options frameworkJohan van Selst2012-06-271-6/+6
| | | | Notes: svn path=/head/; revision=300111
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Update gss to 1.0.2Johan van Selst2011-11-303-4/+7
| | | | | | | | | - Touch doc/Makefile* to prevent unnecessary automake run Feature safe: yes Notes: svn path=/head/; revision=286701
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update gss to 1.0.1Johan van Selst2010-05-244-16/+17
| | | | | | | | - Update MASTER_SITE (GNU) - Note: shlib version bumped Notes: svn path=/head/; revision=254966
* Update to 0.1.5Johan van Selst2010-03-264-5/+12
| | | | | | | This includes a shlib version bump Notes: svn path=/head/; revision=251529
* - Update to 0.1.3Johan van Selst2010-03-183-4/+5
| | | | Notes: svn path=/head/; revision=251200
* Update to 0.1.2Johan van Selst2010-02-263-6/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250364
* Pass maintainership to people that use it.Marcelo Araujo2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250236
* - Update to 0.1.1.Marcelo Araujo2009-06-183-6/+6
| | | | Notes: svn path=/head/; revision=236233
* - Update to 0.0.25.Marcelo Araujo2009-02-272-6/+5
| | | | | | | | | - Update MASTER_SITES. Reported by: miwi (portscout) Notes: svn path=/head/; revision=229194
* - Update to 0.0.24.Marcelo Araujo2008-10-203-6/+8
| | | | Notes: svn path=/head/; revision=221842
* 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 0.0.23.Marcelo Araujo2008-01-032-4/+4
| | | | | | | Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=204910
* - Update to 0.0.22.Marcelo Araujo2007-07-302-5/+4
| | | | | | | Approved by: pav (portmgr, in mentor's absence) Notes: svn path=/head/; revision=196660
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-4/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.0.20Martin Wilke2007-04-202-4/+4
| | | | | | | | | PR: 111879 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=190465
* - Update to 0.0.19Rong-En Fan2007-03-192-6/+10
| | | | | | | | | | - Pass maintainership to submitter PR: ports/108135 (based on) Submitted by: Marcelo Araujo <araujo at bsdmail.org> Notes: svn path=/head/; revision=187697
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* - Update to 0.0.17Marcus Alves Grando2006-05-153-15/+24
| | | | | | | | PR: 97268 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Notes: svn path=/head/; revision=162389
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* upgrade to 0.0.16Ying-Chieh Liao2005-08-304-4/+7
| | | | | | | | PR: 85388 Submitted by: Ports Fury Notes: svn path=/head/; revision=141397
* Update to 0.0.15Kirill Ponomarev2004-11-222-3/+3
| | | | Notes: svn path=/head/; revision=122127
* - Update to 0.0.14Pav Lucistnik2004-10-202-3/+3
| | | | | | | | PR: ports/72823 Submitted by: Ports Fury Notes: svn path=/head/; revision=119847
* Update to version 0.0.13Kirill Ponomarev2004-08-083-3/+7
| | | | | | | | PR: ports/70172 Submitted by: Ports Fury Notes: svn path=/head/; revision=115667
* Update to version 0.0.12Kirill Ponomarev2004-08-023-21/+8
| | | | | | | | PR: ports/69925 Submitted by: Ports Fury Notes: svn path=/head/; revision=115308
* - Update to version 0.0.11Kirill Ponomarev2004-04-284-871/+12
| | | | | | | | PR: ports/65995 Submitted by: Ports Fury Notes: svn path=/head/; revision=107863
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421