non port: archivers/dact/Makefile |
SVNWeb
|
Number of commits found: 48 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thu, 7 Jan 2016
|
[ 14:43 amdmi3 ]
- Switch to USES=localbase
- Switch to options helpers
|
Sun, 1 Mar 2015
|
[ 15:04 amdmi3 ]
- Unbreak modules build
- Switch to @sample
- Fix plist
- Add LICENSE
- Strip binary
MFH: 2015Q1
|
Tue, 18 Nov 2014
|
[ 09:37 bapt ] (Only the first 10 of 449 ports in this commit are shown above. )
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
|
Wed, 17 Sep 2014
|
[ 17:29 amdmi3 ] (Only the first 10 of 11 ports in this commit are shown above. )
- Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Mon, 24 Mar 2014
|
[ 23:17 bapt ]
Support stage
|
Fri, 21 Feb 2014
|
[ 13:34 ehaupt ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove trailing whitespaces from category archivers
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
|
Fri, 3 Jan 2014
|
[ 14:42 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove NOPORT* from archivers. The only holdouts here are ruby@ now.
|
Wed, 11 Dec 2013
|
[ 10:04 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Fri, 30 Aug 2013
|
[ 01:02 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 4 May 2013
|
[ 22:48 flo ] (Only the first 10 of 22 ports in this commit are shown above. )
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
|
Sun, 11 Dec 2011
|
[ 07:06 linimon ]
Try to build this on the cluster, now that it has been updated to lzo2.
Feature safe: yes
Hat: portmgr
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Thu, 7 Jul 2011
|
[ 01:29 mandree ]
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954
|
Sat, 5 Jun 2010
|
[ 16:20 miwi ]
- Update to 0.8.42
|
Wed, 25 Mar 2009
|
[ 15:04 miwi ]
- Mark MAKE_JOBS_SAFE for SMP compilation
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 23 May 2008
|
[ 20:51 miwi ]
- Respect NOPORTEXAMPLES
Reported by: ionbot
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Thu, 20 Mar 2008
|
[ 09:19 pav ] (Only the first 10 of 42 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 7 Aug 2006
|
[ 07:58 miwi ]
- Respect DESTDIR for all my ports
Reviewed by: gabor
Approved by: krion (mentor)
|
Fri, 16 Jun 2006
|
[ 22:17 miwi ] (Only the first 10 of 18 ports in this commit are shown above. )
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor)
|
Wed, 19 Apr 2006
|
[ 07:48 sem ]
- Update to 0.8.41
- Pass maintainership to submitter
PR: ports/96023
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
Mon, 14 Nov 2005
|
[ 10:56 edwin ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
|
Sun, 9 Oct 2005
|
[ 14:15 vs ]
Fix plist
Submitted by: krisbot
|
Tue, 27 Sep 2005
|
[ 14:03 vs ]
Cleanup:
- no need for separate Makefile-patch
- nuke static lib
|
Tue, 31 May 2005
|
[ 19:58 flz ]
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
|
[ 17:57 flz ]
- Bump lzo lib version.
- Bump PORTREVISION.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Tue, 18 Jan 2005
|
[ 21:04 clement ]
- Update to 0.8.39
- install shlibs and preserve config file
|
Sat, 17 Apr 2004
|
[ 19:12 krion ]
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 9 Jan 2004
|
[ 00:24 pav ]
- Update to 0.8.35
PR: ports/61088
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
|
Sat, 13 Dec 2003
|
[ 12:58 ijliao ]
upgrade to 0.8.34
|
Thu, 20 Feb 2003
|
[ 16:44 knu ] (Only the first 10 of 39 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 27 Jan 2003
|
[ 22:36 fjoe ]
Fix fetching
PR: 47568
|
Fri, 3 Jan 2003
|
[ 19:24 ijliao ]
chase mcrypt lib version
|
Thu, 30 May 2002
|
[ 18:00 ijliao ]
- Conditionalize dependency for archivers/bzip2
- Support install macros
- Bump portrevision
PR: 38704
Submitted by: Ports Fury
|
Thu, 2 May 2002
|
[ 03:55 ijliao ]
add dact 0.8.11
Dynamic Adaptive Compression Tool
|
Number of commits found: 48 |