aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ap-utils
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-241-1/+0
| | | | Notes: svn path=/head/; revision=373380
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Stage supportAntoine Brodin2014-05-304-22/+51
| | | | | | | | | - Use options hepers where possible Submitted by: maintainer Notes: svn path=/head/; revision=355799
* Remove trailing whitespaces from category net-mgmtEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345425
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-8/+6
| | | | | | | While here do some conversion to new options framework Notes: svn path=/head/; revision=317503
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - UnbreakMartin Wilke2008-06-011-8/+5
| | | | | | | | | | - Fix build with gcc4.2 Submitted by: miwi Approved by: David Wolfskill (maintainer via private mail) Notes: svn path=/head/; revision=214133
* - Pass maintainership to David Wolfskill <david@catwhisker.org>Martin Wilke2008-06-011-6/+2
| | | | | | | | | | - Use SF macro PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Notes: svn path=/head/; revision=214132
* - Backout from atticMartin Wilke2008-06-015-0/+89
| | | | | | | | PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Notes: svn path=/head/; revision=214129
* 2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappearedMartin Wilke2008-05-305-89/+0
| | | | | | | | | | 2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned 2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead 2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead 2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi Notes: svn path=/head/; revision=213958
* Maintainer reports that this seems to be abandonware, so set DEPRECATED.Mark Linimon2008-02-081-1/+4
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=206879
* BROKEN with gcc 4.2Kris Kennaway2007-05-261-1/+7
| | | | Notes: svn path=/head/; revision=191935
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-7/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix PLIST: Remove locale dirs not contained in BSD.local.distRenato Botelho2006-08-072-1/+8
| | | | | | | | | | | - Bump PORTREVISION PR: ports/101479 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: daniel+aputils at pelleg.org (maintainer) Notes: svn path=/head/; revision=169959
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* BROKEN when WITHOUT_NLS: Does not build without gettextKris Kennaway2006-01-221-0/+1
| | | | Notes: svn path=/head/; revision=154185
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build on 4.xKirill Ponomarev2004-08-091-0/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=115768
* Update to 1.4.1Kirill Ponomarev2004-08-023-9/+16
| | | | | | | | PR: ports/69856 Submitted by: maintainer Notes: svn path=/head/; revision=115242
* - Update to version 1.4Kirill Ponomarev2004-03-063-7/+11
| | | | | | | | PR: ports/63822 Submitted by: maintainer Notes: svn path=/head/; revision=103080
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to 1.3.3Pav Lucistnik2003-12-133-4/+5
| | | | | | | | PR: ports/60208 Submitted by: Dan Pelleg <daniel+aputils@pelleg.org> (maintainer) Notes: svn path=/head/; revision=95736
* - Use system gettext instead of bundled one.Pav Lucistnik2003-11-182-2/+6
| | | | | | | | | PR: ports/58513 Submitted by: Simon Barner <barner@in.tum.de> Approved by: marcus (backup mentor) Notes: svn path=/head/; revision=94300
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.3.1.Mark Pulford2003-02-153-10/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=75572
* upgrade to 1.3Ying-Chieh Liao2003-01-024-22/+5
| | | | | | | | PR: 46085 Submitted by: maintainer Notes: svn path=/head/; revision=72296
* Upgrade to 1.2.Oliver Braun2002-11-126-43/+20
| | | | | | | | PR: ports/45172 Submitted by: maintainer Notes: svn path=/head/; revision=69990
* upgrade to 1.1.1Ying-Chieh Liao2002-10-077-17/+52
| | | | | | | | PR: 43746 Submitted by: maintainer Notes: svn path=/head/; revision=67521
* Update to 1.0.4. Change maintainer to submitter.Mark Pulford2002-08-196-32/+33
| | | | | | | | Submitted by: Dan Pelleg <daniel@pelleg.org> Approved by: previous maintainer Notes: svn path=/head/; revision=64657
* Add ap-utils 1.0.3, amtel wireless access point utilities.Mark Pulford2002-08-045-0/+58
PR: 40719 Submitted by: Jerry A! <jerry@thehutt.org> Notes: svn path=/head/; revision=63944