aboutsummaryrefslogtreecommitdiffstats
path: root/net/openslp
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES=libtooltijl2014-07-102-3/+4
| | | | - Add INSTALL_TARGET=install-strip
* - Stage supportmiwi2014-02-121-1/+0
|
* - Stage supportmiwi2014-02-091-6/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Convert to new options frameworkbapt2013-06-041-12/+9
| | | | While here trim parts related to unsupported FreeBSD versions
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Make use of the new old world rc order, and install the slpd rc.d scriptmarcus2008-10-223-33/+2
| | | | | | | properly. PR: 126726 Submitted by: "Joseph S. Atkinson" <jsa@dmz.wickedmachine.net>
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Remove the FreeBSD keyword, and add shutdown instead.marcus2006-01-092-2/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Fix the slpd build now that the slp_net.o object has been moved to a newmarcus2005-07-131-0/+17
| | | | | | | private library. Submitted by: mi Pointy hat to: me
* Add another object file into libslp.so so a missing symbol,marcus2005-07-132-0/+37
| | | | | | SLPNetGetThisHostname, is properly defined. Submitted by: mi
* * Update to 1.2.1marcus2005-07-056-127/+95
| | | | | | * Use USE_LIBTOOL_VER * Fix some portlint problems * Convert to OPTIONS
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Use a safer way of initializing default rc.d variables.marcus2004-07-272-6/+6
| | | | Submitted by: mtm
* Properly setup rc.d default macros.marcus2004-07-222-6/+6
| | | | Reminded by: eik
* RCng'ify OpenSLP.marcus2004-06-234-40/+50
| | | | Submitted by: kuriyama
* SIZEifymarcus2004-03-191-0/+1
| | | | Submitted by: trevor
* Update to 1.0.11.marcus2003-04-032-2/+9
|
* De-pkg-comment.marcus2003-02-262-1/+1
|
* Update to 1.0.10.marcus2003-01-102-2/+2
|
* Update to 1.0.9a.marcus2002-08-083-9/+8
| | | | | | * Fix some style nits * Install the RC script as 001slpd.sh.sample so that when enabled, slpd starts before Netatalk's afpd so that afpd can correctly register with slpd.
* Change my ports to use my FreeBSD.org address.marcus2002-04-061-1/+1
| | | | Approved by: sobomax
* update checksumdwcjr2002-04-012-1/+2
| | | | | | | Bump PORTREVISION due to reroll and new source PR: 36594 Submitted by: maintainer
* Upgrade to 1.0.8a.vanilla2002-03-082-2/+2
| | | | | PR: ports/35664 Submitted by: maintainer
* Update to 1.0.7pat2002-02-084-9/+32
| | | | | PR: 34704 Submitted by: maintainer
* Update to 1.0.6pat2001-12-184-21/+8
| | | | | PR: 32940 Submitted by: maintainer
* Add OpenSLP 1.0.2, open-source implementation of the Serviceokazaki2001-09-2910-0/+236
Location Protocol. PR: 30601 Submitted by: Joe Clarke <marcus@marcuscom.com>