aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-011-5/+1
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* - Use GNU_CONFIGURE so CONFIG_SITE is used for quicker build due to caching.Bryan Drewery2015-01-281-2/+3
| | | | | | | | The included Makefile.in does not support DESTDIR, so the --prefix hack is still needed. Notes: svn path=/head/; revision=378076
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* - Fix installation from plain userDmitry Marakasov2014-05-302-10/+58
| | | | | | | | | | | | - Fix executable permissions - Strip binary - Pass maintainership to submitter PR: 190128 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=355876
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* devel/dmalloc: fix static librariesWilliam Grzybowski2013-11-081-10/+18
| | | | | | | | | | | | - Fix static libraries (do not strip) - Allow staging (cheating prefix, unsupported DESTDIR) - Use options ng for DOCS PR: ports/183773 Reported by: Paul Koch <paul.koch137 gmail.com> Notes: svn path=/head/; revision=333224
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Mark MAKE_JOBS_UNSAFE.Matthias Andree2010-06-181-0/+1
| | | | | | | | Approved by: garga (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=256669
* Reset pesho.petrov@gmail.com due to maintainer-timeouts and no responseMark Linimon2010-06-181-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=256657
* 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
* - Update to 5.5.2Martin Wilke2007-07-095-12/+59
| | | | | | | | | | - Pass maintainership to submitter PR: 114435 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> Notes: svn path=/head/; revision=195316
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Reset jeremy@external.org who has not responded to email asking aboutMark Linimon2006-04-051-1/+1
| | | | | | | | | maintainer timeouts. Hat: portmgr Notes: svn path=/head/; revision=158835
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-041-3/+0
| | | | Notes: svn path=/head/; revision=150427
* 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
* - Update to 5.4.2Sergey Matveychuk2005-02-093-17/+3
| | | | | | | | | PR: ports/74671 Submitted by: Sean Farley <sean-freebsd(at)farley.org> Approved by: maintainer (timeout: 1 month) Notes: svn path=/head/; revision=128368
* - Update to version 5.3.0Kirill Ponomarev2004-02-233-3/+17
| | | | | | | | | PR: ports/63019 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Approved by: maintainer Notes: svn path=/head/; revision=101879
* - Fix build on AMD64Kirill Ponomarev2004-02-082-8/+11
| | | | | | | | | | - Utilize DOCSDIR and INFO knobs - Bump PORTREVISION Approved by: maintainer informed Notes: svn path=/head/; revision=100413
* Updates to 5.2.1.Christian Weisgerber2003-08-053-29/+23
| | | | | | | | | PR: 54345 Submitted by: Sean C. Farley <sean-freebsd@farley.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=86354
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Add dmalloc 4.8.1, a version of the malloc(3) library that providesWill Andrews2000-12-265-0/+77
powerful debugging facilities at runtime. Required for a forthcoming port. PR: 23792 Submitted by: Jeremy Shaffner <jeremy@external.org> Notes: svn path=/head/; revision=36364