aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.Adam Weinberger2014-07-0311-85/+29
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360440
* Stage.Adam Weinberger2014-07-031-4/+3
| | | | Notes: svn path=/head/; revision=360438
* Remove unnecessary inclusion of bsd.port.options.mk.Adam Weinberger2014-07-031-6/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360428
* Finish the conversion to OPTIONS helpers.Adam Weinberger2014-07-031-7/+6
| | | | | | | APproved by: portmgr (blanket) Notes: svn path=/head/; revision=360427
* Use OPTIONS helpers.Adam Weinberger2014-07-031-34/+18
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360426
* Fix build with ports version of readlineBaptiste Daroussin2014-07-011-1/+1
| | | | Notes: svn path=/head/; revision=359961
* Mark BROKEN: Fails to install/package with new rexx-reginaAntoine Brodin2014-06-281-0/+2
| | | | | | | | | | | | | | | | | | | /wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl ./preinst.rexx /usr/local/bin/rexxcurl ./demo/testcurl.rexx /wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx Error 13 running "/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl", line 1: Invalid character in program Error 13.1: Invalid character in program "('7f'X)" ... ===> Building package for rexx-curl-1.4_4 pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/getright.rexx): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/httppost.rexx): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/mirror.rexx): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/scp.rexx): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/upload.rexx): No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=359669
* - Unbreak ports, which installed setup.py files due to the messed up argumentMarcus von Appen2014-06-282-8/+2
| | | | | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ Notes: svn path=/head/; revision=359664
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359353
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Update to 4.2.Raphael Kubo da Costa2014-06-172-3/+3
| | | | | | | | PR: 187637 Submitted by: jessefrgsmith@yahoo.ca Notes: svn path=/head/; revision=358189
* Switch to USES=tar:xz.Raphael Kubo da Costa2014-06-171-2/+1
| | | | | | | | PR: 191121 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=358187
* Switch to USE=tar:xz.Raphael Kubo da Costa2014-06-171-2/+1
| | | | | | | | PR: 191125 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=358186
* Switch to USES=tar:xzBrooks Davis2014-06-171-2/+1
| | | | | | | | PR: 191123 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=358120
* Take maintenership of multiple ports (feld@ drop its maintenership)Rodrigo Osorio2014-06-161-1/+1
| | | | | | | | | | | | | | | | | devel/trio editors/poedit ftp/ftpsync net-mgmt/rrdbot sysutils/fusefs-gstfs textproc/smu www/p5-HTML-Template-Associate www/p5-WWW-FreeProxy Submitted by: rodrigo Approved by: bapt (mentor) Notes: svn path=/head/; revision=357983
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-113-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-102-3/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-106-6/+6
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Upgrade to version 7.19.3.1Jimmy Olgeni2014-06-082-6/+7
| | | | | | | | | | | | | - Set LICENSE - Upgrade LIB_DEPENDS format - Remove PYDISTUTILS_PKGNAME (portlint) PR: 190125 Submitted by: olgeni Approved by: maintainer (wen) Notes: svn path=/head/; revision=357063
* - Update to 7.37.0Sunpoet Po-Chuan Hsieh2014-06-032-6/+7
| | | | | | | | | - Use USES=libtool:oldver Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=356345
* Stagify.Cy Schubert2014-05-303-27/+34
| | | | Notes: svn path=/head/; revision=355767
* Update to version 4.3.Dmitry Sivachenko2014-05-283-7/+7
| | | | Notes: svn path=/head/; revision=355602
* - Specify ABI versionSunpoet Po-Chuan Hsieh2014-05-241-2/+2
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=354980
* Bump PORTREVISION to fix builds for proftpd-mod_sql_odbcMartin Matuska2014-05-241-1/+1
| | | | Notes: svn path=/head/; revision=354979
* - Fix NSS optionSunpoet Po-Chuan Hsieh2014-05-221-1/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/189987 Submitted by: ashish Notes: svn path=/head/; revision=354877
* Use @sample for my portsGanael LAPLANCHE2014-05-211-3/+1
| | | | Notes: svn path=/head/; revision=354746
* Fix make check-plistMartin Matuska2014-05-201-4/+1
| | | | Notes: svn path=/head/; revision=354678
* Make portlint happierMartin Matuska2014-05-203-48/+25
| | | | | | | | Fix plist Fix build as non-root Notes: svn path=/head/; revision=354675
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* Update ftp/proftpd to 1.3.5Martin Matuska2014-05-194-31/+12
| | | | | | | | Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd) Update security/proftpd-mod_clamav to 0.13 Notes: svn path=/head/; revision=354587
* . Add LICENSERenato Botelho2014-05-151-1/+4
| | | | | | | . Fix .packlist Notes: svn path=/head/; revision=354119
* Update to version 4.2.Dmitry Sivachenko2014-05-132-3/+3
| | | | Notes: svn path=/head/; revision=353940
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* Update to 4.4.16Ganael LAPLANCHE2014-05-122-3/+3
| | | | Notes: svn path=/head/; revision=353772
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* - Convert to USES=libtool.Tijl Coosemans2014-04-242-36/+28
| | | | | | | | | | - Fix COMMENT, LIB_DEPENDS. - Always install desktop entry. - Add DOCS and NLS options. - Staging. Notes: svn path=/head/; revision=352026
* Update gstreamer 1.0 ports to version 1.2.4.Tijl Coosemans2014-04-231-1/+1
| | | | Notes: svn path=/head/; revision=351947
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - StageLi-Wen Hsu2014-04-233-32/+24
| | | | | | | | | | | - Drop easy_install - Pet portlint PR: ports/188881 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=351914
* - StageLi-Wen Hsu2014-04-233-4/+6
| | | | | | | | | | | - Drop easy_install - Pet portlint PR: ports/188881 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=351913
* - Update to 3.8.0 [1]Bryan Drewery2014-04-213-19/+28
| | | | | | | | | | | | - Convert to staging [1] - Use new LIB_DEPENDS format [1] - Remove BSD.local.dist dirs from plist PR: ports/186885 [1] Submitted by: Matthew Rezny <matthew@reztek.cz> [1] Notes: svn path=/head/; revision=351664
* With CLIENT_ONLY being an OPTION now, remove the unneededAdam Weinberger2014-04-202-30/+0
| | | | | | | client-only pkg files. Notes: svn path=/head/; revision=351636
* STAGE support.Adam Weinberger2014-04-181-22/+17
| | | | Notes: svn path=/head/; revision=351575
* STAGE support, OPTIONS helpers, strip leading article fromAdam Weinberger2014-04-181-20/+10
| | | | | | | | | | | COMMENT. Also, the NLS option was inexplicably being used to determine whether to install PORTEXAMPLES, so that is fixed along with a PORTREVISION bump. Notes: svn path=/head/; revision=351574
* Fix typo that broke packaging/installation.Adam Weinberger2014-04-181-1/+1
| | | | Notes: svn path=/head/; revision=351573
* STAGE support.Adam Weinberger2014-04-182-31/+20
| | | | Notes: svn path=/head/; revision=351562
* STAGE support.Adam Weinberger2014-04-181-9/+5
| | | | Notes: svn path=/head/; revision=351561
* STAGE support, and turn "INSTALL_AS_NCFTP" into an OPTION. NoteAdam Weinberger2014-04-181-10/+12
| | | | | | | that the port still doesn't build. Notes: svn path=/head/; revision=351560
* STAGE support. Turn "CLIENT_ONLY" into an OPTION. Put examples intoAdam Weinberger2014-04-182-108/+70
| | | | | | | EXAMPLESDIR instead of DOCSDIR. Notes: svn path=/head/; revision=351559