aboutsummaryrefslogtreecommitdiff
path: root/www/httrack
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-0/+1
| | | | Notes: svn path=/head/; revision=517560
* Update the symbolic link to avoid absolute pathSunpoet Po-Chuan Hsieh2017-10-091-3/+7
| | | | | | | | - Move httrack.css installation: from post-install: to post-install-DOCS-on: - Bump PORTREVISION for package change Notes: svn path=/head/; revision=451591
* Convert PORTDATA=* and PORTDOCS=* to PLIST entriesSunpoet Po-Chuan Hsieh2017-10-082-3/+166
| | | | Notes: svn path=/head/; revision=451545
* Remove USES=localbaseSunpoet Po-Chuan Hsieh2017-09-231-1/+1
| | | | Notes: svn path=/head/; revision=450434
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Update to 3.49.2Sunpoet Po-Chuan Hsieh2017-05-222-4/+4
| | | | | | | | Changes: https://www.httrack.com/page/4/en/index.html https://github.com/xroche/httrack/blob/master/history.txt Notes: svn path=/head/; revision=441471
* Update to 3.49.1Sunpoet Po-Chuan Hsieh2017-04-093-12/+13
| | | | | | | | | Changes: https://www.httrack.com/page/4/en/index.html https://github.com/xroche/httrack/blob/master/history.txt https://github.com/xroche/httrack/commits/master Notes: svn path=/head/; revision=438081
* Update to 3.48.24Sunpoet Po-Chuan Hsieh2017-01-103-11/+14
| | | | | | | | | | | - Update WWW Changes: https://www.httrack.com/page/4/en/index.html https://github.com/xroche/httrack/blob/master/history.txt https://github.com/xroche/httrack/commits/master Notes: svn path=/head/; revision=431117
* - Fix webhttrack runtime checkSunpoet Po-Chuan Hsieh2016-12-172-2/+8
| | | | | | | | | | | | | | | - Bump PORTREVISION for package change install-data-hook: creates a symbolic link from DOCSDIR to DATADIR/html. When webhttrack starts, it checks if html directory is available. This commit removes the invalid symbolic link and makes an empty directory if DOCS option is disabled. PR: 208875 Reported by: James <knightlyj@gmail.com> Notes: svn path=/head/; revision=428741
* - Use USES=sslSunpoet Po-Chuan Hsieh2016-11-191-2/+1
| | | | Notes: svn path=/head/; revision=426416
* - Update to 3.48.22Sunpoet Po-Chuan Hsieh2016-04-282-4/+3
| | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://github.com/xroche/httrack/blob/master/history.txt Notes: svn path=/head/; revision=414192
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-11-041-3/+1
| | | | Notes: svn path=/head/; revision=400812
* Revert r399375 and unbreak on FreeBSD 9Antoine Brodin2015-10-271-0/+2
| | | | Notes: svn path=/head/; revision=400332
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2015-10-151-2/+0
| | | | Notes: svn path=/head/; revision=399375
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* - Convert to new options variable helperSunpoet Po-Chuan Hsieh2015-08-301-4/+2
| | | | Notes: svn path=/head/; revision=395583
* converters/libiconv:Tijl Coosemans2015-04-151-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Update to 3.48.21Sunpoet Po-Chuan Hsieh2015-03-153-5/+5
| | | | | | | | | | - Add git repository to WWW Changes: http://www.httrack.com/page/4/en/index.html https://github.com/xroche/httrack/blob/master/history.txt Notes: svn path=/head/; revision=381305
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+3
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* - Update to 3.48.20Sunpoet Po-Chuan Hsieh2014-12-043-14/+5
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=373935
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371254
* - Use INSTALL_TARGET=install-stripSunpoet Po-Chuan Hsieh2014-08-301-1/+1
| | | | Notes: svn path=/head/; revision=366640
* - Update to 3.48.19Sunpoet Po-Chuan Hsieh2014-07-292-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=363341
* - Update to 3.48.18Sunpoet Po-Chuan Hsieh2014-07-182-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=362193
* - Update to 3.48.17Sunpoet Po-Chuan Hsieh2014-07-142-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=361748
* - Update to 3.48.14Sunpoet Po-Chuan Hsieh2014-07-102-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=361469
* - Update to 3.48.13Sunpoet Po-Chuan Hsieh2014-06-103-3/+7
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=357323
* - Update to 3.48.10Sunpoet Po-Chuan Hsieh2014-06-082-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=357032
* - Update to 3.48.9Sunpoet Po-Chuan Hsieh2014-05-243-16/+22
| | | | | | | | | | | - Do not install icons by default Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=354985
* - Update to 3.48.8Sunpoet Po-Chuan Hsieh2014-05-162-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=354211
* - Update to 3.48.6Sunpoet Po-Chuan Hsieh2014-05-153-19/+19
| | | | | | | | | | | | - Add INSTALLS_ICONS=yes - Use USES=libtool Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=354157
* - Fix shebang [1]Sunpoet Po-Chuan Hsieh2014-04-292-6/+67
| | | | | | | | | | | | - Strip shared library - Fix PLIST [1] - Sort PLIST - Bump PORTREVISION for package change Reported by: swills [1] Notes: svn path=/head/; revision=352596
* - Update to 3.48.3Sunpoet Po-Chuan Hsieh2014-04-262-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=352300
* - Update to 3.48.1Sunpoet Po-Chuan Hsieh2014-04-123-242/+5
| | | | | | | | | | | | | - Remove outdated PORTSCOUT - Use PORTDATA and PORTDOCS - Simplify Makefile Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=351143
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2013-10-121-0/+2
| | | | Notes: svn path=/head/; revision=330146
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-042-2/+4
| | | | Notes: svn path=/head/; revision=329362
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-021-2/+1
| | | | Notes: svn path=/head/; revision=329081
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 3.47.27Sunpoet Po-Chuan Hsieh2013-09-162-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=327407
* - Update to 3.47.26Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=326618
* - Update to 3.47.25Sunpoet Po-Chuan Hsieh2013-09-022-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=326009
* - Fix USE_LDCONFIG: remove unnecessary ${PREFIX}/lib which affects ↵Sunpoet Po-Chuan Hsieh2013-09-011-1/+1
| | | | | | | | | | | | | | | | lib-depends: output for ports with new LIB_DEPENDS format Here is an example % cd /usr/ports/science/udunits % make build ===> udunits-2.1.24_1 depends on package: libtool>=2.4 - found ===> udunits-2.1.24_1 depends on shared library: libexpat.so - found - found It was caused by duplicate /usr/local/lib entry in $$dirs in bsd.port.mk lib-depends: Notes: svn path=/head/; revision=325868
* - Update to 3.47.24Sunpoet Po-Chuan Hsieh2013-08-242-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=325312
* - Update to 3.47.23Sunpoet Po-Chuan Hsieh2013-08-212-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=325154
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-2/+1
| | | | Notes: svn path=/head/; revision=325110
* - Update to 3.47.22Sunpoet Po-Chuan Hsieh2013-08-162-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=324798
* - Update to 3.47.21Sunpoet Po-Chuan Hsieh2013-07-102-3/+3
| | | | | | | | | Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=322603
* - Update to 3.47.19Sunpoet Po-Chuan Hsieh2013-06-223-125/+123
| | | | | | | | | | - Fix MASTER_SITES Changes: https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Notes: svn path=/head/; revision=321537