non port: devel/libassa/Makefile |
SVNWeb
|
Number of commits found: 44 |
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@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.
|
Tue, 27 Feb 2018
|
[ 12:33 amdmi3 ]
- Add LICENSE
- Fix plist
Approved by: portmgr blanket
|
Thu, 11 Jan 2018
|
[ 14:58 tijl ]
Pass empty TIRPC_CFLAGS and TIRPC_LIBS to configure so patches and
USE_AUTOTOOLS can be removed.
|
Sun, 13 Sep 2015
|
[ 22:03 rodrigo ] (Only the first 10 of 13 ports in this commit are shown above. )
Update port
|
Sat, 8 Aug 2015
|
[ 22:42 rodrigo ]
Update libassa to 3.5.0
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thu, 21 Aug 2014
|
[ 09:36 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Mon, 24 Mar 2014
|
[ 23:40 bapt ]
Support stage
Fix build with clang
|
Wed, 29 Jan 2014
|
[ 09:17 rodrigo ] (Only the first 10 of 43 ports in this commit are shown above. )
Update maintainer email address
Approved by: bapt@ (co-mentor)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 23 Apr 2013
|
[ 10:13 bapt ] (Only the first 10 of 97 ports in this commit are shown above. )
Convert devel to USES=pkgconfig
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Sat, 12 Jan 2013
|
[ 12:07 wen ] (Only the first 10 of 24 ports in this commit are shown above. )
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Mon, 23 Jul 2012
|
[ 01:33 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Thu, 4 Oct 2007
|
[ 00:41 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Thu, 2 Nov 2006
|
[ 00:34 stas ]
- Update to 3.4.2-2 (bugfix release)
- Install assa-genesis manpage (debian)
- Change my email
|
Sun, 17 Sep 2006
|
[ 20:02 kris ]
Now builds on sparc64
|
Thu, 7 Sep 2006
|
[ 12:16 rafan ]
- Update to 3.4.2
PR: ports/102936
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
|
Mon, 14 Aug 2006
|
[ 16:11 rafan ]
- Update to 3.4.1
- Replace deprecated variables (INSTALLS_SHLIB)
- Pet portlint(1) for BROKEN msg
- Pass maintainership to submitter
PR: ports/101945
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Wed, 31 Aug 2005
|
[ 03:15 kris ]
BROKEN on sparc64: Does not build
|
Thu, 28 Jul 2005
|
[ 16:18 vs ]
Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not
help
Noticed by: cluster
|
Fri, 22 Jul 2005
|
[ 16:43 vanilla ]
Upgrade to 3.3.2.
|
Fri, 3 Jun 2005
|
[ 00:39 lawrance ]
Don't attempt to use libtool before it is installed.
Reported by: kris
Noodlebrain: me
|
Mon, 30 May 2005
|
[ 15:14 lawrance ]
Don't install .la (by copying in system ltmain.sh... again)
Obtained from: vs
|
Fri, 27 May 2005
|
[ 14:30 lawrance ]
Build with included libtool (no more static library), as discussed with vs.
Approved by: clement (mentor, implicit)
|
[ 04:54 lawrance ]
No need to copy ${LTMAIN} into wrksrc. Fixes package build.
Approved by: clement (mentor, implicit)
|
Wed, 25 May 2005
|
[ 07:19 vs ]
Drop another large wad (several Mb) of static libs
|
Sat, 30 Apr 2005
|
[ 01:40 kris ]
Now builds on sparc64
|
Tue, 5 Apr 2005
|
[ 09:51 krion ]
Update to version 3.3.0
PR: ports/79469
Submitted by: Ports Fury
|
Sat, 26 Mar 2005
|
[ 21:24 kris ]
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
|
Wed, 3 Nov 2004
|
[ 06:41 leeym ]
- add USE_GCC=3.3 when default gcc is 3.4
|
Mon, 16 Aug 2004
|
[ 02:47 kris ] (Only the first 10 of 12 ports in this commit are shown above. )
BROKEN on 5.x: Does not compile with gcc 3.4.2
|
Mon, 29 Mar 2004
|
[ 11:09 arved ]
Fix build on AMD64
|
Mon, 23 Feb 2004
|
[ 04:34 kris ]
BROKEN on !i386: Does not compile
|
Thu, 25 Dec 2003
|
[ 08:28 ijliao ] (Only the first 10 of 11 ports in this commit are shown above. )
add libassa 3.2.0
An C++ networking library and application framework
|
Number of commits found: 44 |