aboutsummaryrefslogtreecommitdiff
path: root/net/openslp
Commit message (Collapse)AuthorAgeFilesLines
* net/openslp: Add CPE informationBernhard Froehlich2021-08-151-1/+1
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix the build with OpenSSL 1.1.1.Joe Marcus Clarke2018-11-021-0/+22
| | | | | | | | PR: 232805 Submitted by: osidorkin@gmail.com Notes: svn path=/head/; revision=483791
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* A change in openslp gets openldap into problems:Palle Girgensohn2016-08-101-0/+2
| | | | | | | | | | | | http://www.openldap.org/lists/openldap-bugs/201510/msg00045.html Let openslp port add CPPFLAGS=-DHAVE_STRNCASECMP until openldap fixes this. Approved by: maintainer Notes: svn path=/head/; revision=420039
* net/openslp: USES=alias so DragonFly can build latest versionJohn Marino2015-10-011-1/+1
| | | | Notes: svn path=/head/; revision=398281
* Update to 2.0.0.Joe Marcus Clarke2015-09-206-139/+83
| | | | Notes: svn path=/head/; revision=397472
* - Use option helpersAntoine Brodin2014-11-112-31/+8
| | | | | | | | | - Use @sample keyword - Use COPYTREE_SHARE instead of handrolling - Cleanup plist Notes: svn path=/head/; revision=372469
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* - Convert to USES=libtoolTijl Coosemans2014-07-092-3/+4
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361407
* - Stage supportMartin Wilke2014-02-121-1/+0
| | | | Notes: svn path=/head/; revision=343862
* - Stage supportMartin Wilke2014-02-091-6/+5
| | | | Notes: svn path=/head/; revision=343443
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert to new options frameworkBaptiste Daroussin2013-06-041-12/+9
| | | | | | | While here trim parts related to unsupported FreeBSD versions Notes: svn path=/head/; revision=319824
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Make use of the new old world rc order, and install the slpd rc.d scriptJoe Marcus Clarke2008-10-223-33/+2
| | | | | | | | | | properly. PR: 126726 Submitted by: "Joseph S. Atkinson" <jsa@dmz.wickedmachine.net> Notes: svn path=/head/; revision=221893
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Remove the FreeBSD keyword, and add shutdown instead.Joe Marcus Clarke2006-01-082-2/+2
| | | | Notes: svn path=/head/; revision=153087
* 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
* Fix the slpd build now that the slp_net.o object has been moved to a newJoe Marcus Clarke2005-07-131-0/+17
| | | | | | | | | | private library. Submitted by: mi Pointy hat to: me Notes: svn path=/head/; revision=139015
* Add another object file into libslp.so so a missing symbol,Joe Marcus Clarke2005-07-122-0/+37
| | | | | | | | | SLPNetGetThisHostname, is properly defined. Submitted by: mi Notes: svn path=/head/; revision=139008
* * Update to 1.2.1Joe Marcus Clarke2005-07-046-127/+95
| | | | | | | | | * Use USE_LIBTOOL_VER * Fix some portlint problems * Convert to OPTIONS Notes: svn path=/head/; revision=138481
* 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
* Use a safer way of initializing default rc.d variables.Joe Marcus Clarke2004-07-262-6/+6
| | | | | | | Submitted by: mtm Notes: svn path=/head/; revision=114799
* Properly setup rc.d default macros.Joe Marcus Clarke2004-07-212-6/+6
| | | | | | | Reminded by: eik Notes: svn path=/head/; revision=114365
* RCng'ify OpenSLP.Joe Marcus Clarke2004-06-224-40/+50
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=112007
* SIZEifyJoe Marcus Clarke2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104591
* Update to 1.0.11.Joe Marcus Clarke2003-04-032-2/+9
| | | | Notes: svn path=/head/; revision=78020
* De-pkg-comment.Joe Marcus Clarke2003-02-262-1/+1
| | | | Notes: svn path=/head/; revision=76483
* Update to 1.0.10.Joe Marcus Clarke2003-01-092-2/+2
| | | | Notes: svn path=/head/; revision=72823
* Update to 1.0.9a.Joe Marcus Clarke2002-08-073-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. Notes: svn path=/head/; revision=64163
* Change my ports to use my FreeBSD.org address.Joe Marcus Clarke2002-04-051-1/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57352
* update checksumDavid W. Chapman Jr.2002-04-012-1/+2
| | | | | | | | | | Bump PORTREVISION due to reroll and new source PR: 36594 Submitted by: maintainer Notes: svn path=/head/; revision=57098
* Upgrade to 1.0.8a.Vanilla I. Shu2002-03-082-2/+2
| | | | | | | | PR: ports/35664 Submitted by: maintainer Notes: svn path=/head/; revision=55726
* Update to 1.0.7Patrick Li2002-02-084-9/+32
| | | | | | | | PR: 34704 Submitted by: maintainer Notes: svn path=/head/; revision=54335
* Update to 1.0.6Patrick Li2001-12-184-21/+8
| | | | | | | | PR: 32940 Submitted by: maintainer Notes: svn path=/head/; revision=51719
* Add OpenSLP 1.0.2, open-source implementation of the ServiceOKAZAKI Tetsurou2001-09-2910-0/+236
Location Protocol. PR: 30601 Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=48258