| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Create configuration directory we try to remove on uninstall
Notes:
svn path=/head/; revision=320838
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
|
|
| |
Removed optionnal dependency on the deprecated py-visual for net/scapy
Approved by: maintainer (vanhu)
Notes:
svn path=/head/; revision=310136
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
| |
Spotted by: Jason Hellenthal <jhell at DataIX.net>
Approved by: crees,rene (mentors,implicit)
Notes:
svn path=/head/; revision=289764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
| |
and various other cleanups.
Notes:
svn path=/head/; revision=278070
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
PR: ports/148605
Submitted by: John Hein <jhein@symmetricom.com>
Approved by: maho (mentor) and vanhu@netasq.com (maintainer)
Notes:
svn path=/head/; revision=277930
|
|
|
|
|
|
|
|
| |
PR: ports/155883
Submitted by: vanhu (maintainer)
Notes:
svn path=/head/; revision=271556
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=251275
|
|
|
|
|
|
|
|
| |
PR: 137966
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=240359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
| |
fragmentation reassembly.
PR: ports/133922
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=232588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
enable hybrid, xauth and mode-cfg per default
PR: 125748
Submitted by: Matthew Grooms
Approved by: vanhu (maintainer)
Notes:
svn path=/head/; revision=217919
|
|
|
|
|
|
|
|
| |
PR: ports/125957
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=217508
|
|
|
|
|
|
|
|
|
| |
PR: 103084, 122187
Submitted by: Dmitry A Grigorovich
Approved by: maintainer
Notes:
svn path=/head/; revision=216506
|
|
|
|
|
|
|
|
|
| |
PR: ports/117128
Submitted by: John Hein <jhein@timing.com>
Approved by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=216117
|
|
|
|
| |
Notes:
svn path=/head/; revision=200791
|
|
|
|
|
|
|
|
| |
PR: 115978
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com>
Notes:
svn path=/head/; revision=198656
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
| |
fix for gcc 4.x
Noticed by: sat
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=194748
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, remove extra empty line in distinfo
PR: ports/113383
Submitted by: rafan
Approved by: VANHULLEBUS Yvan <yvan.vanhullebus at netasq.com> (maintainer)
Notes:
svn path=/head/; revision=194671
|
|
|
|
|
|
|
|
|
|
|
| |
Denial of Service (CVE-2007-1841).
PR: ports/111319
Submitted by: maintainer (VANHULLEBUS Yvan)
Security: CVE-2007-1841
Notes:
svn path=/head/; revision=189409
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sneak in master sites beautification and use_ldconfig
while I'm here
PR: ports/105488
Submitted by: bz
Approved by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=178813
|
|
|
|
| |
Notes:
svn path=/head/; revision=170797
|
|
|
|
|
|
|
|
|
| |
PR: ports/97442
Submitted by: Dmitry Andrianov <dimas@dataart.com>
Approved by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=165841
|
|
|
|
|
|
|
|
| |
PR: ports/98902
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=165581
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- introduce OPTIONS to enable/disable features
- add more features to the OPTION dialog
- choose reasonable defaults for OPTIONS (disabled patented stuff)
- remove usesless WRKSRC line
- move LDFLAGS to the place where it is necessary
- extend CONFIGURE_ARGS to set the directory for the adminport socket
* Note: racoonctl is useless without adminport enabled
* create the socket dir in post-install
- bump PORTREVISION that users notice the changes
- finally: remove one item from the TODO list on top of the Makefile ;)
pkg-descr:
- shortened by one line to please portlint
pkg-plist:
- slight reorganization
- add create instructions for the adminport socket dir for the
"installing from package" case
- add removal instructions for the adminport socket dir
files/patch-configure:
- add some stuff to detect libiconv when the GSSAPI OPTION is enabled
- iconv is required for GSSAPI but the library is not added to LIBS
in the original configure script
- Why not use USE_AUTOTOOLS and patch configure.ac?
* because the leads to configure running twice which is useless
overhead. I found no way to avoid this so we patch configure.
files/racoon.sh.in:
- add the adminsocket directory to required_dirs
PR: ports/96368
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=161283
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
| |
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
PR: ports/92838
Notes:
svn path=/head/; revision=155285
|
|
|
|
|
|
|
|
|
|
|
| |
devnull by default
PR: ports/91047
Submitted by: PR: Brian Candler <B.Candler@pobox.com>, patch: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=154331
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/security/ipsec-tools rc.d script defaults to 'enabled'
It also installs its own versions of setkey and libipsec.so
which seems redundant as they are part of the base system
and should be used in preference.
Submitted by: Vivek Khera <vivek@khera.org>
PR: ports/91317
Notes:
svn path=/head/; revision=152746
|
|
|
|
|
|
|
|
| |
PR: 90326
Submitted by: maintainer
Notes:
svn path=/head/; revision=151115
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bringing it in line with the old security/racoon port and the handbook [1]
- Make use of USE_RC_SUBR instead of home-grown substitution and install
- Prevent installation of some intermediate sample configuration files
PR: ports/89273 [1]
Submitted by: Angelo Turetta <aturetta@bestunion.it> [1]
Approved by: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=150216
|
|
|
|
|
|
|
|
|
|
|
| |
including potential DoS in aggressive mode.
- Add SHA256
PR: ports/89365
Submitted by: ANHULLEBUS Yvan (maintainer)
Notes:
svn path=/head/; revision=148984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
PR: 88042
Submitted by: VANHULLEBUS Yvan <yvan.vanhullebus@netasq.com> (maintainer)
Notes:
svn path=/head/; revision=146433
|
|
|
|
|
|
|
| |
Submitted by: Yvan Vanhullebus (maintainer)
Notes:
svn path=/head/; revision=142811
|
|
is the only one which is maintained and have lots of new features.
PR: 85544
Submitted by: VANHULLEBUS Yvan <vanhu@netasq.com>
Approved by: perky (mentor)
Notes:
svn path=/head/; revision=141991
|