aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gcombust
Commit message (Collapse)AuthorAgeFilesLines
* - Fix LICENSEamdmi32017-01-173-12/+12
| | | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers - Regenerate patches
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Get rid of gnomehierbapt2014-12-231-2/+2
|
* Cleanup plistantoine2014-11-221-1/+0
|
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* - Add staging supportpawel2014-07-232-11/+5
| | | | - Correct spelling mistakes in pkg-descr
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-061-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+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)
* Remove trailing whitespaces from category sysutilsehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-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)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* - convert to the new perl5 frameworkaz2013-09-161-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-8/+6
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)gahr2013-02-281-3/+3
| | | | Approved by: portmgr
* - update MASTER_SITE (distfile is now fetchable again) [1]bapt2011-11-241-2/+4
| | | | | | | | - while here pet portlint and add license PR: ports/162799 [1] Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> (maintainer) [1] Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove unnecessary patchmiwi2007-09-231-22/+0
| | | | Submitted by: maintainer via mail
* - Unbreak with gcc4.araujo2007-09-183-6/+30
| | | | | | PR: ports/115323 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: stas (mentor), maintainer timeout (2 weeks)
* - Fix build with gcc 4.2miwi2007-08-062-0/+17
| | | | | PR: 115227 Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Use new USE_CDRTOOLS variablepav2007-01-311-2/+2
| | | | Tested on: pointyhat
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* Fix plistvs2005-02-131-0/+1
| | | | | PR: ports/77431 Submitted by: cluster via maintainer
* Upgrade to 0.1.55.kuriyama2004-08-313-5/+4
| | | | Approved by: maintainer
* Chase the merge of sysutils/mkisofs into sysutils/cdrtools.netchild2004-06-031-2/+1
| | | | Submitted by: marius
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add a dependency on gnomehier to allow for the desktop entry.marcus2003-01-131-1/+1
| | | | Reported by: bento
* Update to 0.1.53.petef2003-01-033-3/+3
| | | | | PR: 45700 Submitted by: maintainer
* Deploy USE_GNOMENG infrastructurelioux2002-09-011-1/+2
| | | | | PR: 42285 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Update to 0.1.49.anders2002-04-143-2/+3
| | | | | | PR: 37045 Submitted by: Herbert J. Skuhra <herbert@bugat.at> Approved by: maintainer
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Upgrade to 1.47. Change the maintainer's address.mi2001-11-042-3/+3
| | | | | | Submitted by: myself Reviewed by: maintainer Approved by: maintainer
* - update to 0.1.46petef2001-10-293-3/+3
| | | | | | | PR: 29999 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> - we don't own share/pixmaps, don't try to @dirrm it
* Fix dependency for cdrecord (cdrecord was renamed to cdrtools).dirk2001-08-021-1/+1
|
* Update to version 1.45dwcjr2001-06-164-13/+5
| | | | | | | | Remove unneeded patch (patch-ae) Add new locales in pkg-plist PR: 27920 Submitted by: maintainer
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Upgrade to version 0.1.42grog2001-03-092-2/+2
| | | | | PR: ports/25624 Submitted by: Maintainer
* Update to 0.1.41.sobomax2001-01-153-2/+7
| | | | Submitted by: maintainer
* Update to 0.1.37.sobomax2000-11-083-2/+3
| | | | | PR: 22681 Submitted by: maintainer
* Update to version 0.1.36kevlo2000-10-162-2/+2
| | | | | PR: 22002 Submitted by: MAINTAINER
* Update to version 0.1.35kevlo2000-10-102-2/+2
| | | | | PR: 21842 Submitted by: MAINTAINER
* Implement USE_GTK, part 2.reg2000-10-051-5/+9
|
* Switch maintainership. Old maintainer has disappeared and is notade2000-10-021-1/+1
| | | | | | | responding to requests. New maintainer has a PR open updating the port, but this will be killed off as a newer version has been released in the interim.
* Update to 0.1.33. I also smacked this port into using the system libintlwill2000-05-315-12/+25
| | | | | | | | instead of its own, and cleaned up the DESCR a little bit. PR: 18913 Submitted by: Adam <bsdx@looksharp.net> No response: maintainer
* Update to version 0.1.32.steve2000-05-292-2/+2
| | | | | PR: 18615 Submitted by: Adam McDougall <bsdx@looksharp.net>
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
|
* Update port to 0.1.28jedgar2000-01-183-7/+8
| | | | | PR: 16138 Submitted by: Maintainer
* Updated port to 0.1.25dan1999-09-292-3/+3
| | | | | PR: ports/14025 Submitted by: Maintainer
* Updated port.dan1999-09-272-3/+3
| | | | | PR: ports/13982 Submitted by: Maintainer
* Update to version 0.1.23cpiazza1999-09-242-3/+3
| | | | | PR: 13885 Submitted by: maintainer
* Update to version 0.1.22cpiazza1999-09-093-3/+4
| | | | | PR: 13643 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 0.1.20.cpiazza1999-08-223-4/+5
| | | | | PR: 13241 Submitted by: maintainer
* Update to version 0.1.19cpiazza1999-08-143-5/+6
| | | | | PR: 12971 Submitted by: maintainer
* Update to version 0.1.18.cpiazza1999-06-304-4/+6
| | | | | PR: 12454 Submitted by: maintainer
* PR: ports/12351flathill1999-06-285-0/+57
Submitted by: nox@jelal.kn-bremen.de a GTK+ frontend for mkisofs and cdrecord