aboutsummaryrefslogtreecommitdiff
path: root/devel/libassa/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Convert devel to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316333
* 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 Makefile headersWen Heping2013-01-121-7/+2
| | | | | | | | | | - Pass maintainership to submitter PR: 175184 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> Notes: svn path=/head/; revision=310267
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+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
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+3
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200770
* - Update to 3.4.2-2 (bugfix release)Stanislav Sedov2006-11-021-3/+11
| | | | | | | | - Install assa-genesis manpage (debian) - Change my email Notes: svn path=/head/; revision=176141
* Now builds on sparc64Kris Kennaway2006-09-171-4/+0
| | | | Notes: svn path=/head/; revision=173262
* - Update to 3.4.2Rong-En Fan2006-09-071-1/+1
| | | | | | | | PR: ports/102936 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer) Notes: svn path=/head/; revision=172472
* - Update to 3.4.1Rong-En Fan2006-08-141-11/+8
| | | | | | | | | | | | - Replace deprecated variables (INSTALLS_SHLIB) - Pet portlint(1) for BROKEN msg - Pass maintainership to submitter PR: ports/101945 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=170605
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* BROKEN on sparc64: Does not buildKris Kennaway2005-08-311-0/+4
| | | | Notes: svn path=/head/; revision=141529
* Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not ↵Volker Stolz2005-07-281-1/+7
| | | | | | | | | help Noticed by: cluster Notes: svn path=/head/; revision=140328
* Upgrade to 3.3.2.Vanilla I. Shu2005-07-221-1/+1
| | | | Notes: svn path=/head/; revision=139906
* Don't attempt to use libtool before it is installed.Sam Lawrance2005-06-031-1/+3
| | | | | | | | Reported by: kris Noodlebrain: me Notes: svn path=/head/; revision=136695
* Don't install .la (by copying in system ltmain.sh... again)Sam Lawrance2005-05-301-0/+1
| | | | | | | Obtained from: vs Notes: svn path=/head/; revision=136441
* Build with included libtool (no more static library), as discussed with vs.Sam Lawrance2005-05-271-1/+1
| | | | | | | Approved by: clement (mentor, implicit) Notes: svn path=/head/; revision=136273
* No need to copy ${LTMAIN} into wrksrc. Fixes package build.Sam Lawrance2005-05-271-1/+0
| | | | | | | Approved by: clement (mentor, implicit) Notes: svn path=/head/; revision=136239
* Drop another large wad (several Mb) of static libsVolker Stolz2005-05-251-1/+2
| | | | Notes: svn path=/head/; revision=136089
* Now builds on sparc64Kris Kennaway2005-04-301-7/+1
| | | | Notes: svn path=/head/; revision=134391
* Update to version 3.3.0Kirill Ponomarev2005-04-051-7/+8
| | | | | | | | PR: ports/79469 Submitted by: Ports Fury Notes: svn path=/head/; revision=132542
* BROKEN on sparc64: Does not buildKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132011
* - add USE_GCC=3.3 when default gcc is 3.4Yen-Ming Lee2004-11-031-1/+1
| | | | Notes: svn path=/head/; revision=120688
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-1/+7
| | | | Notes: svn path=/head/; revision=116342
* Fix build on AMD64Tilman Keskinoz2004-03-291-7/+1
| | | | Notes: svn path=/head/; revision=105600
* BROKEN on !i386: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101811
* add libassa 3.2.0Ying-Chieh Liao2003-12-251-0/+22
An C++ networking library and application framework Notes: svn path=/head/; revision=96560