aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmrss
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove libcurl.so.7 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428136
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add LICENSEDmitry Marakasov2015-02-211-0/+4
| | | | | | | - Strip library Notes: svn path=/head/; revision=379516
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* - Switch textproc/libnxml to USES=libtool, drop .la filesDmitry Marakasov2014-08-051-1/+1
| | | | | | | | | | - Switch to USES=pathfix - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=364112
* textproc/libmrss: Add USES=libtool and bump dependent portsTijl Coosemans2014-07-032-5/+5
| | | | | | | textproc/libmrss-php: Add USES=libtool and support staging Notes: svn path=/head/; revision=360359
* * Support stagingMathieu Arnold2014-01-211-3/+2
| | | | | | | | | * New LIB_DEPENDS format Sponsored by: Absolight Notes: svn path=/head/; revision=340558
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Trim headerBaptiste Daroussin2012-12-053-36/+8
| | | | | | | | | | | | | | | | - Drop shlib ABI version numbers from LIB_DEPENDS - Split the php bindings into a separate ports as building was a different procedure anyway - Fix buidling the php with recent php - Drop article from COMMENT PR: ports/170776 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approved by: clsung (maintainer timeout) Feature safe: yes Notes: svn path=/head/; revision=308338
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Mark BROKEN: does not compilePav Lucistnik2012-05-281-0/+1
| | | | | | | | | | /work/a/ports/textproc/libmrss/work/libmrss-0.19.2/phpmrss/php.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mrss_functions' /work/a/ports/textproc/libmrss/work/libmrss-0.19.2/phpmrss/php.c:92: error: 'mrss_functions' undeclared here (not in a function) Reported by: pointyhat Notes: svn path=/head/; revision=297621
* - 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
* Fix build on clang.Vanilla I. Shu2011-08-031-1/+1
| | | | | | | Submitted by: clsung@ (maintainer) Notes: svn path=/head/; revision=278837
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Fix dependency and INDEX.Alex Dupre2010-04-091-1/+1
| | | | Notes: svn path=/head/; revision=252487
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.19.2Cheng-Lung Sung2008-09-262-5/+4
| | | | Notes: svn path=/head/; revision=220833
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Upgrade to 0.19.1.Vanilla I. Shu2008-03-012-4/+4
| | | | | | | Approved by: maintainer (clsung@) Notes: svn path=/head/; revision=208238
* Upgrade to 0.19.0.Vanilla I. Shu2008-01-304-26/+7
| | | | | | | Approved by: maintainer (clsung@) Notes: svn path=/head/; revision=206413
* Add a patch to avoid memory leak on php extension.Vanilla I. Shu2007-12-202-1/+20
| | | | | | | Approved by: clsung@ Notes: svn path=/head/; revision=204170
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - add support to phpCheng-Lung Sung2007-07-312-1/+21
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=196789
* - fetchableCheng-Lung Sung2007-07-201-1/+1
| | | | | | | Submitted by: sat@ Notes: svn path=/head/; revision=195937
* - Update to 0.18.0Cheng-Lung Sung2007-07-185-36/+6
| | | | | | | - fix unfetchable Notes: svn path=/head/; revision=195822
* - Update to 0.17.2Cheng-Lung Sung2007-05-252-4/+4
| | | | | | | | PR: ports/112458 Submitted by: novel Notes: svn path=/head/; revision=191745
* - Update to 0.17.1Cheng-Lung Sung2007-04-264-4/+34
| | | | | | | | - FreeBSD currently lacks of 'newlocale/freelocale/strftime_l' support, so patch it. Notes: svn path=/head/; revision=190897
* - Update to 0.17Cheng-Lung Sung2007-02-192-4/+4
| | | | Notes: svn path=/head/; revision=185503
* mRss is a C library for parsing, writing and creating RSS files or streams.Cheng-Lung Sung2007-01-024-0/+44
WWW: http://www2.autistici.org/bakunin/libmrss/doc/ Notes: svn path=/head/; revision=181257